[JIRA] Created: (JENKINS-8841) ProcessTreeKiller error loading winp.dll

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Created: (JENKINS-8841) ProcessTreeKiller error loading winp.dll

JIRA noreply@jenkins-ci.org
ProcessTreeKiller error loading winp.dll
----------------------------------------

                 Key: JENKINS-8841
                 URL: http://issues.jenkins-ci.org/browse/JENKINS-8841
             Project: Jenkins
          Issue Type: Bug
          Components: core
    Affects Versions: current
         Environment: OS: Windows 7 Professional x86 or Windows 2003 Server SP2
Java: jdk1.6.0 x86
            Reporter: Leonardo Zanivan
             Fix For: current
         Attachments: stacktrace.txt

Simulation:

1. Create a job called "TESTE" with the Windows command: notepad.exe
2. Start your job "TESTE", check that Notepad is started (dont close).
3. Cancel the build of the job "TESTE" and see that Notepad is still open.
4. Check the stacktrace on the server console, as attached file.

Problem:
When you cancel a build, the process that started don't closes.

Workaround:
1. Copy the file "WEB-INF\lib\winp.dll" to the directory "C:\Windows\system32" and restart the server.

PS: ProcessTreeKiller is enabled.

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Updated: (JENKINS-8841) ProcessTreeKiller error loading winp.dll

JIRA noreply@jenkins-ci.org

     [ http://issues.jenkins-ci.org/browse/JENKINS-8841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Zanivan updated JENKINS-8841:
--------------------------------------

    Due Date:     (was: 21/Feb/11)

> ProcessTreeKiller error loading winp.dll
> ----------------------------------------
>
>                 Key: JENKINS-8841
>                 URL: http://issues.jenkins-ci.org/browse/JENKINS-8841
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>    Affects Versions: current
>         Environment: OS: Windows 7 Professional x86 or Windows 2003 Server SP2
> Java: jdk1.6.0 x86
>            Reporter: Leonardo Zanivan
>             Fix For: current
>
>         Attachments: stacktrace.txt
>
>
> Simulation:
> 1. Create a job called "TESTE" with the Windows command: notepad.exe
> 2. Start your job "TESTE", check that Notepad is started (dont close).
> 3. Cancel the build of the job "TESTE" and see that Notepad is still open.
> 4. Check the stacktrace on the server console, as attached file.
> Problem:
> When you cancel a build, the process that started don't closes.
> Workaround:
> 1. Copy the file "WEB-INF\lib\winp.dll" to the directory "C:\Windows\system32" and restart the server.
> PS: ProcessTreeKiller is enabled.

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-8841) ProcessTreeKiller error loading winp.dll

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-8841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159314#comment-159314 ]

evernat commented on JENKINS-8841:
----------------------------------

according to the following page, you need to use the system property: "-Dhudson.util.ProcessTree.disable=true" (or "-Dhudson.util.ProcessTreeKiller.disable=true").

See https://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller

Is it still an issue for you?
               

> ProcessTreeKiller error loading winp.dll
> ----------------------------------------
>
>                 Key: JENKINS-8841
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-8841
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>    Affects Versions: current
>         Environment: OS: Windows 7 Professional x86 or Windows 2003 Server SP2
> Java: jdk1.6.0 x86
>            Reporter: Leonardo Zanivan
>             Fix For: current
>
>         Attachments: stacktrace.txt
>
>
> Simulation:
> 1. Create a job called "TESTE" with the Windows command: notepad.exe
> 2. Start your job "TESTE", check that Notepad is started (dont close).
> 3. Cancel the build of the job "TESTE" and see that Notepad is still open.
> 4. Check the stacktrace on the server console, as attached file.
> Problem:
> When you cancel a build, the process that started don't closes.
> Workaround:
> 1. Copy the file "WEB-INF\lib\winp.dll" to the directory "C:\Windows\system32" and restart the server.
> PS: ProcessTreeKiller is enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-8841) ProcessTreeKiller error loading winp.dll

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-8841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159347#comment-159347 ]

Leonardo Zanivan commented on JENKINS-8841:
-------------------------------------------

Yes, its still a issue for me.

PS: ProcessTreeKiller is enabled.

The problem is with that the JNI library isn't loading.
               

> ProcessTreeKiller error loading winp.dll
> ----------------------------------------
>
>                 Key: JENKINS-8841
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-8841
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>    Affects Versions: current
>         Environment: OS: Windows 7 Professional x86 or Windows 2003 Server SP2
> Java: jdk1.6.0 x86
>            Reporter: Leonardo Zanivan
>             Fix For: current
>
>         Attachments: stacktrace.txt
>
>
> Simulation:
> 1. Create a job called "TESTE" with the Windows command: notepad.exe
> 2. Start your job "TESTE", check that Notepad is started (dont close).
> 3. Cancel the build of the job "TESTE" and see that Notepad is still open.
> 4. Check the stacktrace on the server console, as attached file.
> Problem:
> When you cancel a build, the process that started don't closes.
> Workaround:
> 1. Copy the file "WEB-INF\lib\winp.dll" to the directory "C:\Windows\system32" and restart the server.
> PS: ProcessTreeKiller is enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Loading...