Posted on 2010-02-22 14:50
斷點 閱讀(2268)
評論(0) 編輯 收藏 所屬分類:
WebLogic
錯誤提示1:
<Server failed. Reason:
Unable to start WebLogic Server!
Error: license signature validation error.
Please make sure you have a valid license.bea
file in the BEA home directory associated with this
installation. For more information about the license.bea
file, see the installation guide for the version of the
software you are using at http://e-docs.bea.com.
>
錯誤提示2:
The Server is not licensed for this operation.Connection rejected, the server license allows connections from only 5 unique IP addresses.
操作方法:
運行開始 -> 程序 -> BEA Products -> WebLogic Server 9.2
解決方法:
1.找到對應的文件:E:\bea\weblogic92\samples\domains\wl_server\bin\startWebLogic.cmd
2.修改配置:startWebLogic.cmd 中的CLASSPATH為
set CLASSPATH=E:\bea\weblogic_crack.jar;%CLASSPATH%;%MEDREC_WEBLOGIC_CLASSPATH%
3.把weblogic_crack.jar 加到 E:\bea 路徑下。
查看是否正常啟動:
雙擊 WebLogic Server 9.2,然后再IE上輸入http://localhost:7001/,檢查服務器是否啟動成功。