Appium server is initiated and then throws Java.net Timeout exception
Asked
Active
Viewed 399 times
0
-
Try to check your setup with https://github.com/appium/appium-doctor . If everything is fine, please share your code that throws an error. – Max Daroshchanka Feb 14 '22 at 07:39
-
Appium doctor shows everything is fine. But when starting Appium server programmatically, get “ [HTTP] Could not start REST http interface listener. The requested port may already be in use. Please make sure there is no other instance of this server running already. Fatal Error: listen EADDRINUSE: address already in use 0.0.0.0:4723”. But there is no other instance running. Same issue with Appium 1.22.0 and 1.22.2 – gana kv Feb 24 '22 at 03:12