Re: Admin Shutdown Command

2000-09-01 Thread Joel Shellman
"Smith, Bill (RIC)" wrote: I noticed something that doesn't make much sense to me. When I execute the shutdown command with admin.jar, there are half a dozen of java -jar orion.jar processes that still hang around. If I start the server again, even more appear. I'm run Redhat 6.2 with the IBM

RE: admin -shutdown

2000-06-29 Thread Gary Shea
% Gary Kirk S. Kalvar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of KirkYarina Sent: Wednesday, June 28, 2000 4:09 PM To: Orion-Interest Subject: RE: admin -shutdown Does your principals.xml contain the following? users

Re: admin -shutdown

2000-06-29 Thread Christian Sell
Karl, For support, always mail [EMAIL PROTECTED], for possible bugs, mail [EMAIL PROTECTED] my recommendation would be to open an exclusively commercial support channel and to tell evereyone on Otion-Interest what they can expect - which seems only very occasional attention from the orion-team

RE: admin -shutdown

2000-06-28 Thread Nathan Phelps
This issue is frustrating to me. You'd think something as fundamental as shutting down the server would work--it did in 0.9. I really like Orion, but I just can't recommend it to my employer if such fundamental features don't work. Ideally you won't be shutting down the server very often,

RE: admin -shutdown

2000-06-28 Thread Juan Pablo Lorandi
heads on this kind of support. -Original Message- From: Nathan Phelps [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 11:36 AM To: Orion-Interest Subject: RE: admin -shutdown This issue is frustrating to me. You'd think something as fundamental as shutting down the server would

RE: admin -shutdown

2000-06-28 Thread Kit Cragin
Development Mongoose Technology, Inc. www.mongoosetech.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nathan Phelps Sent: Wednesday, June 28, 2000 10:57 AM To: Orion-Interest Subject: RE: admin -shutdown I just did, and the result is the same. Microsoft

Re: admin -shutdown

2000-06-28 Thread Eric Richardson
-Interest Subject: RE: admin -shutdown This issue is frustrating to me. You'd think something as fundamental as shutting down the server would work--it did in 0.9. I really like Orion, but I just can't recommend it to my employer if such fundamental features don't work. Ideally you won't be shutting down

RE: admin -shutdown

2000-06-28 Thread Joseph B. Ottinger
On Wed, 28 Jun 2000, Juan Pablo Lorandi wrote: I can't agree more... BTW, many of us that haven't licensed Orion are evaluating it, and wouldn' t be scared to pay the license just to develop, but to be able to recomend orion, we must get answers from you guys... some things are so

RE: admin -shutdown

2000-06-28 Thread Gary Shea
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nathan Phelps Sent: Wednesday, June 28, 2000 10:57 AM To: Orion-Interest Subject: RE: admin -shutdown I just did, and the result is the same. Microsoft Windows 2000 [Version 5.00.2195] (c) Copyright 1985-1999

RE: admin -shutdown

2000-06-28 Thread David Sierra Fernandez
I've tried it and I have always the same result: C:\orionjava -jar admin.jar ormi://localhost:23791 admin 123 -shutdown Error: java.lang.SecurityException: Invalid username/password for default (admin ) C:\orionjava -jar admin.jar ormi://localhost:23791 david sierra -shutdown Error:

RE: admin -shutdown

2000-06-28 Thread KirkYarina
Does your principals.xml contain the following? users user username="admin" password="goodpwd" descriptionThe default administrator/description group-membership group="administrators" / group-membership group="guests" / group-membership group="users" /

Re: admin -shutdown

2000-06-28 Thread Eric Richardson
Hi, Did you install to get an admin password? java -jar orion.jar -install Eric :-) p.s. I get a different error-also on linux David Sierra Fernandez wrote: I've tried it and I have always the same result: C:\orion>java -jar admin.jar ormi://localhost:23791 admin 123 -shutdown Error:

Re: admin -shutdown

2000-06-28 Thread Karl Avedal
Hello Eric, Eric Richardson wrote: Hi, We are evaluating orion for an internal app and our overall opinion is thumbs up. 1. it is really j2ee compliant 2. stable 3. good performance 4. not expensive Thank you! If you are using internal or selling there is a risk of course. 1.

Re: admin -shutdown

2000-06-28 Thread Karl Avedal
Hello David, David Sierra Fernandez wrote: I've tried it and I have always the same result: C:\orionjava -jar admin.jar ormi://localhost:23791 admin 123 -shutdown Error: java.lang.SecurityException: Invalid username/password for default (admin What does this funny error mean ??

RE: admin -shutdown

2000-06-28 Thread Kirk Kalvar
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of KirkYarina Sent: Wednesday, June 28, 2000 4:09 PM To: Orion-Interest Subject: RE: admin -shutdown Does your principals.xml contain the following? users user username="admin" password="goodpwd"