[
https://issues.redhat.com/browse/JBIDE-27365?page=com.atlassian.jira.plug...
]
Ondrej Dockal commented on JBIDE-27365:
---------------------------------------
It comes from
{code}
eclipse.buildId=12.16.0.GA-v20200701-1012-B6566eclipse.buildId=12.16.0.GA-v20200701-1012-B6566java.version=11.0.7java.vendor=Oracle
CorporationBootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_USFramework
arguments: -product com.jboss.devstudio.core.productCommand-line arguments: -os linux
-ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.eclipse.core.jobsErrorTue Jul 07 18:51:48 CEST 2020An internal error occurred during:
"Initializing runtimes...".
java.lang.IllegalArgumentException at
org.eclipse.wst.server.core.ServerCore.findServerType(ServerCore.java:217) at
org.jboss.tools.openshift.internal.cdk.server.core.detection.AbstractCDKRuntimeDetector.initializeRuntime(AbstractCDKRuntimeDetector.java:66)
at
org.jboss.tools.runtime.core.internal.RuntimeDetector.initializeRuntime(RuntimeDetector.java:149)
at
org.jboss.tools.runtime.core.util.RuntimeInitializerUtil.initializeRuntimes(RuntimeInitializerUtil.java:56)
at
org.jboss.tools.runtime.ui.internal.dialogs.SearchRuntimePathDialog$6.run(SearchRuntimePathDialog.java:381)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
{code}
The problem is at (I think):
CRC 1.12 have changed 'crc version' string which breaks our
runtime detection
-----------------------------------------------------------------------------
Key: JBIDE-27365
URL:
https://issues.redhat.com/browse/JBIDE-27365
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.16.0.Final
Reporter: Ondrej Dockal
Assignee: Rob Stryker
Priority: Blocker
Fix For: 4.16.0.Final
Instead of version string:
{code:java}
$ ./crc-linux-1.11.0-amd64/crc version
crc version: 1.11.0+883ca49
OpenShift version: 4.4.5 (embedded in binary)
{code}
we have now this:
{code}
$ ./crc-1.12.0/crc version
CodeReady Containers version: 1.12.0+6710aff
OpenShift version: 4.4.8 (embedded in binary)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)