Re: Shutting down orion server!

2001-07-23 Thread Bill Clinton
Hello, I sent this the other day, but I didn't see it come through the list for some reason. maybe because I sent an attachment? Anyway, here it is again (i'll paste the file instead of attaching it this time) Hiya, While I use linux, I am working with two other developers on

Re: Shutting down orion server!

2001-07-20 Thread Sergei Batiuk
You must use admin.jar for this purpose. You can make the following .bat file: java -jar admin.jar ormi://host:port username password -shutdown. HTH, Sergei. - Original Message - From: Rajiv R To: Orion-Interest Sent: Friday, July 20, 2001 4:19 PM Subject:

RE: Shutting down orion server!

2001-07-20 Thread Andre Vanha
-Original Message- From: Rajiv R [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 7:20 AM To: Orion-Interest Subject: Shutting down orion server! Having started orion server, I shutdown using Ctrl+C is this correct way? Can I make a file (something like a .bat file)

Re: Shutting down orion server!

2001-07-20 Thread Kishore Atigre
See the options available in java -jar admin.jar - Kishor Rajiv R [EMAIL PROTECTED] on 07/20/2001 09:19:50 AM Please respond to Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] cc:(bcc: Kishore Atigre) Subject: Shutting down orion server! Having started

RE: Shutting down orion server!

2001-07-20 Thread Simon Evans
oh great, i opened the attachment and it ran the bat file! damn windows! -Original Message- From: Andre Vanha [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 10:04 AM To: Orion-Interest Subject: RE: Shutting down orion server! -Original Message- From: Rajiv R [mailto

RE: Shutting down orion server!

2001-07-20 Thread elephantwalker
registry. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andre Vanha Sent: Friday, July 20, 2001 10:04 AM To: Orion-Interest Subject: RE: Shutting down orion server! -Original Message- From: Rajiv R [mailto:[EMAIL

Re: Shutting down orion server!

2001-07-20 Thread RejathM
Hi Rajiv, You can stop the orion server by going to the orion home directory where admin.jar file is availalble and in command prompt you can type java -jar admin.jar ormi://host:port/ admin_id admin_password options where host = ip address or if its ur machine then localhost port = default

Re: Shutting down orion

2000-11-09 Thread Jim Crossley
Thanks for all your responses on this. Had I looked at orionsupport first like I should, I wouldn't have even posted the question! I was happy to see that ^C or SIGTERM shuts down orion cleanly as well... since jdk1.3 allows you to trap signals now.

Re: Shutting down orion

2000-11-08 Thread Storm Linux User
On Wed, Nov 08, 2000 at 10:02:24AM -0500, Jim Crossley wrote: Although I can shutdown orion using the admin.jar with a 1.2 JVM, I've found that I cannot with a 1.3 JVM. The server ceases to accept connections, but its process does not go away. (Running on Redhat/Debian Linux) Anyone else

Re: Shutting down orion

2000-11-08 Thread Ismael Blesa Part
Yes, I have experienced this on Solaris also. add "force" at the end of line. more information on www.oriosupport.com Jim Crossley wrote: Although I can shutdown orion using the admin.jar with a 1.2 JVM, I've found that I cannot with a 1.3 JVM. The server ceases to accept connections, but

Re: Shutting down orion

2000-11-08 Thread Drew Kidder
I have noticed some errors when shutting down Orion under Sun's 1.3 JVM on Solaris. I get the following error: Error: com.evermind.server.rmi.OrionRemoteException: Disconnected: Server shutdown However, the server processes do go away. This doesn't look like a fatal error (or even an error

RE: Shutting down orion

2000-11-08 Thread Sean Leach
On orionsupport it mentions to add 'force' to the shutdown command i.e. java -jar admin.jar ormi://localhost username password -shutdown force and that works fine for me in a redhat/jvm 1.3 environment. Good luck! Sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Shutting down orion

2000-11-08 Thread Savotchkin Egor
] Sent: Wednesday, November 08, 2000 7:40 PM Subject: Re: Shutting down orion Yes, I have experienced this on Solaris also. add "force" at the end of line. more information on www.oriosupport.com Jim Crossley wrote: Although I can shutdown orion using the admin.jar with a 1.2 JVM, I

RE: Shutting down orion

2000-11-08 Thread Ramiro Diaz Trepat
PROTECTED]]On Behalf Of Storm Linux User Sent: Wednesday, November 08, 2000 1:32 PM To: Orion-Interest Subject: Re: Shutting down orion On Wed, Nov 08, 2000 at 10:02:24AM -0500, Jim Crossley wrote: Although I can shutdown orion using the admin.jar with a 1.2 JVM, I've found that I cannot

Re: Shutting down orion

2000-11-08 Thread Lawrence Sewell
I faced this problem on Solaris (jdk1.3) and "force" method does not work either. java -jar admin.jar ... -shutdown force just hangs... I have had no problem with shutting down Orion 1.3.8 nor Orion 1.4.3 under Solaris 8 with JDK 1.3.0. As a nonroot id "orion" (I have changed the default port