Unable to start Orion Server

2001-08-10 Thread Tom Jordan
Hi, I am having difficulty starting the appserver. I get the error message below. If I delete the transaction.state file, then the first time the message goes away, it returns after that. Is there anyway that I can work around this problem. Thanks in Advance Tom Warning: Error reading

Ayuda

2001-08-10 Thread Rodriguez Muñoz, Rosana
Title: Ayuda Hola atod@s, necesito que alguien me explique como borrarme de esta lista de distribución. Lo he intentado varias veces y me ha sido imposible. Muchísimas gracias a tod@s. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-

RE: Unable to start Orion Server

2001-08-10 Thread The elephantwalker
Tom, Seems like you are rocking and rolling ... can you connect? The reason you get this is the way orion was shut down. Did you kill it abruptly? If so, you will get this message every time you start it up. To stop orion, use this command: java -jar admin.jar ormi://localhost admin

Re: Unable to start Orion Server

2001-08-10 Thread Sachin . Shetty
unsubscribe

Re: Help with exception, could be classpath related

2001-08-10 Thread oisin
Hi Ashok, the two beans are in two individual ejb-jar files, with both beans deployed successfully, I know this because they work fine when I connect simple clients to them, and both work from the same client when the classpath is set correctly. The contents of the files are ejb-jar2.jar

Leaked Connections .. URGENT !!!

2001-08-10 Thread Engst Oliver (Platinion)
If somebody could help me I would be very pleased. I have a Bean, which is getting a Connection, fetching some data and then creates a background Thread which fetches the rest of the data. This additional background thread closes the connection in a Try{} finally block. All works fine. I have

SV: Leaked Connections .. URGENT !!!

2001-08-10 Thread Patrik Andersson
Title: SV: Leaked Connections .. URGENT !!! The bean you are talking about, that wouldn't happend to be en EnterpriseBean would it? If it is, and you're holding on to a connection After orion has committed a transaction to it, then you're out of luck with that solution. Why would you want to

JMS Problem

2001-08-10 Thread Vikas Malhotra
hi, can we specify any class as a startup class in Orion the same way we can do in Weblogic. Vikas * Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and

RE: LDAP user manager

2001-08-10 Thread Araya Danilo
I wrote my own LDAP user manager and it works just fine Are you setting the user-manager element in the orion-application.xml for the ear file? Hello Kris Thanks for your reply. Yes, i im setting the user-manager element. ... my problem is that when i do it, i can't use the command

Re: Leaked Connections .. URGENT !!!

2001-08-10 Thread Vikas Malhotra
Title: SV: Leaked Connections .. URGENT !!! See i believe that the root cause of the problem is that u are trying to close the connection in the try block do the same in the finally block and evrything will be jus fine... u must be having something like try { Connection con =

RE: JMS Problem

2001-08-10 Thread Trujillo, Kris
You have to create an executable jar file and configure it in the application.xml and orion-application.xml as a client application. The executable jar will be invoked at boot time by Orion. -Original Message-From: Vikas Malhotra [mailto:[EMAIL PROTECTED]]Sent: Friday, August

Re: Unable to start Orion Server

2001-08-10 Thread Simon Evans
are you shutting down the server properly... java -d admin.jar ormi://localhost:23791 admin 23 -shutdown force also i dont thnik you should be deleting the transaction files...from the messages below it seems that the server recovered and started ok anyway. Tom Jordan wrote: Hi,

Re: JMS Problem

2001-08-10 Thread Tim Pouyer
The start up class in weblogic is specific to that server. It is not part of the j2ee spec and there is no equivalent in orion. - Original Message - From: Vikas Malhotra To: Orion-Interest Sent: Friday, August 10, 2001 7:24 AM Subject: JMS Problem hi, can

RE: JMS Problem

2001-08-10 Thread Jason Smith
Well, I can get classes to start up when Orion starts: Edit your orion-application.xml file orion-application ... client-module path=start-this-jar.jar auto-start=true user=who-should-start-it arguments argument value=argumentValue1/ /arguments

RE: LDAP user manager

2001-08-10 Thread Trujillo, Kris
I haven't tried what your trying .. but I believe if you want the admin tools to use your UserManager you'll have to setup your UserManager in the $ORION_HOME/config/application.xml vs. in the Ear file. -Original Message- From: Araya Danilo [mailto:[EMAIL PROTECTED]] Sent: Friday, August

SOLVED .. Leaked Connection...

2001-08-10 Thread Engst Oliver (Platinion)
First of all.. you're right.. we don't use EJBs.. I found it. I passed just the ResultSet Object to the Thread and used the objRs.getStatement().getConnection().close() to close it. The Pool cannot handle object references like this. Now I set up an additional parameter to the Thread which

Can u deploy EJB's into the default-web

2001-08-10 Thread Nusairat, Joseph F.
If so how?

RE: Can u deploy EJB's into the default-web

2001-08-10 Thread Duffey, Kevin
Why would you want to? -Original Message-From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]]Sent: Friday, August 10, 2001 12:31 PMTo: Orion-InterestSubject: Can u deploy EJB's into the default-web If so how?