Start project Error
Connected to the target VM, address: ‘127.0.0.1:57099’, transport: ‘socket’
Error: Proxy threw an exception : java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use: JVM_Bind
Disconnected from the target VM, address: ‘127.0.0.1:57099’, transport: ‘socket’
Disconnected from server
Solution win + R type cmd
Type netstat -ano and enter to find the 1099 corresponding to 19760
Open Task Manager and find 19760 to end the task
Done!
Similar Posts:
- [Solved] Error running ‘xyp’: Unable to open debugger port (127.0.0.1:56767): java.net.BindException “Address already in use: NET_Bind
- Several ports (8005, 8080, 8009) required by Tomcat Server at localhost are already in use.
- [Solved] activemq Startup Error: Address already in use: JVM_Bind
- Windows: Socket Server Failed to bind, error 10048 [How to Solve]
- Failed to bind properties under
- Tomcat Cannot assign requested address: JVM_Bind [How to Solve]
- [Solved] The Tomcat connector configured to listen on port 80 failed to start. The port may already be in use or the connector may be misconfigured.
- Programming udp sockets in python
- The Tomcat connector configured to listen on port 8080 failed to start.
- [Solved] org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicat…