On Fri, Apr 23, 2004 at 12:40:38AM -0400, Margolis, Scott wrote: > Please Help > > I've followed the instructions for setting up OpenEJB 0.9.2. > > I want to run the OpenEJB Test Suite by navigating to: > http://localhost:8088/openejb_loader-0.9.2/index.html > > and everything looks fine until the last page which fails on step: > > Invoking the create method on the ejb home FAIL
Make sure you don't have any ejb interfaces anywhere in your WEB-INF/lib or WEB-INF/classes. If that is indeed what is wrong, this doc offers more details. http://www.openejb.org/tomcat-ejbclasses.html -David > > > I get the following message in the error log stdout.log: > > Bootstrap: Create Catalina server > Bootstrap: Starting service > Starting service Tomcat-Standalone > Apache Tomcat/4.1.30 > OpenEJB 0.9.2 build: 20030605-0409 > http://openejb.sf.net > Bootstrap: Service started > Warning: No test suite configuration file specified, assuming system > properties contain all needed information. To specify a test suite > configuration file by setting its location using the system property > "openejb.testsuite.properties" > Cannot start the test database: java.lang.IllegalStateException Cannot start > database: java.lang.reflect.UndeclaredThrowableException null > Cannot initialize the test environment: java.lang.IllegalStateException > Cannot start database: java.lang.reflect.UndeclaredThrowableException null > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek > For a limited time only, get FREE Ground shipping on all orders of $35 > or more. Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > http://OpenEJB.sf.net > OpenEJB-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/openejb-user
