admin -restart does not work correctly

2001-09-27 Thread Michael Simons
On my Linux box (kernel 2.4) the command $ java -jar /opt/orion/admin.jar ormi://localhost/ admin adminpassword -restart doesn't work. The following messages are written to the console where orion server is running: Error starting RMI-Server: IO Error: Address already in use Error starting

Re: admin -restart does not work correctly

2001-09-27 Thread Markus Holmberg
You are (which certainly is recommended) running Orion as a non-root process. Non-root processes are not allowed to rebind (unfortunately I can't explain closer, because I don't have the details). The answer is: it's normal. If you necessarily need to use restart, run as root (there might be some

Re: admin -restart does not work correctly

2001-09-27 Thread Xiaowen Wang
On Thu, 27 Sep 2001, Michael Simons wrote: On my Linux box (kernel 2.4) the command $ java -jar /opt/orion/admin.jar ormi://localhost/ admin adminpassword -restart doesn't work. The following messages are written to the console where orion server is running: Error starting RMI-Server: