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.