[JBoss JIRA] (JBIDE-26460) Cannot start CDK/Openshift with Oracle JDK 11.0.1
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26460?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-26460.
---------------------------------
Verified on 12.10.0.AM1-v20181219-0437-B3704.
> Cannot start CDK/Openshift with Oracle JDK 11.0.1
> -------------------------------------------------
>
> Key: JBIDE-26460
> URL: https://issues.jboss.org/browse/JBIDE-26460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 4.10.0.AM1
> Environment: Fedora 28, Java 11 (oracle's JDK 11.0.1)
> Reporter: Ondrej Dockal
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.11.0.AM1
>
> Attachments: Screenshot_20181029_171905.png
>
>
> While starting CDK 3.6.0, I get an error while creating openshift connection.
> {code}
> eclipse.buildId=12.10.0.AM1-v20181026-0745-B3616
> java.version=11.0.1
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.core.jobs
> Error
> Mon Oct 29 17:00:57 CET 2018
> An internal error occurred during: "Inspecting CDK environment...".
> java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
> at com.openshift.restclient.utils.Base64Coder.encode(Base64Coder.java:43)
> at com.openshift.restclient.utils.Base64Coder.encode(Base64Coder.java:55)
> at com.openshift.internal.restclient.okhttp.BasicChallangeHandler.handleChallange(BasicChallangeHandler.java:47)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator$1.authenticate(OpenShiftAuthenticator.java:91)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.java:294)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:160)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:55)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
> at okhttp3.RealCall.execute(RealCall.java:77)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.tryAuth(OpenShiftAuthenticator.java:97)
> at com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator.authenticate(OpenShiftAuthenticator.java:59)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.java:294)
> at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:160)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:55)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
> at okhttp3.RealCall.execute(RealCall.java:77)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:298)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:274)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:238)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:219)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:400)
> at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:63)
> at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:237)
> at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:226)
> at org.jboss.tools.openshift.internal.cdk.server.core.listeners.ConfigureDependentFrameworksListener.configureOpenshift(ConfigureDependentFrameworksListener.java:115)
> at org.jboss.tools.openshift.internal.cdk.server.core.listeners.ConfigureDependentFrameworksListener.configureFrameworks(ConfigureDependentFrameworksListener.java:73)
> at org.jboss.tools.openshift.internal.cdk.server.core.listeners.ConfigureDependentFrameworksListener$1.run(ConfigureDependentFrameworksListener.java:60)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter cannot be found by org.jboss.tools.openshift.client_3.6.0.AM1-v20181026-0330-B4105
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> ... 36 more
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (JBIDE-26506) Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26506?page=com.atlassian.jira.plugi... ]
Ondrej Dockal reassigned JBIDE-26506:
-------------------------------------
Assignee: Jeff MAURY
> Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26506
> URL: https://issues.jboss.org/browse/JBIDE-26506
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.11.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.11.x
>
>
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
> Missing requirement: Model 4.2.0.Final (org.jboss.tools.windup.model 4.2.0.Final) requires 'osgi.bundle; org.eclipse.emf.transaction 0.0.0' but it could not be found
> Cannot satisfy dependency:
> From: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
> To: org.eclipse.equinox.p2.iu; org.jboss.tools.windup.model [4.2.0.Final,4.2.0.Final]
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (JBIDE-26479) Missing connector to Red Hat Application Migration Toolkit
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26479?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-26479.
---------------------------------
Connector is available, though, we have to open new jira (JBIDE-26506) as there is remediation page. Closing this one.
> Missing connector to Red Hat Application Migration Toolkit
> ----------------------------------------------------------
>
> Key: JBIDE-26479
> URL: https://issues.jboss.org/browse/JBIDE-26479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Priority: Critical
> Fix For: 4.11.0.AM1
>
> Attachments: Screenshot_20181204_085116.png
>
>
> There is missing central connector to RH Application Migration Tool Kit. Happened when one tries to install this app from central into latest devstudio.
> Error log:
> {code}
> eclipse.buildId=12.10.0.AM1-v20181129-0845-B3670
> java.version=1.8.0_191
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.jboss.tools.discovery.core
> Error
> Tue Dec 04 08:58:44 CET 2018
> Problems occurred while performing installation: The following connectors are not available: Red Hat Application Migration Toolkit (id=org.jboss.tools.windup.feature.feature.group, site=http://download.jboss.org/jbosstools/photon/stable/updates/rhamt/)
> org.eclipse.core.runtime.CoreException: The following connectors are not available: Red Hat Application Migration Toolkit (id=org.jboss.tools.windup.feature.feature.group, site=http://download.jboss.org/jbosstools/photon/stable/updates/rhamt/)
> at org.jboss.tools.discovery.core.internal.connectors.PrepareInstallProfileJob.checkForUnavailable(PrepareInstallProfileJob.java:374)
> at org.jboss.tools.discovery.core.internal.connectors.PrepareInstallProfileJob.computeInstallableUnits(PrepareInstallProfileJob.java:284)
> at org.jboss.tools.discovery.core.internal.connectors.PrepareInstallProfileJob.run(PrepareInstallProfileJob.java:116)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (JBIDE-26506) Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26506?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-26506:
----------------------------------
Fix Version/s: 4.11.x
> Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26506
> URL: https://issues.jboss.org/browse/JBIDE-26506
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.11.0.AM1
> Reporter: Ondrej Dockal
> Priority: Major
> Fix For: 4.11.x
>
>
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
> Missing requirement: Model 4.2.0.Final (org.jboss.tools.windup.model 4.2.0.Final) requires 'osgi.bundle; org.eclipse.emf.transaction 0.0.0' but it could not be found
> Cannot satisfy dependency:
> From: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
> To: org.eclipse.equinox.p2.iu; org.jboss.tools.windup.model [4.2.0.Final,4.2.0.Final]
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (JBIDE-26506) Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
by Ondrej Dockal (Jira)
Ondrej Dockal created JBIDE-26506:
-------------------------------------
Summary: Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
Key: JBIDE-26506
URL: https://issues.jboss.org/browse/JBIDE-26506
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, central-update
Affects Versions: 4.11.0.AM1
Reporter: Ondrej Dockal
{code}
Cannot complete the install because one or more required items could not be found.
Software being installed: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
Missing requirement: Model 4.2.0.Final (org.jboss.tools.windup.model 4.2.0.Final) requires 'osgi.bundle; org.eclipse.emf.transaction 0.0.0' but it could not be found
Cannot satisfy dependency:
From: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
To: org.eclipse.equinox.p2.iu; org.jboss.tools.windup.model [4.2.0.Final,4.2.0.Final]
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (JBIDE-26461) jbosstools-javaee master build is broken since updated TP
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26461?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-26461.
---------------------------------
Master builds are running well since the PR were merged, problem solved, closing now.
> jbosstools-javaee master build is broken since updated TP
> ---------------------------------------------------------
>
> Key: JBIDE-26461
> URL: https://issues.jboss.org/browse/JBIDE-26461
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch, cdi, jsf
> Affects Versions: 4.10.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Blocker
> Fix For: 4.10.0.AM1
>
>
> Jbosstools-javaee master build is broken since TP updated (tycho version moved to 1.3.0-SNAPSHOT). There are compilation errors, probably tycho dropped some dependency.
> See the jenkins job: https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> Cannot resolve org.eclipse.jdt.internal.corext.codemanipulation.StubUtility -> was moved to org.eclipse.jdt.core.codemanipulation with this [commit|https://github.com/eclipse/eclipse.jdt.ui/commit/bc3bc858da1855f31...]
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0-SNAPSHOT:compile (default-compile) on project org.jboss.tools.batch.ui: Compilation failure: Compilation failure:
> 14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[35]
> 14:48:50 [ERROR] import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
> 14:48:50 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 14:48:50 [ERROR] The import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility cannot be resolved
> 14:48:50 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/batch/plugins/org.jboss.tools.batch.ui/src/org/jboss/tools/batch/ui/internal/wizard/NewBatchArtifactWizardPage.java:[387]
> 14:48:50 [ERROR] String lineDelimiter = StubUtility.getLineDelimiterUsed(newType
> 14:48:50 [ERROR] ^^^^^^^^^^^
> 14:48:50 [ERROR] StubUtility cannot be resolved
> 14:48:50 [ERROR] 2 problems (2 errors)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years