Bugs item #1004191, was opened at 2004-08-05 15:43 Message generated for change (Settings changed) made by jsmith9090 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1004191&group_id=22866
Category: JBossServer Group: v4.0 Status: Open Resolution: None >Priority: 7 Submitted By: Jeff Smith (jsmith9090) Assigned to: Nobody/Anonymous (nobody) Summary: Exception running shutdown.bat from directory other than bin Initial Comment: When I run the command C:\jboss-4.0.0 \bin\shutdown.bat -S from the root directory an exception is thrown. This works fine in 3.2.5 but not in 4.0.0RC1. Here is the exception: Exception in thread "main" javax.naming.NamingException: Could not dereference object. Root exception is javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no sec urity manager: RMI class loader disabled) at sun.rmi.server.LoaderHandler.loadProxyClass (LoaderHandler.java:521) at java.rmi.server.RMIClassLoader$2.loadProxyClass (RMIClassLoader.java:6 39) at java.rmi.server.RMIClassLoader.loadProxyClass (RMIClassLoader.java:309 ) at sun.rmi.server.MarshalInputStream.resolveProxyClass (MarshalInputStrea m.java:241) at java.io.ObjectInputStream.readProxyDesc (ObjectInputStream.java:1469) at java.io.ObjectInputStream.readClassDesc (ObjectInputStream.java:1432) at java.io.ObjectInputStream.readOrdinaryObject (ObjectInputStream.java:1 626) at java.io.ObjectInputStream.readObject0 (ObjectInputStream.java:1274) at java.io.ObjectInputStream.readObject (ObjectInputStream.java:324) at java.rmi.MarshalledObject.get (MarshalledObject.java:135) at org.jnp.interfaces.MarshalledValuePair.get (MarshalledValuePair.java:3 0) at org.jnp.interfaces.NamingContext.lookup (NamingContext.java:551) at org.jnp.interfaces.NamingContext.lookup (NamingContext.java:508) at javax.naming.InitialContext.lookup (InitialContext.java:347) at org.jnp.interfaces.NamingContext.resolveLink (NamingContext.java:965) at org.jnp.interfaces.NamingContext.lookup (NamingContext.java:614) at org.jnp.interfaces.NamingContext.lookup (NamingContext.java:508) at javax.naming.InitialContext.lookup (InitialContext.java:347) at org.jboss.Shutdown.main(Shutdown.java:182) RMIAdapter is found in jbossall-client.jar and in shutdown.bat when setting the JBOSS_CLASSPATH it has ../client/jbossall-client.jar. If I change this to the full path name it works. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1004191&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
