| Author |
Migrating JSF application to WAS 8.5
|
abhijitg ga
Greenhorn
Joined: Mar 01, 2012
Posts: 9
|
|
Hello,
We are migrating our product to WAS 8.5 . We build and installed our module. But click on any link or page we are getting many errors. Resolve a few : like replace
<h utputText id="returnLinkLabel" styleClass="outputText" value="#{resource.return}" ></h utputText>
with
<h utputText id="returnLinkLabel" styleClass="outputText" value="#{resource['return']}" ></h utputText>
But now I am stuck with an error :
11/15/12 1:39:27:057 EST] 000000f2 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E: Uncaught service() exception root cause NavPanel: javax.servlet.ServletException: javax.portlet.PortletException: java.lang.IllegalStateException: Response content type has not been set.
at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:369)
at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:82)
at com.ibm.isclite.container.collaborator.PortletServletCollaborator.doDispatch(PortletServletCollaborator.java:143)
at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:74)
at com.ibm.ws.portletcontainer.rrd.RRDServerPortletServletCollaborator.doDispatch(RRDServerPortletServletCollaborator.java:60)
at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:74)
There are many tags used. I do not know which tag ( h:commandLink or h utputText ) is causing the issue.
There is no specific error thrown..
Dont know how to resolve the issues.
Please help. What is the JSF version in WAS 8.5 ? The same application runs perfect in WAS 7.0
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
I think you need to talk to IBM. The exception is being thrown in IBM code and if simple stuff like this worked OK in WAS 7, then WAS 8 may need some maintenance applied.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Migrating JSF application to WAS 8.5
|
|
|