[jboss-jira] [JBoss JIRA] Created: (JBAS-7132) shutdown.sh/shutdown.bat is missing jars in its classpath which causes NoClassDefFoundError(s)
Daniel Bevenius (JIRA)
jira-events at lists.jboss.org
Wed Jul 29 08:32:29 EDT 2009
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
Priority: Minor
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
More information about the jboss-jira
mailing list