Title | commonheader.jsp in WebSphere: JSPG0055E: Unable to create an xml attribute from name skins/![]() |
Date | 29-Jun-2006 15:15:28 EEST |
Version | 2.4.6 and 2.4.17 |
Submitter | 88.211.133.30 |
Bug criticality | BadBug |
Browser version | Firefox 1504 and IE 6 |
Bug status | ClosedBug |
PageProvider used | VersioningFileProvider |
Servlet Container | WebSphere 6.0.2.9 |
Operating System | z/OS and AIX |
URL | Main |
Java version | 1.4.2 |
Installed JSPWiki 2.4.6 in WebSphere 6.0.2.9, removed xmlrpc.jar from the WEB-INF/lib dir, and changed the classloader mode to PARENT_LAST (as suggested by other JSPWiki/WebSphere users)
When starting up the main page, I get the following error:
com.ibm.ws.jsp.JspCoreException: /templates/default/commonheader.jsp(66,123) JSPG0055E: Unable to create an xml attribute from name [skins/] value [+skinName+]
at com.ibm.ws.jsp.translator.document.Jsp2Dom.getJspDocumentAsJspPage(Jsp2Dom.java:290)
at com.ibm.ws.jsp.translator.document.Jsp2Dom.getJspDocument(Jsp2Dom.java:170)
at com.ibm.ws.jsp.translator.JspTranslator.<init>(JspTranslator.java:67)
at com.ibm.ws.jsp.translator.JspTranslatorFactory.createTranslator(JspTranslatorFactory.java:112)
at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJsp(JspTranslatorUtil.java:167)
at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJspAndCompile(JspTranslatorUtil.java:81)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.translateJsp(JSPExtensionServletWrapper.java:360)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper._checkForTranslation(JSPExtensionServletWrapper.java:329)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.checkForTranslation(JSPExtensionServletWrapper.java:225)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:144)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:613)
I also tried JSPWiki 2.4.17 , but the same results. The problem is very similar to this bug : BugCommonheader.jspThisAttributeIsNotRecognized.ErrorMessageWebLogic
--Harry Metske
The problem can be solved by changing some " in ' , see also http://www.ecyrd.com/pipermail/jspwiki-users/2006-June/002198.html
thanks to Marc Patteet .
Does this get fixed in one of the next releases ?
--Harry
--HarryMetske, 29-Jun-2006
Could somebody send me a simple patch file? That would be a lot easier, since I don't have a WebSphere to test with, and if I miss a single quote when hunting through it manually, it's not really fixed.
Should be fixed in latest CVS (2.4.52).