bonjours à tous,
je suis entretien de développer una application web qui utilise jsf2.0+hibernate+Spring lors de déploiement de l'application sous tomcat j'ai l'erreur suivante
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
 
 
15 août 2011 13:59:44 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_26\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:/Program Files/Java/jre6/lib/i386;C:\STM\ST20R2.2.1\bin;D:\oracle\product\10.2.0\db_1\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;;C:\Users\chahrazed\Desktop\eclipse-jee-helios-SR2-win32\eclipse;;.
15 août 2011 13:59:44 org.apache.tomcat.util.digester.SetPropertiesRule begin
ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:WiseTrackerSolution' did not find a matching property.
15 août 2011 13:59:44 org.apache.coyote.AbstractProtocolHandler init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
15 août 2011 13:59:44 org.apache.coyote.AbstractProtocolHandler init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
15 août 2011 13:59:44 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 562 ms
15 août 2011 13:59:44 org.apache.catalina.core.StandardService startInternal
INFO: Démarrage du service Catalina
15 août 2011 13:59:44 org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.12
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: 
        http://java.sun.com/jsf/html
     is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsf/core is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://mojarra.dev.java.net/mojarra_ext is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
15 août 2011 13:59:45 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
15 août 2011 13:59:46 org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
256 [Thread-2] INFO org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.2.0.Final
266 [Thread-2] INFO org.hibernate.cfg.Environment - Hibernate 3.6.0.Final
268 [Thread-2] INFO org.hibernate.cfg.Environment - hibernate.properties not found
273 [Thread-2] INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist
279 [Thread-2] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
490 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Chauffeur
565 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Chauffeur on table chauffeur
655 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Engin
655 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Engin on table engin
702 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Societe
702 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Societe on table societe
717 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Affectation
718 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Affectation on table affectation
724 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Mission
724 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Mission on table mission
727 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Poi
728 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Poi on table poi
731 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Users
731 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Users on table users
734 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Notification
734 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Notification on table notification
736 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Message
736 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Message on table message
742 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Proximite
742 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Proximite on table proximite
744 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Role
744 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Role on table role
745 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.RT_Message
745 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.RT_Message on table rt_message
749 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Zone
749 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Zone on table zone
752 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.Boitier
752 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.Boitier on table boitier
755 [Thread-2] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: net.wisetech.geoloc.model.BoitierEngin
755 [Thread-2] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity net.wisetech.geoloc.model.BoitierEngin on table boitier_engin
784 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Engin.affectations -> affectation
787 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Engin.boitierEngins -> boitier_engin
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Engin.notifications -> notification
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.affectation -> affectation
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.chauffeurs -> chauffeur
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.engins -> engin
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.mission -> mission
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.notifications -> notification
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.pois -> poi
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.proximites -> proximite
788 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Societe.users -> users
789 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Affectation.missions -> mission
789 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Poi.missions -> mission
789 [Thread-2] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: net.wisetech.geoloc.model.Boitier.boitierEngins -> boitier_engin
798 [Thread-2] INFO org.hibernate.cfg.Configuration - Hibernate Validator not found: ignoring
810 [Thread-2] INFO org.hibernate.cfg.search.HibernateSearchEventListenerRegister - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
868 [Thread-2] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
1225 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Database ->
       name : MySQL
    version : 5.1.56-community
      major : 5
      minor : 1
1225 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Driver ->
       name : MySQL-AB JDBC Driver
    version : mysql-connector-java-5.1.16 ( Revision: ${bzr.revision-id} )
      major : 5
      minor : 1
1272 [Thread-2] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
1294 [Thread-2] INFO org.hibernate.engine.jdbc.JdbcSupportLoader - Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
1296 [Thread-2] INFO org.hibernate.transaction.TransactionFactoryFactory - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
1297 [Thread-2] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
1297 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
1297 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
1297 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
1297 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
1298 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
1298 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
1298 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto
1299 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
1299 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
1299 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
1299 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: disabled
1300 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
1303 [Thread-2] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
1303 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
1303 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
1303 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
1303 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
1303 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
1305 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
1305 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
1313 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
1314 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
1314 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
1314 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Named query checking : enabled
1314 [Thread-2] INFO org.hibernate.cfg.SettingsFactory - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
1341 [Thread-2] INFO org.hibernate.impl.SessionFactoryImpl - building session factory
1961 [Thread-2] INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
15 août 2011 13:59:49 com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initialisation de Mojarra 2.0.0 (SNAPSHOT 20091019) pour le contexte '/WiseTrackerSolution'
15 août 2011 13:59:49 com.sun.faces.spi.InjectionProviderFactory createInstance
INFO: JSF1048 : Présence d''annotations PostConstruct/PreDestroy  Les méthodes de beans gérés marquées avec ces annotations auront des annotations dites traitées.
15 août 2011 13:59:50 com.sun.faces.config.ConfigManager initialize
INFO: Unsanitized stacktrace from failed start...
java.lang.NullPointerException
	at com.sun.faces.util.Util.loadClass(Util.java:200)
	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:312)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:416)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:370)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:313)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:262)
	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:337)
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:219)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4701)
	at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5204)
	at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5199)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
