Did you use a new bare metal Tomcat install? The noClassDef exception usually indicates a class loader issue conflict. Have you added or moved/copied any jar libs into other places on your system such is jre/lib or the Tomcat common lib folder (I.e. anywhere but in the WEB-INF/lib folder)? On Jun 30, 2011 5:00 AM, "john" <[email protected]> wrote: > Hello and thanks for your answer ! > > standard WAR deployment WITHOUT any specific code. > > OpenBD 1.4 -> stop/restart Tomcat many times with command lines -> OK, > app is relaunched > > OpenBD 1.5 (latest nightly build) -> stop/restart Tomcat many times > with command lines -> Crash. > > java.lang.NoClassDefFoundError: Could not initialize class > com.naryx.tagfusion.cfm.engine.variableStore > com.naryx.tagfusion.cfm.engine.cfSession.<init>(Unknown > Source) > com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown > Source) > com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source) > javax.servlet.http.HttpServlet.service(HttpServlet.java:722) > org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java: > 176) > > org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java: > 145) > org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.ja > va: > 92) > org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilte > r.java: > 381) > java.lang.NoClassDefFoundError: Could not initialize class > com.nary.util.Date > com.nary.Debug.intPrintln(Unknown Source) > com.nary.Debug.println(Unknown Source) > com.bluedragon.platform.java.JavaPlatform.log(Unknown Source) > com.naryx.tagfusion.cfm.engine.cfEngine.log(Unknown Source) > com.naryx.tagfusion.cfm.engine.variableStore.<clinit>(Unknown > Source) > com.naryx.tagfusion.cfm.engine.cfSession.<init>(Unknown > Source) > com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown > Source) > com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source) > javax.servlet.http.HttpServlet.service(HttpServlet.java:722) > org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java: > 176) > > org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java: > 145) > org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.ja > va: > 92) > > On 26 juin, 19:37, Matthew Woodward <[email protected]> wrote: >> On Sun, Jun 26, 2011 at 9:33 AM, john <[email protected]> wrote: >> > Any news about this problem ? >> > Thanks. >> >> Was this an upgrade? If so, how did you upgrade specifically? >> >> Is this a standard WAR deployment, did you use Jordan's installer, >> OpenBDJAM, or what type of install? >> >> Did you try a newer nightly? >> >> Have you tried starting the install *without* any of your applications in >> the mix? >> >> Have you tried taking the Tuckey URL rewriter out of the mix? Long shot, but >> noticed that in the errors and my main point here is start with a clean >> install and build up from there for troubleshooting purposes. >> >> -- >> Matthew Woodward >> [email protected]http://blog.mattwoodward.com >> identi.ca / Twitter: @mpwoodward >> >> Please do not send me proprietary file formats such as Word, PowerPoint, >> etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html > > On 26 juin, 19:37, Matthew Woodward <[email protected]> wrote: >> On Sun, Jun 26, 2011 at 9:33 AM, john <[email protected]> wrote: >> > Any news about this problem ? >> > Thanks. >> >> Was this an upgrade? If so, how did you upgrade specifically? >> >> Is this a standard WAR deployment, did you use Jordan's installer, >> OpenBDJAM, or what type of install? >> >> Did you try a newer nightly? >> >> Have you tried starting the install *without* any of your applications in >> the mix? >> >> Have you tried taking the Tuckey URL rewriter out of the mix? Long shot, but >> noticed that in the errors and my main point here is start with a clean >> install and build up from there for troubleshooting purposes. >> >> -- >> Matthew Woodward >> [email protected]http://blog.mattwoodward.com >> identi.ca / Twitter: @mpwoodward >> >> Please do not send me proprietary file formats such as Word, PowerPoint, >> etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en
-- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
