jeus5 사용중 에러
- 작성자 :
- 김*궁
- 작성일 :
- 2012-04-17 10:31:31
- 조회수 :
- 2,041
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
현재 서버쪽은 jeus5를 사용하고 있고, 로컬에선 tomcat으로 테스트 중에 있습니다.
처음 서버쪽과 로컬쪽에서 테스트 할 때에는 정상적으로 처리되지만,
로컬 테스트 후 다시 서버 테스트를 하게 될 때 아래와 같은 에러 메세지가 출력됩니다.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: java/beans/PropertyDescriptor.createPropertyEditor(Ljava/lang/Object;)Ljava/beans/PropertyEditor;
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:563)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at jeus.servlet.listener.ListenerWrapper.contextInitialized(ListenerWrapper.java:142)
at jeus.servlet.listener.ListenerManager.fireContextInitializedEvent
처음 서버쪽과 로컬쪽에서 테스트 할 때에는 정상적으로 처리되지만,
로컬 테스트 후 다시 서버 테스트를 하게 될 때 아래와 같은 에러 메세지가 출력됩니다.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: java/beans/PropertyDescriptor.createPropertyEditor(Ljava/lang/Object;)Ljava/beans/PropertyEditor;
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:563)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at jeus.servlet.listener.ListenerWrapper.contextInitialized(ListenerWrapper.java:142)
at jeus.servlet.listener.ListenerManager.fireContextInitializedEvent
A
안녕하세요.. 김기궁님..
이 경우는 context-datasource.xml 설정을 올려 주셔야 확인이 될 것 같습니다.
적용하신 부분을 다시 한번 올려 봐 주십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.
이 경우는 context-datasource.xml 설정을 올려 주셔야 확인이 될 것 같습니다.
적용하신 부분을 다시 한번 올려 봐 주십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.