在 Eclipse 中启动 weblogic 时出错
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1625620/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Error starting weblogic in eclipse
提问by Gerard
When I start a Weblogic Server 11gR1 (10.3.1) in the server tab in Eclipse (3.4.2) I immediatelyget an error popup: Starting ... has encounterd a problem. Server ... failed to start. However the starting continues and the server ends up in RUNNING mode after some 8 seconds. No ears deployed, fresh domain and/or server instance. It used to work fine and I didn't change any configuration as far as I am aware. Any ideas?
当我在 Eclipse (3.4.2) 的服务器选项卡中启动 Weblogic Server 11gR1 (10.3.1) 时,我立即收到一个错误弹出窗口:正在启动...遇到了问题。服务器...无法启动。然而,启动继续,服务器在大约 8 秒后进入 RUNNING 模式。没有部署耳朵,新的域和/或服务器实例。它曾经运行良好,据我所知,我没有更改任何配置。有任何想法吗?
A new server runtime makes no difference. But when I start the server in debug mode, there is no error popup. When I start the server normally the error pops up and the server starts in debugging state. Remarkable, because while creating the server runtime I did notcheck the box "always start Weblogic Server in debug mode".
新的服务器运行时没有任何区别。但是当我以调试模式启动服务器时,没有错误弹出窗口。当我正常启动服务器时,会弹出错误并且服务器以调试状态启动。显着的,因为在创建服务器运行时我并没有勾选“始终启动WebLogic Server在调试模式”。
A new workspace and new server runtime solved the problem.
新的工作区和新的服务器运行时解决了这个问题。
回答by Pascal Thivent
Maybe your Server Runtime is corrupted. Try to drop it and recreate it.
也许您的服务器运行时已损坏。尝试删除它并重新创建它。
回答by John Liptak
Also, try adding a -clean option to your eclipse startup.
另外,尝试在 eclipse 启动中添加 -clean 选项。