How to reset server status in Eclipse / JBoss Developer Studio

A few days ago, my JBoss Developer Studio crashed while running a server in the IDE.

Since then, every time I start my server in 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 starts and starts without problems.

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

I also started my IDE with an option -clean, and I also ran the Clean...server command in the Servers view.

Is there a way to reset server status (web polling state) in Eclipse / JBoss Developer Studio?

+4
source share
1

"Startup Poller" "Shutdown Poller" "Web Port" "Management Service", .

+6

Source: https://habr.com/ru/post/1599467/


All Articles