You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:463)
at sun.nio.ch.Net.bind(Net.java:455)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:233)
at sun.nio.ch.WispServerSocketImpl.bind(WispServerSocketImpl.java:59)
at java.net.ServerSocket.bind(ServerSocket.java:407)
at java.net.ServerSocket.<init>(ServerSocket.java:269)
at java.net.ServerSocket.<init>(ServerSocket.java:155)
at TestWispDetailCounter.startNetServer(TestWispDetailCounter.java:117)
at TestWispDetailCounter.main(TestWispDetailCounter.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.lang.Thread.run(Thread.java:855)
at com.alibaba.wisp.engine.WispTask.runOutsideWisp(WispTask.java:299)
at com.alibaba.wisp.engine.WispTask.runCommand(WispTask.java:274)
at com.alibaba.wisp.engine.WispTask.access$100(WispTask.java:53)
at com.alibaba.wisp.engine.WispTask$CacheableCoroutine.run(WispTask.java:241)
at java.dyn.CoroutineBase.startInternal(CoroutineBase.java:62)
The text was updated successfully, but these errors were encountered:
Summary: fix com/alibaba/wisp/TestWispDetailCounter.java and com/alibaba/wisp/io/BlockingAccept2Test.java testcase fail because of java.net.BindException: Address already in use
Test Plan: CI pipeline
Reviewed-by: lei.yul, lvfei.lv
Issue: #358
Description
com/alibaba/wisp/TestWispDetailCounter.java用例报错java.net.BindException: Address already in use
Steps to Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: