简体   繁体   English

我无法在Eclipse中启动Weblogic服务器-服务器观察程序报告了未知状态

[英]I can't start the weblogic server in Eclipse - The server watcher reported an unknown state

When I start Eclipse(Mars), I see the weblogic server with both start and stop buttons active. 当我启动Eclipse(Mars)时,我看到启动和停止按钮都处于活动状态的weblogic服务器。 The server modificator is empty - no [starting], [stopped], [running] or something else. 服务器修饰符为空-没有[正在启动],[已停止],[正在运行]或其他任何内容。 And I cannot start nor stop it. 而且我无法启动或停止它。 At least, half an hour is not enough for it (timeouts are already set to large numbers). 至少半小时还不够(超时已设置为大量)。 The situation does not change after: 在以下情况下情况不会改变:

  • restarting Eclipse 重新启动Eclipse
  • killing Eclipse and java processes in the task manager 在任务管理器中杀死Eclipse和Java进程
  • restarting the computer 重新启动电脑
  • deleting the server in Eclipse and connecting to it back. 在Eclipse中删除服务器并将其重新连接。
  • -clean at eclipse start -日食开始时清洁
  • Erasing and reinstalling the Eclipse 擦除并重新安装Eclipse

The console output is empty. 控制台输出为空。

Logs in Oracle_home are empty - no changes for the last 3 hours. Oracle_home中的日志为空-最近3个小时没有更改。

Four hours ago server ran and stopped OK. 四小时前,服务器运行并停止。 Then began to do it more and more slowly and it came to this. 然后开始越来越慢地做这件事。

Of course, I understand, that total delete of weblogic server installations with all domains or c:format could help, but is there some less drastic measure? 当然,据我了解,完全删除具有所有域或c:format的weblogic服务器安装可能会有所帮助,但是是否有一些更简单的措施?

In the command line the server can be started by the same start script without any problems. 在命令行中,可以使用相同的启动脚本启动服务器,而不会出现任何问题。 So, the problem is obviously in Eclipse. 因此,问题显然在Eclipse中。 Can I clean it somehow? 我可以以某种方式清洁它吗?

Eclipse log gives very interesting line at the try to start the server: Eclipse日志在尝试启动服务器时给出了非常有趣的一行:

The server watcher reported an unknown state

The whole description of the problem is: 问题的完整描述是:

eclipse.buildId=4.5.1.M20150904-0015
java.version=1.8.0_66
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=cs_CZ
Framework arguments:  -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -data file:/C:/workspaces/ws_ds8/ -product org.eclipse.epp.package.jee.product

oracle.eclipse.tools.weblogic
Error
Mon Jan 04 09:38:33 CET 2016
The server watcher reported an unknown state.

An exception stack trace is not available 异常堆栈跟踪不可用

And I am afraid, this message seems to be absolutely unknown - the line 'The server watcher reported an unknown state' has no hits in Google. 而且,恐怕该消息似乎是绝对未知的-“服务器观察者报告未知状态”这一行在Google中没有点击率。 What is strange for me, still no messages in WL logs - this message happens before any WL log starts. 对我来说奇怪的是,WL日志中仍然没有消息-该消息发生在任何WL日志开始之前。

The server watcher reported an unknown state 服务器观察器报告了未知状态

message 信息

According to Configuring and Managing WebLogic Server 根据配置和管理WebLogic Server

Automated pushing
Use SSL port
Start in debug mode

The only parameters for WL connecting to Eclipse except its folder are: 除了文件夹以外,WL连接到Eclipse的唯一参数是:

 Automated pushing Use SSL port Start in debug mode 

After some attempts I have found, that that problem was caused by checking 经过一些尝试,我发现该问题是由检查引起的

Use SSL port 使用SSL端口

After the delete of the server connection and reinstalling it without SSL, buttons stop , run and [stopped/started/starting] state returned to the normal functioning. 删除服务器连接并在没有SSL的情况下重新安装后,按钮stoprun和[stopped / started / starting]状态恢复正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM