博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WEBLOGIC部署错误解决笔记(BEA-090782等)
阅读量:6480 次
发布时间:2019-06-23

本文共 8941 字,大约阅读时间需要 29 分钟。

故障现象:
 
  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,如需转载请自行联系原作者

你可能感兴趣的文章
,net运行框架
查看>>
Java 中 Emoji 的正则表达式
查看>>
Mixin Network第一届开发者大赛作品介绍- dodice, diceos和Fox.one luckycoin
查看>>
安卓Glide(4.7.1)使用笔记 01 - 引入项目
查看>>
中金易云:为出版社找到下一本《解忧杂货店》
查看>>
Flex布局
查看>>
Material Design之 AppbarLayout 开发实践总结
查看>>
Flutter之MaterialApp使用详解
查看>>
DataBinding最全使用说明
查看>>
原生Js交互之DSBridge
查看>>
Matlab编程之——卷积神经网络CNN代码解析
查看>>
三篇文章了解 TiDB 技术内幕 —— 说计算
查看>>
copy strong weak assign的区别
查看>>
OpenCV 入门
查看>>
css 3D transform变换
查看>>
ele表格合并行之后的selection选中
查看>>
正则表达式分解剖析(一文悟透正则表达式)
查看>>
解决UILable标点符号居中的问题
查看>>
HTML5新特性教程
查看>>
ImageOptim-无损图片压缩Mac版
查看>>