<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Thorsten,<br>
<br>
You are probably executing outdated JSPs.<br>
<br>
First check if the updater imported all module correctly by
looking into the log files. You may need to reimport the module
org.opencms.ade.upload.<br>
<br>
If that doesn't help, try purging your JSP repository. Goto 'Admin
View / Cache Administration' and click the JSP Repository button.<br>
<br>
Greetings, Tobias<br>
<pre class="moz-signature" cols="300">--
Alkacon Software GmbH - The OpenCms Experts
Tobias Herrmann
An der Wachsfabrik 13
50996 Koeln, DE
Tel: +49 (0)2236 3826-18
Fax: +49 (0)2236 3826-20
Email: <a class="moz-txt-link-abbreviated" href="mailto:t.herrmann@alkacon.com">t.herrmann@alkacon.com</a>
<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>
Geschäftsführer: Alexander Kandzior, Amtsgericht Köln, HRB 54613</pre>
Am 18.10.2012 16:00, schrieb Torsten Haack:<br>
</div>
<blockquote cite="mid:50800B63.9010505@landtag.ltsh.de" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<div style="font-family: Verdana;font-size: 12.0px;">
<div>Hi all,<br>
</div>
<div>I need some help...<br>
</div>
<div><br>
</div>
<div>After my update from 8.04 to 8.5, I get - by click of the
Upload-Button in the Workplace - the following error message:<br>
</div>
<div><br>
</div>
<div>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"> </p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";"><br>
org.apache.jasper.JasperException: Unable to compile class
for JSP: </span><br>
</p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">An error occurred at line: 8 in
the generated java file</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">Only a type can be imported.
org.opencms.ade.upload.shared.I_CmsUploadConstants
resolves to a package</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";"> </span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">An error occurred at line: 12 in
the jsp file:
/WEB-INF/jsp/offline/system/workplace/commons/newresource_upload.jsp</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">I_CmsUploadConstants.ATTR_CLOSE_LINK
cannot
be resolved to a type</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">9: </span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">10: case
CmsNewResourceUpload.ACTION_GWT:</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">11: ////////////////////ACTION:
use the gwt upload</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">12:<span> </span>request.setAttribute(I_CmsUploadConstants.ATTR_CLOSE_LINK,
wp.getCloseLink());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">13: <span> </span>request.setAttribute(I_CmsUploadConstants.ATTR_CURRENT_FOLDER,
wp.getParamCurrentFolder());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">14:<span> </span>wp.sendForward(I_CmsUploadConstants.UPLOAD_JSP_URI,
new
HashMap<String, String>());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">15: break;<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";"> </span><br>
</p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">An error occurred at line: 13 in
the jsp file:
/WEB-INF/jsp/offline/system/workplace/commons/newresource_upload.jsp</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">I_CmsUploadConstants.ATTR_CURRENT_FOLDER
cannot
be resolved to a type</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">10: case
CmsNewResourceUpload.ACTION_GWT:</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">11: ////////////////////ACTION:
use the gwt upload</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">12:<span> </span>request.setAttribute(I_CmsUploadConstants.ATTR_CLOSE_LINK,
wp.getCloseLink());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">13: <span> </span>request.setAttribute(I_CmsUploadConstants.ATTR_CURRENT_FOLDER,
wp.getParamCurrentFolder());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">14:<span> </span>wp.sendForward(I_CmsUploadConstants.UPLOAD_JSP_URI,
new HashMap<String, String>());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">15: break;<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">16:<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";"> </span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">An error occurred at line: 14 in
the jsp file:
/WEB-INF/jsp/offline/system/workplace/commons/newresource_upload.jsp</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">I_CmsUploadConstants.UPLOAD_JSP_URI
cannot
be resolved to a type</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">11: ////////////////////ACTION:
use the gwt upload</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">12:<span> </span>request.setAttribute(I_CmsUploadConstants.ATTR_CLOSE_LINK,
wp.getCloseLink());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">13: <span> </span>request.setAttribute(I_CmsUploadConstants.ATTR_CURRENT_FOLDER,
wp.getParamCurrentFolder());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">14:<span> </span>wp.sendForward(I_CmsUploadConstants.UPLOAD_JSP_URI,
new HashMap<String, String>());</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">15: break;<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">16:<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><span style="font-size: 10.0pt;font-family:
"Courier New";">17: case
CmsNewResourceUpload.ACTION_APPLET:</span><br>
</p>
<p class="MsoNormal" style="margin-bottom: 0.0cm;line-height:
normal;"><br>
</p>
<br>
</div>
<div>Thanx for your help! <br>
Torsten</div>
<div><br>
</div>
</div>
<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>