-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: Sun, OS: All
-bash-3.00$ java -jar hudson.war
[Winstone 2007/03/30 10:01:41] - Beginning extraction from war file
[Winstone 2007/03/30 10:05:30] - No webapp classes folder found - /var/tmp/winstone/hudson.war/
WEB-INF/classes
hudson home directory: /homes/theuser/.hudson
Mar 30, 2007 10:05:31 AM hudson.TcpSlaveAgentListener <init>
INFO: JNLP slave agent listener started on TCP port 62592
[Winstone 2007/03/30 10:05:32] - HTTP Listener started: port=8080
[Winstone 2007/03/30 10:05:32] - AJP13 Listener started: port=8009
(note that this machine has never run hudson before)
It takes almost 5 minutes to extract the war file, on my windows pc it takes about 10 seconds.
truss seems to indicate that the process is waiting for something, below output is repeated over and
over again:
/10: lwp_cond_wait(0x00034EE0, 0x00034EC8, 0xB3E7FBC8, 0) Err#62 ETIME
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
/18: pollsys(0x00000000, 0, 0xB367FBF0, 0x00000000) = 0
The machine does not have direct internet access, perhaps an xml parser somewhere is trying to load
DTDs or schemas ?