IntelliJ stops debug session when the process is still running
Answered
I'm running a glassfish server.Everything runs fine, but when I run it in debug mode and stop it in the middle,it "partially" stops stuff but the process keeps running.
Also,if i restart a debug session it shows "java.net.SocketException socket closed".Even if I change the debug socket.
Guys,if I close glassfish from the command line glassfish stops responding.If I start it I get "domain1 is already running".
Please help guys.
Please sign in to leave a comment.
Try the clean server installation, make sure the app you deploy doesn't hang the server. Try with a different app.
Thanks Serge but it works now!
I switched to tomcat instead of glassfish.So I'm guessing the bug might've been in glassfish.It works perfectly on my brother's pc tho,strange that.