Title: RE: New Feature Idea

> I know there was a start/stop tool with Orion from a while
> ago..just haven't
> figured out how to use it yet.

java -jar admin.jar ormi://the_orion_server_host/ <username> <password> -shutdown

Substitute <username> and <password> with the admin username and password.

There is also a -restart command which restarts the server:

java -jar admin.jar ormi://the_orion_server_host/ <username> <password> -restart

It seems to work but it does give this error in the server's console while restarting:

Error starting RMIServer: IO Error: Address in use: bind

Perhaps the RMIServer is not being shutdown first before restarting?

Ciao,
Gordon

Reply via email to