[jira] [Closed] (DAEMON-88) JMX java options can cause silent service failure

2017-11-14 Thread Mark Thomas (JIRA)

 [ 
https://issues.apache.org/jira/browse/DAEMON-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Thomas closed DAEMON-88.
-
Resolution: Won't Fix

> JMX java options can cause silent service failure
> -
>
> Key: DAEMON-88
> URL: https://issues.apache.org/jira/browse/DAEMON-88
> Project: Commons Daemon
>  Issue Type: Bug
>  Components: Procrun
>Reporter: Mark Thomas
>
> See http://issues.apache.org/bugzilla/show_bug.cgi?id=35635 for the full 
> history.
> Short version is:
> * Install 5.5.20
> * add -Dcom.sun.management.jmxremote.port= and 
> -Dcom.sun.management.jmxremote.password.file=C:\jmxremote.password to Java 
> Options
> * Try to start the service
> The service fails to start and creates only zero byte log files



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] Closed: (DAEMON-88) JMX java options can cause silent service failure

2010-10-20 Thread Mladen Turk (JIRA)

 [ 
https://issues.apache.org/jira/browse/DAEMON-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mladen Turk closed DAEMON-88.
-

Resolution: Fixed

The current trunk for
++JvmOptons 
-Dcom.sun.management.jmxremote.port=;-Dcom.sun.management.jmxremote.password.file=jmx.txt
displays in the service-stderr-DATE.log the following

2010-10-20 08:34:11 Commons Daemon procrun stderr initialized
Error: Password file not found: jmx.txt
(Running jboss-5.0)

Since those directives fails to initialize the JVM itself, I see no way of 
making that more verbose


 JMX java options can cause silent service failure
 -

 Key: DAEMON-88
 URL: https://issues.apache.org/jira/browse/DAEMON-88
 Project: Commons Daemon
  Issue Type: Bug
  Components: Procrun
Reporter: Mark Thomas

 See http://issues.apache.org/bugzilla/show_bug.cgi?id=35635 for the full 
 history.
 Short version is:
 * Install 5.5.20
 * add -Dcom.sun.management.jmxremote.port= and 
 -Dcom.sun.management.jmxremote.password.file=C:\jmxremote.password to Java 
 Options
 * Try to start the service
 The service fails to start and creates only zero byte log files

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.