[JBoss] Failed to create a new SAX parser
WEB/JBossAS / 2010. 4. 20. 13:25
금일 서버 반영 도중 뜬금 없이 아래 에러를 발견하였습니다.
2010-04-20 12:53:18,970 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/
2010-04-20 12:53:19,168 ERROR [org.jboss.web.tomcat.service.deployers.JBossContextConfig] (main) XML error parsing: context.xml
org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser
at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100)
2010-04-20 12:53:19,168 ERROR [org.jboss.web.tomcat.service.deployers.JBossContextConfig] (main) XML error parsing: context.xml
org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser
at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100)
Failed to create a new SAX parser외국 사이트를 뒤지다 보니 xerces 파서가 webapps 의 lib 에 있어 서로 호환이 되지 않는 다는 것을 확인하였습니다.
역시나... 우리 webapps 에는 xercesImpl-2.6.2.jar 가 있었습니다.
제거 후 재시작!!! 서버는 정상적으로 올라왔으나... 이제는 다른 문제가...