Created
September 14, 2013 08:12
-
-
Save drinkcat/6559868 to your computer and use it in GitHub Desktop.
Intellij Idea Community Edition console output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-4-armv7h) | |
OpenJDK Zero VM (build 22.0-b10, mixed mode) | |
WARNING: You are launching the IDE using OpenJDK Java runtime. | |
ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES! | |
SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS! | |
NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed | |
please validate either IDEA_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation. | |
See http://ow.ly/6TuKQ for more info on switching default JDK. | |
Press Enter to continue. | |
java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.xerial.snappy.SnappyLoader.loadNativeLibrary(SnappyLoader.java:317) | |
at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:219) | |
at org.xerial.snappy.Snappy.<clinit>(Snappy.java:44) | |
at com.intellij.idea.StartupUtil.loadSystemLibraries(StartupUtil.java:214) | |
at com.intellij.idea.MainImpl._main(MainImpl.java:71) | |
at com.intellij.idea.MainImpl.start(MainImpl.java:63) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) | |
at java.lang.Runtime.loadLibrary0(Runtime.java:845) | |
at java.lang.System.loadLibrary(System.java:1084) | |
at org.xerial.snappy.SnappyNativeLoader.loadLibrary(SnappyNativeLoader.java:52) | |
... 16 more | |
[ 152] ERROR - #com.intellij.idea.Main - Unable to load Snappy library (OS: Linux 3.4.0) | |
org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] null | |
at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:229) | |
at org.xerial.snappy.Snappy.<clinit>(Snappy.java:44) | |
at com.intellij.idea.StartupUtil.loadSystemLibraries(StartupUtil.java:214) | |
at com.intellij.idea.MainImpl._main(MainImpl.java:71) | |
at com.intellij.idea.MainImpl.start(MainImpl.java:63) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192) | |
at java.lang.Thread.run(Thread.java:722) | |
[ 171] ERROR - #com.intellij.idea.Main - IntelliJ IDEA 12.1.4 Build #IC-129.713 | |
[ 172] ERROR - #com.intellij.idea.Main - JDK: 1.7.0_21 | |
[ 172] ERROR - #com.intellij.idea.Main - VM: OpenJDK Zero VM | |
[ 173] ERROR - #com.intellij.idea.Main - Vendor: Oracle Corporation | |
[ 174] ERROR - #com.intellij.idea.Main - OS: Linux | |
java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/arm/libsplashscreen.so: libgif.so.4: cannot open shared object file: No such file or directory | |
at java.lang.ClassLoader$NativeLibrary.load(Native Method) | |
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939) | |
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864) | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846) | |
at java.lang.Runtime.loadLibrary0(Runtime.java:845) | |
at java.lang.System.loadLibrary(System.java:1084) | |
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) | |
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:121) | |
at com.intellij.idea.IdeaApplication$IdeStarter.getSplashScreen(IdeaApplication.java:266) | |
at com.intellij.idea.IdeaApplication$IdeStarter.showSplash(IdeaApplication.java:243) | |
at com.intellij.idea.IdeaApplication$IdeStarter.access$000(IdeaApplication.java:226) | |
at com.intellij.idea.IdeaApplication.<init>(IdeaApplication.java:87) | |
at com.intellij.idea.MainImpl.startApplication(MainImpl.java:77) | |
at com.intellij.idea.MainImpl._main(MainImpl.java:73) | |
at com.intellij.idea.MainImpl.start(MainImpl.java:63) | |
... 6 more | |
[ 494] ERROR - llij.ide.plugins.PluginManager - Error while accessing com.intellij.idea.MainImpl.start with arguments: [] | |
java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/arm/libsplashscreen.so: libgif.so.4: cannot open shared object file: No such file or directory | |
at java.lang.ClassLoader$NativeLibrary.load(Native Method) | |
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939) | |
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864) | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846) | |
at java.lang.Runtime.loadLibrary0(Runtime.java:845) | |
at java.lang.System.loadLibrary(System.java:1084) | |
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) | |
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:121) | |
at com.intellij.idea.IdeaApplication$IdeStarter.getSplashScreen(IdeaApplication.java:266) | |
at com.intellij.idea.IdeaApplication$IdeStarter.showSplash(IdeaApplication.java:243) | |
at com.intellij.idea.IdeaApplication$IdeStarter.access$000(IdeaApplication.java:226) | |
at com.intellij.idea.IdeaApplication.<init>(IdeaApplication.java:87) | |
at com.intellij.idea.MainImpl.startApplication(MainImpl.java:77) | |
at com.intellij.idea.MainImpl._main(MainImpl.java:73) | |
at com.intellij.idea.MainImpl.start(MainImpl.java:63) | |
... 6 more | |
[ 498] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 12.1.4 Build #IC-129.713 | |
[ 498] ERROR - llij.ide.plugins.PluginManager - JDK: 1.7.0_21 | |
[ 499] ERROR - llij.ide.plugins.PluginManager - VM: OpenJDK Zero VM | |
[ 499] ERROR - llij.ide.plugins.PluginManager - Vendor: Oracle Corporation | |
[ 500] ERROR - llij.ide.plugins.PluginManager - OS: Linux | |
[ 501] ERROR - llij.ide.plugins.PluginManager - Original exception: | |
java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/arm/libsplashscreen.so: libgif.so.4: cannot open shared object file: No such file or directory | |
at java.lang.ClassLoader$NativeLibrary.load(Native Method) | |
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939) | |
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864) | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846) | |
at java.lang.Runtime.loadLibrary0(Runtime.java:845) | |
at java.lang.System.loadLibrary(System.java:1084) | |
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) | |
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:121) | |
at com.intellij.idea.IdeaApplication$IdeStarter.getSplashScreen(IdeaApplication.java:266) | |
at com.intellij.idea.IdeaApplication$IdeStarter.showSplash(IdeaApplication.java:243) | |
at com.intellij.idea.IdeaApplication$IdeStarter.access$000(IdeaApplication.java:226) | |
at com.intellij.idea.IdeaApplication.<init>(IdeaApplication.java:87) | |
at com.intellij.idea.MainImpl.startApplication(MainImpl.java:77) | |
at com.intellij.idea.MainImpl._main(MainImpl.java:73) | |
at com.intellij.idea.MainImpl.start(MainImpl.java:63) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192) | |
at java.lang.Thread.run(Thread.java:722) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment