RE: does orionsupport startup and shut down classes

2002-01-10 Thread The elephantwalker
startup and shut down classes hai   Does ORION support startup and shutdown classes? Here is the scenario, in order to have access to the system resources (file system, legacy applications) from an EJB, it is the violation of EJB spec. However, one can write a java class that

RE: does orionsupport startup and shut down classes

2002-01-09 Thread Alex Paransky
://www.alexparansky.comresume: http://www.alexparansky.com/resume.html -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of meera krishnaraja bhatSent: Wednesday, January 09, 2002 5:03 PMTo: Orion-InterestSubject: does orionsupport startup and shut down

does orionsupport startup and shut down classes

2002-01-09 Thread meera krishnaraja bhat
hai   Does ORION support startup and shutdown classes? Here is the scenario, in order to have access to the system resources (file system, legacy applications) from an EJB, it is the violation of EJB spec. However, one can write a java class that accesses system resources and deployed this class in

How do you shut down orion - Problem SOLVED!

2001-12-19 Thread James Beeson
Thanks to everyone for the information. I did not realize that the admin.jar was trying to shut down orion through the RMI port. I was trying to shut it down throught the port I manually specified in my default-web-site.xml file. I took of the port number in the admin command call and it worked

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
"0.1.8" > Implementation-Title: "com.evermind.client.orion" > > I have run the > java -jar admin.jar ormi://localhost:8080/ admin pswd -shutdown command > from the c:\orion directory > > I am able to shut down properly by using the orion console's &

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
1.8" Implementation-Title: "com.evermind.client.orion" I have run the java -jar admin.jar ormi://localhost:8080/ admin pswd -shutdown command from the c:\orion directory I am able to shut down properly by using the orion console's File>Exit menu item after accessing the console via the comma

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
ized > >But then the app runs fine. I currently don't have a transaction.state file. > >Why won't it let me shut down Orion? >Thanks > > > > >_ >MSN Photos is the easiest way to share and print your photos: >http://photos.msn.com/support/worldwide.aspx > > > >

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

2001-12-18 Thread Robert S. Sfeir
; Recovery completed, 0 connections committed and 0 rolled back... > > Orion/1.5.2 initialized > > > > But then the app runs fine. I currently don't have a transaction.state > > file. > > > > Why won't it let me shut down Orion? > > Thanks > > > > > > > > > > _ > > MSN Photos is the easiest way to share and print your photos: > > http://photos.msn.com/support/worldwide.aspx > > > > > > > >

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

2001-12-18 Thread Chris Callaghan
gt; starting recovery process > ... > Recovery completed, 0 connections committed and 0 rolled back... > Orion/1.5.2 initialized > > But then the app runs fine. I currently don't have a transaction.state > file. > > Why won't it let me shut down Orion? > Thanks &g

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
rion/1.5.2 initialized But then the app runs fine. I currently don't have a transaction.state file. Why won't it let me shut down Orion? Thanks _ MSN Photos is the easiest way to share and print your photos: http://ph

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 com

How do you shut down orion after it's initialized

2001-12-17 Thread James Beeson
How do you shut down orion after it's initialized? I've tried several commands, but I can't get any to work. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Shut Down

2000-06-15 Thread Hashim Merchant
HI Guys, I am trying to shut down orion by using java -jar admin.jar ormi://localhost/ admin mojo -shutdown and i get this error Error: com.evermind.reflect.UndeclaredExceptionTypeException: java.lang.ClassNotFoundException Please giv me some solution Thanx

how do you shut down the server?

2000-05-04 Thread Benjamin Geer
The documentation doesn't appear to say how to shut down the server. Following the 'Usage' statement that was printed when I typed 'java -jar shutdown.jar', I tried this: java -jar shutdown.jar ormi://localhost admin pentacom rest