Steve Wall
Steve Wall

Reputation: 1932

intellij 12.0.4 - idea.exe traffic blocked by Symantec Endpoint Protect

On a periodic basis I get a message from Symantec Endpoint Protect that idea.exe traffic has been blocked. I'm assuming this is some type of message regarding how intellij is being used. Is there a way to turn off the out going messages?

Upvotes: 1

Views: 785

Answers (2)

CrazyCoder
CrazyCoder

Reputation: 402235

IDEA uses a lot of networking: updates check, Maven dependencies download, IDETalk plug-in, code inspections that can verify external resources, communication between the compiler server process, debugger, internal IPC server, version control servers, task servers, etc.

  • Updates check can be disabled in Settings | Updates.
  • IdeTalk plug-in can be disabled in Settings | Plugins.
  • Non-existent web resource inspection is configurable in Settings | Inspections.
  • Anonymous statistics reporting is controlled in Settings | Usage Statistics.

Upvotes: 1

plsgogame
plsgogame

Reputation: 1344

Add Idea application to Exception: http://www.symantec.com/business/support/index?page=content&id=HOWTO61213

Upvotes: 3

Related Questions