Re: How do you shut down orion after it's initialized

2001-12-19 Thread Scott Farquhar
trying to shut down properly from the command line, this seems to do the trick. Thanks Everyone! From: Chris Callaghan [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: How do you shut down orion after it's initialized Date

Re: How do you shut down orion after it's initialized

2001-12-19 Thread Renaud Bruyeron
- From: James Beeson [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 5:06 AM Subject: Re: How do you shut down orion after it's initialized I have an admin.jar in my c:\orion directory, but I looked inside it and the ONLY file is the manifest.mf file

Re: How do you shut down orion after it's initialized

2001-12-18 Thread James Beeson
I did not have the admin user deactivated (althought that was a good tip- thanks!) When I use the command: java -jar admin.jar ormi://localhost:8080/ admin pswd -shutdown I get: Exception in thread main java.util.zip.ZipException: The system cannot find the file specified at

RE: How do you shut down orion after it's initialized

2001-12-18 Thread Setlur, Atul (MED)
]] Sent: Tuesday, December 18, 2001 9:41 AM To: Orion-Interest Subject: Re: How do you shut down orion after it's initialized I did not have the admin user deactivated (althought that was a good tip- thanks!) When I use the command: java -jar admin.jar ormi://localhost:8080/ admin pswd -shutdown I

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Chris Callaghan
Sounds like you're missing admin.jar... You can get rid of your transaction-log error by creating a persistence directory under the orion directory. Orion will then happily use that... I think some zip implementations have a thing about creating empty directories... James Beeson wrote: I

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Robert S. Sfeir
Sounds like you're using the command without being in the Orion directory. Can't do that. R James Beeson wrote: I did not have the admin user deactivated (althought that was a good tip- thanks!) When I use the command: java -jar admin.jar ormi://localhost:8080/ admin pswd

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Steven R Brandt
Forgive the dumb question... but is admin.jar in the current directory when you issue this command? 12/18/01 10:41:14 AM, James Beeson [EMAIL PROTECTED] wrote: I did not have the admin user deactivated (althought that was a good tip- thanks!) When I use the command: java -jar admin.jar

RE: How do you shut down orion after it's initialized

2001-12-18 Thread James Beeson
: java.io.EOFException: Disconnected; nested exception is: java.io.EOFException: Disconnected C:\orion From: Setlur, Atul (MED) [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: How do you shut down orion after it's initialized Date: Tue

Re: How do you shut down orion after it's initialized

2001-12-18 Thread James Beeson
this doesn't solve my problem from trying to shut down properly from the command line, this seems to do the trick. Thanks Everyone! From: Chris Callaghan [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: How do you shut down orion after it's

RE: How do you shut down orion after it's initialized

2001-12-18 Thread Neville Burnell
you will need the entire Orion153.zip, not just the admin.jar -Original Message- From: James Beeson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 19 December 2001 4:06 PM To: Orion-Interest Subject: Re: How do you shut down orion after it's initialized I have an admin.jar in my c:\orion

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Robert S. Sfeir
: java.io.EOFException: Disconnected; nested exception is: java.io.EOFException: Disconnected C:\orion From: Setlur, Atul (MED) [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: How do you shut down orion after it's initialized Date: Tue

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Chris Callaghan
-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: How do you shut down orion after it's initialized Date: Tue, 18 Dec 2001 11:16:11 -0600 Are you sure you are running this from the directory where orion is installed. Verify admin.jar is in the directory that you

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Daniel López
there. -Atul -Original Message- From: James Beeson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 9:41 AM To: Orion-Interest Subject: Re: How do you shut down orion after it's initialized I did not have the admin user deactivated (althought that was a good tip

Re: How do you shut down orion after it's initialized

2001-12-17 Thread Chris Callaghan
Make sure you have removed deactivated=true from the admin user in config/principals.xml, then use: java -jar admin.jar ormi://localhost:23791/ admin 123 -shutdown James Beeson wrote: How do you shut down orion after it's initialized? I've tried several commands, but I can't get any to