15 août 2011 13:59:50 org.apache.catalina.core.StandardContext listenerStart
GRAVE: Exception lors de l'envoi de l'évènement contexte initialisé (context initialized) à l'instance de classe d'écoute (listener) com.sun.faces.config.ConfigureListener
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:354)
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:219)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4701)
	at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5204)
	at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5199)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException
	at com.sun.faces.util.Util.loadClass(Util.java:200)
	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:312)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:416)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:370)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:313)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:262)
	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:337)
	... 9 more
15 août 2011 13:59:50 org.apache.catalina.core.StandardContext startInternal
GRAVE: Error listenerStart
15 août 2011 13:59:50 org.apache.catalina.core.StandardContext startInternal
GRAVE: Erreur de démarrage du contexte [/WiseTrackerSolution] suite aux erreurs précédentes
15 août 2011 13:59:50 com.sun.faces.config.ConfigureListener contextDestroyed
GRAVE: Unexpected exception when attempting to tear down the Mojarra runtime
java.lang.IllegalStateException: L'application n'a pas été initialisée correctement au démarrage. Impossible de localiser la Fabrique : javax.faces.application.ApplicationFactory
	at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:804)
	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:306)
	at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:104)
	at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:305)
	at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4741)
	at org.apache.catalina.core.StandardContext$4.run(StandardContext.java:5450)
	at java.lang.Thread.run(Thread.java:662)
	at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5459)
	at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:225)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:153)
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1033)
	at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:774)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1033)
	at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:291)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.StandardService.startInternal(StandardService.java:443)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:727)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:620)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:303)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
15 août 2011 13:59:50 org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
3741 [main] INFO org.hibernate.impl.SessionFactoryImpl - closing
15 août 2011 13:59:50 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
GRAVE: The web application [/WiseTrackerSolution] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
15 août 2011 13:59:50 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
GRAVE: The web application [/WiseTrackerSolution] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak.
15 août 2011 13:59:50 org.apache.coyote.AbstractProtocolHandler start
INFO: Starting ProtocolHandler ["http-bio-8080"]
15 août 2011 13:59:50 org.apache.coyote.AbstractProtocolHandler start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
15 août 2011 13:59:50 org.apache.catalina.startup.Catalina start
INFO: Server startup in 5769 ms


voila mon web.xml

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
 
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns="http://java.sun.com/xml/ns/javaee" 
	xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" 
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
	http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" 
	id="WebApp_ID" version="2.5">
 
  <display-name>JavaServerFaces</display-name>
 
  <!-- Add Support for Spring -->
  <context-param>
		<param-name>contextConfigLocation</param-name>
		<param-value>classpath:application-context.xml</param-value>
	</context-param>
  <listener>
	<listener-class>
		org.springframework.web.context.ContextLoaderListener
	</listener-class>
  </listener>
  <listener>
	<listener-class>
		org.springframework.web.context.request.RequestContextListener
	</listener-class>
  </listener>
 
  <!-- Change to "Production" when you are ready to deploy -->
  <context-param>
    <param-name>javax.faces.PROJECT_STAGE</param-name>
    <param-value>Development</param-value>
  </context-param>
 
  <!-- Welcome page -->
  <welcome-file-list>
    <welcome-file>faces/default.xhtml</welcome-file>
  </welcome-file-list>
 
  <!-- JSF mapping -->
  <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>
 
  <!-- Map these files with JSF -->
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.faces</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.xhtml</url-pattern>
  </servlet-mapping>
 
</web-app>

faces-config.xml

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
<?xml version="1.0" encoding="UTF-8"?>
 
<faces-config
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
    version="2.0">
    <application>
 
		<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
 
	</application>
	<managed-bean>
		<managed-bean-name>mapGoogle</managed-bean-name>
		<managed-bean-class>com.google.map.MapGoogle</managed-bean-class>
		<managed-bean-scope>request</managed-bean-scope>
	</managed-bean>
 
</faces-config>
et voila aussi la liste de mes jars !!!!
Nom : jars.png
Affichages : 234
Taille : 14,4 Ko




merci d'avance pour tous qui vont me repondre !!!!