Shaswat
Shaswat
I had this similar issue on my windows 11. I uninstall Java JDK 18 that I had originally installed and re-install openJDK 17 `winget install Microsoft.OpenJDK.17` and now this is...
@christian-bromann : Previous test run did not error out. As part of workround, I am killing the process running on port 4444 using below command `netstat -ano | findstr :4444`...
@colleenhobbs @christian-bromann I was able to resolve the this issue. The issue was with Java JDK 18 (https://www.oracle.com/java/technologies/downloads/#jdk18-windows). I uninstalled JDK 18 and reinstall Open JDK 17 using below command...
To me it was JAVA path issue. I used following steps to fix this problem: Go to System Properties > Environment Variables 1. On environmental variables (windows), verify the system...