javax.portlet.PortletException

Hello,

I am getting the below error message while trying to access a CAF screen:

A “javax.portlet.PortletException” occurred with the Message “at com.webMethods.caf.faces.portlet.FacesPortlet.render(FacesPortlet.java:440)”

Please help…

Regards,
Niranth

which version you are using ? Do you have all latest fixed on your environment ?

Thanks,

Hi Niranth,

Did you check the logs when the error occured?

Usually the valuable information is in the stacktrace of the javax.portlet.PortletException exception.

Let us know if you fixed it.

Cheers,
Vlad Turian

Hi All,

Thanks for the reply.

I resolved that issue by reverting back my changes in that portlet. Actually i was setting read only property to a variable, where in which at runtime i should do read only set true or false based on conditions. That variable(boolean type) as not initialized to true or false. So i was getting that render exception.

Regards