다시질분 ajax tags
- 작성자 :
- 정*용
- 작성일 :
- 2009-12-18 16:09:06
- 조회수 :
- 4,386
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
개발window서버에서는 잘 작동이 되구요
linux서버에 올렸을때 나는 문제 입니다.
아래 답변대로 되어 있구요
jar 파일도 존제 해요.
linux 설정이나 다른문제 인거 같은데요..
한가지 에러가 더 나오네요.
tomcat 시작할때 아래와 같은 에러가 나와요
2009-12-18 16:06:54,997 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/]] [ ] Servlet threw load() exception
java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
at javax.xml.xpath.XPathFactory.newInstance(Unknown Source)
at org.springframework.flex.config.FlexConfigurationManager$CachingXPathServerConfigurationParser.initializeExpressionQuery(FlexConfigurationManager.java:229)
==================================================
2009-12-18 16:06:54,989 ERROR [org.springframework.web.servlet.DispatcherServlet] [ ] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_messageBrokerDefaultHandlerMapping': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_messageBroker': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanInitializationException: MessageBroker initialization failed; nested exception is java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
linux서버에 올렸을때 나는 문제 입니다.
아래 답변대로 되어 있구요
jar 파일도 존제 해요.
linux 설정이나 다른문제 인거 같은데요..
한가지 에러가 더 나오네요.
tomcat 시작할때 아래와 같은 에러가 나와요
2009-12-18 16:06:54,997 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/]] [ ] Servlet threw load() exception
java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
at javax.xml.xpath.XPathFactory.newInstance(Unknown Source)
at org.springframework.flex.config.FlexConfigurationManager$CachingXPathServerConfigurationParser.initializeExpressionQuery(FlexConfigurationManager.java:229)
==================================================
2009-12-18 16:06:54,989 ERROR [org.springframework.web.servlet.DispatcherServlet] [ ] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_messageBrokerDefaultHandlerMapping': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_messageBroker': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanInitializationException: MessageBroker initialization failed; nested exception is java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
A
안녕하세요... 정성용님..
tomcat 환경(버전 또는 참조 jar)차이 등으로 인하여 발생하는 문제 같습니다..
위 오류는 XML 파서들의 버전 문제인 것 같습니다...
우선 각 OS의 tomcat의 버전 차이점과 .. tomcat 설치 디렉토리의 common/ 하위 부분의 xml 파서 (xalan.jar, xercesImpl.jar, xml-apis.jar 등)의 버전 등을 확인해 보셔야 할 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
tomcat 환경(버전 또는 참조 jar)차이 등으로 인하여 발생하는 문제 같습니다..
위 오류는 XML 파서들의 버전 문제인 것 같습니다...
우선 각 OS의 tomcat의 버전 차이점과 .. tomcat 설치 디렉토리의 common/ 하위 부분의 xml 파서 (xalan.jar, xercesImpl.jar, xml-apis.jar 등)의 버전 등을 확인해 보셔야 할 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.