Tanuki软件Java服务包装器

时间:2013-09-05 14:47:33

标签: java windows-services wrapper java-service-wrapper yajsw

我正在为我的应用程序使用Tanuki Java服务包装器, 我的应用程序频繁重启,最终导致“5次连续启动失败,放弃”。 这是我的包装

ERROR  | wrapper  | 2012/05/18 13:22:39 | JVM did not exit on request, terminated
FATAL  | wrapper  | 2012/05/19 00:24:17 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/19 00:24:17 |   There may be a configuration problem: please check the logs.
ERROR  | wrapper  | 2012/05/19 01:07:33 | JVM did not exit on request, terminated
FATAL  | wrapper  | 2012/05/19 01:08:11 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/19 01:08:11 |   There may be a configuration problem: please check the logs.
ERROR  | wrapper  | 2012/05/19 05:31:55 | JVM did not exit on request, terminated
FATAL  | wrapper  | 2012/05/19 05:32:34 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/19 05:32:34 |   There may be a configuration problem: please check the logs.
FATAL  | wrapper  | 2012/05/19 13:33:23 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/19 13:33:23 |   There may be a configuration problem: please check the logs.
ERROR  | wrapper  | 2012/05/19 16:07:30 | JVM did not exit on request, terminated
ERROR  | wrapper  | 2012/05/19 17:02:46 | JVM did not exit on request, terminated
ERROR  | wrapper  | 2012/05/19 20:17:36 | JVM did not exit on request, terminated
FATAL  | wrapper  | 2012/05/19 20:18:13 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/19 20:18:13 |   There may be a configuration problem: please check the logs.
ERROR  | wrapper  | 2012/05/19 21:27:08 | JVM did not exit on request, terminated
FATAL  | wrapper  | 2012/05/20 00:28:00 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/20 00:28:00 |   There may be a configuration problem: please check the logs.
FATAL  | wrapper  | 2012/05/20 05:22:27 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/20 05:22:27 |   There may be a configuration problem: please check the logs.
ERROR  | wrapper  | 2012/05/20 13:47:37 | JVM did not exit on request, terminated
ERROR  | wrapper  | 2012/05/20 16:27:34 | JVM did not exit on request, terminated
FATAL  | wrapper  | 2012/05/20 18:22:28 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2012/05/20 18:22:28 |   There may be a configuration problem: please check the logs.
ERROR  | wrapper  | 2012/05/20 19:22:21 | JVM did not exit on request, terminated
ERROR  | wrapper  | 2012/05/20 21:28:06 | JVM did not exit on request, terminated
STATUS | wrapper  | 2012/05/20 21:28:08 | --> Wrapper Started as Daemon
STATUS | wrapper  | 2012/05/20 21:28:08 | Java Service Wrapper Professional Edition 64-bit 3.5.7
STATUS | wrapper  | 2012/05/20 21:28:08 |     http://wrapper.tanukisoftware.com
STATUS | wrapper  | 2012/05/20 21:28:08 |
STATUS | wrapper  | 2012/05/20 21:28:08 | Launching a JVM...
INFO   | jvm 1    | 2012/05/20 21:28:09 | WrapperManager: Initializing...

知道为什么会这样吗?

1 个答案:

答案 0 :(得分:1)

这是你的完整wrapper.log文件吗?从消息的时间和顺序来看,您可能只向我们展示了特定的行。

通常,失败的调用表示配置问题。我需要看到wrapper.conf文件以及完整的wrapper.log输出,并启用了wrapper.debug = true来告诉你这个问题。

由于您是专业版用户,请通过support@tanukisoftware.com与我们联系,我们很乐意帮助您解决此问题。 http://wrapper.tanukisoftware.com/doc/english/support.jsp

干杯, 雷夫