關於BEA-000402和BEA-000438(沒有進程來讀取寫入管道的資料)

來源:互聯網
上載者:User

 

    最近開始接觸Bea的產品,為使用者部署weblogic中介軟體產品。中途報402錯誤,以為是license授權問題走了些彎路,網上關注此類問題的文章只有一兩篇,描述故障的原因並沒有給出解決問題的方法,我來總結一下解決的方法

啟動wls服務後的錯誤資訊如下:

問題描述
1.當Weblogic Native IO 啟用失敗時,通常會在伺服器開機記錄中報如下錯誤:
<Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead.
Please ensure that libmuxer library is in :'/usr/java5_64/jre/bin:/usr/java5_64/jre/bin:/usr/java5_64/jre/bin/classic:/usr/java5_64/jre/bin
:/weblogic/bea/wlserver_10.0/server/native/aix/ppc:/usr/java5_64/jre/bin/j9vm:/usr/lib'

 

2. 同時,在系統使用過程中,常見報如下錯誤:
<Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4.
 You may want to alter your configuration.>


3.問題解決
1. Weblogic Native IO 啟用失敗,通常是由於系統沒有使用與Weblogic 相對應的的JDK版本所致。
2. AIX Weblogic 支援32位和64位的JDK,如果使用64位版本的JDK,需在啟動指令碼中加指向64位對應的目錄,
同時在commEnv.sh 設定檔中,/weblogic/bea/wlserver_10.0/common/bin|commEnv.sh
AIX)
  if [ -n "${LIBPATH}" ]; then
    LIBPATH=${LIBPATH}:${WL_HOME}/server/native/aix/ppc64
  else
    LIBPATH=${WL_HOME}/server/native/aix/ppc64
  fi
  LIBPATH=${PATCH_LIBPATH}:${LIBPATH}
  export LIBPATH
 
  WEBLOGIC 預設的指向是ppc目錄,不是ppc64目錄,當時為了下載64位的libmuxer.so浪費了很長的時間,後來發現weblogic的目錄   下面已經存在64位的。
  這個是當時自己想建立ppc64目錄檔案是發現的,>>mkdir ppc64
                                             mkdir: cannot create ppc64.
                                             ppc64: File exists
真是意外的收穫。

3. 使用 Weblogic Native IO 對系統效能至少有30%的提升(這個BEA 工程師說的),在生產環境中,注意檢查 Native IO 是否可用。同時在安裝Weblogic時,注意使用與之相對於版本的JDK。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.