Support Article
Error on loading JavaServer Pages
SA-76694
Summary
Error occurs on loading JavaServer Pages (JSP). This occurs post upgrading Chordiant Foundation Server (CFS)6.5 to CFS6.10.
Error Messages
java.lang.IllegalStateException: Cannot forward. Response already committed
Steps to Reproduce
- Log in to the application
- Search for Customer
- Select Customer. The application loads the Group summary page
Root Cause
The getResourcePath() method requires three parameters in the CommonMethod class from CFS 6.8 onwards.
Resolution
Perform the following local-change:
Provide the current page URL as the third parameter in the getResourcePath() method.
Tags:
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.