일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 날짜
- java
- json
- jquery
- RADIO
- null
- JSTL
- 스크립트
- spring form tag
- SSL
- 이클립스
- 톰캣
- html
- @RequestBody
- maven
- 한글
- HTML5
- 문자열
- Oracle
- 오라클
- DB
- 호환성
- MYSQL
- exception
- 웹 플랫폼 설치 관리자
- switch
- 전자정부 표준프레임워크
- 네이버스마트 에디터
- checbox
- php
- Today
- Total
목록전자정부표준프레임워크/Exception 및 Error (48)
개인적인 정리
4월 16, 2018 4:18:29 오후 org.apache.catalina.core.ContainerBase startInternal 심각: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/egovframe-all-in-one]] at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurr..
The Apache Tomcat installation at this directory is version 8.5.30. A tomcat 8.0 installation is expected. 서버 설치시 apache tomcat 8을 선택해서 https://tomcat.apache.org/download-80.cgi 에서 다운받아서 설치했더니 오류 발생 (8.5.30)을 받아서 설치해서 오류가 났음 그래서 다시 그 아래 8.0.50을 다운받아서 설치하니 저 에러는 사라졌지만 다른 에러가 발생하였다.
The Eclipse executable launcher was unable to locate its companion shared library. eGovFrameDev-3.7.0-64bit.exe를 받아서 압축을 풀고 eclipse.ini 설정을 잡아주고 eclipse.exe 를 실행하면 위와 같은 에러가 발생하였다. 몇번 압축을 다시 풀어보기도 했지만... 잘 안되었는데.. eclipse.ini 를 조금만 수정해서 사용을 해보니 잘 되길래 eclipse.ini 를 비교해보니. -Dosgi.requiredJavaVersion=1.8 가 차이가 있었다. 기존 이클립스에서는 -Dosgi.requiredJavaVersion=1.7이었고(eGovFrameDev-3.6.0) 그래서 기존 eclipse.ini ..
javax.servlet.jsp.pagecontext cannot be resolved to a type 해결 링크 https://open.egovframe.go.kr/nforges/qna/qna/4327/.do java bulid path > Libraries > Add Library 에서 설치되어 있는 tomcat 라이브러리 추가 하니 사라짐.
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) at..
Java was started but returned exit code=1 Java was started but returned exit code=13이 안나오더니 Java was started but returned exit code=1 이 나온다. -vmargs -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.7 -Xverify:none -XX:+AggressiveOpts -XX:+UseParallelGC -XX:-UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:PermSize=128M -XX:MaxPermSize=128M -Xms1024M -Xmx1024M..
Java was started but returned exit code=13 이클립스를 64bit용으로 셋팅하고 jdk를 32비트 로 셋팅했더니 발생... jdk 64 비트용으로 다운받아서 다시 셋팅하시 위 에러는 더 이상 발생하지 않음.
심각: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409) at ..