Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » "Allow incoming network connections" -- message recurs(Issue with Luna on Mac)
"Allow incoming network connections" -- message recurs [message #1451452] Thu, 23 October 2014 21:34 Go to next message
Bernard Abramson is currently offline Bernard AbramsonFriend
Messages: 17
Registered: July 2009
Junior Member
This applies to Luna both on OSX 10.9 (Mavericks) and 10.10 (Yosemite). When Luna is run a pop up appears each time asking whether incoming network connects are to be allowed. (See attached screenshot.) I have set this setting permanently to "accept" in System Preferences > Security & Privacy > Firewall > Firewall options. Nevertheless, the pop up appears every time Luna is run.

With Kepler and earlier versions of Eclipse the request only appeared once so I suspect that the issue is with Luna rather than with OSX.

Any suggestions?
Re: "Allow incoming network connections" -- message recurs [message #1709819 is a reply to message #1451452] Thu, 01 October 2015 11:37 Go to previous messageGo to next message
Marcel  tör is currently offline Marcel törFriend
Messages: 73
Registered: July 2009
Member
Same issue here with Eclipse Mars on OS X. Never found a solution.
Re: "Allow incoming network connections" -- message recurs [message #1709828 is a reply to message #1709819] Thu, 01 October 2015 12:01 Go to previous messageGo to next message
Bernard Abramson is currently offline Bernard AbramsonFriend
Messages: 17
Registered: July 2009
Junior Member
Given that only two of us report this I suspect it's some odd combination of factors that few people encounter.
Re: "Allow incoming network connections" -- message recurs [message #1717070 is a reply to message #1709828] Wed, 09 December 2015 19:17 Go to previous messageGo to next message
Alexander Smith is currently offline Alexander SmithFriend
Messages: 1
Registered: December 2015
Junior Member
Make that 3 people getting this. Why does Eclipse want to receive incoming connections anyway?
Re: "Allow incoming network connections" -- message recurs [message #1717073 is a reply to message #1717070] Wed, 09 December 2015 19:38 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Eclipse runs an embedded instance of Jetty to run its Help system; that's likely the component requesting to receiving connections.
For the record, I don't see this with Luna or Mars on OS X 10.8.
Re: "Allow incoming network connections" -- message recurs [message #1717080 is a reply to message #1717073] Wed, 09 December 2015 20:25 Go to previous messageGo to next message
Bernard Abramson is currently offline Bernard AbramsonFriend
Messages: 17
Registered: July 2009
Junior Member
I'm running Luna on OS X 10.11.2 and I get the message every time I open Eclipse.
Re: "Allow incoming network connections" -- message recurs [message #1729631 is a reply to message #1717080] Sat, 16 April 2016 11:11 Go to previous messageGo to next message
Rodrigo Bento is currently offline Rodrigo BentoFriend
Messages: 1
Registered: April 2016
Junior Member
I'm using Eclipse IDE for Java EE Developers 4.6.0.20160203-1802 with OS X Wl Capitan 10.11.4 and it happens almost every time I run or debug a as a Java Application.

The solution for me was this:

- In OS X got to System Preferences > Security > Firewall
- Click on the little lock at the bottom left corner to enable editing.
- Set - java - to block incoming connections.

That's it.

Regards





Re: "Allow incoming network connections" -- message recurs [message #1729672 is a reply to message #1729631] Sun, 17 April 2016 17:12 Go to previous messageGo to next message
Bernard Abramson is currently offline Bernard AbramsonFriend
Messages: 17
Registered: July 2009
Junior Member
Thanks for the tip. Unfortunately, I do not see Java in the list of applications listed in the Firewall Options settings screen. Just to check that I'm looking in the right place I've attached a screenshot.
Re: "Allow incoming network connections" -- message recurs [message #1737528 is a reply to message #1451452] Sat, 09 July 2016 07:32 Go to previous messageGo to next message
Alessio Pollero is currently offline Alessio PolleroFriend
Messages: 74
Registered: August 2011
Member
The issue is there in the latest Eclipse Neon too...
If you have the Firewall on, you keep getting the popup(Allow incoming connections) everytime that you open up Eclipse even though the app is market as allowed into the Firewall settings pane. Why is this happening ?

It does happen after installing some sort of additional plugin
Re: "Allow incoming network connections" -- message recurs [message #1757220 is a reply to message #1451452] Sun, 19 March 2017 17:00 Go to previous messageGo to next message
Bernard Abramson is currently offline Bernard AbramsonFriend
Messages: 17
Registered: July 2009
Junior Member
Resolved: This occurs (for me) only when PyDev is installed. I uninstalled it and the message has not recurred. I'm using Anaconda/Spyder for Python.
Re: "Allow incoming network connections" -- message recurs [message #1759363 is a reply to message #1757220] Tue, 11 April 2017 01:16 Go to previous message
pydev fix is currently offline pydev fixFriend
Messages: 1
Registered: April 2017
Junior Member
Had the same issue with pydev where it would prompt to accept incoming network connections if I debugged or ran any modules that accepted incoming network connections (listen'ed)

In my case the python interpreter that pydev was trying to run had a bad signature: "invalid Info.plist (plist or signature have been modified"

Got rid of the nag with the following command:
codesign -f -s - /path/to/python
Previous Topic:How to completely uninstall ALL old Eclipseworkspaces/projects on MAC?
Next Topic:NullPointerException in SetupUIPlugin.performStartup()
Goto Forum:
  


Current Time: Fri Apr 19 20:41:49 GMT 2024

Powered by FUDForum. Page generated in 0.08985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top