On 05-07-10 00:18, Patricia Shanahan wrote:
Also, when I have a qa.run failure, subsequent attempts get "java.net.BindException: Address already in use: JVM_Bind". I assume there is some cleanup I need to do. Restarting my computer works, but is inconvenient.
Probably due to a Socket.bind(..) without the setReuseAddress(true) call. <http://java.sun.com/j2se/1.4.2/docs/api/java/net/Socket.html#setReuseAddress%28boolean%29> Gr. Sim -- QCG, Software voor het MKB, 071-5890970, http://www.qcg.nl Quality Consultancy Group b.v., Leiderdorp, Kvk Den Haag: 28088397
