[JBoss JIRA] (TOOLSDOC-752) Document installation path for devstudio rpm
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-752?page=com.atlassian.jira.plug... ]
Nick Boldt commented on TOOLSDOC-752:
-------------------------------------
Yeah, figured those wouldn't be supported paths. I could blog 'em up if you think there's value.
> Document installation path for devstudio rpm
> --------------------------------------------
>
> Key: TOOLSDOC-752
> URL: https://issues.jboss.org/browse/TOOLSDOC-752
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Affects Versions: 10.x
> Reporter: Nick Boldt
> Assignee: Misha Ali
>
> We need to document how to install devstudio rpm on RHEL 7.
> Could also add info for how to install on Fedora 24/25 (requires additional repo(s) to resolve required rh-eclipse* packages needed by rh-eclipse46-devstudio)
> Could additionaly document how to use alien to convert the .rpm to a .deb using alien (for installation on ubuntu).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (TOOLSDOC-752) Document installation path for devstudio rpm
by Robert Kratky (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-752?page=com.atlassian.jira.plug... ]
Robert Kratky commented on TOOLSDOC-752:
----------------------------------------
{quote}Could also add info for how to install on Fedora 24/25 (requires additional repo(s) to resolve required rh-eclipse* packages needed by rh-eclipse46-devstudio)
Could additionaly document how to use alien to convert the .rpm to a .deb using alien (for installation on ubuntu).{quote}
Nick, this would probably be better served by a blogpost because neither of those install. paths will be supported by RH. Similarly, it's been decided that CDK installation on Fedora will be described in a blog rather than official docs.
> Document installation path for devstudio rpm
> --------------------------------------------
>
> Key: TOOLSDOC-752
> URL: https://issues.jboss.org/browse/TOOLSDOC-752
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Affects Versions: 10.x
> Reporter: Nick Boldt
> Assignee: Misha Ali
>
> We need to document how to install devstudio rpm on RHEL 7.
> Could also add info for how to install on Fedora 24/25 (requires additional repo(s) to resolve required rh-eclipse* packages needed by rh-eclipse46-devstudio)
> Could additionaly document how to use alien to convert the .rpm to a .deb using alien (for installation on ubuntu).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (ERT-386) code formatter inserts line breaks after const qualifier [EBZ#399501]
by Angel Misevski (JIRA)
[ https://issues.jboss.org/browse/ERT-386?page=com.atlassian.jira.plugin.sy... ]
Angel Misevski commented on ERT-386:
------------------------------------
[~vrubezhny] I agree. I didn't want to go too deep into fixing this, because ideally we would be able to remove the entire old parser/scanner/compiler framework and use ASTParser exclusively.
> code formatter inserts line breaks after const qualifier [EBZ#399501]
> ---------------------------------------------------------------------
>
> Key: ERT-386
> URL: https://issues.jboss.org/browse/ERT-386
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Victor Rubezhny
> Priority: Trivial
> Labels: General, bzira
> Fix For: Neon.2 (4.6)
>
>
> for a code line like
> const FOO = "bar";
> the code formatter inserts a line break after the const keyword, resulting in
> const
> FOO = "bar";
> While this simply looks ugly (to me) code verification reports a warning "Missing semicolon", so I get many nasty m,arkers on source files.
> Please remove those line breaks or make them settable in the formatter settings.
--
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 Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22803?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov commented on JBIDE-22803:
------------------------------------------
* possibly it is a bug, but anonymous user can't see the version
* definitely changes in restclient are needed. And while playing with Watch manager i found all these things.
* yes, i agree that this logic is in jbt. And there is a restart method in WatchManager.WatchListener. And i was asking about the comment: _// TODO enhance fix to only check project once_ in the restart() method of Watch. What are the cases where watching needs to get restarted?
* ok, it's just a pitty that my searches about version logic were useless. Alexey and Andre both told me that it would be a useful feature. Strangely we didn't know about this design decision. About "'try' to watch projects and fall back" - this is one of the ways i wrote about above, and that i thought was a hack. Please have a look.
> 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 Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4077?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-4077 at 10/6/16 11:30 AM:
------------------------------------------------------------
Since you only said "run OpenShift tests" I assume you did this:
{code}
cd /path/to/jbosstools-integration-tests/tests/org.jboss.tools.openshift.ui.bot.test
mvn clean verify -Dswtbot.test.skip=false -Dmaven.test.failure.ignore=true -DskipTests=false \
-Dtest.installBase=/home/nboldt/devstudio-10.2.0.AM1/studio
{code}
And this happened:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[2016-10-06T11-26-54] Status INFO: org.eclipse.mylyn.tasks.core code=0 Migrating task repository credentials from keyring. null,
11:26:55.251 [Worker-6] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/nboldt/.m2/repository
11:26:55.286 [Worker-6] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/nboldt/.m2/repository
11:26:55.287 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshing: [L/RemoteSystemsTempFiles/pom.xml]
11:26:55.347 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshed: [L/RemoteSystemsTempFiles/pom.xml]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2016-10-06T11:27:00-04:00
[INFO] Final Memory: 55M/667M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.openshift.ui.bot.test: No tests found.
{code}
So... is that what you did? Or something else?
was (Author: nickboldt):
Since you only said "run OpenShift tests" I assume you did this:
{code}
cd /path/to/jbosstools-integration-tests/tests/org.jboss.tools.openshift.ui.bot.test
mvn clean verify -Dswtbot.test.skip=false -Dmaven.test.failure.ignore=true -DskipTests=false \
-Dtest.installBase=/home/nboldt/devstudio-10.2.0.AM1/studio
{code}
An this happened:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[2016-10-06T11-26-54] Status INFO: org.eclipse.mylyn.tasks.core code=0 Migrating task repository credentials from keyring. null,
11:26:55.251 [Worker-6] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/nboldt/.m2/repository
11:26:55.286 [Worker-6] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/nboldt/.m2/repository
11:26:55.287 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshing: [L/RemoteSystemsTempFiles/pom.xml]
11:26:55.347 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshed: [L/RemoteSystemsTempFiles/pom.xml]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2016-10-06T11:27:00-04:00
[INFO] Final Memory: 55M/667M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.openshift.ui.bot.test: No tests found.
{code}
So... is that what you did? Or something else?
> 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] (JBDS-4077) Cannot run integration tests against Devstudio with latest target platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4077?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4077:
----------------------------------
Since you only said "run OpenShift tests" I assume you did this:
{code}
cd /path/to/jbosstools-integration-tests/tests/org.jboss.tools.openshift.ui.bot.test
mvn clean verify -Dswtbot.test.skip=false -Dmaven.test.failure.ignore=true -DskipTests=false \
-Dtest.installBase=/home/nboldt/devstudio-10.2.0.AM1/studio
{code}
An this happened:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[2016-10-06T11-26-54] Status INFO: org.eclipse.mylyn.tasks.core code=0 Migrating task repository credentials from keyring. null,
11:26:55.251 [Worker-6] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/nboldt/.m2/repository
11:26:55.286 [Worker-6] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/nboldt/.m2/repository
11:26:55.287 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshing: [L/RemoteSystemsTempFiles/pom.xml]
11:26:55.347 [Worker-6] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshed: [L/RemoteSystemsTempFiles/pom.xml]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2016-10-06T11:27:00-04:00
[INFO] Final Memory: 55M/667M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on project org.jboss.tools.openshift.ui.bot.test: No tests found.
{code}
So... is that what you did? Or something else?
> 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-23299) Write connection information in .kube/.config file on each login
by Aurélien Pupier (JIRA)
Aurélien Pupier created JBIDE-23299:
---------------------------------------
Summary: Write connection information in .kube/.config file on each login
Key: JBIDE-23299
URL: https://issues.jboss.org/browse/JBIDE-23299
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.4.1.Final
Reporter: Aurélien Pupier
Some plugins such as fabric8-maven-plugin requires to have information stored in .kube/.config file to work.
When Openshift connection is done in Eclipse tooling, nothing is written in .kube/.config so the fabric8-maven-plugin is failing.
--
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 closed JBIDE-23298.
------------------------------------
> 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 commented on JBIDE-23298:
------------------------------------------
jenkins is blue again. resolving.
> 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