Search This Blog

Showing posts with label weblogic. Show all posts
Showing posts with label weblogic. Show all posts

Sunday, June 6, 2010

java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection - Weblogic

While making a HTTP(s) connection to external resource from weblogic server following exception comes because underline API uses weblogic implemntation ..

Caught Exception creating connection: java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection

to avoid this problem ..

set following flag in the JVM args ..

-DUseSunHttpHandler=true

It will prefer to use sun implementation..

Popular Posts