Bonjour.

J'utilise Java sur Eclipse (sur Mac) et j'ai installé (non sans mal) JBoss dessus (j'utilise EAP 7.4).

Après avoir démarré le serveur, j'essaie d'ouvrir une des pages xhtml que j'ai crée pour mon projet.

Cependant, sur la console, je tombe sur ce type d'erreur.

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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
10:23:55,669 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0004: projectDynamic.war trouvé dans le répertoire du déploiement. Pour déclencher le déploiement, créer un fichier nommé projectDynamic.war.dodeploy
10:23:55,719 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Lancement du déploiement de "projectDynamic.war" (runtime-name: "projectDynamic.war")
10:23:56,730 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 73) ISPN000128: Infinispan version: Red Hat Data Grid 'Infinispan 11.0.9.Final-redhat-00001' 8.1.1.GA
10:23:56,771 INFO  [org.infinispan.CONFIG] (MSC service thread 1-5) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
10:23:56,772 INFO  [org.infinispan.CONFIG] (MSC service thread 1-5) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
10:23:56,856 INFO  [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 73) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
10:23:57,073 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 73) WFLYCLINF0002: Cache http-remoting-connector démarré depuis le conteneur ejb
10:23:57,188 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 73) Initialisation de Mojarra 2.3.14.SP04 pour le contexte «/projectDynamic»
10:23:57,364 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,370 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,370 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,370 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,370 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,370 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,372 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,372 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:109)
10:23:57,373 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.lifecycle.ClientWindowFactoryImpl.<init>(ClientWindowFactoryImpl.java:39)
10:23:57,373 ERROR [stderr] (ServerService Thread Pool -- 73) 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10:23:57,374 ERROR [stderr] (ServerService Thread Pool -- 73) 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10:23:57,374 ERROR [stderr] (ServerService Thread Pool -- 73) 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10:23:57,374 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10:23:57,375 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Class.newInstance(Class.java:442)
10:23:57,375 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.getImplGivenPreviousImpl(FactoryFinderInstance.java:458)
10:23:57,375 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.getImplementationInstance(FactoryFinderInstance.java:348)
10:23:57,376 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:200)
10:23:57,376 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:279)
10:23:57,377 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.FactoryConfigProcessor.lambda$verifyFactoriesExist$0(FactoryConfigProcessor.java:303)
10:23:57,377 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
10:23:57,377 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,378 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist(FactoryConfigProcessor.java:297)
10:23:57,378 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:211)
10:23:57,380 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$0(ConfigManager.java:295)
10:23:57,391 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,391 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,391 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,391 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:293)
10:23:57,392 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,393 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,393 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,393 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,393 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,394 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,395 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,397 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,399 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,400 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,401 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,401 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,402 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,402 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,402 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,402 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,403 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,404 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,404 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,405 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,406 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,406 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,427 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,427 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,428 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,428 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,428 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,430 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,430 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,430 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:109)
10:23:57,430 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.lifecycle.LifecycleImpl.<init>(LifecycleImpl.java:89)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.lifecycle.LifecycleFactoryImpl.<init>(LifecycleFactoryImpl.java:59)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Class.newInstance(Class.java:442)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.getImplGivenPreviousImpl(FactoryFinderInstance.java:458)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.getImplementationInstance(FactoryFinderInstance.java:348)
10:23:57,431 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:200)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:279)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.FactoryConfigProcessor.lambda$verifyFactoriesExist$0(FactoryConfigProcessor.java:303)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist(FactoryConfigProcessor.java:297)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:211)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$0(ConfigManager.java:295)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,432 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,433 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,433 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:293)
10:23:57,448 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,448 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,448 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,448 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,449 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,450 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,479 SEVERE [javax.faces] (ServerService Thread Pool -- 73) L’application n’a pas été initialisée correctement au démarrage. Impossible de localiser la Fabrique : javax.faces.lifecycle.LifecycleFactory. Attempting to find backup.
10:23:57,479 ERROR [stderr] (ServerService Thread Pool -- 73) java.lang.IllegalStateException: Could not find backup for factory javax.faces.lifecycle.LifecycleFactory. 
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.notNullFactory(FactoryFinderInstance.java:524)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinderInstance.getFactory(FactoryFinderInstance.java:207)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:279)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:80)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$0(ConfigManager.java:295)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,480 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:293)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,481 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,482 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,482 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,482 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,482 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,482 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,482 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,483 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,483 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,483 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,483 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,486 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,486 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,486 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.AbstractConfigProcessor.getApplication(AbstractConfigProcessor.java:113)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:242)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$0(ConfigManager.java:295)
10:23:57,487 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:293)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,488 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,489 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,489 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,490 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,490 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,491 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,498 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,498 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,498 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,498 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,498 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.AbstractConfigProcessor.getApplication(AbstractConfigProcessor.java:113)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.ComponentConfigProcessor.addComponents(ComponentConfigProcessor.java:106)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.ComponentConfigProcessor.process(ComponentConfigProcessor.java:96)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$1(ConfigManager.java:325)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:308)
10:23:57,499 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,500 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,501 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,517 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,517 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,517 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,517 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,517 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,517 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.AbstractConfigProcessor.getApplication(AbstractConfigProcessor.java:113)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.ConverterConfigProcessor.addConverters(ConverterConfigProcessor.java:103)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.ConverterConfigProcessor.process(ConverterConfigProcessor.java:93)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$1(ConfigManager.java:325)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:308)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,518 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,519 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,520 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,528 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,529 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,529 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,529 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,529 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,529 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.AbstractConfigProcessor.getApplication(AbstractConfigProcessor.java:113)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.ValidatorConfigProcessor.addValidators(ValidatorConfigProcessor.java:129)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.ValidatorConfigProcessor.process(ValidatorConfigProcessor.java:97)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$1(ConfigManager.java:325)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:308)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,530 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,531 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,532 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,591 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,592 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,592 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,592 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,592 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,592 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,592 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,593 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.AbstractConfigProcessor.getApplication(AbstractConfigProcessor.java:113)
10:23:57,593 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.NavigationConfigProcessor.process(NavigationConfigProcessor.java:184)
10:23:57,593 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$1(ConfigManager.java:325)
10:23:57,593 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,593 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,593 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:308)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,594 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,595 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,597 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,598 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,598 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,598 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,598 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,598 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,599 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,602 ERROR [stderr] (ServerService Thread Pool -- 73) javax.faces.FacesException: Unable to find CDI BeanManager
10:23:57,602 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.Version.isJsf23(Version.java:62)
10:23:57,602 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.applicationimpl.ExpressionLanguage.addELResolver(ExpressionLanguage.java:140)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.ApplicationImpl.addELResolver(ApplicationImpl.java:221)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplication.<init>(WeldApplication.java:60)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.as.jsf.injection.weld.WeldApplicationFactory.getApplication(WeldApplicationFactory.java:52)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.application.InjectionApplicationFactory.getApplication(InjectionApplicationFactory.java:61)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.AbstractConfigProcessor.getApplication(AbstractConfigProcessor.java:113)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.BehaviorConfigProcessor.addBehaviors(BehaviorConfigProcessor.java:102)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.processor.BehaviorConfigProcessor.process(BehaviorConfigProcessor.java:92)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.lambda$initialize$1(ConfigManager.java:325)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Iterator.forEachRemaining(Iterator.java:116)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10:23:57,603 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:308)
10:23:57,604 ERROR [stderr] (ServerService Thread Pool -- 73) 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
10:23:57,604 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
10:23:57,604 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
10:23:57,604 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
10:23:57,604 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
10:23:57,604 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
10:23:57,604 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
10:23:57,605 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,606 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,606 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,606 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
10:23:57,606 ERROR [stderr] (ServerService Thread Pool -- 73) 	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
10:23:57,614 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
10:23:57,614 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
10:23:57,615 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
10:23:57,616 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
10:23:57,616 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
10:23:57,616 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
10:23:57,616 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
10:23:57,617 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
10:23:57,617 ERROR [stderr] (ServerService Thread Pool -- 73) 	at java.lang.Thread.run(Thread.java:748)
10:23:57,617 ERROR [stderr] (ServerService Thread Pool -- 73) 	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
10:23:57,684 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 73) Critical error during deployment: : com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:358)
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at java.lang.Thread.run(Thread.java:748)
	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
