You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2010/01/15 07:14:54 UTC

[jira] Created: (GERONIMO-5032) Procrun issue: windows service is stoped when user log off console session

Procrun issue: windows service is stoped when user log off console session
--------------------------------------------------------------------------

                 Key: GERONIMO-5032
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5032
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: JVM-compatibility
    Affects Versions: 2.2
         Environment: sun jdk
windows OS
            Reporter: Forrest Xia
            Assignee: Forrest Xia
            Priority: Minor


When using sun jdk to start geronimosrv service, if user log off, the service will stop.

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


[jira] Updated: (GERONIMO-5032) Procrun issue: windows service is stoped when user log off console session

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

Forrest Xia updated GERONIMO-5032:
----------------------------------

    Attachment: GERONIMO-5032.patch

The cause is that sun jdk use OS signals to transfer msg to java process. When the console log off, windows OS signal a shutdown msg to java process, consequently the java process exits.

Solution is to add a jvm argument -Xrs to java process startup arguments.


> Procrun issue: windows service is stoped when user log off console session
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-5032
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5032
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: JVM-compatibility
>    Affects Versions: 2.2
>         Environment: sun jdk
> windows OS
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>         Attachments: GERONIMO-5032.patch
>
>
> When using sun jdk to start geronimosrv service, if user log off, the service will stop.

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


[jira] Closed: (GERONIMO-5032) Procrun issue: windows service is stoped when user log off console session

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

Rex Wang closed GERONIMO-5032.
------------------------------


closing it.

> Procrun issue: windows service is stoped when user log off console session
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-5032
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5032
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: JVM-compatibility
>    Affects Versions: 2.2
>         Environment: sun jdk
> windows OS
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>             Fix For: 2.1.5, 2.2.1, 3.0
>
>         Attachments: GERONIMO-5032.patch
>
>
> When using sun jdk to start geronimosrv service, if user log off, the service will stop.

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


[jira] Resolved: (GERONIMO-5032) Procrun issue: windows service is stoped when user log off console session

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

Jack Cai resolved GERONIMO-5032.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
                   2.2.1
                   2.1.5

Committed to 2.1 at 899553,  to 2.2 at 899555, to 3.0 at 899556. Thanks Forrest!

> Procrun issue: windows service is stoped when user log off console session
> --------------------------------------------------------------------------
>
>                 Key: GERONIMO-5032
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5032
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: JVM-compatibility
>    Affects Versions: 2.2
>         Environment: sun jdk
> windows OS
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Minor
>             Fix For: 2.1.5, 2.2.1, 3.0
>
>         Attachments: GERONIMO-5032.patch
>
>
> When using sun jdk to start geronimosrv service, if user log off, the service will stop.

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