이런오류는 무엇인가요?
- 작성자 :
- 박*율
- 작성일 :
- 2013-01-21 14:28:16
- 조회수 :
- 1,255
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
2013-01-21 14:21:49,599 ERROR [org.apache.catalina.core.StandardContext] (main) Context [/smgAdmin] startup failed due to previous errors
java.lang.RuntimeException: mapped-name is required for EgovFileMngService of deployment smgAdmin.war
at org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXmlResourceEnvRefs(WebResourceHandler.java:287)
at org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXml(WebResourceHandler.java:325)
at org.jboss.web.tomcat.service.TomcatInjectionContainer.processMetadata(TomcatInjectionContainer.java:537)
at org.jboss.web.tomcat.service.WebCtxLoader.start(WebCtxLoader.java:158)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4272)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:313)
java.lang.RuntimeException: mapped-name is required for EgovFileMngService of deployment smgAdmin.war
at org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXmlResourceEnvRefs(WebResourceHandler.java:287)
at org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXml(WebResourceHandler.java:325)
at org.jboss.web.tomcat.service.TomcatInjectionContainer.processMetadata(TomcatInjectionContainer.java:537)
at org.jboss.web.tomcat.service.WebCtxLoader.start(WebCtxLoader.java:158)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4272)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:313)
A
안녕하세요. 박병율님
해당 오류는 표준 프레임워크의 상의 어플리케이션 오류가 아니라
웹 어플리케이션의 클래스가 WAS 상에서 참조되지 않아
클래스의 Injection이 제대로 이루어지지 않는 경우로 보여집니다.
사용하고 계신 WAS의 설정을 다시 확인해보시길 바랍니다.
고맙습니다. 좋은 하루 되시길 바랍니다.
해당 오류는 표준 프레임워크의 상의 어플리케이션 오류가 아니라
웹 어플리케이션의 클래스가 WAS 상에서 참조되지 않아
클래스의 Injection이 제대로 이루어지지 않는 경우로 보여집니다.
사용하고 계신 WAS의 설정을 다시 확인해보시길 바랍니다.
고맙습니다. 좋은 하루 되시길 바랍니다.