linux – 无法阻止Tomcat

linux – 无法阻止Tomcat,第1张

概述我是Tomcat的新手,只是用jprofiler配置我的tomcat.但是现在无法停止tomcat服务器,收到以下错误信息. [root@localhost bin]# service tomcat stop Stopping .Using CATALINA_BASE: /data/applications/apache-tomcat-6.0.26Using CATALINA_HOME: 我是Tomcat的新手,只是用jprofiler配置我的tomcat.但是现在无法停止tomcat服务器,收到以下错误信息.

[root@localhost bin]# service tomcat stop StopPing .Using CATAliNA_BASE:   /data/applications/apache-tomcat-6.0.26Using CATAliNA_HOME:   /data/applications/apache-tomcat-6.0.26Using CATAliNA_TMPDIR: /data/applications/apache-tomcat-6.0.26/tempUsing JRE_HOME:        /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0Using CLAsspATH:       /data/applications/apache-tomcat-6.0.26/bin/bootstrap.jarjprofiler> Protocol version 35jprofiler> Using jvmtijprofiler> jvmti version 1.1 detected.jprofiler> 32-bit libraryjprofiler> Listening on port: 8849.jprofiler> Instrumenting native methods.jprofiler> Can retransform classes.jprofiler> Can retransform any class.jprofiler> Native library initializedjprofiler> VM initializedjprofiler> Waiting for a connection from the jprofiler GUI ...jprofiler> ERROR: Could not bind socket.\n\nTomcat has shutdown

我不确定我的配置有什么问题,并且框中禁用了防火墙.

[root@localhost bin]# service iptables statusFirewall is stopped.
解决方法 为了找到tomcat PID运行:

ps -ef | grep tomcat

比使用:

kill -9 PID

另一件事,你可能有一个看门狗运行,让tomcat重新启动 – 在这种情况下,你也想要关闭(或杀死)看门狗

总结

以上是内存溢出为你收集整理的linux – 无法阻止Tomcat全部内容,希望文章能够帮你解决linux – 无法阻止Tomcat所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1025050.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存