打开时崩溃 - neo4j 3.1.2社区版

时间:2017-03-28 12:17:56

标签: neo4j

我对neo4j完全陌生。我已经下载了de软件并安装了它,但是当我打开它时,它会立即崩溃。

以下是我得到的错误。我缩短了错误文本,因为它非常长。

有什么想法吗?我试图重新安装,重新启动等但没有运气。

提前谢谢你,

斯蒂娜

>Process:               JavaApplicationStub [877]
Path:                  /Applications/Neo4j Community Edition 3.1.2.app/Contents/MacOS/JavaApplicationStub
Identifier:            com.install4j.8478-6373-2628-9929.24
Version:               3.1.2 (3.1.2)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           JavaApplicationStub [877]
User ID:               502

>Date/Time:             2017-03-28 13:43:24.705 +0200
OS Version:            Mac OS X 10.10.5 (14F27)
Report Version:        11
Anonymous UUID:        9E54842F-ADA5-86BD-C792-F5A255A236CE


>Time Awake Since Boot: 760 seconds

>Crashed Thread:        0  AppKit Thread  Dispatch queue: com.apple.main->thread

>Exception Type:        EXC_BAD_ACCESS (SIGABRT)
>Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000303620

>VM Regions Near 0x303620:
>--> 
    __TEXT                 0000000100000000-000000010000a000 [   40K] r-x/rwx SM=COW  /Applications/Neo4j Community Edition 3.1.2.app/Contents/MacOS/JavaApplicationStub

>Application Specific Information:
abort() called

>Thread 0 Crashed:: AppKit Thread  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff937d2286 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff94d9a9b3 abort + 129
2   libjvm.dylib                    0x0000000104482beb os::abort(bool) + 25
3   libjvm.dylib                    0x00000001045a6a2a VMError::report_and_die() + 2304
4   libjvm.dylib                    0x0000000104484816 JVM_handle_bsd_signal + 1131
5   libjvm.dylib                    0x0000000104480a7b signalHandler(int, __siginfo*, void*) + 47
6   libsystem_platform.dylib        0x00007fff8b907f1a _sigtramp + 26
7   libsystem_c.dylib               0x00007fff94d3dfb2 strlen + 18
8   com.apple.CoreFoundation        0x00007fff942c8a3c __CFStringAppendFormatCore + 8524
9   com.apple.CoreFoundation        0x00007fff943be3a0 _CFStringCreateWithFormatAndArgumentsAux2 + 256
10  com.apple.Foundation            0x00007fff973f5701 -[NSPlaceholderString initWithFormat:locale:arguments:] + 153
11  com.apple.Foundation            0x00007fff9740eef9 +[NSString stringWithFormat:] + 174
12  com.apple.java.JavaRuntimeSupport   0x000000011c276fce -[JRSInputMethodController availableInputMethodLocales] + 253
13  libawt_lwawt.dylib              0x000000011d21907f __Java_sun_lwawt_macosx_CInputMethodDescriptor_nativeGetAvailableLocales_block_invoke_1 + 124
14  com.apple.Foundation            0x00007fff9747ddd0 __NSThreadPerformPerform + 293
15  com.apple.CoreFoundation        0x00007fff9430aa01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
16  com.apple.CoreFoundation        0x00007fff942fcb8d __CFRunLoopDoSources0 + 269
17  com.apple.CoreFoundation        0x00007fff942fc1bf __CFRunLoopRun + 927
18  com.apple.CoreFoundation        0x00007fff942fbbd8 CFRunLoopRunSpecific + 296
19  com.apple.HIToolbox             0x00007fff8d1cf56f RunCurrentEventLoopInMode + 235
20  com.apple.HIToolbox             0x00007fff8d1cf2ea ReceiveNextEventCommon + 431
21  com.apple.HIToolbox             0x00007fff8d1cf12b _BlockUntilNextEventMatchingListInModeWithFilter + 71
22  com.apple.AppKit                0x00007fff92a118ab _DPSNextEvent + 978
23  com.apple.AppKit                0x00007fff92a10e58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
24  libosxapp.dylib                 0x000000011cf6a3aa -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
25  com.apple.AppKit                0x00007fff92a06af3 -[NSApplication run] + 594
26  libosxapp.dylib                 0x000000011cf6a14d +[NSApplicationAWT runAWTLoopWithApp:] + 156
27  libawt_lwawt.dylib              0x000000011d23f517 -[AWTStarter starter:] + 905
28  com.apple.Foundation            0x00007fff9747ddd0 __NSThreadPerformPerform + 293
29  com.apple.CoreFoundation        0x00007fff9430aa01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
30  com.apple.CoreFoundation        0x00007fff942fcb8d __CFRunLoopDoSources0 + 269
31  com.apple.CoreFoundation        0x00007fff942fc1bf __CFRunLoopRun + 927
32  com.apple.CoreFoundation        0x00007fff942fbbd8 CFRunLoopRunSpecific + 296
33  com.oracle.java.8u60.jdk        0x00000001000f28fb CreateExecutionEnvironment + 871
34  com.oracle.java.8u60.jdk        0x00000001000ee644 JLI_Launch + 1952
35  com.install4j.8478-6373-2628-9929.24    0x0000000100006cf4 -[Launcher launch] + 836
36  com.install4j.8478-6373-2628-9929.24    0x0000000100007381 launcher_main + 625
37  com.install4j.8478-6373-2628-9929.24    0x00000001000074f2 main + 34
38  com.install4j.8478-6373-2628-9929.24    0x0000000100001154 start + 52

1 个答案:

答案 0 :(得分:1)

问题是由[JRSInputMethodController availableInputMethodLocales]中的崩溃引起的,这与您正在使用的相对旧版本的OSX有关(10.10.5)。

这最终是苹果公司附带该操作系统版本的Java版本中的一个问题,根据this post,该问题在10.11中得到修复。

该帖子还建议您可以使用Java SE 6安装程序found here,该安装程序可能包含针对该问题的修复程序。

FWIW,你不是唯一一个有这个问题的人,Neo4j发布了here的问题(尚未解决)。