Re: Geronimo-2.1.2-SNAPSHOT, Servlet.service() for servlet login-page threw exception

2008-07-10 Thread jklcom99
Actually, it's seeing the jars. After creating a new instance of a class from IBMLAP.jar, the servlet exited with: 19. What is "Exited with: 19"? jklcom99 wrote: > > It's packaged in another jar (IBMLAP.jar and that is in ear/lib) > > > djencks wrote: >> >> I don't think you've given enou

Re: Geronimo-2.1.2-SNAPSHOT, Servlet.service() for servlet login-page threw exception

2008-07-09 Thread jklcom99
It's packaged in another jar (IBMLAP.jar and that is in ear/lib) djencks wrote: > > I don't think you've given enough info to help. Where is the EULA? > Where does the ibm software expect it to be? > > thanks > david jencks > > -- View this message in context: http://www.nabble.com/Ge

Re: Geronimo-2.1.2-SNAPSHOT, Servlet.service() for servlet login-page threw exception

2008-07-09 Thread David Jencks
I don't think you've given enough info to help. Where is the EULA? Where does the ibm software expect it to be? thanks david jencks On Jul 9, 2008, at 8:08 AM, jklcom99 wrote: I thought by moving all dependency jars to ear/lib directory and they would be seen by all modules. Now that

Geronimo-2.1.2-SNAPSHOT, Servlet.service() for servlet login-page threw exception

2008-07-09 Thread jklcom99
I thought by moving all dependency jars to ear/lib directory and they would be seen by all modules. Now that I have cleared out the manifest classpath in all my jars. MyApp.jar is referencing other jars which are now placed within ear/lib. But I'm getting this error. Am I missing something?