You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "David Newcomb (JIRA)" <ji...@apache.org> on 2010/03/18 11:04:27 UTC

[jira] Created: (DAEMON-145) Incomplete start options causes crash with no error message

Incomplete start options causes crash with no error message
-----------------------------------------------------------

                 Key: DAEMON-145
                 URL: https://issues.apache.org/jira/browse/DAEMON-145
             Project: Commons Daemon
          Issue Type: Bug
          Components: Procrun
    Affects Versions: 1.0.3
            Reporter: David Newcomb
            Priority: Minor
             Fix For: 1.0.3


With options:

-Dcatalina.home=C:\Data\tomcat
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8181
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-XX:+HeapDumpOnOutOfMemoryError

Debug (all messages):
[2010-03-18 09:54:41] [debug] ( prunsrv.c:1412) Commons Daemon procrun log initialized
[2010-03-18 09:54:41] [info] Commons Daemon procrun (1.0.3.0) started
[2010-03-18 09:54:41] [info] Running 'Tomcat' Service...
[2010-03-18 09:54:42] [debug] ( prunsrv.c:1189) Inside ServiceMain...

The options may be incomplete, but it shouldn't crash with no message.


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


[jira] Commented: (DAEMON-145) Incomplete start options causes crash with no error message

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DAEMON-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864920#action_12864920 ] 

Sebb commented on DAEMON-145:
-----------------------------

This is the fix commit:

URL: http://svn.apache.org/viewvc?rev=941791&view=rev
Log:
Guard against empty or nil classpath

Modified:
   commons/proper/daemon/trunk/src/native/nt/procrun/src/javajni.c

> Incomplete start options causes crash with no error message
> -----------------------------------------------------------
>
>                 Key: DAEMON-145
>                 URL: https://issues.apache.org/jira/browse/DAEMON-145
>             Project: Commons Daemon
>          Issue Type: Bug
>          Components: Procrun
>    Affects Versions: 1.0.3
>            Reporter: David Newcomb
>            Priority: Minor
>             Fix For: 1.0.3
>
>
> With options:
> -Dcatalina.home=C:\Data\tomcat
> -Dcom.sun.management.jmxremote
> -Dcom.sun.management.jmxremote.port=8181
> -Dcom.sun.management.jmxremote.authenticate=false
> -Dcom.sun.management.jmxremote.ssl=false
> -XX:+HeapDumpOnOutOfMemoryError
> Debug (all messages):
> [2010-03-18 09:54:41] [debug] ( prunsrv.c:1412) Commons Daemon procrun log initialized
> [2010-03-18 09:54:41] [info] Commons Daemon procrun (1.0.3.0) started
> [2010-03-18 09:54:41] [info] Running 'Tomcat' Service...
> [2010-03-18 09:54:42] [debug] ( prunsrv.c:1189) Inside ServiceMain...
> The options may be incomplete, but it shouldn't crash with no message.

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


[jira] Commented: (DAEMON-145) Incomplete start options causes crash with no error message

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DAEMON-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864816#action_12864816 ] 

Mladen Turk commented on DAEMON-145:
------------------------------------

Fixed in the trunk.
The missing JvmClasspath option could cause a crash 

> Incomplete start options causes crash with no error message
> -----------------------------------------------------------
>
>                 Key: DAEMON-145
>                 URL: https://issues.apache.org/jira/browse/DAEMON-145
>             Project: Commons Daemon
>          Issue Type: Bug
>          Components: Procrun
>    Affects Versions: 1.0.3
>            Reporter: David Newcomb
>            Priority: Minor
>             Fix For: 1.0.3
>
>
> With options:
> -Dcatalina.home=C:\Data\tomcat
> -Dcom.sun.management.jmxremote
> -Dcom.sun.management.jmxremote.port=8181
> -Dcom.sun.management.jmxremote.authenticate=false
> -Dcom.sun.management.jmxremote.ssl=false
> -XX:+HeapDumpOnOutOfMemoryError
> Debug (all messages):
> [2010-03-18 09:54:41] [debug] ( prunsrv.c:1412) Commons Daemon procrun log initialized
> [2010-03-18 09:54:41] [info] Commons Daemon procrun (1.0.3.0) started
> [2010-03-18 09:54:41] [info] Running 'Tomcat' Service...
> [2010-03-18 09:54:42] [debug] ( prunsrv.c:1189) Inside ServiceMain...
> The options may be incomplete, but it shouldn't crash with no message.

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


[jira] Resolved: (DAEMON-145) Incomplete start options causes crash with no error message

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DAEMON-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved DAEMON-145.
-------------------------

    Resolution: Fixed

> Incomplete start options causes crash with no error message
> -----------------------------------------------------------
>
>                 Key: DAEMON-145
>                 URL: https://issues.apache.org/jira/browse/DAEMON-145
>             Project: Commons Daemon
>          Issue Type: Bug
>          Components: Procrun
>    Affects Versions: 1.0.3
>            Reporter: David Newcomb
>            Priority: Minor
>             Fix For: 1.0.3
>
>
> With options:
> -Dcatalina.home=C:\Data\tomcat
> -Dcom.sun.management.jmxremote
> -Dcom.sun.management.jmxremote.port=8181
> -Dcom.sun.management.jmxremote.authenticate=false
> -Dcom.sun.management.jmxremote.ssl=false
> -XX:+HeapDumpOnOutOfMemoryError
> Debug (all messages):
> [2010-03-18 09:54:41] [debug] ( prunsrv.c:1412) Commons Daemon procrun log initialized
> [2010-03-18 09:54:41] [info] Commons Daemon procrun (1.0.3.0) started
> [2010-03-18 09:54:41] [info] Running 'Tomcat' Service...
> [2010-03-18 09:54:42] [debug] ( prunsrv.c:1189) Inside ServiceMain...
> The options may be incomplete, but it shouldn't crash with no message.

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