Rajesh, David and I just worked on this a bit and I got mine working. Here is what I did:
Removed the moviefun webapp: Remove TOMCAT_HOME/webapp/moviefun Remove TOMCAT_HOME/webapp/moviefun.war Remove TOMCAT_HOME/work/Catalina/localhost/moviefun Installed MovieFun: Copy OPENEJB_HOME/war/moviefun.war to TOMCAT_HOME/webapp Start Tomcat Stop Tomcat Modify the TOMCAT_HOME/webapp/moviefun/WEB-INF/web.xml to have the proper OpenEJB Home Start Tomcat Open browser to http://localhost:8080/moviefun That *should* take care of it if it's just a problem with caching in Tomcat or a borked installation. If not, check the contents of the TOMCAT_HOME/webapp/moviefun/WEB-INF/lib/openejb-loader... jar to make sure its not empty. Let me know how it goes. Take care, Jeremy P.S. - Make sure your OpenEJB Home is the root of the OpenEJB install and not to the bin directory. On 9/13/05, Jeremy Whitlock <[EMAIL PROTECTED]> wrote: > > Rajesh, > I'm in the same boat. David and I have not had time to work on this. I'll > dig a little deeper and get back to you asap. I'll also ping David on irc > for help when needed. Take care, Jeremy > > On 9/13/05, Rajesh Puri <[EMAIL PROTECTED]> wrote: > > > > Jeremy, > > > > Did you find any fix for this? I get same error no > > matter what. I think error comig from: > > Caused by: > > org.exolab.castor.jdo.DatabaseNotFoundException: > > Nested error: java.io.FileNotFoundException: > > META-INF\cmp.or-mapping.xml (The system cannot find > > the path specified) > > > > Thanks > > Rajesh > > > > --- Jeremy Whitlock <[EMAIL PROTECTED]> wrote: > > > > > Rajesh, > > > It's funny you should find that as I too found that > > > about 2 weeks ago. I > > > just got back into town and I'll look into it to see > > > if I could help. Take > > > care, Jeremy > > > > > > On 9/9/05, Rajesh Puri < [EMAIL PROTECTED]> wrote: > > > > > > > > Just downloaded the Beta version (realizing that I > > > > should be staring with newer version) and copied > > > > moviefun.war to webapps oon tomcat 5.0. Got > > > following > > > > erros. What am I missing? Only chnage I did was > > > > correct web.xml per document. Thanks. > > > > > > > > > > > > > --------------------------------------------------------- > > > > java.lang.IllegalStateException: Castor JDO > > > > initialization failed > > > > > > > > > > > > > > > > > > > org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.postInit > > > > (CastorCMP11_EntityContainer.java:442) > > > > > > > > > > > > > > > org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.invoke > > > > (CastorCMP11_EntityContainer.java:527) > > > > > > > > > > > > > org.openejb.core.RpcContainerWrapper.invoke(RpcContainerWrapper.java:69) > > > > > > > > > > > > > org.openejb.core.TomcatJndiSupport.invoke(TomcatJndiSupport.java:120) > > > > > > > > > > > > > org.openejb.core.ivm.EjbHomeProxyHandler.create(EjbHomeProxyHandler.java > > > > :258) > > > > > > > > > > > > > org.openejb.core.ivm.EjbHomeProxyHandler._invoke( > > EjbHomeProxyHandler.java > > > > :153) > > > > > > > > > > > > > org.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java > > > > :316) > > > > > > > > > > > > > org.openejb.util.proxy.Jdk13InvocationHandler.invoke ( > > > > Jdk13InvocationHandler.java:87) > > > > $Proxy0.create(Unknown Source) > > > > > > > > > > > > > org.acme.movie.MovieEntity$1.create(MovieEntity.java:64) > > > > > > > > > > > > > org.apache.jsp.setup_jsp._jspService(setup_jsp.java:84) > > > > > > > > > > > > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) > > > > > > > > > > > > > javax.servlet.http.HttpServlet.service (HttpServlet.java:860) > > > > > > > > > > > > > org.apache.jasper.servlet.JspServletWrapper.service( > > JspServletWrapper.java > > > > :298) > > > > > > > > > > > > > org.apache.jasper.servlet.JspServlet.serviceJspFile (JspServlet.java > > :292) > > > > > > > > > > > > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) > > > > > > > > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:860) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ______________________________________________________ > > > > Click here to donate to the Hurricane Katrina > > > relief effort. > > > > http://store.yahoo.com/redcross-donate3/ > > > > > > > > > > > > > > > > -- > > > He who listens well, speaks well. > > > > > > > > > > > > > __________________________________ > > Yahoo! Mail - PC Magazine Editors' Choice 2005 > > http://mail.yahoo.com > > > > > > -- > He who listens well, speaks well. -- He who listens well, speaks well.
