[JBoss JIRA] (JBDS-3450) installer uses a specific JDK as default when installing JBDS; when user updates to newer rpm, jbdevstudio.ini points to non-existent path
by Nick Boldt (JIRA)
Nick Boldt created JBDS-3450:
--------------------------------
Summary: installer uses a specific JDK as default when installing JBDS; when user updates to newer rpm, jbdevstudio.ini points to non-existent path
Key: JBDS-3450
URL: https://issues.jboss.org/browse/JBDS-3450
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.0.0.Beta1
Reporter: Nick Boldt
{quote}
(2015-06-02 16:37:24) joshuaw: maxandersen: I just ran into an issue with JBDS if you have a min
(2015-06-02 16:38:36) joshuaw: I'm running Fedora 22 and it wanted to update, so I let it. I think I had JBDS running when I restarted. When I restarted I couldn't start JBDS.
(2015-06-02 16:39:02) joshuaw: I got the following error: A Java Runtime Environment (JRE) or Java Development Kit (JDK)
(2015-06-02 16:39:02) joshuaw: must be available in order to run Jbdevstudio. No Java virtual machine
(2015-06-02 16:39:02) joshuaw: was found after searching the following locations:
(2015-06-02 16:39:02) joshuaw: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-38.b14.fc22.x86_64/bin/java
(2015-06-02 16:39:31) nickboldt: does your ~/jbdevstudio/*.ini file point to a SPECIFIC path for java?
(2015-06-02 16:39:40) joshuaw: let me check
16:40
(2015-06-02 16:40:10) nickboldt: if alternatives replaced the old JDK w/ newer one the problem is prolly that you're looking in a SPECIFIC place for JVM and Eclipse/JBDS can't find it
(2015-06-02 16:41:37) joshuaw: though the OS update may have moved something :(
(2015-06-02 16:42:10) nickboldt: does /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-38.b14.fc22.x86_64/bin/java exist?
(2015-06-02 16:42:15) joshuaw: nickboldt: yeah, that location is in the .ini file
(2015-06-02 16:42:28) nickboldt: and it actually exists on your disk after the update?
(2015-06-02 16:42:29) joshuaw: nickboldt: that location does not exist
(2015-06-02 16:42:32) nickboldt: aha
(2015-06-02 16:42:45) nickboldt: cd /usr/lib/jvm/java-1.8.0-openjdk-1.8*
(2015-06-02 16:42:48) nickboldt: pwd
(2015-06-02 16:42:52) nickboldt: put that in your ini file
(2015-06-02 16:45:46) joshuaw: I had /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-38.b14.fc22.x86_64/bin/java in the .ini file
(2015-06-02 16:45:56) rbenevides is now known as rbenevides|afk
(2015-06-02 16:46:03) joshuaw: and the system now has 1.8.0.45-39
(2015-06-02 16:46:19) joshuaw: funny how java -version doesn't list the -39
(2015-06-02 16:46:33) joshuaw: stupid minor minor version update
(2015-06-02 17:46:43) maxandersen: joshuaw: any chance if you recall when you installed if you chose to use the default or specific version of a idk ?
(2015-06-02 17:47:00) maxandersen: joshuaw: if used default it would be a bug if we added specific javavm to the ini file
(2015-06-02 17:55:19) nickboldt: maxandersen: I never pick a specific one, just use default suggestion
(2015-06-02 17:55:27) nickboldt: and I have $➔ cat studio/jbdevstudio.ini
(2015-06-02 17:55:27) nickboldt: -vm
(2015-06-02 17:55:27) nickboldt: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.71-2.5.3.0.fc20.x86_64/jre/bin/java
(2015-06-02 17:55:36) maxandersen: thats bad
(2015-06-02 17:55:40) nickboldt: so... maxandersen... BUG. :(
(2015-06-02 17:56:19) maxandersen: nickboldt: can you open bug for that one ?
{quote}
It's possible the installer is using the CURRENT value of alternatives path for JDK...
{code}
$➔ alternatives --display java
java - status is manual.
link currently points to /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.71-2.5.3.0.fc20.x86_64/jre/bin/java
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.71-2.5.3.0.fc20.x86_64/jre/bin/java - priority 170071
{code}
So we need to maybe point to a different path... say, in /usr/lib/jvm/jre/ ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19905) Connection token and authentication scheme are not saved
by Jeff Cantrill (JIRA)
Jeff Cantrill created JBIDE-19905:
-------------------------------------
Summary: Connection token and authentication scheme are not saved
Key: JBIDE-19905
URL: https://issues.jboss.org/browse/JBIDE-19905
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Beta2
Reporter: Jeff Cantrill
Assignee: Jeff Cantrill
Fix saving of a user's token and the auth scheme for a server. Might consider setting the username for a connection to user.getName() instead of user.getFullName()
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19903) Build/test timeout after 5 hours
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19903?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19903:
------------------------------------
Trying a new build to run all the javaee subprojects' tests in parallel.
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee-te...
> Build/test timeout after 5 hours
> --------------------------------
>
> Key: JBIDE-19903
> URL: https://issues.jboss.org/browse/JBIDE-19903
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions, seam2
> Affects Versions: 4.3.0.Beta1
> Reporter: Nick Boldt
> Assignee: Alexey Kazakov
> Priority: Blocker
> Fix For: 4.3.0.Beta1
>
>
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
> {code}
> 03:33:03 Failed tests:
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForType:29 Match not found (file - /numberguess/web/giveup.jspx name - numberGuess)
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForMethod1:44 Match not found (file - /numberguess/web/giveup.jspx name - remainingGuesses)
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForMethod2:59 Match not found (file - /numberguess/web/giveup.jspx name - possibilities)
> 03:33:03
> 03:33:03 Tests run: 86, Failures: 3, Errors: 0, Skipped: 0
> 03:33:03
> 03:33:08 [ERROR] There are test failures.
> {code}
> {code}
> 04:39:42 Running org.jboss.tools.seam.core.test.project.facet.Seam20XFacetTestSuite230
> 04:40:10 Jun 02, 2015 4:40:10 AM org.hibernate.eclipse.HibernatePlugin start
> 04:40:10 INFO: HibernatePlugin Started
> 04:40:55 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:40:55 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:40:55 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earNoLibPrj-ejb
> 04:40:56 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earNoLibPrj
> 04:41:25 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:25 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:26 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earTemplLibPrj-ejb
> 04:41:27 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earTemplLibPrj
> 04:41:58 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:58 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:58 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earLibPrj-ejb
> 04:41:59 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earLibPrj
> 04:42:03 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:03 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warNoTemplLibPrj
> 04:42:11 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:11 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:14 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warNoLibPrj
> 04:42:26 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:26 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:26 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warTemplLibPrj
> 04:42:53 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:53 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:53 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warLibPrj
> 04:42:57 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:57 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib{code}
> {code}
> 05:02:54 [INFO] --- tycho-pack200b-plugin:0.22.0:pack (pack200-pack) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO] Pack200 packing jar /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seamfp.ui.test/target/org.jboss.tools.seamfp.ui.test-3.7.0-SNAPSHOT.jar
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attached-p2-metadata) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (p2-metadata) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- download-maven-plugin:1.2.0:wget (install-eap) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:56 [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-noauth-4.3.0.GA_CP03.zip
> 05:02:56 Build timed out (after 300 minutes). Marking the build as aborted.
> 05:02:56 Terminating xvnc.
> 05:02:57 $ vncserver -kill :43
> 05:03:07 Killing Xvnc process ID 13038
> 05:03:09 Xvnc seems to be deadlocked. Kill the process manually and then re-run
> 05:03:09 /usr/bin/vncserver -kill :43
> 05:03:09 to clean up the socket files.
> 05:03:09 Build was aborted
> 05:03:09 Archiving artifacts
> 05:03:58 Recording test results
> 05:04:15 Description set:
> 05:04:15 Build was marked for publishing on https://hudson.jboss.org/hudson/
> 05:04:16 Notifying upstream projects of job completion
> 05:04:16 Finished: ABORTED
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months