<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Mathias,<br>
<br>
the file <a moz-do-not-send="true"
href="http://localhost:8080/opencms/resources/ade/contenteditor/62E7FF74F38EA4A5BFD8B8F1A041DB39.cache.html"
target="_blank">http://localhost:8080/opencms/resources/ade/contenteditor/62E7FF74F38EA4A5BFD8B8F1A041DB39.cache.html</a><br>
<br>
should not be compiled to as a JSP. It is a static resource that
is exported to the real file system. You should check, why tomcat
tries to handle it as a JSP.<br>
<br>
<br>
Greetings, Tobias<br>
<pre class="moz-signature" cols="300">--
Alkacon Software GmbH - The OpenCms Experts
<a class="moz-txt-link-freetext" href="http://www.alkacon.com">http://www.alkacon.com</a>
<a class="moz-txt-link-freetext" href="http://www.opencms.org">http://www.opencms.org</a>
</pre>
Am 25.11.2012 17:01, schrieb Deiverson Silveira:<br>
</div>
<blockquote
cite="mid:CAF1gz3s0bJ18za7eeNUE7ks1iXdA8McGpVm=BpUKf91Ch3_w1g@mail.gmail.com"
type="cite">I think problem with compiler jsp in server app, try
compile in tomcat 6, and jboss 4.2.2.<br>
<br>
Good luck,<br>
<br>
<div class="gmail_quote">2012/11/25 Mathias Lin <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:mail@mathiaslin.com"
target="_blank">mail@mathiaslin.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
The first comment on<br>
<a moz-do-not-send="true"
href="http://stackoverflow.com/questions/7495985/byte-limit-exceed-problem-when-reloading-a-jsp-page"
target="_blank">http://stackoverflow.com/questions/7495985/byte-limit-exceed-problem-when-reloading-a-jsp-page</a><br>
helps to solve it though.<br>
<div class="HOEnZb">
<div class="h5"><br>
<br>
<br>
Mathias Lin wrote:<br>
><br>
> Quite related to this posting, so I add my
observation to this thread,<br>
> hope you don't mind, Kai.<br>
> I just upgraded a site from 8.0.4 to 8.5. But the new
Acacia editor isn't<br>
> working on my localhost.<br>
><br>
> Checking in Firebug, I'm getting a<br>
><br>
> Failed to load resource: the server responded with a
status of 500<br>
> (Internal Server Error)<br>
> <a moz-do-not-send="true"
href="http://localhost:8080/opencms/resources/ade/contenteditor/62E7FF74F38EA4A5BFD8B8F1A041DB39.cache.html"
target="_blank">http://localhost:8080/opencms/resources/ade/contenteditor/62E7FF74F38EA4A5BFD8B8F1A041DB39.cache.html</a><br>
><br>
> and the error message is as follows:<br>
><br>
> org.apache.jasper.JasperException: Unable to compile
class for JSP: An<br>
> error occurred at line: 30 in the generated java file
The code of method<br>
> _jspService(HttpServletRequest, HttpServletResponse)
is exceeding the<br>
> 65535 bytes limit Stacktrace:<br>
><br>
> org.apache.jasper.JasperException: Unable to compile
class for JSP:<br>
><br>
> An error occurred at line: 30 in the generated java
file<br>
> The code of method _jspService(HttpServletRequest,
HttpServletResponse) is<br>
> exceeding the 65535 bytes limit<br>
><br>
> Stacktrace:<br>
> at<br>
>
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:95)<br>
> at<br>
>
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)<br>
> at<br>
>
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:457)<br>
> at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:367)<br>
> at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:345)<br>
> at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:332)<br>
> at<br>
>
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:594)<br>
> at<br>
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:342)<br>
> at<br>
>
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:391)<br>
> at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)<br>
> at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)<br>
> at<br>
>
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:306)<br>
> at<br>
>
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)<br>
> at<br>
>
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)<br>
> at<br>
>
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)<br>
> at<br>
>
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)<br>
> at<br>
>
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)<br>
> at<br>
>
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)<br>
> at<br>
>
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)<br>
> at<br>
>
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:383)<br>
> at<br>
>
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:243)<br>
> at<br>
>
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:188)<br>
> at<br>
>
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:166)<br>
> at<br>
>
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:288)<br>
> at<br>
>
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)<br>
> at<br>
>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)<br>
> at java.lang.Thread.run(Thread.java:680)<br>
><br>
><br>
><br>
><br>
><br>
> Kai Schliemann wrote:<br>
>><br>
>> Hi list,<br>
>> most ADE modules (e.g.
org.opencms.ade.containerpage,<br>
>> org.opencms.ade.contenteditor,
org.opencms.ade.editprovider...) hold a<br>
>> lot of cache files in a subfolder "resources".<br>
>> An example file name is
"0326AF455425F6065C00E0361659A798.cache.png".<br>
>> Those files are exported during module export as
well.<br>
>><br>
>> Can anybody please explain, what those files are
for?<br>
>> Especially, if they are necessary, when exporting
a module.<br>
>> Actually, I don't want to install a module with a
lot of temporary files<br>
>> in a customer environment. So I think about
deleting those files before<br>
>> exporting the module.<br>
>><br>
>> Thanks for your help in advance.<br>
>><br>
>> Best regards<br>
>><br>
>> Kai<br>
>><br>
>><br>
><br>
</div>
</div>
<span class="HOEnZb"><font color="#888888">--<br>
View this message in context: <a moz-do-not-send="true"
href="http://old.nabble.com/OpenCms-8.5.0%3A-cache-files-in-ADE-modules-tp34705434p34718691.html"
target="_blank">http://old.nabble.com/OpenCms-8.5.0%3A-cache-files-in-ADE-modules-tp34705434p34718691.html</a><br>
</font></span>
<div class="HOEnZb">
<div class="h5">Sent from the OpenCMS - Dev mailing list
archive at Nabble.com.<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the
list, please visit<br>
<a moz-do-not-send="true"
href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev"
target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<i>
<div><span style="font-style:normal"><i>
<div><span style="font-style:normal"><i>
<div style="display:inline!important"><span
style="font-style:normal"><i><a
moz-do-not-send="true"
href="http://www.solutioncms.com"
target="_blank">www.solutioncms.com</a></i></span></div>
</i></span></div>
<div><span style="font-style:normal"><i><span
style="font-style:normal"><i>
<div><span style="font-style:normal"><i>
<div style="display:inline!important"><span
style="font-style:normal"><i><span
style="font-style:normal"><i>
<div
style="display:inline!important">
<i>The Brazilian </i><span
style="font-style:normal"><i>
<div
style="display:inline!important"><span
style="font-style:normal"><i><span style="font-style:normal"><i>
<div
style="display:inline!important"><i>Official
Provider
OpenCms</i></div>
</i></span></i></span></div>
</i></span></div>
</i></span></i></span></div>
</i></span></div>
</i></span></i></span></div>
</i></span></div>
</i><br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>