RE: how to shutdown orion app server?

2002-05-02 Thread Michael C. Han
public void restart() throws RemoteException { _admin.restart("localhost"); } } -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marsSent: Wednesday, May 01, 2002 9:02 PMTo: Orion-InterestSubject: Re: how to shutdown orion app s

Re: how to shutdown orion app server?

2002-05-01 Thread mars
use the follow command killall -15 java - Original Message - From: gusl To: Orion-Interest Sent: Sunday, April 28, 2002 11:25 AM Subject: how to shutdown orion app server? Hi all, I want to know how to shutdown orion app server ??? Use kill ???(under

Re: how to shutdown orion app server?

2002-04-29 Thread Lachezar Dobrev
Hi. Make sure you remove the'deactivated="false"' for admin in config/principals.xml Lachezar. Hi, I writed one EJB and deployed it successful on Orion 1.5.4. Buti get the Exception when i test it used one client application: javax.naming.AuthenticationException: Invalid

Re: how to shutdown orion app server?

2002-04-29 Thread Mark Kettner
Hi Liu, Did you run orion -install when you installed orion (or changed admin password in principals.xml)? This username/password should correspond with the username/password from the jndi.properties file of the client application Mark On Sun, 2002-04-28 at 13:02, Liu Bin wrote: Hi, I

Re: how to shutdown orion app server?

2002-04-29 Thread Renaud Bruyeron
That command seems to hang on linux 2.4.x / 1.3.1 as soon as you've deployed something. It works great on win2k, though, so I suspect the linux JVM. Under linux, I usually have to CTRL-C or kill the process. - Renaud - Original Message - From: Jesper Rasmussen [EMAIL PROTECTED] To:

Re: Re: how to shutdown orion app server?

2002-04-29 Thread Liu Bin
but i can't look up my ejb,how to config it. thanks Hi. Make sure you remove the'deactivated="false"' for admin in config/principals.xml Lachezar. Hi, I writed one EJB and

Re: Re: how to shutdown orion app server?

2002-04-29 Thread Lachezar Dobrev
Hi. Again. Now. The code seems correct. Except, the url, that MAY require to be of the type: ormi://localhost/Your_App_Name. If you have deployed your beans in an application, and NOT in the default APP, you HAVE to use the url with the app_name at the end. in config/server.xml

Re: how to shutdown orion app server?

2002-04-28 Thread Liu Bin
Hi, I writed one EJB and deployed it successful on Orion 1.5.4. Buti get the Exception when i test it used one client application: javax.naming.AuthenticationException: Invalid username/password for default (admin) at com.evermind._dn._mu(.:2173) at com.evermind._dn._mu(.:2009)