2

Whenever I try to open the debug perspective, I get this message and the problem is that it disappears immediately before I can even check deny or allow. I can run the program, but I cannot debug.

enter image description here

I run OS X 10.8.5

Things I tried, but all failed

  1. I have tried to uninstall and install Eclipse, but that did nothing.
  2. I tried adding Eclipse to my firewall exceptions and checked "allow incoming connection" in Security and Privacy, but that did nothing.
  3. I have tried following the instructions mentioned here.

But no help at all.

2
  • I also get the message but it stays until I press Allow. I am using Java 7 on OS X 10.9.1 (but 10.8 was the same). Is this Java 6 or 7? Commented Jan 12, 2014 at 15:53
  • I checked Security and Preferences and it says 'Version 7 Update 45 (build 1.7.0_45-b18)' Commented Jan 13, 2014 at 0:00

2 Answers 2

1
+50

One "security" tempering I didn't saw in the link you reference in your question is:

  • removing Eclipse from the firewall list of apps
  • removing Eclipse from the plist files.

A plist is a special kind of text file that contains properties the application and other resources, typically the OS, use to retain and reuse information needed to run the application.
plist is a file type and has many uses, typically storing user preferences, but, essentially, it is an XML file. You can look to see if there are any caches, which are typically plist files, for the applications in question in /Library/Caches and /System/Library/Caches.

Sign up to request clarification or add additional context in comments.

10 Comments

If I remove Eclipse from the firewall list, it still doesn't work. I searched for "eclipse.plist" and nothing came up in spotlight.
@sidht it could be as in com.company.appname.plist, so try a search like '*eclipse*.plist*'
You mean literally " eclipse.plist* "? I did that and nothing came up again.Sorry I am not very good with computers.
@sidht I mean that the plist filename might not start with eclipse, but have eclipse in it.
@sidht great! What was the problem?
|
1

Checking on that particular error message, it seems to be caused by issues with the firewall configuration. I am not sure if it will help, but I would verify that the program is allowed to access your network. Check in System Preferences > Security & Privacy > Firewall > Firewall Options. You should be able to allow your app to access the network from there. Hope this helps!

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.