ideaboxer
ideaboxer

Reputation: 4101

Eclipse listens on port 42540 (?)

I just appalledly realized my Eclipse IDE listens on port 42540. During the past weeks I installed some more or less useful plug-ins (and removed some of them). Maybe one of them listens on this port, but I don't think/hope so. Currently, the following plug-ins are installed:

Eclipse does not answer HTTP requests on port 42540. Is listening on port 42540 an intended behavior? How can I stop Eclipse listening on this port?

Sorry for being paranoid.

Upvotes: 3

Views: 489

Answers (2)

Gavin Cooper
Gavin Cooper

Reputation: 1

I had the same problem / concern. The port went away after I uninstalled a plugin we have in common - PyDev for Eclipse.

I reinstalled PyDev without PyDev Mylyn Integration. Eclipse is still not listening on a random high-numbered port. So it seems the Mylyn integration portion of PyDev is responsible for the open port.

Upvotes: 0

dunni
dunni

Reputation: 44535

I assume, that it is the built-in Jetty instance (a Webserver) for the Eclipse help system, even if it doesn't answer HTTP requests from a normal webbrowser.

Upvotes: 2

Related Questions