[
https://issues.jboss.org/browse/JBIDE-13368?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen updated JBIDE-13368:
----------------------------------------
Summary: When having Java 7 and Java 6 installed EAP servers are not choosing Java 6
and fails to launch (was: Cannot start a SOA-P 5.2 or EAP 5.1.2 server from JBDS 5.0.2)
When having Java 7 and Java 6 installed EAP servers are not choosing
Java 6 and fails to launch
-----------------------------------------------------------------------------------------------
Key: JBIDE-13368
URL:
https://issues.jboss.org/browse/JBIDE-13368
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Environment: Version: 5.0.2.GA
Build id: v20130103-0154-H238-GA
Build date: 20130103-0154
SOA-P 5.2.GA
Reporter: Len DiMaggio
Assignee: Rob Stryker
Priority: Blocker
Labels: respin-b
Fix For: 3.3.2
Attachments: JBIDE-13368.3.3.x.patch, Screenshot-1.png
This is a regression relative to JBDS 5.0.1
When a SOA-P 5.2 server is started in JBDS 5.0.2 - this exception is raised:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/bootstrap/BaseServerConfig
at org.jboss.bootstrap.AbstractServerImpl.doInit(AbstractServerImpl.java:190)
at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:173)
at org.jboss.bootstrap.AbstractServerImpl.init(AbstractServerImpl.java:143)
at org.jboss.Main.boot(Main.java:218)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: org.jboss.bootstrap.BaseServerConfig
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 6 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira