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:16:54 UTC

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

     [ 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.