Hi Sanjay, Yes, I need to disable HTTPS for a short period of time so that I can do > some debugging with TCPMON. However, I get the following exceptions when > I do comment out that line as shown below. The exceptions goes away when > I un-comment the line. The line that sticks out it "[ERROR] > Servlet.service() for servlet jsp threw exception > java.lang.IllegalStateException: getOutputStream() has already been > called for this response". Any idea why I'm getting these exceptions? > Thanks again.
This is due to the issue http://issues.apache.org/jira/browse/RAMPART-176 . Just fixed it in the trunk. > Caused by: java.lang.NullPointerException > at > org.apache.ws.secpolicy.model.TransportToken.serialize(TransportToken.ja > va:90) > at > org.apache.ws.secpolicy.model.TransportBinding.serialize(TransportBindin > g.java:157) > at > org.apache.axis2.util.ExternalPolicySerializer.serialize(ExternalPolicyS > erializer.java:159) > thanks, nandana -- Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/
