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

2001-12-19 Thread Renaud Bruyeron
ssage - 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 ins

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

2001-12-19 Thread Scott Farquhar
; > > > 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: Wed, 19 Dec 2001 11:14:55 +1300 > &g

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

2001-12-18 Thread Daniel López
tul (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, 18 Dec 2001 11:16:11 -0600 > > Are you sure you are running

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

2001-12-18 Thread Chris Callaghan
ected > > 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 initializ

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

2001-12-18 Thread Robert S. Sfeir
gException: Lookup error: 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

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:\

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

2001-12-18 Thread James Beeson
nd C:\orion>java -jar orion.jar -console While 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:

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

2001-12-18 Thread James Beeson
kup error: 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 yo

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 ad

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/ adm

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 Setlur, Atul (MED)
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- thanks!) When I use the command: java -jar admin.jar ormi://localhost:8080/ admin

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 java.

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