What JDK are you using?  Try JDK 1.3.

-----Original Message-----
From: Eduardo Estefano [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 5:08 PM
To: Orion-Interest
Subject: starting and stopping orion


What happens when you stop orion with a Ctrl-C ? Is this bad? Does it not
release all the resources it's using?

I run my application fine. Then I stop it with Ctrl-C. When I start it again
and try to access an EJB, I get a classnotfound exception (the class is from
the jdbc driver - and its there, so this is another problem).

So I don't know the exact problem, but I assume it is something with the
database connections. I reference one from an ejb, but I do close it in a
finally{} block inside the method that aquires a connection.

The only way to make it work again is to touch the configuration files so
the application is re-deployed. It looks like something is not shutdown
properly.

Any ideas?

-----------------------------------------
Eduardo Estefano
Integrated Information Systems
480.317.8549


Reply via email to