Hi, just tried updating from 1.6.0.1 to 1.6.3.0. I followed the directions, copied the files over, replaced the web.xml and configuration.properties from my old version, copied the mysql connector and restarted tomcat (and apache for that matter.) Also I ran the dbtest updater and it all came up green lights. Some pages are working, the logo switched to "your logo here" but pages like Show License Information, or if you click to pause or unpause yourself it throws:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 34 in the jsp file: /includes/00_page_header_context.jsp.inc
The method initOggettiContesto(HttpSession, ServletContext) in the type start is not applicable for the arguments (HttpSession, ServletContext, String)
31: // 1. Ottiene gli oggetti impliciti
32: // Se non esistono, li va a creare
33:
34: start.initOggettiContesto( session, application, request.getHeader("Accept-Language") );
35: LContext oC = (LContext) session.getAttribute( K.SESSION_CONTESTO );
36: LDecoder oDec = (LDecoder) session.getAttribute( K.SESSION_DECODER );
37: LUser oU = (LUser) session.getAttribute( K.SESSION_USER );
Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:451)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:319)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.28 logs.