On Sun, Jun 27, 2004 at 10:11:47PM +0200, Mateusz Jaracz wrote:
> Solved,
> I had my EJB classes in two places (two different classloaders).
> 
> Now I'm trying to get jdbc connection from pooling (configured in Tomcat )
> but the following exception occurs:
> 
> java.sql.SQLException: Problem: java.io.FileNotFoundException:
> .\logs\trace.log (The system cannot find the path specifi
> ed)

Greetings from JavaOne!

It seems like you are getting a connection from OpenEJB (via the
InstantDB connector) and not one configured in Tomcat.  The OpenEJB
JNDI implementation will delegate to any other JNDI implementations
present when the name is not found.  Try commenting out the Connector
declaration in your openejb.conf file and forcing OpenEJB to look in
Tomcats namespace for the JNDI name.

-David

Reply via email to