Re: I've disabled a vysper job on hudson

2009-09-12 Thread Niklas Gustavsson
Very late, but I had a look at the trouble and added a timeout
configuration. Hopefully that should fix this type of hang. I'll
re-enable the build again.

/niklas

On Mon, Aug 31, 2009 at 7:28 AM, Bernd Fondermann bf_...@brainlounge.de wrote:
 Anybody knows what to do?

  Bernd

  Original Message 
 Subject: I've disabled a vysper job on hudson
 Date: Sun, 30 Aug 2009 17:51:52 -0400
 From: Benson Margulies bimargul...@gmail.com
 To: in...@apache.org

 It uses up an execution slot and hangs.




Re: I've disabled a vysper job on hudson

2009-08-31 Thread Michael Jakl
Hi!

On Mon, Aug 31, 2009 at 07:28, Bernd Fondermannbf_...@brainlounge.de wrote:
 Anybody knows what to do?

Is there a way to find how how Vysper was run, and eventually get the logs?

Michael

  Original Message 
 Subject: I've disabled a vysper job on hudson
 Date: Sun, 30 Aug 2009 17:51:52 -0400
 From: Benson Margulies bimargul...@gmail.com
 To: in...@apache.org

 It uses up an execution slot and hangs.


Re: I've disabled a vysper job on hudson

2009-08-31 Thread Julien Vermillard
Hi,
I think this URL is a good start :
http://hudson.zones.apache.org/hudson/view/Vysper/

Julien

Le Mon, 31 Aug 2009 09:53:48 +0200,
Michael Jakl jakl.mich...@gmail.com a écrit :

 Hi!
 
 On Mon, Aug 31, 2009 at 07:28, Bernd
 Fondermannbf_...@brainlounge.de wrote:
  Anybody knows what to do?
 
 Is there a way to find how how Vysper was run, and eventually get the
 logs?
 
 Michael
 
   Original Message 
  Subject: I've disabled a vysper job on hudson
  Date: Sun, 30 Aug 2009 17:51:52 -0400
  From: Benson Margulies bimargul...@gmail.com
  To: in...@apache.org
 
  It uses up an execution slot and hangs.


signature.asc
Description: PGP signature


Re: I've disabled a vysper job on hudson

2009-08-31 Thread Michael Jakl
Hi!

On Mon, Aug 31, 2009 at 10:16, Julien Vermillardjvermill...@archean.fr wrote:
 I think this URL is a good start :
 http://hudson.zones.apache.org/hudson/view/Vysper/

Thanks.

This are the last words of our run (after a 60 hour run). I'm not sure
if the lines are related to the behavior, but our logging doesn't have
timestamps:

stanza.server INFO Sent stanza: presence
from=r...@chat.vysper.org/Nick2
to=te...@vysper.org/1d94fddf4b3e47349c5350c8d4887637x
xmlns=http://jabber.org/protocol/muc#user;item
jid=te...@vysper.org/1d94fddf4b3e47349c5350c8d4887637
affiliation=none role=participant/itemstatus
code=100/statusstatus code=110/status/x/presence
stanza.client INFO presence.type='unavailable'.to='r...@chat.vysper.org/Nick2'
stanza.client DEBUG Received stanza: presence id=xo0pv-21
to=r...@chat.vysper.org/Nick2 type=unavailable/presence
stanza.client INFO presence.type='unavailable'
stanza.client DEBUG Received stanza: presence id=xo0pv-22
type=unavailable/presence
java.io.EOFException: input contained no data
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at 
org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:368)
at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:44)
at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:76)
java.io.EOFException: input contained no data
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at 
org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:368)
at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:44)
at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:76)
killed.
channel stopped
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] already closed
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 3560 minutes 23 seconds
[INFO] Finished at: Sun Aug 30 21:50:55 UTC 2009
[INFO] Final Memory: 104M/170M
[INFO] 
ERROR: Aborted
finished: ABORTED

From here:
http://hudson.zones.apache.org/hudson/view/Vysper/job/vysper-trunk-jdk1.6-ibm-ubuntu/lastBuild/console
(URL will change soon, I guess).

Michael