Ross,

You used the wrong port, 8080. You need to use the rmi port, which is noted
in the rmi.xml documention. You don't have to use the port, the default port
is 23791 for ormi, the Orion RMI port. So when you type
ormi://localhost:8080, ormi driver can't find the port, and this shows up
with the exception.

java -jar admin.jar ormi://localhost admin blahbalh -shutdown force

this will work, everytime, as long as orion is running, and the password is
correct.

Regards,

the elephantwalker


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ross Cohen
Sent: Tuesday, July 03, 2001 7:01 PM
To: Orion-Interest
Subject: Newbie question on shuting down


Hi all,

I can get orion started as expected, but I seem to have trouble
shutting it down.  This happens on both Linux and Solaris.

Here is my shutdown command:

[rcohen@ajax orion]$  java -jar admin.jar ormi://localhost:8080 admin
mypswd -shutdown


Hers is the result on both OS's:

Error: javax.naming.NamingException: Lookup error: java.io.EOFException:
Disconnected; nested exception is:
        java.io.EOFException: Disconnected


What am I missing?  Do I have to have a separate naming service
running?  If so, where in the docs is it covered - I've looked around.
Any help would be appreciated...

Thx,
Ross


Reply via email to