WEBLOGIC部署错误解决笔记(BEA-090782等)

简介:
故障现象:
 
  1. D:\bea\user_projects\domains\port>startWeblogic.cmd 
  2. JAVA Memory arguments: -Xms256m -Xmx512m 
  3. WLS Start Mode=Production 
  4. CLASSPATH=;d:\bea\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar;d:\bea\JROCKI~1\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;D:\bea\WEBLOG~1\server\lib\webservices.jar;;D:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient51.jar;D:\bea\WEBL 
  5. OG~1\server\lib\xqrl.jar;; 
  6. PATH=d:\bea\patch_weblogic923\profiles\default\native;D:\bea\WEBLOG~1\server\native\win\32;D:\bea\WEBLOG~1\server\bin;d:\bea\JROCKI~1\jre\bin;d:\bea\JROCKI~1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\bea\WEBLOG~1\server\native\win\32\oci920_8 
  7. *************************************************** 
  8. *  To start WebLogic Server, use a username and   * 
  9. *  password assigned to an admin-level user.  For * 
  10. *  server administration, use the WebLogic Server * 
  11. *  console at http:\\hostname:port\console        * 
  12. *************************************************** 
  13. starting weblogic with Java version: 
  14. java version "1.5.0_12" 
  15. Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) 
  16. BEA JRockit(R) (build R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-windows-i 
  17. a32, compiled mode) 
  18. Starting WLS with line: 
  19. d:\bea\JROCKI~1\bin\java -jrockit   -Xms256m -Xmx512m   -da -Dplatform.home=D:\bea\WEBLOG~1 -Dwls.home=D:\bea\WEBLOG~1\server -Dwli.home=D:\bea\WEBLOG~1\integra 
  20. tion  -Dweblogic.management.discover=true  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole-Dweblogic.ext.dirs=d:\bea\patch_weblogic9 
  21. 23\profiles\default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy   weblogic.Server 
  22. <2012-12-6 下午04时45分19秒 CST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:D:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;D:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar> 
  23. <2012-12-6 下午04时45分20秒 CST> <Info> <WebLogicServer> <BEA-000377> <StartingWebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-windows-ia32 from BEA Systems, Inc.> 
  24. <2012-12-6 下午04时45分22秒 CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3  Mon Mar 10 08:28:41 EDT 2008 1096261 > 
  25. <2012-12-6 下午04时45分23秒 CST> <Info> <Security> <BEA-090065> <Getting boot identity from user.>Enter username to boot WebLogic server:weblogic 
  26. <2012-12-6 下午04时45分27秒 CST> <Error> <Security> <BEA-090782> <Server is Running in Production Mode and Native Library(terminalio) to read the password securely from commandline is not found.> 
  27. <2012-12-6 下午04时45分27秒 CST> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now> 
  28. <2012-12-6 下午04时45分27秒 CST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>> 
  29. <2012-12-6 下午04时45分27秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Serverstate changed to FORCE_SHUTTING_DOWN> 

故障排查:

domains\***\servers\AdminServer\security\ 目录下创建boot.properties 文件,内容为
username = 你的weblogic用户名
password = 你的weblogic密码
注:***是你的domain名称
 
然后重启可以看到如下加载的日志:

