[WLS, Java] Top 10 solution documents for Weblogic Server J2EE June 2014 -Aug 2014

原文はこちら。
https://blogs.oracle.com/proactivejavadevelopment/entry/top_10_solution_documents_for4

下表は、2014年6月から8月までの間で、WebLogic Server Java EEのSR(Service Request)で解決策になったトップ10のドキュメントです。
1215249.1 Spring Framework Support in Oracle WebLogic Server Versions
Oracle WebLogic ServerでサポートするSpring Frameworkのバージョンがまとまっています。
1584779.1 Socket Leaks When Calling Web-Service Over SSL
これは既知のもの(bug 16810786)で、10.3.5にパッチを適用すると対応できます。12.1.3では既に修正済みです。
1300770.1 WLS Web Application: Error page configuration!
error-pageタグを使ってweb.xmlで特定のエラーコードに対するカスタムエラーページを設定すると、カスタムエラーページが適切にロードされていないという問題。
1284413.1 InvalidAlgorithmParameterException when client invokes secure webservice on WLS, due to "trustAnchors parameter must be non-empty"
クライアントがWebLogic Server 10.3.3上の保護されたWebサービスを呼び出すと、[SEVERE: AbstractWebServiceBindingComponent.dispatchRequest Unable to dispatch request]という例外が原因で、SOAP Faultが発生する、という問題。
1436012.1
The exception is seen on the log file while navigating to a page that access a file which size has been recently modified. 直近にサイズが変わったファイルにアクセスするようなページへ遷移すると、ログファイルに例外が見られる、という問題。具体的には、このエラーは特定のファイルのサイズが小さくなった場合に見られる。
1306295.1 Deployment Issue - BEA-2156203 A version attribute was not found in element persistence in the deployment descriptor
WebLogic Server 10.3.3以上で動作するアプリケーションでEJBのコンパイルをWebLogic Serverに付属するユーティリティを使って実施した場合にこのエラーが見られる。
1679110.1 WebLogic searches the entire jars in the classpath to determine the Jaxp implementation class to load
WebLogic Serverが間欠的にハングし、スレッドダンプには数多くのスレッドがロックを取得しようとしてブロックされている、という問題。
(例) java/util/Collections$SynchronizedList
1476767.1 "java.lang.IllegalArgumentException: com.sun.xml.messaging.saaj.soap.LocalStrings" With WLS11g (Java 6) And SAAJ When Having The wls-wsat.war Deployed
If the web service (using saaj-impl 1.3.jarを使用する)Webサービスを"wls-wsat.war"より前にデプロイするとサービスには問題がないが、"wls-wsat.war"のデプロイに失敗する。
948932.1
(JRockitのアップグレードと同時に)Weblogic 10.3へアップグレードした後、以下のJSPのコンパイルエラーが発生する。
Failed to compile JSP /xxx/Search.jsp Search.jsp:19:2: The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
966191.1 WLS 10.0 MP1: JAVA.NET.PROTOCOLEXCEPTION IN THE LOGS. 
On deploying their web application 'abc-portal-5.2.5.war', on WebLogic Server 10.0 MP1に'abc-portal-5.2.5.war'というカスタムWebアプリケーションをデプロイすると、以下のエラーに頻繁に遭遇する。
In servlet context "weblogic.servlet.internal.WebAppServletContext@584e97 - appName: 'abc-portal-5', name: 'abc-portal-5.2.5.war', context-path: ''" failed, java.net.ProtocolException: Didn't meet stated Content-Length, 

0 件のコメント:

コメントを投稿