[
https://jira.jboss.org/jira/browse/JBAS-7132?page=com.atlassian.jira.plug...
]
Jason T. Greene updated JBAS-7132:
----------------------------------
Fix Version/s: Unscheduled
(was: 6.0.0.M3)
Unscheduling due to inactivity. Reassign to a release that you feel comfortable resolving
this issue in, or leave as is.
shutdown.sh/shutdown.bat is missing jars in its classpath which
causes NoClassDefFoundError(s)
-----------------------------------------------------------------------------------------------
Key: JBAS-7132
URL:
https://jira.jboss.org/jira/browse/JBAS-7132
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Daniel Bevenius
Assignee: Andrew Lee Rubinger
Priority: Minor
Fix For: Unscheduled
Currently the server/src/bin/shutdown.sh contains only two jars:
JBOSS_BOOT_CLASSPATH="$JBOSS_HOME/bin/shutdown.jar:$JBOSS_HOME/client/jbossall-client.jar"
and as far as I can tell it requires:
JBOSS_BOOT_CLASSPATH="$JBOSS_HOME/bin/shutdown.jar:$JBOSS_HOME/client/jbossall-client.jar:$JBOSS_HOME/lib/jboss-bootstrap-spi-as.jar:$JBOSS_HOME/lib/jboss-bootstrap-spi-mc.jar:$JBOSS_HOME/lib/jboss-bootstrap-spi.jar:$JBOSS_HOME/lib/jboss-system-jmx.jar:$JBOSS_HOME/lib/jboss-kernel.jar"
If you like feel free to assign this to me.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira