May or may not be relevant in your case but I'd check your build.properties file and make sure everything is correct. I had successful builds and deployment but 'could not start engine' until finally, after reviewing the file numerous times, I realized that I had catalina.version.major set to 5 instead of 5.5.
--- Philip Kuss <[EMAIL PROTECTED]> wrote: > Hi, > > I just installed J2 - M2 on a windows based System concering the > following components: > Windows XP > Java jdk1.5.0_02 > TomCat 5.5 > Jetspeed2 - M2 > > I installed Jetspeed as mentioned in the tutorial on apache.org page. > Each build was succesfull and I get the application deployed to the > tomcat server - within the tomcat manager i can succesfully start > jetspeed. > But after visiting the page of jetspeed localhost:8080/jetspeed/ I > recieve the following Error. > > I found a note within the mailing list, that this problem should have > beenm fixed with J2 - M2 - but i still get this error. > > I would appreciate any hint. > > Thank you in advance! > > Phil > > P.S. > > I get this errormessage: > > > type Exception report > message > description The server encountered an internal error () that prevented > it from fulfilling this request. > exception > javax.servlet.ServletException: Failed to initalize jetspeed. > org.apache.jetspeed.exception.JetspeedException: Unable to create Engine > > org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:20 > 6) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java > :691) > > org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:6 > 58) > > org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45) > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:325) > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > root cause > org.apache.jetspeed.exception.JetspeedException: Unable to create Engine > org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76) > > org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135 > ) > > org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java: > 590) > > org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java > :535) > > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) > > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1106) > > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:31 > 0) > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu > pport.java:119) > org.apache.catalina.startup.Catalina.start(Catalina.java:537) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > java.lang.reflect.Method.invoke(Unknown Source) > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) > > note The full stack trace of the root cause is available in the Apache > Tomcat/5.5.7 logs. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]