[
https://issues.jboss.org/browse/JBIDE-22992?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-22992 at 8/10/16 4:50 PM:
-------------------------------------------------------------
FWIW, the Jenkins console doesn't even tell you what version is being used in the
build:
{code}[INFO] Downloading:
http://snapshots.jboss.org/maven2/com/openshift/openshift-restclient-java...
[INFO] Downloading:
https://repository.jboss.org/nexus/content/groups/developer/com/openshift...
[INFO] Downloading:
https://repository.jboss.org/nexus/content/repositories/releases/com/open...
[INFO] Downloading:
https://repository.jboss.org/nexus/content/repositories/snapshots/com/ope...
[INFO] Downloading:
http://maven.repository.redhat.com/ga/com/openshift/openshift-restclient-...
[INFO] Downloaded:
http://snapshots.jboss.org/maven2/com/openshift/openshift-restclient-java...
(1002 B at 2.9 KB/sec)
[INFO] Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/com/openshift...
(1002 B at 1.9 KB/sec)
[INFO] Downloaded:
https://repository.jboss.org/nexus/content/repositories/snapshots/com/ope...
(1002 B at 1.8 KB/sec)
[INFO] Copying openshift-restclient-java-5.0.0-SNAPSHOT.jar to
/mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.0.0-SNAPSHOT.jar
[INFO] Copying openshift-restclient-java-5.0.0-SNAPSHOT.jar to
/mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.0.0-SNAPSHOT.jar{code}
was (Author: nickboldt):
FWIW, the Jenkins console doesn't even tell you what version is being used in the
build:
[code}
[INFO] Downloading:
http://snapshots.jboss.org/maven2/com/openshift/openshift-restclient-java...
[INFO] Downloading:
https://repository.jboss.org/nexus/content/groups/developer/com/openshift...
[INFO] Downloading:
https://repository.jboss.org/nexus/content/repositories/releases/com/open...
[INFO] Downloading:
https://repository.jboss.org/nexus/content/repositories/snapshots/com/ope...
[INFO] Downloading:
http://maven.repository.redhat.com/ga/com/openshift/openshift-restclient-...
[INFO] Downloaded:
http://snapshots.jboss.org/maven2/com/openshift/openshift-restclient-java...
(1002 B at 2.9 KB/sec)
[INFO] Downloaded:
https://repository.jboss.org/nexus/content/groups/developer/com/openshift...
(1002 B at 1.9 KB/sec)
[INFO] Downloaded:
https://repository.jboss.org/nexus/content/repositories/snapshots/com/ope...
(1002 B at 1.8 KB/sec)
[INFO] Copying openshift-restclient-java-5.0.0-SNAPSHOT.jar to
/mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.0.0-SNAPSHOT.jar
[INFO] Copying openshift-restclient-java-5.0.0-SNAPSHOT.jar to
/mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.0.0-SNAPSHOT.jar{code}
OpenShift tools use wrong rest client bits
------------------------------------------
Key: JBIDE-22992
URL:
https://issues.jboss.org/browse/JBIDE-22992
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, openshift
Affects Versions: 4.4.1.AM3
Environment: eclipse.buildId=10.1.0.AM3-v20160810-0441-B5735
java.version=1.8.0_101
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product
com.jboss.devstudio.core.product
Reporter: Denis Golovin
Assignee: Jeff MAURY
Priority: Critical
Fix For: 4.4.1.Final
An internal error occurred during: "Loading service-manager to configure additional
frameworks that CDK depends on.".{code}java.lang.NoSuchMethodError:
com.openshift.restclient.ClientBuilder.withMaxRequests(I)Lcom/openshift/restclient/ClientBuilder;
at
org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:53)
at
org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:1)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKOpenshiftUtility.createOpenshiftConnection(CDKOpenshiftUtility.java:77)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKOpenshiftUtility.createOpenshiftConnection(CDKOpenshiftUtility.java:55)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.configureOpenshift(ConfigureDependentFrameworksListener.java:91)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.configureFrameworks(ConfigureDependentFrameworksListener.java:56)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener$1.run(ConfigureDependentFrameworksListener.java:44)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55){code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)