aspose file tools
The moose likes JSF and the fly likes Migrating JSF application to WAS 8.5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Migrating JSF application to WAS 8.5" Watch "Migrating JSF application to WAS 8.5" New topic
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

<hutputText id="returnLinkLabel" styleClass="outputText" value="#{resource.return}" ></hutputText>
with
<hutputText id="returnLinkLabel" styleClass="outputText" value="#{resource['return']}" ></hutputText>

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 hutputText ) 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
    
    7

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
 
Similar Threads
disabled issue for inputtext
JSTL and bean data
Input row select on data table does not get called
can't change currency format to french automatically
Custom Validation Messages - advanced