-
Bug
-
Resolution: Won't Do
-
Minor
-
JBossAS-4.0.3RC1, JBossAS-4.0.3RC2, JBossAS-4.0.3 Final, JBossAS-4.0.3 SP1
-
None
Install JBoss AS 4.0.3sp1 using installer and check only 'Tomcat'. Startup is good however if you try to shutdown using 'shutdown -S' following exception is thrown
Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/system/server/ServerImplMBean
at org.jboss.Shutdown.main(Shutdown.java:104)
Shutdown script depends on \client\jbossall-client.jar which internally depends on NamingService of JBoss. However if you deploy only Tomcat, NamingService is not deployed and hence you cannot make use of 'shutdown -S'