I've had this error too... What server are you using? I had issues with this and blamed it on memory leakage in the JVM. I blamed it on JBoss, and switched to tomcat. Since then I haven't had this error (but then, I got a host of other ones...:)...
To get to the log: jetspeed/WEB-INF/log/jetspeed.log (Check the logs in the server deploy dir!! Not in your project source dir...<g> :p ) -Stijn ----- Original Message ----- From: "Paddy" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 10:14 AM Subject: Intialization error? > Hello All > > I'm running jetspeed 1.4b4 and I get the below error sometimes when i restart the jvm. I also see rundata is null for the first Get request and it also sometimes throws [PortalPersistenceService] The current RunData implenetation does not implement the JetspeedRunData interface. > Any inputs greatly appreciated. thanks. > > > [20 Feb 2004 01:34:48 ERROR] - Could not instantiate tool org.apache.jetspeed.util.template.JetspeedTemplateLink to add to the context > java.lang.ClassCastException > at org.apache.jetspeed.util.template.JetspeedTemplateLink.init(JetspeedTemplate Link.java:151) > at org.apache.turbine.services.pull.TurbinePullService.populateWithRequestTools (TurbinePullService.java:478) > at org.apache.turbine.services.pull.TurbinePullService.populateContext(TurbineP ullService.java:406) > at org.apache.turbine.services.pull.TurbinePull.populateContext(TurbinePull.jav a:145) > at org.apache.turbine.services.velocity.TurbineVelocityService.getContext(Turbi neVelocityService.java:249) > at org.apache.turbine.services.velocity.TurbineVelocity.getContext(TurbineVeloc ity.java:156) > at org.apache.turbine.modules.layouts.VelocityDirectLayout.doBuild(VelocityDire ctLayout.java:87) > at org.apache.turbine.modules.Layout.build(Layout.java:91) > at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:123) > at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:169) > at org.apache.turbine.modules.Page.build(Page.java:90) > at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123) > at org.apache.turbine.Turbine.handleException(Turbine.java:732) > at org.apache.turbine.Turbine.doGet(Turbine.java:654) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > > --------------------------------- > Do you Yahoo!? > Yahoo! Mail SpamGuard - Read only the mail you want. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
