aspose file tools
The moose likes JSF and the fly likes JSF1054: (Phase ID: RENDER_RESPONSE 6 Exception thrown during phase execution 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 "JSF1054: (Phase ID: RENDER_RESPONSE 6 Exception thrown during phase execution" Watch "JSF1054: (Phase ID: RENDER_RESPONSE 6 Exception thrown during phase execution" New topic
Author

JSF1054: (Phase ID: RENDER_RESPONSE 6 Exception thrown during phase execution

Ling Lin
Greenhorn

Joined: Aug 08, 2012
Posts: 2
Thank you all who came in and help

I'm trying to solve this JSF related issue but I'm totally new to JSF. I did quite a bit search but I'm still clueless...

Environment:
Websphere 7
JSF 1.2
JSF (IBM Compatibility) 7.0
JSF (IBM Enhanced) 7.0

Client is seeing a lot of the following exceptions in their production server log since we upgraded to WAS7 and JSF1.2 but we haven't been able to reproduce this in dev or testing (probably because the volumn is much smaller). Everything worked perfectly fine in testing and production before the upgrade:




ErrorModelBean.java:


Could anyone provide a little thoughts?

Any help is appreciated! THANK YOU!
Greg Charles
Bartender

Joined: Oct 01, 2001
Posts: 2539
    
  10

Hi Ling, welcome to JavaRanch!

I'd guess getSessionModel() returns null. That's a method you implemented, right? That means it's nothing to do with JSF. However, if you want to post the code for that method, we might be able to figure out why it's returning null.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF1054: (Phase ID: RENDER_RESPONSE 6 Exception thrown during phase execution
 
Similar Threads
HtmlInputText NullPointerException
JSF Tiles Error
JSF Dropdown valueChangeEvent giving problems
redirect issue with jsf / jsp
New question on SERVLET filter