Caused by: java.lang.NullPointerException
	at com.sun.faces.facelets.impl.DefaultResourceResolver.resolveUrl(DefaultResourceResolver.java:40)
	at com.sun.faces.facelets.impl.DefaultFaceletFactory.init(DefaultFaceletFactory.java:139)
	at com.sun.faces.application.ApplicationAssociate.createFaceletFactory(ApplicationAssociate.java:849)
	at com.sun.faces.application.ApplicationAssociate.initializeFacelets(ApplicationAssociate.java:342)
	at com.sun.faces.application.ApplicationAssociate.getCompiler(ApplicationAssociate.java:420)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:217)
	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:342)
	... 22 more

10:23:57,688 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 73) MSC000001: Failed to start service jboss.deployment.unit."projectDynamic.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."projectDynamic.war".undertow-deployment: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at java.lang.Thread.run(Thread.java:748)
	at org.jboss.threads.JBossThread.run(JBossThread.java:513)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:257)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
	... 8 more
Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:286)
	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:219)
	at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:187)
	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:255)
	... 10 more
Caused by: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:358)
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:207)
	... 21 more
Caused by: java.lang.NullPointerException
	at com.sun.faces.facelets.impl.DefaultResourceResolver.resolveUrl(DefaultResourceResolver.java:40)
	at com.sun.faces.facelets.impl.DefaultFaceletFactory.init(DefaultFaceletFactory.java:139)
	at com.sun.faces.application.ApplicationAssociate.createFaceletFactory(ApplicationAssociate.java:849)
	at com.sun.faces.application.ApplicationAssociate.initializeFacelets(ApplicationAssociate.java:342)
	at com.sun.faces.application.ApplicationAssociate.getCompiler(ApplicationAssociate.java:420)
	at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:217)
	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:342)
	... 22 more

10:23:57,695 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: L'opération ("deploy") a échoué - adresse : ([("deployment" => "projectDynamic.war")]) - description de l'échec : {"WFLYCTL0080: Les services ont échoué" => {"jboss.deployment.unit.\"projectDynamic.war\".undertow-deployment" => "java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    Caused by: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    Caused by: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    Caused by: java.lang.NullPointerException"}}
10:23:57,766 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Déploiement de "projectDynamic.war" (runtime-name: "projectDynamic.war")
10:23:57,767 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Rapport de statut de service
WFLYCTL0186: Services qui n'ont pas pu démarrer :      service jboss.deployment.unit."projectDynamic.war".undertow-deployment: java.lang.RuntimeException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
WFLYCTL0448: 1 services supplémentaires sont en baisse en raison de l'absence ou de l'échec de leurs dépendances
Que faut-il faire pour corriger cette erreur ?