[Hibernate-Tomcat]Démarrage impossible du server
Bonjour,
J'essaye de faire tourner mon application sous eclipse Ganymede (avant j'utilisais eclipse europa avec plugin tomcat) maintenant je souhaite utiliser eclipse ganymede avec plugin wtp. Seulement voila après avoir résolu toutes els erreur lié au déploiment je suis confronté a une erreur qu'il m'est impossible de résoudre malgré ma rigoureuse utilisation de google.
Je précise que mon application tourne parfaitement sur europa. Donc les fichiers de configuration sont ok.
Voici l'exception :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
ERROR [2009-02-01 12:42:47,871]: Context initialization failed [org.springframework.web.context.ContextLoader] [initWebApplicationContext() 215]
org.springframework.beans.factory.access.BootstrapException: Unable to initialize group definition. Group resource name [classpath*:beanRefContext.xml], factory key [projectContext]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'projectContext' defined in URL [file:/D:/developpement/workspace/eloi-web/src/main/webapp/WEB-INF/classes/beanRefContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.ClassPathXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-model.xml]: Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.hibernate.cfg.Configuration]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError
...
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.hibernate.cfg.Configuration]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError
...
Caused by: java.lang.ExceptionInInitializerError
at org.hibernate.cfg.Configuration.reset(Configuration.java:162)
at org.hibernate.cfg.Configuration.<init>(Configuration.java:178)
at org.hibernate.cfg.Configuration.<init>(Configuration.java:182)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
... 90 more
Caused by: java.lang.NullPointerException
at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:144)
at org.hibernate.cfg.Environment.<clinit>(Environment.java:491)
... 98 more |
Il s'agit bien d'un problème avec tomcat, car les TU passent bien..
Merci de votre aide !