기초공사 (html,css,javascript)
개발환경구축 오류 본문
1.org.apache.catalina.LifecycleException,
심각: 클래스 [com.bridgetec.ar.common.ContextInitializer]의 애플리케이션 리스너를 설정하는 중 오류 발생
java.lang.ClassNotFoundException 해결방법
https://meongj-devlog.tistory.com/122[tomcat] 에러 org.apache.catalina.LifecycleException, java.lang.ClassNotFoundException 해결방법
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]] at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.conc
meongj-devlog.tistory.com
2. pom.xml파일오류

<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.0.0</version>
</dependency>
추가
3. Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds.
If the server requires more time, try increasing the timeout in the server editor.
--->server클릭하고 port설정하는 곳 위에 보면 timeout에서 90으로 늘려준다.
4. java.lang.ClassNotFoundException: org.apache.axis2.transport.http.AxisAdminServlet"
에러
검색 결과.
--> WEB-INF/web.xml에서
<servlet-class>
org.apache.axis2.transport.http.AxisAdminServlet
</servlet-class> 아래로 변경한다.
<servlet-class>
org.apache.axis2.webapp.AxisAdminServlet
</servlet-class>
5.메이븐추가
https://docu94.tistory.com/119
[Eclipse] Java Build Path에 Maven Dependencies가 없을 때
프로젝트를 통째로 다른곳에 import할 때, 가끔 Maven Dependencies가 없을 때가 있다. 그럴때에는 프로젝트를 우클릭하고 Update Project를 클릭. 그리고 project에서 Maven install을 하게되면 우리가 메이븐에
docu94.tistory.com




6.

NoClassDefFoundError: com/sun/activation/registries/LogSupport · Issue #60 · jakartaee/jaf-api
com/sun/activation/registries is part of the source in GIT but is not present in the maven repository for version 2.0.0 so I'm getting the following error: java.lang.NoClassDefFoundError: com/s...
github.com
7.

[Eclipse] Tomcat 웹 모듈 경로 설정 방법(Web Modules Path) (tistory.com)
[Eclipse] Tomcat 웹 모듈 경로 설정 방법(Web Modules Path)
2021-03-30 이클립스 내부에서 Tomcat 웹 모둘 경로를 변경하는 방법을 알아보자. - Tomcat 서버 Tomcat 서버는 우선 이클립스 내부의 Servers라는 영역에 존재하게 된다. 현재 등록되어 있는 Tomcat 서버를
seeminglyjs.tistory.com
8.

[tomcat] 에러 org.apache.catalina.LifecycleException, java.lang.ClassNotFoundException 해결방법
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]] at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.conc
meongj-devlog.tistory.com
properties > Deployment Assembly > ADD> Java Build Path Entries > Maven dependencies 추가 및
다른 dependencies 추가
9.

java - openjdk 1.7 in eclipse: operator is not allowed for source level below 1.7 - Stack Overflow
openjdk 1.7 in eclipse: operator is not allowed for source level below 1.7
Eclipse gives me an error: '<>' operator is not allowed for source level below 1.7 I guess this is because it is not using java 1.7. Except that it is. At least openjdk 1.7 (my OS is Open...
stackoverflow.com
환경 설정 > JRE 환경에서 수동으로 jdk 경로를 추가한 다음 환경 설정 > 컴파일러 > 실제로 준수 수준을 변경
10.

이클립스 > Servers 탭, Run On Server가 없는 경우
이클립스 > Servers 탭, Run On Server가 없는 경우 어떻게?
1. Servers 탭이 없는 경우 Tomcat Server를 추가하려는데 Servers 탭이 보이질 않는다. 이클립스는 Window > Show View에서 필요한 창을 구성할 수 있다. 메뉴에 보이지 않는 것은 Other..를 클릭해 추가해줄 수
hgserver.tistory.com
11. JAVA pom.xml 오류 해결법
JAVA pom.xml 오류 해결법
블로그에 자주 이글로 많이들 들어오시는것 같은데 해결 안되시면 다른글, 다른 글에 적어놓은 걸로도 안되면 안되는분들 계시면 댓글 남겨주세요! 저는 여기에 적어놓은것들로 해결됐기 때문
pendine.tistory.com
12.eclipse 서버설정문제
[eclipse] eclipse 서버설정문제(next버튼이 비활성화 되었을때) / eclipse server setting problem (next button diab
[eclipse] eclipse 서버설정문제(next버튼이 비활성화 되었을때) / eclipse server setting problem (next button diable) 서버를 delete후 재설정 하려고 할때 next버튼이 비활...
polyglot-m.blogspot.com
13.[톰캣/에러] Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, and 7 Web modules 에러 :: 유랑하는 개발자 (tistory.com)
[톰캣/에러] Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, and 7 Web modules 에러
스프링 프로젝트를 구동 시키기 위해 톰캣 서버에 프로젝트를 추가 하려고 하는데 아래와 같은 에러가 발생 했습니다. 'Tomcat version 8.5 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5, 6, and 7 Web modules ' 해당
gabrielyj.tistory.com
14.[ 에러 처리 ] Eclipse에서 Tomcat 실행시 발생 [ Maven 사용시 ][org.springframework.web.context.ContextLoaderListener]의 애플리케이션 리스너를 설정하는 중 오류 발생 (tistory.com)
[ 에러 처리 ] Eclipse에서 Tomcat 실행시 발생 [ Maven 사용시 ][org.springframework.web.context.ContextLoaderListene
실행 잘되던 프로젝트에 maven - update project... 를 클릭후 정상적으로 실행이 안되서 찾아보니 프로젝트 우클릭 - Maven - Update Project 실행시 maven 라이브러리 경로가 삭제되는 현상이 발생한다고 한
jokerkwu.tistory.com
'ecillpse > 연동시 오류들' 카테고리의 다른 글
board 붙일때 오류 (0) | 2024.01.06 |
---|