簡體   English   中英

運行時,Java Runtime Environment檢測到致命錯誤。\ import.io

[英]A fatal error has been detected by the Java Runtime Environment when running .\import.io

我已根據鏈接https://import.io/download/linux下載import.io。 正如它所說,我已經解壓縮並進入終端中的import.io文件夾。 但是當我嘗試運行./import.io ,我收到了這個錯誤(如下所示)。 請建議我解決這個問題。 我感謝您的幫助。

我使用的是Ubuntu 12.04。

Java版本
java版“1.7.0_51”
Java(TM)SE運行時環境(版本1.7.0_51-b13)
Java HotSpot(TM)64位服務器VM(內置24.51-b03,混合模式)

錯誤

Starting application...
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xdedda7e4, pid=12312, tid=4149622464
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) Client VM (23.5-b02 mixed mode linux-x86 )
# Problematic frame:
# C  [libdbus-1.so.3+0x277e4]
[error occurred during error reporting (printing problematic frame), id 0xb]
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/user/import.io/hs_err_pid12312.log
# [ timer expired, abort... ]
Aborted (core dumped)

這是日志

!SESSION 2014-04-25 14:25:17.199 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_09
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_IN
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 4 0 2014-04-25 14:25:17.712
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
    at org.eclipse.swt.SWT.error(SWT.java:4387)
    at org.eclipse.swt.widgets.Display.createDisplay(Display.java:914)
    at org.eclipse.swt.widgets.Display.create(Display.java:900)
    at org.eclipse.swt.graphics.Device.<init>(Device.java:156)
    at org.eclipse.swt.widgets.Display.<init>(Display.java:498)
    at org.eclipse.swt.widgets.Display.<init>(Display.java:489)
    at org.eclipse.swt.widgets.Display.getDefault(Display.java:1634)
    at com.importio.builder.bootstrap.ui.SwtUI.<init>(SwtUI.java:74)
    at com.importio.builder.bootstrap.ui.SwtUI.run(SwtUI.java:41)
    at com.importio.builder.bootstrap.BootstrapApplication.start(BootstrapApplication.java:35)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

編輯

當我按照評論部分中的Anone Mosh的建議嘗試運行腳本時, 是我的錯誤。 請參閱日志。

日志

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xded37b12, pid=5628, tid=3739306816
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) Client VM (23.5-b02 mixed mode linux-x86 )
# Problematic frame:
# C  [libdbus-1.so.3+0x29b12]

Java在調用dbus以檢測您可能已設置的任何HTTP代理時遇到問題。 你有任何代理人嗎? 如果不是,您可以通過將以下行添加到以下文件來關閉此檢測:

<where you extracted the application to>/import.io/import.io.ini

這是您需要添加到文件的行:

-Dupdate.useSystemProxy=false

出錯的原因是因為您使用的是64位的Linux版本。 按照說明進行操作,您將不會遇到任何錯誤。 http://support.import.io/knowledgebase/articles/254346-linux-installation-notes

這個解決方案適合我:編輯文件/eclipse/eclipse.ini。 插入行:-Dorg.eclipse.swt.browser.DefaultType = m

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM