`

ORA-29532: Java call terminated by uncaught Java exception

 
阅读更多

Oracle stored procedure call java webserivce(axis)

 

The procedure call axis serivce successfully,but failed this month.The following is oracle error message:

ORA-29532: Java call terminated by uncaught Java exception

HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException:Message send failed:Bad Set-Cookie header: JSESSIONID=
HttpOnlyNo '=' found for token starting at position
The cause :
I upgrade tomcat6 to tomcat8!httpOnly is set false in tomcat6,but is set true in tomcat8 default.
 
Solution:
modify context.xml,add [ useHttpOnly="false"]
CATALINA_HOME/conf/context.xml 
<Context useHttpOnly="false"/> 
<WatchedResource>WEB-INF/web.xml</WatchedResource> 
</Context> 
 
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics