|
From: sharad s. <sha...@gm...> - 2009-04-28 09:13:37
|
Hello
I got build failed during the ant tests,while ant alljars and ant build
is successfull.
I am pasting the last few lines of ant tests.what i do in this matter
[junit] Testcase: testStartupWithSuppliedServer took 0,02 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,022 sec
[junit] Caused an ERROR
[junit] Address already in use
[junit] java.net.BindException: Address already in use
[junit] at java.net.PlainSocketImpl.socketBind(Native Method)
[junit] at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:319)
[junit] at
com.sun.jmx.remote.socket.SocketConnectionServer.start(SocketConnectionServer.java:128)
[junit] at
com.sun.jmx.remote.generic.SynchroMessageConnectionServerImpl.start(SynchroMessageConnectionServerImpl.java:39)
[junit] at
javax.management.remote.generic.GenericConnectorServer.start(GenericConnectorServer.java:235)
[junit] at
org.springframework.jmx.support.ConnectorServerFactoryBean.afterPropertiesSet(ConnectorServerFactoryBean.java:168)
[junit] at
org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:75)
[junit]
Thanks in advance
sharad
|