[jboss-jira] [JBoss JIRA] Created: (JBAS-7521) Fix the shutdown.jar assembly
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Dec 4 21:00:30 EST 2009
Fix the shutdown.jar assembly
-----------------------------
Key: JBAS-7521
URL: https://jira.jboss.org/jira/browse/JBAS-7521
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Build System
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: JBossAS-6.0.0.M2
AS trunk shutdown.sh leads to:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/Shutdown
Caused by: java.lang.ClassNotFoundException: org.jboss.Shutdown
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: org.jboss.Shutdown. Program will exit.
Fix the assembly to ensure all required classes are accounted for
--
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