java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection cannot be
程序员文章站
2024-01-05 08:55:16
...
java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection cannot be cast to javax.net.ssl.HttpsURLConnection
问题描述:WebLogic默认使用自己的 连接weblogic.net.http.SOAPHttpsURLConnection,不能转换为通讯的连接 javax.net.ssl.HttpsURLConnection
修改 startWblogic.sh 文件
找到 JAVA_OPTIONS="${JAVA_OPTIONS}”
JAVA_OPTIONS="${JAVA_OPTIONS}
-DUseSunHttpHandler=true" 屏蔽weblogic自身的默认连接
千万要注意 -DUseSunHttpHandler=true 是加在 JAVA_OPTION=""的里面,我第一次加在了这个配置的下面,搞了半天都没有起作用。
问题描述:WebLogic默认使用自己的 连接weblogic.net.http.SOAPHttpsURLConnection,不能转换为通讯的连接 javax.net.ssl.HttpsURLConnection
修改 startWblogic.sh 文件
找到 JAVA_OPTIONS="${JAVA_OPTIONS}”
JAVA_OPTIONS="${JAVA_OPTIONS}
-DUseSunHttpHandler=true" 屏蔽weblogic自身的默认连接
千万要注意 -DUseSunHttpHandler=true 是加在 JAVA_OPTION=""的里面,我第一次加在了这个配置的下面,搞了半天都没有起作用。
推荐阅读
-
java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection cannot be
-
ORA-01157: cannot identify/lock data file n 故障一例
-
php Cannot modify header information-headers already sent by解决办法
-
Warning: session_start() [function.session-start]: Cannot se
-
报错笔记:cannot convert parameter 1 from 'char [1024]' to 'unsigned char *'
-
【Tensorflow Erro】 TypeError: The value of a feed cannot be a tf.Tensor object.
-
完美解决PHP中的Cannot modify header information 问题_PHP教程
-
解决php中Cannot send session cache limiter 的有关问题
-
TypeError: cannot use a string pattern on a bytes-like object
-
爬虫出现TypeError: cannot use a string pattern on a bytes-like object报错