2016-07-27 12 views
2

Eclipse에 Spring STS를 설치 한 후에 Eclipse를 열 수 없습니다.Spring STS 설치 후 Eclipse를 열 수 없습니다

Eclipse를 열려고 시도 할 때마다 강제 종료됩니다.

은 eclipsec.exe 알려줍니다 무엇 :

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration 
bundle was activated before the state location was initialized. Will retry aft 
er the state location is initialized. 
org.eclipse.m2e.logback.configuration: Logback config file: D:\Akkil\Mynewworksp 
ace\.metadata\.plugins\org.eclipse.m2e.logback.configuration\logback.1.7.0.20160 
603-1933.xml 
SLF4J: Class path contains multiple SLF4J bindings. 
SLF4J: Found binding in [bundleresource://464.fwk829985002:1/org/slf4j/impl/Stat 
icLoggerBinder.class] 
SLF4J: Found binding in [bundleresource://464.fwk829985002:2/org/slf4j/impl/Stat 
icLoggerBinder.class] 
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 

SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorSta 
ticBinder] 
org.eclipse.m2e.logback.configuration: Initializing logback 
WARNING: You are binding against the deprecated org.eclipse.fx.javafx - please r 
emove all javafx imports 
# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
# EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007fef66cca90, pid=5888 
, tid=0x0000000000001714 
# 
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b1 
3) 
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode windows-amd6 
4 compressed oops) 
# Problematic frame: 
# C [MSVCR120.dll+0x8ca90] 
# 
# Failed to write core dump. Minidumps are not enabled by default on client vers 
ions of Windows 
# 
# An error report file with more information is saved as: 
# D:\Akkil\Javatools\Eclipse Neon\eclipse\hs_err_pid5888.log 
# 
# If you would like to submit a bug report, please visit: 
# http://bugreport.java.com/bugreport/crash.jsp 
# The crash happened outside the Java Virtual Machine in native code. 
# See problematic frame for where to report the bug. 

hs_err_pid5888.log 난 그냥 윈도우 7에 "HOME"경로를 설정
log

을 말한다 있지만 해결되지 않는 내 문제. 이클립스 4.6 네온

+0

HOME은 오류가 아닙니다 (경고). 더 많은 기록이 없습니까? 오류를 표시하는 대화 상자가 없습니까? –

+0

@ Andrés이 로그 이외의 다른 로그를 찾을 수있는 곳이라면 다른 로그 정보가 표시되지 않습니다. – BeginnerBro

+0

명령 줄에서 일식을 실행하고 여기에 출력을 복사/붙여 넣기를 제안합니다. 문제를 진단하는 데 도움이 될 수 있습니다 –

답변

1

을 사용하고

난 그냥 내 전체 작업 공간을 이동하고 이클립스를 다시 시작, 그것을 잘 작동하지만 난 봄 스위트 도구의 옵션 대시 보드를 클릭 할 때마다 돌아 오는 오류가 발생합니다. 옵션 대시 보드를 제거하면 일식이 향상됩니다.

+0

Hmmm ... 대시 보드는 JavaFX를 사용하며 JavaFX에 대한 오류 덤프에 일부 메시지가 있습니다. 따라서 JavaFX 비트가 작동 할 가능성이 있습니다. JVM이 원시 코드에서 충돌하는 경우는 거의 없습니다. 조금 이상한 'hs_err_pid5888.log'는 너무 희박합니다. 일반적으로 충돌이 발생한 위치에 대한 정보가 많으며 이는 종종 repsonsible 인 기본 라이브러리를 찾아내는 데 도움이됩니다. 정말로 로그 전체입니까? – Kris

+0

@Kris [log] (https://docs.google.com/document/d/1ZW-Dvxhxnv42UblPIdRcyG4nwCfk07f4nm7isdopP7M/edit?usp=sharing) – BeginnerBro

+0

JavaFX 기본 코드에서 충돌이 발생했습니다. – Kris