java - WAS 7 网络部署 - 服务器在异常关闭后没有自动启动?

标签 java websphere application-server cluster-computing

我已经进行了WebSphere应用程序服务器7网络部署,并且面临一个非常奇怪的问题,我有三个节点,三个服务器,以及三个节点的一个部署管理器,如果其中一台服务器异常停止, 它在部署管理器中显示一个问号,当它恢复时,服务器服务已启动,但部署管理器将其显示为已停止,我必须从部署管理器启动它, 如果我手动停止服务器服务,它的状态在部署管理器中也是一个问号,但是当我再次手动启动该服务时,现在它在部署管理器中显示为已启动,

我找不到这种奇怪行为的任何解释,感谢您的帮助

最佳答案

我找到了解决方案,这部分有设置,您可以从这里到达:

To view this administrative console page, click Servers > Server Types

WebSphere application servers > server_name. Then, under Server Infrastructure, click Java and process management > Monitoring policy.

然后可以在这里找到与此行为相对应的:节点重新启动状态

If this property is set to STOPPED, node agent does not start the server.
If this property is set to RUNNING, the node agent always starts the server.
If this property is set to PREVIOUS, the node agent starts the server only if the server was running when the node agent stopped.

Note: Changes you make to the node restart state become effective after the node is synchronized. At the next NodeAgent restart (after the synch), the node restart state will be honored.

这是此主题的完整链接:Monitoring Policy

关于java - WAS 7 网络部署 - 服务器在异常关闭后没有自动启动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7918137/

相关文章:

java - for 循环阻止我从数据库检索数据?

java - 通过java程序运行进程

java - JBoss Wildfly 在 jboss-cli 命令行模式下显示属性值

java - 适用于 IntelliJ 14.1.3 的 JBoss 5.1 插件

java - 在 Jboss AS 6 中更新 Mojarra

Java流式高阶函数

Java 2D 空指针异常

sql - 当数据库表中的字段与 DB2 中的 SQL 关键字相同时,从数据库表中选择字段时出现问题

java - Websphere 和 QOS 日志返回 : log-files are locked for rolling

java.util.concurrent