<Storing bootidentity in the file:  D:\bea\user_projects\domains\port\servers\AdminServer\security\boot.properties

 故障处理后:

 
  1. D:\bea\user_projects\domains\port>startWeblogic.cmd 
  2. JAVA Memory arguments: -Xms256m -Xmx512m 
  3. WLS Start Mode=Production 
  4. CLASSPATH=;d:\bea\patch_weblogic923\profiles\default\sys_manifest_classpath\weblogic_patch.jar;d:\bea\JROCKI~1\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;D:\bea\WEBLOG~1\server\lib\webservices.jar;;D:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient51.jar;D:\bea\WEBL 
  5. OG~1\server\lib\xqrl.jar;; 
  6. PATH=d:\bea\patch_weblogic923\profiles\default\native;D:\bea\WEBLOG~1\server\native\win\32;D:\bea\WEBLOG~1\server\bin;d:\bea\JROCKI~1\jre\bin;d:\bea\JROCKI~1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wi 
  7. ndowsPowerShell\v1.0\;D:\bea\WEBLOG~1\server\native\win\32\oci920_8 
  8. *************************************************** 
  9. *  To start WebLogic Server, use a username and   * 
  10. *  password assigned to an admin-level user.  For * 
  11. *  server administration, use the WebLogic Server * 
  12. *  console at http:\\hostname:port\console        * 
  13. *************************************************** 
  14. starting weblogic with Java version: 
  15. java version "1.5.0_12" 
  16. Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) 
  17. BEA JRockit(R) (build R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-windows-i 
  18. a32, compiled mode) 
  19. Starting WLS with line: 
  20. d:\bea\JROCKI~1\bin\java -jrockit   -Xms256m -Xmx512m   -da -Dplatform.home=D:\bea\WEBLOG~1 -Dwls.home=D:\bea\WEBLOG~1\server -Dwli.home=D:\bea\WEBLOG~1\integration  -Dweblogic.management.discover=true  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole-Dweblogic.ext.dirs=d:\bea\patch_weblogic923\profiles\default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy   weblogic.Server 
  21. <2012-12-6 下午04时45分42秒 CST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:D:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;D:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar> 
  22. <2012-12-6 下午04时45分44秒 CST> <Info> <WebLogicServer> <BEA-000377> <StartingWebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-windows-ia32 from BEA Systems, Inc.> 
  23. <2012-12-6 下午04时45分45秒 CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3  Mon Mar 10 08:28:41 EDT 2008 1096261 > 
  24. <2012-12-6 下午04时45分47秒 CST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : d:\bea\license.bea> 
  25. <2012-12-6 下午04时45分47秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Serverstate changed to STARTING> 
  26. <2012-12-6 下午04时45分47秒 CST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool> 
  27. <2012-12-6 下午04时45分47秒 CST> <Notice> <Log Management> <BEA-170019> <The server log file D:\bea\user_projects\domains\port\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.> 
  28. <2012-12-6 下午04时45分48秒 CST> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'd:\bea\JROCKI~1\bin;.;C:\Windows\system32;'> 
  29. <2012-12-6 下午04时45分51秒 CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.> 
  30. <2012-12-6 下午04时45分51秒 CST> <Notice> <Security> <BEA-090083> <Storing bootidentity in the file: D:\bea\user_projects\domains\port\servers\AdminServer\security\boot.properties> 
  31. <2012-12-6 下午04时45分56秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Serverstate changed to STANDBY> 
  32. <2012-12-6 下午04时45分56秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Serverstate changed to STARTING> 
  33. <2012-12-6 下午04时46分02秒 CST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.> 
  34. <2012-12-6 下午04时46分02秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Serverstate changed to ADMIN> 
  35. <2012-12-6 下午04时46分02秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Serverstate changed to RESUMING> 
  36. <2012-12-6 下午04时46分02秒 CST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 172.16.4.18:7001 for protocols iiop, t3, ldap, http.> 
  37. <2012-12-6 下午04时46分02秒 CST> <Warning> <Server> <BEA-002611> <Hostname "W-AP-4-18", maps to multiple IP addresses: 172.16.4.18, 127.0.0.1> 
  38. <2012-12-6 下午04时46分02秒 CST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, http.> 
  39. <2012-12-6 下午04时46分02秒 CST> <Warning> <Server> <BEA-002611> <Hostname "127.0.0.1", maps to multiple IP addresses: 172.16.4.18, 127.0.0.1> 
  40. <2012-12-6 下午04时46分02秒 CST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "port" running in Production Mode> 
  41. <2012-12-6 下午04时46分02秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Serverstate changed to RUNNING> 
  42. <2012-12-6 下午04时46分02秒 CST> <Notice> <WebLogicServer> <BEA-000360> <Serverstarted in RUNNING mode> 

 


本文转自zylhsy 51CTO博客,原文链接:http://blog.51cto.com/yunlongzheng/1080650,如需转载请自行联系原作者

相关文章
|
Java 关系型数据库 中间件
|
应用服务中间件 开发框架 数据格式
|
Java 应用服务中间件 Windows
|
关系型数据库 应用服务中间件 Oracle
WLS_Oracle Weblogic部署应用程序(案例)
2014-01-01 Created By BaoXinjianERP技术讨论群: 288307890 技术交流,技术讨论,欢迎加入 Technology Blog Created By Oracle ERP - 鲍新建
667 0
|
应用服务中间件
weblogic下部署应用时slf4j与logbak冲突的解决办法
今天在weblogic上部署一个使用logback的应用时,报错如下:   java.lang.IllegalArgumentException: Invalid 'logbackConfigLocation' parameter: /opt/app/Oracle/Middleware/user...
1885 0
|
Java 应用服务中间件 Maven
struts2使用Convention Plugin在weblogic上以war包部署时,找不到Action的解决办法
环境: struts 2.3.16.3 + Convention Plugin 2.3.16.3 实现零配置 现象:以文件夹方式部署在weblogic(10.3.3)上时一切正常,换成war包部署,运行时提示找不到Action   解决办法: 1.
956 0
|
关系型数据库 Java 应用服务中间件
WEBLOGIC部署 详细文档--贴图
1.安装weblogic 2.安装xmanager 3.创建域 3.1.在aix unix下创建域 先通过xmanager登录系统,用户root口令root 在terminal下执行cd /bea/weblogic81/common/bin .
898 0
|
7月前
|
Web App开发 安全 Java
WebLogic Server 远程代码执行漏洞(CVE-2021-2109)
WebLogic Server 远程代码执行漏洞,攻击者可通过使用恶意Payload对目标服务器实施攻击并接管服务器获取执行权限。
76 1