1 | d:/os2/java160/bin/java.exe
|
---|
2 | d:/os2/java160/bin/java.exe
|
---|
3 | d:/os2/java160
|
---|
4 | OpenJDK Runtime Environment (build 1.6.0_27-b01-GA5)
|
---|
5 | OpenJDK Client VM (build 20.0-b12, mixed mode)
|
---|
6 | WARNING: You are launching the IDE using OpenJDK Java runtime.
|
---|
7 |
|
---|
8 | ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES!
|
---|
9 | SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS!
|
---|
10 |
|
---|
11 | NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed
|
---|
12 | please validate either IDEA_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
|
---|
13 | See http://ow.ly/6TuKQ for more info on switching default JDK.
|
---|
14 |
|
---|
15 | Press Enter to continue.
|
---|
16 | ./../lib/bootstrap.jar;./../lib/extensions.jar;./../lib/util.jar;./../lib/jdom.jar;./../lib/log4j.jar;./../lib/trove4j.jar;./../lib/jna.jar;d:/os2/java160/lib/tools.jar
|
---|
17 | [ 80] ERROR - #com.intellij.idea.Main - Unable to load JNA library (OS: OS/2 20.45)
|
---|
18 | java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/os/2-i386/jnidispatch.dll) not found in resource path
|
---|
19 | at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:723)
|
---|
20 | at com.sun.jna.Native.loadNativeLibrary(Native.java:697)
|
---|
21 | at com.sun.jna.Native.<clinit>(Native.java:127)
|
---|
22 | at com.intellij.idea.StartupUtil.loadSystemLibraries(StartupUtil.java:197)
|
---|
23 | at com.intellij.idea.MainImpl._main(MainImpl.java:71)
|
---|
24 | at com.intellij.idea.MainImpl.start(MainImpl.java:63)
|
---|
25 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
---|
26 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
|
---|
27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
---|
28 | at java.lang.reflect.Method.invoke(Method.java:616)
|
---|
29 | at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192)
|
---|
30 | at java.lang.Thread.run(Thread.java:679)
|
---|
31 | [ 100] ERROR - #com.intellij.idea.Main - IntelliJ IDEA 12.1.4 Build #IC-129.713
|
---|
32 | [ 100] ERROR - #com.intellij.idea.Main - JDK: 1.6.0_27
|
---|
33 | [ 100] ERROR - #com.intellij.idea.Main - VM: OpenJDK Client VM
|
---|
34 | [ 100] ERROR - #com.intellij.idea.Main - Vendor: Sun Microsystems Inc.
|
---|
35 | [ 100] ERROR - #com.intellij.idea.Main - OS: OS/2
|
---|
36 | java.lang.reflect.InvocationTargetException
|
---|
37 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
---|
38 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
|
---|
39 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
---|
40 | at java.lang.reflect.Method.invoke(Method.java:616)
|
---|
41 | at org.xerial.snappy.SnappyLoader.loadNativeLibrary(SnappyLoader.java:317)
|
---|
42 | at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:219)
|
---|
43 | at org.xerial.snappy.Snappy.<clinit>(Snappy.java:44)
|
---|
44 | at com.intellij.idea.StartupUtil.loadSystemLibraries(StartupUtil.java:214)
|
---|
45 | at com.intellij.idea.MainImpl._main(MainImpl.java:71)
|
---|
46 | at com.intellij.idea.MainImpl.start(MainImpl.java:63)
|
---|
47 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
---|
48 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
|
---|
49 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
---|
50 | at java.lang.reflect.Method.invoke(Method.java:616)
|
---|
51 | at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192)
|
---|
52 | at java.lang.Thread.run(Thread.java:679)
|
---|
53 | Caused by: java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path
|
---|
54 | at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
|
---|
55 | at java.lang.Runtime.loadLibrary0(Runtime.java:840)
|
---|
56 | at java.lang.System.loadLibrary(System.java:1047)
|
---|
57 | at org.xerial.snappy.SnappyNativeLoader.loadLibrary(SnappyNativeLoader.java:52)
|
---|
58 | ... 16 more
|
---|
59 | [ 150] ERROR - #com.intellij.idea.Main - Unable to load Snappy library (OS: OS/2 20.45)
|
---|
60 | org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] null
|
---|
61 | at org.xerial.snappy.SnappyLoader.load(SnappyLoader.java:229)
|
---|
62 | at org.xerial.snappy.Snappy.<clinit>(Snappy.java:44)
|
---|
63 | at com.intellij.idea.StartupUtil.loadSystemLibraries(StartupUtil.java:214)
|
---|
64 | at com.intellij.idea.MainImpl._main(MainImpl.java:71)
|
---|
65 | at com.intellij.idea.MainImpl.start(MainImpl.java:63)
|
---|
66 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
---|
67 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
|
---|
68 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
---|
69 | at java.lang.reflect.Method.invoke(Method.java:616)
|
---|
70 | at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:192)
|
---|
71 | at java.lang.Thread.run(Thread.java:679)
|
---|
72 | [ 150] ERROR - #com.intellij.idea.Main - IntelliJ IDEA 12.1.4 Build #IC-129.713
|
---|
73 | [ 150] ERROR - #com.intellij.idea.Main - JDK: 1.6.0_27
|
---|
74 | [ 150] ERROR - #com.intellij.idea.Main - VM: OpenJDK Client VM
|
---|
75 | [ 150] ERROR - #com.intellij.idea.Main - Vendor: Sun Microsystems Inc.
|
---|
76 | [ 150] ERROR - #com.intellij.idea.Main - OS: OS/2
|
---|
77 | [ 2790] ERROR - openapi.util.io.FileSystemUtil - Failed to load filesystem access layer (OS/2, 1.6.0_27, false)
|
---|
78 | [ 2790] ERROR - openapi.util.io.FileSystemUtil - IntelliJ IDEA 12.1.4 Build #IC-129.713
|
---|
79 | [ 2790] ERROR - openapi.util.io.FileSystemUtil - JDK: 1.6.0_27
|
---|
80 | [ 2790] ERROR - openapi.util.io.FileSystemUtil - VM: OpenJDK Client VM
|
---|
81 | [ 2790] ERROR - openapi.util.io.FileSystemUtil - Vendor: Sun Microsystems Inc.
|
---|
82 | [ 2790] ERROR - openapi.util.io.FileSystemUtil - OS: OS/2
|
---|
83 | [ 10270] WARN - impl.local.LocalFileSystemBase - not a file: f:\home\yuri\.IdeaIC12\config\inspection\Default.xml, [type:! length:2 modified:1375712800000 mode:700]
|
---|