ava.net.SocketTimeoutException: Accept timed out

Post Reply
chozillla
Posts: 8
Joined: Tue May 19, 2020 8:31 pm

ava.net.SocketTimeoutException: Accept timed out

Post by chozillla » Fri Aug 06, 2021 4:16 pm

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)
Attachments
Screen Shot 2021-08-06 at 9.14.28 AM.png
Screen Shot 2021-08-06 at 9.14.28 AM.png (73.25 KiB) Viewed 1971 times

MaxZimmermann
Posts: 3
Joined: Thu Jul 01, 2021 10:59 am

Re: ava.net.SocketTimeoutException: Accept timed out

Post by MaxZimmermann » Mon Aug 16, 2021 6:42 am

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
Attachments
mha_start_fix.zip
(2.64 KiB) Downloaded 195 times

Post Reply