eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

LinkageError: loader constraint violation #93

Closed orihalcon128 closed 10 years ago

orihalcon128 commented 10 years ago

When enabling JSHint on Eclipse 4.3.2, the following errors occurred.

java.lang.LinkageError: loader constraint violation: loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) previously initiated loading for a different type with name "com/eclipsesource/json/JsonObject" at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClassHoldingLock(ClasspathManager.java:638) .....

Eclipse Version: Kepler Service Release 2 Build id: 20140224-0627

JSHint Eclipse Integration 0.9.9.20131029-1050

JDK 1.8.0_05

paulvi commented 10 years ago

I use similar configuration on Windows and have not seen any issues. It is also used by all @Nodeclipse users and there were no reports.

  1. The stacktrace has no jshint-eclipse specific classes, so it should be general Eclipse issue (e.g. too many plugins, not enough memory, etc), I propose to raise on Stackoverflow.com
orihalcon128 commented 10 years ago

OK, Thank you

tiagolpadua commented 10 years ago

Same error here. It was working fine, so I had installed SonarQube plugin, the error appeared, so I uninstalled SonarQube plugin but the error remain.

AquariusFR commented 9 years ago

Hi, still no solutions ?