webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  javax.portlet.PortletException

    Posted Fri July 17, 2015 03:09 AM

    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


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: javax.portlet.PortletException

    Posted Fri July 17, 2015 06:37 PM

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

    Thanks,


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 3.  RE: javax.portlet.PortletException

    Posted Fri July 31, 2015 07:02 AM

    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


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 4.  RE: javax.portlet.PortletException

    Posted Fri July 31, 2015 07:07 AM

    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


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods