I have tried using the following commands to stop the server:
 
java -jar admin.jar ormi://localhost/ admin pw -shutdown
java -jar admin.jar ormi://localhost:80/ admin pw shutdown
java -jar admin.jar ormi://192.168.0.30/ admin pw -shutdown
java -jar admin.jar ormi://192.168.0.30:80/ admin pw -shutdown
 
 
I get the following exceptions...  One exception per each command from above:
 
Error: javax.naming.NamingException: Lookup error: java.net.ConnectException:
Connection refused: no further information; nested exception is:
        java.net.ConnectException: Connection refused: no further information
 
Error: javax.naming.NamingException: Lookup error: java.io.StreamCorruptedException:
Caught EOFException while reading the stream header; nested exception is:
        java.io.StreamCorruptedException: Caught EOFException while reading the stream header
 
Error: com.evermind.reflect.UndeclaredExceptionTypeException: java.lang.ClassNotFoundException
 
Anyone know what I am doing wrong?
Environment is Windows 2000 Server in Intel.
 
Dale Bronk

Reply via email to