The views folder is there, alright. 
 
As I said both the Html editors and versioning page are working on WAS 5 and Linux.
However, in the versioning page - although the feature is fully functional - we always
see the following error on all three pages of the versioning "wizard" (exactly below the
row of tabs in the popup window)
 
 Can't insert page '/views/engines/common/language-switch-buttons.jsp' : /views/engines/common/language-switch-buttons.jsp
 
The JSP is indeed not available in that folder, but nor is it part of a standard Jahia 4.0.4 distribution package download from your site.
There's a reference to this file in /WEB-INF/etc/struts/jahia-tiles-def.xml
 
Maybe there's a relation with the error we get on Windows?
 
thanks for your time
 
- pascal
 
----- Original Message -----
Sent: Friday, August 13, 2004 7:17 PM
Subject: Re: Cannot get request dispatcher for path ...

Hi,
 
after I deployed the ear of jahia404 in WebSphere 5 and windows 2000, I realize that the folder /jahia/views is missing ! Our ant build missed to include this folder when generating the war. After copying thoses missing jsp files to my Jahia installation, I was able to access "Jahia Admin -> Server Admin -> Html editors".
 
Is that your case ? Can you check that ?
 
Regards,
Khue Nguyen
 
 
----- Original Message -----
From: Pascal
Sent: Thursday, August 12, 2004 12:57 PM
Subject: Cannot get request dispatcher for path ...

We have this problem since Jahia 4.0.4 on WebSphere 5 and Windows 2000.
The problem does *not* occur with WebSphere on SuSE Linux.
With Jahia 4.0.3 (WebSphere on both W2K and SuSE linux) this problem was also non-existing!
 
Slight variations of the exception below are thrown when accessing the followin admin pages
- All tasks below "Jahia Admin -> Server Admin -> Html editors"
- page properties -> versioning
 
These pages seem to refer to files in the /jahia/views folder. Were there any substantial changes made
in this area for v4.0.4 that might shed a light on the problem?
 
All input appreciated . tia
 
- pascal
 

[12/08/04 10:44:07:912 CEST] 3566d10d WebGroup E SRVE0026E: [Servlet Error]-[Jahia]: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: Cannot get request dispatcher for path ./../../admin.htmleditors.manage-markup-to-remove

at com.ibm.ws.webcontainer.srt.SRTServletResponseContext.sendError(SRTServletResponseContext.java:162)

at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:621)

at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:152)

at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1064)

at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:274)

at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)

at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:320)

at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)

at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)

at org.jahia.bin.Jahia.process(Jahia.java:1467)

at org.jahia.bin.Jahia.service(Jahia.java:792)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)

at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)

at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)

at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)

at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)

at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)

at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)

at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)

at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)

at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)

at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)

at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)

at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)

at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)

at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)

at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:443)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)

Reply via email to