1 / 8

이클립스

이클립스. A. 툼캣이 이미 수행중이라 뜰 때 . + B.Project facet Java version 6.0 is not supported. 오류 + C. Configuration my be corrupt or incomplete. A. 툼캣이 이미 수행중 - 문제해결. 툼캣이 이미 수행중이라 뜰 때 . 실행되고 있던 Apache Tomcat 서비스를 stop 시킨다 . ( 제어판 > 관리도구 > 서비스 )

ayala
Télécharger la présentation

이클립스

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 이클립스 A.툼캣이 이미 수행중이라 뜰 때. + B.Project facet Java version 6.0 is not supported. 오류 + C. Configuration my be corrupt or incomplete

  2. A. 툼캣이 이미 수행중 - 문제해결 • 툼캣이 이미 수행중이라 뜰 때. • 실행되고 있던 Apache Tomcat 서비스를 stop 시킨다. (제어판>관리도구>서비스) • 그래도 안된다면 ‘작업관리자 > 프로세스 > java.exe’ 를 찾아서 강제로 프로세스를 끝낸다.

  3. B. Project facet Java version 6.0 is not supported. 오류 - 문제파악 • Project facet Java version 6.0 is not supported. 오류 • 지금 사용하는 JRE와는 다른 버전을 사용했을 때 이런 문제가 뜹니다 • 현재 jre 버전이 5.0인데, 6.0을 사용하려 해서 문제가 발생됩니다.

  4. B.1. 도스 창을 열어서 자바 버전을 확인합니다

  5. B.2. Project > Properties > Project Facets Properties - > Project Facets 에서 현재 JAVA 를 현재 사용하는 JRE 로 바꿔주면 됩니다. 이 부분을 클릭하여, 본인 jre 버전에 맞는 것으로 변경해 준다. (1.4나 5.0으로)

  6. C.1. Configuration my be corrupt or incomplete • Configuration my be corrupt or incomplete • 서버가 여러 개 설정되어 있는 경우 일 수 있습니다. • 확인 후 한 개만 두고 나머지는 삭제하시기 바랍니다. • 확인방법 : Window 메뉴 > Preferences > Server > Runtime Environment

  7. C.2. Configuration my be corrupt or incomplete • 그래도 여전히 동일한 오류가 나온다면, web.xml이나 context.xml같은 설정파일이 well-formed 하지 않거나 valid 하지 않기 때문에 그럴 수 있습니다. 혹은 잘못된 엘리먼트명이나 중간에 공백이 잘 못 들어가도 그렇게 될 수 있습니다. xml 문서는 html 과는 달리 아주 규칙이 tight 합니다. 이에 Project Explorer 뷰 > Servers > Tomcat v6.0 Server.. 하위의 xml 문서 중 수정하신 것이 있다면 모두 확인해 보시기 바랍니다. 과정대로 진행하셨다면 context.xml 을 수정하셨을 텐데, 이 문서에 오류가 발생되었을 수 있으니, 이를 게시판에 등록된 context.xml로 바꿔서 실행해 보시기 바랍니다. 이번에는 문제가 없었으면 하네요.

More Related