[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: UUIDGenerator broken on Windows...

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Feb 3 15:43:54 EST 2009


No SecurityManager.. I'm just running the test inside Eclipse on Windows.


I've added some hacking around getHardwareAddress, to discard anything that had address.length == 0. 

My windows returned an address with 6 bytes then. At that point I got an outOfMemoryError, while calilng UUID.toString. (i.e. the code was in loop)


Then I rejected everything that had length != 16... it eventually returned null, and I got the infinite loop throwing an OME again.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206723#4206723

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206723



More information about the jboss-dev-forums mailing list