[jbossts-issues] [JBoss JIRA] (JBTM-2152) Hudson process leaks file descriptors on Windows

Gytis Trikleris (JIRA) issues at jboss.org
Tue Apr 15 11:48:33 EDT 2014


Gytis Trikleris created JBTM-2152:
-------------------------------------

             Summary: Hudson process leaks file descriptors on Windows
                 Key: JBTM-2152
                 URL: https://issues.jboss.org/browse/JBTM-2152
             Project: JBoss Transaction Manager
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Tooling
            Reporter: Gytis Trikleris
            Assignee: Tom Jenkinson


http://172.17.131.2/view/Narayana+BlackTie/job/narayana-windows2008-taconic/584/

{code}
Image Name                     PID Session Name        Session#    Mem Usage
========================= ======== ================ =========== ============
System Idle Process              0 Services                   0         24 K
System                           4 Services                   0        300 K
smss.exe                       212 Services                   0      1,024 K
csrss.exe                      288 Services                   0      3,932 K
csrss.exe                      340 Console                    1      3,624 K
wininit.exe                    348 Services                   0      4,300 K
winlogon.exe                   376 Console                    1      4,020 K
services.exe                   436 Services                   0      7,896 K
lsass.exe                      444 Services                   0     10,976 K
lsm.exe                        452 Services                   0      5,780 K
svchost.exe                    544 Services                   0      8,152 K
svchost.exe                    620 Services                   0      8,632 K
LogonUI.exe                    692 Console                    1     14,100 K
svchost.exe                    708 Services                   0     10,988 K
svchost.exe                    756 Services                   0     31,884 K
svchost.exe                    828 Services                   0      9,940 K
svchost.exe                    884 Services                   0     10,020 K
svchost.exe                    924 Services                   0     15,860 K
svchost.exe                    252 Services                   0     11,400 K
spoolsv.exe                    904 Services                   0     10,856 K
svchost.exe                    816 Services                   0      8,876 K
SMSvcHost.exe                 1044 Services                   0     33,140 K
svchost.exe                   1196 Services                   0      2,564 K
svchost.exe                   1256 Services                   0      9,404 K
svchost.exe                   1580 Services                   0      8,008 K
csrss.exe                     1572                            2      5,052 K
winlogon.exe                  1664                            2      4,580 K
taskhost.exe                  2008                            2      9,512 K
rdpclip.exe                    604                            2      4,784 K
dwm.exe                       2072                            2      4,596 K
explorer.exe                  2104                            2     30,892 K
jusched.exe                   2376                            2     10,084 K
cmd.exe                       2568                            2      2,764 K
conhost.exe                   2576                            2      7,116 K
java.exe                      2592                            2    132,328 K
msdtc.exe                     1668 Services                   0      7,304 K
cmd.exe                       1192                            2      3,480 K
conhost.exe                   2224                            2      2,672 K
cmd.exe                       1660                            2      3,152 K
java.exe                      2880                            2    188,872 K
mspdbsrv.exe                  1956                            2      4,584 K
tasklist.exe                  3664                            2      5,188 K
WmiPrvSE.exe                  3336 Services                   0      5,760 K
"Finished build"
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Archiving artifacts
14:18:50,083 INFO  [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a37%3a39%3a482335/terminate
ERROR: Failed to archive artifacts: **/target/*test-classes/*.log*,**/target/surefire-reports/,**/standalone/log/*,blacktie/blacktie/target/*.zip,jboss-as/dist/full/target/wildfly-*.zip
14:18:50,195 INFO  [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a39%3a39%3a585851/terminate
hudson.util.IOException2: java.io.IOException: request to write '5408' bytes exceeds size in header of '155415658' bytes for entry 'blacktie/wildfly-8.1.0.Final-SNAPSHOT/standalone/log/server.log'
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1975)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:781)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:706)
	at hudson.model.Run.execute(Run.java:1690)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:230)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: request to write '5408' bytes exceeds size in header of '155415658' bytes for entry 'blacktie/wildfly-8.1.0.Final-SNAPSHOT/standalone/log/server.log'
	at hudson.remoting.Channel$3.adapt(Channel.java:747)
	at hudson.remoting.Channel$3.adapt(Channel.java:742)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1973)
	... 11 more
Caused by: java.io.IOException: request to write '5408' bytes exceeds size in header of '155415658' bytes for entry 'blacktie/wildfly-8.1.0.Final-SNAPSHOT/standalone/log/server.log'
	at hudson.org.apache.tools.tar.TarOutputStream.write(TarOutputStream.java:284)
	at hudson.util.io.TarArchiver.visit(TarArchiver.java:115)
	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2499)
	at hudson.FilePath.writeToTar(FilePath.java:2011)
	at hudson.FilePath.access$1000(FilePath.java:175)
	at hudson.FilePath$38.invoke(FilePath.java:1952)
	at hudson.FilePath$38.invoke(FilePath.java:1948)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2420)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at hudson.remoting.Engine$1$1.run(Engine.java:60)
	at java.lang.Thread.run(Thread.java:744)
Build step 'Archive the artifacts' changed build result to FAILURE
14:18:50,204 INFO  [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a42%3a42%3a850500/terminate
14:18:50,208 INFO  [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a44%3a42%3a957921/terminate
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list