我已經按照鏈接下載import.io, https://import.io/download/linux。正如它所說的,我已經提取並進入終端中的文件夾import.io
。但是,當我嘗試運行./import.io
,我得到這個錯誤(下面給出)。請建議我解決此問題。我感謝您的幫助。運行時,Java Runtime Environment檢測到一個致命錯誤。 import.io
我使用的是Ubuntu 12.04。
Java版本
Java版本 「1.7.0_51」
的Java(TM)SE運行時環境(建立1.7.0_51-B13)
的HotSpot的Java(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)
編輯
Here是我的錯誤,當我試圖運行腳本由環己酮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]
您是否嘗試過'終端上的ulimit -c unlimited'? * hs_err_pid12312.log *說什麼? – NoobEditor
我沒有嘗試過。我會做到這一點,讓你知道。請看,我現在已經添加了日誌。 –
Noob,發佈這個問題時是我的錯誤。我一直在使用'。/ import.io'。我會在我的問題中編輯它。 –