[JBoss JIRA] (JBIDE-23298) Build: jenkins and local build are failing for openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23298?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23298:
-------------------------------------
Description:
starting with [#1596|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_Master/job/jbosstools-openshift_master/1596/console]
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.openshift.core: Compilation failure: Compilation failure:
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/WatchManager.java:[303]
[ERROR] Trace.debug("Watch received change in {0} state\n{1}", state, resource.toJson(false));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[494]
[ERROR] return client.get(resource.getKind(), resource.getName(), resource.getNamespace());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[496]
[ERROR] return retryGet(e, resource.getKind(), resource.getName(), resource.getNamespace());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/ConnectionNotFoundException.java:[26]
[ERROR] super("Unable to find the connection for a {0} named {1}", resource.getKind(), resource.getName());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[100]
[ERROR] String imageName = ModelNode.fromJSONString(istag.toJson()).get("image").get("metadata").get("name").asString();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[137]
[ERROR] String imageStreamTagJson = imageStreamTag.toJson(true);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] 6 problems (6 errors)
[ERROR] -> [Help 1]
{code}
was:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.openshift.core: Compilation failure: Compilation failure:
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/WatchManager.java:[303]
[ERROR] Trace.debug("Watch received change in {0} state\n{1}", state, resource.toJson(false));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[494]
[ERROR] return client.get(resource.getKind(), resource.getName(), resource.getNamespace());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[496]
[ERROR] return retryGet(e, resource.getKind(), resource.getName(), resource.getNamespace());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/ConnectionNotFoundException.java:[26]
[ERROR] super("Unable to find the connection for a {0} named {1}", resource.getKind(), resource.getName());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[100]
[ERROR] String imageName = ModelNode.fromJSONString(istag.toJson()).get("image").get("metadata").get("name").asString();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[137]
[ERROR] String imageStreamTagJson = imageStreamTag.toJson(true);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] 6 problems (6 errors)
[ERROR] -> [Help 1]
{code}
Story Points: 2
Sprint: devex #121 October 2016
> Build: jenkins and local build are failing for openshift
> --------------------------------------------------------
>
> Key: JBIDE-23298
> URL: https://issues.jboss.org/browse/JBIDE-23298
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: build
> Fix For: 4.4.2.AM2
>
>
> starting with [#1596|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_Master/job/jbosstools-openshift_master/1596/console]
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.openshift.core: Compilation failure: Compilation failure:
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/WatchManager.java:[303]
> [ERROR] Trace.debug("Watch received change in {0} state\n{1}", state, resource.toJson(false));
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[494]
> [ERROR] return client.get(resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[496]
> [ERROR] return retryGet(e, resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/ConnectionNotFoundException.java:[26]
> [ERROR] super("Unable to find the connection for a {0} named {1}", resource.getKind(), resource.getName());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[100]
> [ERROR] String imageName = ModelNode.fromJSONString(istag.toJson()).get("image").get("metadata").get("name").asString();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[137]
> [ERROR] String imageStreamTagJson = imageStreamTag.toJson(true);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] 6 problems (6 errors)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-23298) Build: jenkins and local build are failing for openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23298?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23298:
-------------------------------------
Fix Version/s: 4.4.2.AM2
> Build: jenkins and local build are failing for openshift
> --------------------------------------------------------
>
> Key: JBIDE-23298
> URL: https://issues.jboss.org/browse/JBIDE-23298
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Andre Dietisheim
> Priority: Blocker
> Labels: build
> Fix For: 4.4.2.AM2
>
>
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.openshift.core: Compilation failure: Compilation failure:
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/WatchManager.java:[303]
> [ERROR] Trace.debug("Watch received change in {0} state\n{1}", state, resource.toJson(false));
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[494]
> [ERROR] return client.get(resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[496]
> [ERROR] return retryGet(e, resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/ConnectionNotFoundException.java:[26]
> [ERROR] super("Unable to find the connection for a {0} named {1}", resource.getKind(), resource.getName());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[100]
> [ERROR] String imageName = ModelNode.fromJSONString(istag.toJson()).get("image").get("metadata").get("name").asString();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[137]
> [ERROR] String imageStreamTagJson = imageStreamTag.toJson(true);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] 6 problems (6 errors)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-23298) Build: jenkins and local build are failing for openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23298?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23298:
-------------------------------------
Labels: build (was: )
> Build: jenkins and local build are failing for openshift
> --------------------------------------------------------
>
> Key: JBIDE-23298
> URL: https://issues.jboss.org/browse/JBIDE-23298
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Andre Dietisheim
> Priority: Blocker
> Labels: build
> Fix For: 4.4.2.AM2
>
>
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.openshift.core: Compilation failure: Compilation failure:
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/WatchManager.java:[303]
> [ERROR] Trace.debug("Watch received change in {0} state\n{1}", state, resource.toJson(false));
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[494]
> [ERROR] return client.get(resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[496]
> [ERROR] return retryGet(e, resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/ConnectionNotFoundException.java:[26]
> [ERROR] super("Unable to find the connection for a {0} named {1}", resource.getKind(), resource.getName());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[100]
> [ERROR] String imageName = ModelNode.fromJSONString(istag.toJson()).get("image").get("metadata").get("name").asString();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[137]
> [ERROR] String imageStreamTagJson = imageStreamTag.toJson(true);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] 6 problems (6 errors)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-23298) Build: jenkins and local build are failing for openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23298?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23298:
----------------------------------------
Assignee: Andre Dietisheim
> Build: jenkins and local build are failing for openshift
> --------------------------------------------------------
>
> Key: JBIDE-23298
> URL: https://issues.jboss.org/browse/JBIDE-23298
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: build
> Fix For: 4.4.2.AM2
>
>
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.openshift.core: Compilation failure: Compilation failure:
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/WatchManager.java:[303]
> [ERROR] Trace.debug("Watch received change in {0} state\n{1}", state, resource.toJson(false));
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[494]
> [ERROR] return client.get(resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[496]
> [ERROR] return retryGet(e, resource.getKind(), resource.getName(), resource.getNamespace());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/ConnectionNotFoundException.java:[26]
> [ERROR] super("Unable to find the connection for a {0} named {1}", resource.getKind(), resource.getName());
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[100]
> [ERROR] String imageName = ModelNode.fromJSONString(istag.toJson()).get("image").get("metadata").get("name").asString();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[137]
> [ERROR] String imageStreamTagJson = imageStreamTag.toJson(true);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
> [ERROR] 6 problems (6 errors)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-23298) Build: jenkins and local build are failing for openshift
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-23298:
----------------------------------------
Summary: Build: jenkins and local build are failing for openshift
Key: JBIDE-23298
URL: https://issues.jboss.org/browse/JBIDE-23298
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 4.4.2.AM2
Reporter: Andre Dietisheim
Priority: Blocker
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.26.0:compile (default-compile) on project org.jboss.tools.openshift.core: Compilation failure: Compilation failure:
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/WatchManager.java:[303]
[ERROR] Trace.debug("Watch received change in {0} state\n{1}", state, resource.toJson(false));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[494]
[ERROR] return client.get(resource.getKind(), resource.getName(), resource.getNamespace());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/Connection.java:[496]
[ERROR] return retryGet(e, resource.getKind(), resource.getName(), resource.getNamespace());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/connection/ConnectionNotFoundException.java:[26]
[ERROR] super("Unable to find the connection for a {0} named {1}", resource.getKind(), resource.getName());
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'IKindable.getKind()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[100]
[ERROR] String imageName = ModelNode.fromJSONString(istag.toJson()).get("image").get("metadata").get("name").asString();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson()' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] /home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/PodDeploymentPathProvider.java:[137]
[ERROR] String imageStreamTagJson = imageStreamTag.toJson(true);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method 'JSONSerializeable.toJson(boolean)' is not API (restriction on classpath entry '/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/lib/openshift-restclient-java-5.2.0-SNAPSHOT.jar')
[ERROR] 6 problems (6 errors)
[ERROR] -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-22803) Explorer: When OS projects are created and deleted, seems Openshift explorer restores non existing values
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22803?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-22803 at 10/6/16 6:10 AM:
-------------------------------------------------------------------
In your finding above you report
{code}
onFailure(IOException, Response) then we'll see the following:
Response
{protocol=http/1.1, code=200, message=OK, url=https://console.engint.openshift.com/oapi/v1/projects?watch=true&}
{code}
This looks like a bug to me that we should report, correct?
Maybe there`s an error in our code, too. How come that onFailure is triggered? 200/OK isnt an error. Maybe we pass the wrong response to onFailure?
was (Author: adietish):
In your finding above you report
{code}
onFailure(IOException, Response) then we'll see the following:
Response
{protocol=http/1.1, code=200, message=OK, url=https://console.engint.openshift.com/oapi/v1/projects?watch=true&}
{code}
This looks like a bug to me that we should report, correct?
> Explorer: When OS projects are created and deleted, seems Openshift explorer restores non existing values
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22803
> URL: https://issues.jboss.org/browse/JBIDE-22803
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Dmitrii Bocharov
> Labels: explorer, openshift, openshift_v3
> Fix For: 4.4.2.AM2
>
> Attachments: after application creation.png, after build finished.png, Openshift Web Console.png, screenshot-1.png
>
>
> EXEC: create an Openshift project
> EXEC: expand it
> EXEC: Create an application in this project (nodejs-example)
> ASSERT: wait for the pod to be available
> EXEC: delete the Openshit project
> EXEC: create an Openshift project (using the same name. You may have to repeat this step as you may got error that it still exists)
> EXEC: expand it
> EXEC: Create an application in this project (nodejs-example)
> EXEC: expand the nodejs-example node
> ASSERT: you should see 2 pods the old one and the build pod you just created: [^screenshot-1.png]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4077) Cannot run integration tests against Devstudio with latest target platform
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBDS-4077?page=com.atlassian.jira.plugin.... ]
Marián Labuda commented on JBDS-4077:
-------------------------------------
Maybe there is a problem that devstudio-product.jar is removed. This is output of freshly installed studio
{code}[12:00:19] [mlabuda@dhcp-10-40-5-177 studio]$ find . -name "*product*" -o -name "*devstudio*"
./configuration/org.eclipse.osgi/18/0/.cp/devstudio-product.jar
./.eclipseproduct
./48-devstudio.icon.png
./devstudio
./plugins/com.jboss.devstudio.core.project.examples_10.2.0.v20160901-2203.jar
./plugins/ternjs_1.1.0.201511082254/node_modules/tern-browser-extension/node_modules/sax/examples/get-products.js
./plugins/com.jboss.devstudio.core.capabilities_10.2.0.v20160901-2203.jar
./plugins/com.jboss.devstudio.core.central_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core.usage.branding_10.2.0.v20160901-2203.jar
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild/productBuild.xml
./p2/director/plugins/com.jboss.devstudio.core.p2.director_10.2.0.v20160901-2203.jar
./p2/org.eclipse.equinox.p2.engine/profileRegistry/devstudio.profile
./p2/org.eclipse.equinox.p2.core/cache/binary/com.jboss.devstudio.core.package.executable.gtk.linux.x86_64_10.2.0.AM2-v20161005-2259-B6159
./features/com.jboss.devstudio.core.rpm.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.capabilities.feature_10.2.0.v20160901-2203
./features/com.jboss.devstudio.core.rpmdeps.feature_10.2.0.v20160902-1312
./devstudio.ini
{code}
and this is output after running tests, which uses broken Eclipse
{code}[12:01:22] [mlabuda@dhcp-10-40-5-177 studio]$ find . -name "*product*" -o -name "*devstudio*"
./.eclipseproduct
./48-devstudio.icon.png
./devstudio
./plugins/com.jboss.devstudio.core.project.examples_10.2.0.v20160901-2203.jar
./plugins/ternjs_1.1.0.201511082254/node_modules/tern-browser-extension/node_modules/sax/examples/get-products.js
./plugins/com.jboss.devstudio.core.capabilities_10.2.0.v20160901-2203.jar
./plugins/com.jboss.devstudio.core.central_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core_10.2.0.AM2-v20161005-2259-B6159.jar
./plugins/com.jboss.devstudio.core.usage.branding_10.2.0.v20160901-2203.jar
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild
./plugins/org.eclipse.pde.build_3.9.200.v20160204-0642/scripts/productBuild/productBuild.xml
./p2/director/plugins/com.jboss.devstudio.core.p2.director_10.2.0.v20160901-2203.jar
./p2/org.eclipse.equinox.p2.engine/profileRegistry/devstudio.profile
./p2/org.eclipse.equinox.p2.core/cache/binary/com.jboss.devstudio.core.package.executable.gtk.linux.x86_64_10.2.0.AM2-v20161005-2259-B6159
./features/com.jboss.devstudio.core.rpm.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.feature_10.2.0.v20161005-2259
./features/com.jboss.devstudio.core.capabilities.feature_10.2.0.v20160901-2203
./features/com.jboss.devstudio.core.rpmdeps.feature_10.2.0.v20160902-1312
./devstudio.ini
{code}
> Cannot run integration tests against Devstudio with latest target platform
> --------------------------------------------------------------------------
>
> Key: JBDS-4077
> URL: https://issues.jboss.org/browse/JBDS-4077
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, target-platform
> Affects Versions: 10.2.0.AM1
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Priority: Blocker
> Attachments: .log, jbosstools-integration-tests.log.txt.zip, org.jboss.tools.deltaspike.ui.bot.test.DeltaspikeAllBotTests.txt, org.jboss.tools.deltaspike.ui.bot.test.log.txt, org.jboss.tools.deltaspike.ui.bot.test.log_0.txt, Screenshot_2016-10-05_10-00-03.png, Screenshot_2016-10-05_10-00-21.png, Screenshot_2016-10-05_10-00-28.png, Screenshot_2016-10-05_10-00-57.png, Screenshot_2016-10-05_10-01-14.png, Screenshot_2016-10-05_10-01-32.png, shell.png, TEST-org.jboss.tools.deltaspike.ui.bot.test.DeltaspikeAllBotTests.xml, tpfail.png
>
>
> Integration tests run from maven against Devstudio, which was built using the latest target platform (4.61.0.AM1-SNAPSHOT), cannot properly launch all the plugins and fail afterwards.
> A full devstudio should open when the tests are run. Instead it looks like this:
> !tpfail.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-22878) EAR deployed from DevStudio to EAP contains errorneously named ejbs
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22878?page=com.atlassian.jira.plugi... ]
Martin Malina reassigned JBIDE-22878:
-------------------------------------
Assignee: Rob Stryker (was: Martin Malina)
I followed the steps with devstudio 10.2 nightly and EAP 6.4.
>From reading through the JIRA, the issue seems to be that we expect the deployed test-ear.war to include simple-ejb.jar , but in reality it's called simple-ejb-1.5.0.jar .
I could see exactly this in my testing - both the deployed ear and exported ear (using File -> Export -> EAR) contain simple-ejb-1.5.0.jar . Also, the server view shows that. And same for the Deployment tab of Server editor. But if I understand this correctly, what we actually expected was that the jar would simply be called simple-ejb.jar (which I can see in the deployment assembly), right?
> EAR deployed from DevStudio to EAP contains errorneously named ejbs
> -------------------------------------------------------------------
>
> Key: JBIDE-22878
> URL: https://issues.jboss.org/browse/JBIDE-22878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.3.Final, 4.4.0.Final
> Environment: I've observed this problem on a Win7 64 bit machine with Oracle JRE 1.8.0_102 64 bit. It was present in both JBoss Developer Studio 8.1.0.GA and 10.0.0.GA when used in conjunction with embedded Maven installation and JBoss EAP 6.4 target runtime.
> Reporter: Mikhail Kalkov
> Assignee: Rob Stryker
> Fix For: 4.4.2.AM2
>
> Attachments: JBIDE-22878-deployment-assembly.png, screendump.png, test-ear.ear, test-projects.zip
>
>
> I've created a maven-based EAR project that contains serveral ejb modules some of which come from workspace whereas others are downloaded from binary artifact repository. All modules have bundleFileName specified as module-name.jar in order to override the default module-name-version.jar.
> When I right-click on an EAR project and choose Export..., a correct EAR file is built, which looks exactly the same as when I build it from command line. However, when I add this project to an EAP 6.4 server, and check "Deploy projects as compressed archives" option, an EAR with erroneously named ejbs is deployed. the bundleFileName option is namely ignored for EJBs that come from binary artifact repository. See attached screenshot.
> This problem makes it extremely difficult to debug issues that arise only with zipped ear deployments. The only workaround is to comment out bundleFileName lines in test-ear pom.xml as well as possibly fix filenames in persistence.xml, and remember to revert these changes before committing!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4077) Cannot run integration tests against Devstudio with latest target platform
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBDS-4077?page=com.atlassian.jira.plugin.... ]
Marián Labuda commented on JBDS-4077:
-------------------------------------
Nick, it's not working in that case too. I have deleted .eclipse from my home, used freshly installed DevStudio B6159 and then run OpenShift tests. It opened some broken Eclipse, where OpenShift tooling has been installed but nothing else, even RedDeer was not there, content of About shell was blank....
> Cannot run integration tests against Devstudio with latest target platform
> --------------------------------------------------------------------------
>
> Key: JBDS-4077
> URL: https://issues.jboss.org/browse/JBDS-4077
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, target-platform
> Affects Versions: 10.2.0.AM1
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Priority: Blocker
> Attachments: .log, jbosstools-integration-tests.log.txt.zip, org.jboss.tools.deltaspike.ui.bot.test.DeltaspikeAllBotTests.txt, org.jboss.tools.deltaspike.ui.bot.test.log.txt, org.jboss.tools.deltaspike.ui.bot.test.log_0.txt, Screenshot_2016-10-05_10-00-03.png, Screenshot_2016-10-05_10-00-21.png, Screenshot_2016-10-05_10-00-28.png, Screenshot_2016-10-05_10-00-57.png, Screenshot_2016-10-05_10-01-14.png, Screenshot_2016-10-05_10-01-32.png, shell.png, TEST-org.jboss.tools.deltaspike.ui.bot.test.DeltaspikeAllBotTests.xml, tpfail.png
>
>
> Integration tests run from maven against Devstudio, which was built using the latest target platform (4.61.0.AM1-SNAPSHOT), cannot properly launch all the plugins and fail afterwards.
> A full devstudio should open when the tests are run. Instead it looks like this:
> !tpfail.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months