Page 1 of 1

ava.net.SocketTimeoutException: Accept timed out

Posted: Fri Aug 06, 2021 4:16 pm
by chozillla
Hello,

I am running into this issue with openMHA timing out. Previously I had an issue with permission error 13, but I solved that issue with chmod +x mha. When I run the Matlab script I am getting this issue.

Error using mha_start (line 135)
Java exception occurred:
java.net.SocketTimeoutException: Accept timed out
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
at java.net.ServerSocket.implAccept(ServerSocket.java:545)
at java.net.ServerSocket.accept(ServerSocket.java:513)

Re: ava.net.SocketTimeoutException: Accept timed out

Posted: Mon Aug 16, 2021 6:42 am
by MaxZimmermann
Dear chozilla,

please excuse the late answer. Thanks for bringing attention to this bug, for now we fixed mha_start.m, which is attached to this reply. Later we will publish the fix in a bugfix-release.

Have fun
Max