posts - 13,  comments - 4,  trackbacks - 0
          Linux環境VNC服務安裝、配置與使用http://blog.chinaunix.net/space.php?uid=57865&do=blog&cuid=1982905

          UNIX 系統
          http://www.linuxsir.org/bbs/showthread.php?s=c5e7da060762ad290ad8d2bd26bac6e0&t=195579

          CDE問題的troubleshooting http://blog.chinaunix.net/space.php?uid=9816449&do=blog&cuid=80800

          HP-UX 11i下安裝VNC  http://www.chinaunix.net/jh/8/576126.html

          ORA-01207: old control file完全解決方案    
          http://bbs.chinaunix.net/thread-2070372-1-1.html
          posted @ 2011-08-29 17:09 身在半空 閱讀(307) | 評論 (0)編輯 收藏

          WebLogic9.2拒絕訪問的異常分析及解決方案
          之前分析不對,特此改正

          一、 故障概述

          近三個月來,已有3次發生業務自動開通系統執行平臺維護系統訪問異常,所有頁面拒絕訪問并提示:

          Connection rejected, the server is in the RUNNING state. Starting service weblogic.application.internal.BackgroundDeploymentService$WaitForBackgroundCompletion, 110 of 112. Last service weblogic.deploy.service.internal.adminserver.HeartbeatService took 2ms.

          多點施工管理平臺維護系統同時出現上述問題,部署這兩個維護系統的WebLogic服務器服務異常。

          該故障使工單查詢、系統監控、失敗工單轉移和受理等功能無法使用。對業務工單的自動執行無影響,所有執行服務器正常。

          每次均是采用強制停止服務后重啟的方式恢復服務。

          二、 故障描述

          訪問業務自動開通系統執行平臺維護系統和多點施工管理平臺維護系統均報以下異常:

          Connection rejected, the server is in the RUNNING state. Starting service weblogic.application.internal.BackgroundDeploymentService$WaitForBackgroundCompletion, 110 of 112. Last service weblogic.deploy.service.internal.adminserver.HeartbeatService took 2ms.

          此時,網絡狀況、設備狀態、服務器操作系統均正常;WebLogic應用服務器異常,其控制臺無法正常訪問,顯示報告同業務自動開通系統執行平臺維護系統,且不能正常停止WebLogic服務。

          經查,WebLogic應用服務器在記錄以下日志后無法正常訪問:

          ####<2011-8-13 上午104615 CST> <Critical> <Server> <tfh-node2> <TFHWEB> <DynamicListenThread[Default]> <<WLS Kernel>> <> <> <1313203575118> <BEA-002616> <Failed to listen on channel "Default" on 132.60.5.29:8080, failure count: 2, failing for 1 seconds, java.net.SocketException: 無效的自變量>

          ####<2011-8-13 上午104659 CST> <Critical> <Server> <tfh-node2> <TFHWEB> <DynamicListenThread[Default]> <<WLS Kernel>> <> <> <1313203619270> <BEA-002617> <Attempting to close and reopen the server socket on on channel "Default" on 132.60.5.29:8080.>

          ####<2011-8-13 上午104709 CST> <Notice> <Server> <tfh-node2> <TFHWEB> <DynamicListenThread[Default]> <<WLS Kernel>> <> <> <1313203629287> <BEA-002614> <Reopening channel "Default" on 132.60.5.29:8080.>

          ####<2011-8-13 上午104709 CST> <Notice> <Server> <tfh-node2> <TFHWEB> <DynamicListenThread[Default]> <<WLS Kernel>> <> <> <1313203629787> <BEA-002615> <After having failed to listen, the server is now listening on channel "Default" on 132.60.5.29:8080.>

          之后所有訪問均記錄如下日志:

          ####<2011-8-13 上午104709 CST> <Notice> <Server> <tfh-node2> <TFHWEB> <DynamicListenThread[Default]> <<WLS Kernel>> <> <> <1313203629787> <BEA-002615> <After having failed to listen, the server is now listening on channel "Default" on 132.60.5.29:8080.>

           

          三、 處理過程和解決方法

          使用正常停止WebLogic服務的命令無法停止服務,強行killWebLogic服務進程,并按照正常流程啟動WebLogic服務

              故障分析和建議

          1、故障的原因分析

          此故障是由WebLogic9.2bug導致,Oracle官方解釋如下:

          Solaris 9 或更高版本上使用 JDK 1.5 時,半閉套接口上的任何設置操作都會引發 SocketException。這延遲了服務器在相同端口上接受新連接,而且如果故障間的最大補償時間達到最大值,還會導致回收服務器套接口。

          需要安裝CR283953補丁解決該BUG

          以下為Oracle官方對CR283953補丁的英文解釋:

          http://docs.oracle.com/cd/E13222_01/wls/docs100/issues/known_resolved.html

          On Solaris 9 or later, with JDK 1.5, any set operation on a half-closed socket throws a SocketException. This delayed the server in accepting new connections on the same port and also caused the server socket to be recycled if the maximum backoff time between failures reaches its maximum.

          Solution:

          WebLogic Server no longer throws an exception in connection with a set operation on half-closed sockets.

           

          2、改進措施和計劃

          1.WebLogic服務編寫守護程序,定時查看WebLogic服務狀態,若出現故障則重啟WebLogic服務。守護程序采用crontab+shell腳本實現,參見

          掃描日志重啟WebLogic服務shell腳本

          2.獲取CR283953補丁,并安裝。BEA已被oracle收購,補丁已不能免費下載,具體詢oracle客服。

           

           

          posted @ 2011-08-16 17:31 身在半空 閱讀(3629) | 評論 (3)編輯 收藏

          <2011年8月>
          31123456
          78910111213
          14151617181920
          21222324252627
          28293031123
          45678910

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 安化县| 泰来县| 故城县| 玉田县| 襄樊市| 纳雍县| 开化县| 西和县| 高邑县| 滦南县| 萝北县| 克什克腾旗| 济宁市| 石门县| 平和县| 寿光市| 延寿县| 黎川县| 齐齐哈尔市| 赞皇县| 舟曲县| 天柱县| 湖北省| 阿尔山市| 商河县| 珲春市| 贺兰县| 吉安市| 三亚市| 辽中县| 益阳市| 台南市| 南靖县| 新田县| 南皮县| 南康市| 孟州市| 田林县| 宁明县| 墨江| 灵武市|