Skip to content

Instantly share code, notes, and snippets.

@gnh1201
Created July 24, 2017 19:30
Show Gist options
  • Save gnh1201/bd2bfb96dba50cd2ffbdb7b37c1042c6 to your computer and use it in GitHub Desktop.
Save gnh1201/bd2bfb96dba50cd2ffbdb7b37c1042c6 to your computer and use it in GitHub Desktop.
eclimd.log
utilhome@debian:~/opt/eclipse$ ./eclimd
/usr/bin/java -version
java version "9"
Java(TM) SE Runtime Environment (build 9+179)
Java HotSpot(TM) 64-Bit Server VM (build 9+179, mixed mode)
JAVA_VERSION=java version "9"
/usr/bin/java -d64 -Dosgi.requiredJavaVersion=1.8 -Dosgi.instance.area.default=@user.home/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Xmx1024m -jar /home/utilhome/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar --launcher.suppressErrors -debug -clean -refresh -application org.eclim.application
Install location:
file:/home/utilhome/opt/eclipse/
Configuration file:
file:/home/utilhome/opt/eclipse/configuration/config.ini loaded
Configuration location:
file:/home/utilhome/opt/eclipse/configuration/
Framework located:
file:/home/utilhome/opt/eclipse/plugins/org.eclipse.osgi_3.12.0.v20170512-1932.jar
Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar
eclipse.properties not found
Framework classpath:
file:/home/utilhome/opt/eclipse/plugins/org.eclipse.osgi_3.12.0.v20170512-1932.jar
file:/home/utilhome/opt/eclipse/plugins/
file:/home/utilhome/opt/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar
Debug options:
file:/home/utilhome/opt/eclipse/.options not found
Time to load bundles: 74
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
Starting application: 9016
org.eclipse.m2e.logback.configuration: Logback config file: /home/utilhome/eclipse-workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.8.0.20170516-2043.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://989.fwk1630678941:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://989.fwk1630678941:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
org.eclipse.m2e.logback.configuration: Initializing logback
Unable to init server: Could not connect: Connection refused
An error has occurred. See the log file
/home/utilhome/eclipse-workspace/.metadata/.log.
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/ui/PlatformUI
at org.eclim.eclipse.EclimApplication.shutdown(EclimApplication.java:144)
at org.eclim.eclipse.EclimApplication$1.run(EclimApplication.java:102)
Caused by: java.lang.ClassNotFoundException: org.eclipse.ui.PlatformUI cannot be found by org.eclim_2.7.0
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:484)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
... 2 more
utilhome@debian:~/opt/eclipse$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment