Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset server state in Eclipse/JBoss Developer Studio

Tags:

eclipse

Some days ago, my JBoss Developer Studio has crashed during a server was running within the IDE.

Since then, every time I'm starting my server within the IDE I get the following warning:

Server already running on localhost
An application server may already running on host localhost
Web Poller found a running server at url http://localhost:8080

If I select the option Launch a new instance anyway the server is starting and running without any problems.

I already made sure that no other application/server is listening to port 8080. And I also verified it with the netstat command.

I also started my IDE with the -clean option and I also execute the Clean... command of the server in Servers view.

Is there any way to reset the server state (Web Poller state) within Eclipse/JBoss Developer Studio?

like image 925
mbulau Avatar asked Jul 24 '15 08:07

mbulau


1 Answers

By changing Server State Detectors "Startup Poller" and "Shutdown Poller" from "Web Port" to "Management Service" I've solved the problem.

like image 118
mbulau Avatar answered Oct 20 '22 15:10

mbulau