Elias
Elias

Reputation: 89

IntelliJ IDEA failed to start

I'm using IntelliJ IDEA 14 everything worked fine, but somehow it doesn't work anymore the error I get is:

image error

Any ideas how to solve this problem?

Upvotes: 0

Views: 908

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402423

It's an old bug triggered by a race condition in some cases:

  • IDEA-149135 Startup with splash screen fails (ServiceManager.doGetService must not be null)

You should update to the current IDE version or try the workaround.

Upvotes: 1

Related Questions