[
https://issues.apache.org/jira/browse/WW-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117544#comment-13117544
]
insha ali commented on WW-166:
------------------------------
I am also encountering same sort of problem ... dont know whats the actual
cause of this problem....install the tomcat by seeing the tutorial ...then
tomcat starts successfully but while running an exception is thrown that is :
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: /search.jsp(151,22) Attribute value
language + "/include/header.html" is quoted with " which must be escaped when
used within the value
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:88)
org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:256)
org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:205)
org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:148)
org.apache.jasper.compiler.Parser.parseInclude(Parser.java:825)
org.apache.jasper.compiler.Parser.parseStandardAction(Parser.java:1092)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1421)
org.apache.jasper.compiler.Parser.parse(Parser.java:130)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:255)
org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:185)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:354)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:334)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:321)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.33 logs.
please somebody help me asap :)
> Runtime exception after starting Tomcat
> ---------------------------------------
>
> Key: WW-166
> URL: https://issues.apache.org/jira/browse/WW-166
> Project: Struts 2
> Issue Type: Bug
> Components: XML Configuration
> Affects Versions: WW 2.0-beta1
> Environment: Tomcat 4.1.24
> Reporter: Tracy Snell
> Assignee: Jason Carreira
>
> If you have deployed an application on Tomcat and run it then restart the
> server you get a RuntimeException. It's related so Session serialization.
> There are a couple of work arounds.
> 1. Redeploy your application after starting Tomcat.
> 2. Erase the SESSIONS.ser file from the application directory in Tomcats work
> directory.
> java.lang.RuntimeException: Fallback must be an instance of
> DefaultConfigurationManager
> at
> com.opensymphony.xwork.interceptor.component.DefaultComponentManager.setFallback(DefaultComponentManager.java:40)
> at
> com.opensymphony.webwork.lifecycle.RequestLifecycleFilter.doFilter(RequestLifecycleFilter.java:49)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira