Bonjour,

Je n'arrive pas a déployé mon application Web correctement.
En effet, j'arrive à avoir la page de login de l'application, quand je saisi mon identifiant et mon mot de passe, je suis dirigé automatiquement sur une page qui contient le message "vous n'avez pas les droits d'accès à cette applcation" et dans le serveur JBOSS j'ai la trace 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
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
14:07:39,963 ERROR [[/na_web]] Exception lors de l'envoi de l'évènement contexte détruit (context destroyed) à l'instance de classe d'écoute org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
 
java.lang.NullPointerException
 
                at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:234)
 
                at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3895)
 
                at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4527)
 
                at org.apache.catalina.core.ContainerBase.destroy(ContainerBase.java:1163)
 
                at org.apache.catalina.core.StandardContext.destroy(StandardContext.java:4617)
 
                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.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
 
                at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
 
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
 
                at org.jboss.web.tomcat.service.TomcatDeployer.performUndeployInternal(TomcatDeployer.java:461)
 
                at org.jboss.web.tomcat.service.TomcatDeployer.performUndeploy(TomcatDeployer.java:432)
 
                at org.jboss.web.AbstractWebDeployer.stop(AbstractWebDeployer.java:422)
 
                at org.jboss.web.WebModule.stopModule(WebModule.java:100)
 
                at org.jboss.web.WebModule.stopService(WebModule.java:66)
 
                at org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:315)
 
                at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:247)
 
                at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
 
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
                at java.lang.reflect.Method.invoke(Method.java:597)
 
                at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
 
                at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
 
                at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
 
                at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
 
                at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
 
                at $Proxy0.stop(Unknown Source)
 
                at org.jboss.system.ServiceController.stop(ServiceController.java:508)
 
                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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
 
                at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
 
                at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
 
                at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
 
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
 
                at $Proxy53.stop(Unknown Source)
 
                at org.jboss.web.AbstractWebContainer.stop(AbstractWebContainer.java:498)
 
                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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
 
                at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
 
                at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
 
                at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 
                at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
 
                at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
 
                at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
 
                at org.jboss.wsf.container.jboss42.DeployerInterceptor.stop(DeployerInterceptor.java:98)
 
                at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.stop(SubDeployerInterceptorSupport.java:196)
 
                at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:99)
 
                at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 
                at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
 
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
 
                at $Proxy54.stop(Unknown Source)
 
                at org.jboss.deployment.MainDeployer.stop(MainDeployer.java:667)
 
                at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:638)
 
                at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:632)
 
                at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:615)
 
                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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
 
                at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
 
                at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
 
                at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 
                at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
 
                at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 
                at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 
                at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
 
                at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
 
                at $Proxy9.undeploy(Unknown Source)
 
                at org.jboss.deployment.scanner.URLDeploymentScanner.undeploy(URLDeploymentScanner.java:450)
 
                at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:604)
 
                at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
 
                at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
 
                at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
 
14:07:42,523 INFO  [TomcatDeployer] deploy, ctxPath=/na_web, warUrl=.../tmp/deploy/tmp60710na_web-4.1.10-exp.war/
 
14:07:42,629 INFO  [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.2.3.GA\server\all\.\tmp\deploy\tmp60710na_web-4.1.10-exp.war\WEB-INF\lib\servlet-api-2.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
 
14:07:42,724 WARN  [config] JSF1025: [/na_web] Context initialization parameter 'com.sun.faces.disableVersionTracking' is deprecated and will have no effect. 
 
14:07:43,557 ERROR [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider' does not implement the InjectionProvider interface.
 
14:07:43,557 INFO  [application] JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
 
14:07:43,924 INFO  [[/na_web]] Initializing Spring root WebApplicationContext
 
14:07:43,925 INFO  [ContextLoader] Root WebApplicationContext: initialization started
 
14:07:43,958 INFO  [XmlWebApplicationContext] Refreshing org.springframework.web.context.support.XmlWebApplicationContext@1304e60: display name [Root WebApplicationContext]; startup date [Tue Mar 26 14:07:43 CET 2013]; root of context hierarchy
 
14:07:44,021 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext-trackuser.xml]
 
14:07:44,058 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext-managedbeans.xml]
 
14:07:44,090 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext-logs.xml]
 
14:07:44,108 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext-services.xml]
 
14:07:44,126 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext-batch.xml]
 
14:07:44,137 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext-dao.xml]
 
14:07:44,224 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext-environment.xml]
 
14:07:44,235 INFO  [DefaultListableBeanFactory] Overriding bean definition for bean 'matchAllWithPropReq': replacing [Generic bean: class [org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext-services.xml]] with [Generic bean: class [org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext-environment.xml]]
 
14:07:44,272 INFO  [DefaultListableBeanFactory] Overriding bean definition for bean 'matchAllTxInterceptor': replacing [Generic bean: class [org.springframework.transaction.interceptor.TransactionInterceptor]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext-services.xml]] with [Generic bean: class [org.springframework.transaction.interceptor.TransactionInterceptor]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext-environment.xml]]
 
14:07:44,326 INFO  [XmlWebApplicationContext] Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@1304e60]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1a5e471
 
14:07:44,591 INFO  [PropertyPlaceholderConfigurer] Loading properties file from class path resource [application.properties]
 
14:07:44,591 INFO  [PropertyPlaceholderConfigurer] Loading properties file from class path resource [jdbc.properties]
 
14:07:44,592 INFO  [PropertyPlaceholderConfigurer] Loading properties file from class path resource [ws.properties]
 
14:07:44,592 INFO  [PropertyPlaceholderConfigurer] Loading properties file from class path resource [dao.properties]
 
14:07:44,594 INFO  [PropertyPlaceholderConfigurer] Loading properties file from URL [jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/na_data-4.1.9.jar!/fr/ca/sa/na/data/paramNa.properties]
 
14:07:44,614 INFO  [PropertyPlaceholderConfigurer] Loading properties file from class path resource [parametresFichier.properties]
 
14:07:44,720 INFO  [DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a5e471: defining beans [myTrackUserAfterAdvice,myTrackUserPointCut,myTrackUserAfterAdvisor,proxyCreatorTrackManagedBeans,menuMBean,pilotageMBean,creerOperationMBean,creerOperationGroupeMBean,rechercherOperationMBean,insererFichierMBean,rechercherFichierMBean,rechercherSequencesBonsMBean,sequenceBonsMBean,rechercherRemboursementAttenteMBean,detailRemboursementAttenteMBean,simulationRemboursementMBean,forcageCreerMBean,forcageVisualiserMBean,substitutionMBean,gestionFeuxVertsMBean,gestionRestitutionNIMBean,rechercheCompteRenduMBean,demandeEditionMBean,editionControleMBean,appelDeFondsMBean,commissionsSurEncoursMBean,interetsCptClosMBean,interetsCourNonEchuMBean,icneEchusCapitalisesEtPayesMBean,batchEnded,gestionMatiereApproMBean,gestionMatiereStocksMBean,gestionMatiereInventairesMBean,inventaireInitialiserMBean,inventaireListerMBean,relationsCDCControlesMBean,sessionMBean,myLogBeforeAdvice,myLogAfterAdvice,myLogExceptionAdvice,myLogPointCut,myLogBeforeAdvisor,myLogAfterAdvisor,myLogExceptionAdvisor,proxyCreatorServicesDAO,proxyCreatorManagedBeans,myOperationService,myOperationAService,myOperationBService,myOperationCService,myOperationDService,myOperationEService,myOperationFService,myPositionService,myRemboursementService,myAcquisitionFichierService,mySimulationService,myForcageService,mySubstitutionService,myFeuxVertsStradaService,myRestitutionNIService,myCompteRenduService,myDemandeEditionService,myApprovGererPlagesService,myApprovGererCommandesBonsService,myApprovisionnementPlageBonsService,myApprovisionnementCreerCommandeBonsService,myApprovisionnementReceptionnerBonsService,myInventaireInitialiserService,myInventaireListerService,myEditionControleService,myBaremesService,myPilotageService,myMessageService,myTransverseService,myRelationsCDCService,myTxManager,matchAllWithPropReq,matchAllTxInterceptor,autoProxyCreator,myMessageBatchService,myPositionDAO,myPositionDAOTarget,myPositionDAOCacheAdvisor,myPositionDAOCacheInterceptor,myRemboursementDAO,myRemboursementDAOTarget,myRemboursementDAOCacheAdvisor,myRemboursementDAOCacheInterceptor,mySimulationDAO,mySimulationDAOTarget,mySimulationDAOCacheAdvisor,mySimulationDAOCacheInterceptor,myForcageDAO,myForcageDAOTarget,myForcageDAOCacheAdvisor,myForcageDAOCacheInterceptor,mySubstitutionDAO,mySubstitutionDAOTarget,mySubstitutionDAOCacheAdvisor,mySubstitutionDAOCacheInterceptor,myTransverseDAO,myTransverseDAOTarget,myTransverseDAOCacheAdvisor,myTransverseDAOCacheInterceptor,myMessageDAO,myMessageDAOTarget,myMessageDAOCacheAdvisor,myMessageDAOCacheInterceptor,myAcquisitionFichierDAO,myAcquisitionFichierDAOTarget,myAcquisitionFichierDAOCacheAdvisor,myAcquisitionFichierDAOCacheInterceptor,myFeuxVertsStradaDAO,myFeuxVertsStradaDAOTarget,myFeuxVertsStradaDAOCacheAdvisor,myFeuxVertsStradaDAOCacheInterceptor,myRestitutionNIDAO,myRestitutionNIDAOTarget,myRestitutionNIDAOCacheAdvisor,myRestitutionNIDAOCacheInterceptor,myDemandeEditionDAO,myDemandeEditionDAOTarget,myDemandeEditionDAOCacheAdvisor,myDemandeEditionDAOCacheInterceptor,myCompteRenduDAO,myCompteRenduDAOTarget,myCompteRenduDAOCacheAdvisor,myCompteRenduDAOCacheInterceptor,myEditionControleDAO,myEditionControleDAOTarget,myEditionControleDAOCacheAdvisor,myEditionControleDAOCacheInterceptor,myOperationTransverseDAO,myOperationTransverseDAOTarget,myOperationTransverseDAOCacheAdvisor,myOperationTransverseDAOCacheInterceptor,myOperationADAO,myOperationADAOTarget,myOperationADAOCacheAdvisor,myOperationADAOCacheInterceptor,myOperationBDAO,myOperationBDAOTarget,myOperationCDAO,myOperationCDAOTarget,myOperationDDAO,myOperationDDAOTarget,myOperationEDAO,myOperationEDAOTarget,myOperationFDAO,myOperationFDAOTarget,myOperationDAO,myOperationDAOTarget,myOperationDAOCacheAdvisor,myOperationDAOCacheInterceptor,myBaremesDAO,myBaremesDAOTarget,myBaremesDAOCacheAdvisor,myBaremesDAOCacheInterceptor,myPilotageDAO,myPilotageDAOTarget,myPilotageDAOCacheAdvisor,myPilotageDAOCacheInterceptor,myRelationsCDCDAO,myRelationsCDCDAOTarget,myApprovPlagesBonsDAO,myApprovPlagesBonsDAOTarget,myApprovGererCommandesDAO,myApprovGererCommandesDAOTarget,myApprovisionnementCreerCommandesBonsDAO,myApprovisionnementCreerCommandesBonsDAOTarget,myApprovisionnementReceptionnerBonsDAO,myApprovisionnementReceptionnerBonsDAOTarget,myInventaireInitialiserDAO,myInventaireInitialiserDAOTarget,myInventaireListerDAO,myInventaireListerDAOTarget,envPropertyConfigurer,dataSource_WEBEP,TransactionManager]; root of factory hierarchy
 
14:07:45,134 INFO  [ContextLoader] Root WebApplicationContext: initialization completed in 1209 ms
 
14:07:47,577 ERROR [STDERR] 26 mars 2013 14:07:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 
INFO: Added Library from: jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-core.taglib.xml
 
14:07:47,605 ERROR [STDERR] 26 mars 2013 14:07:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 
INFO: Added Library from: jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-html.taglib.xml
 
14:07:47,620 ERROR [STDERR] 26 mars 2013 14:07:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 
INFO: Added Library from: jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jsf-ui.taglib.xml
 
14:07:47,656 ERROR [STDERR] 26 mars 2013 14:07:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 
INFO: Added Library from: jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jstl-core.taglib.xml
 
14:07:47,667 ERROR [STDERR] 26 mars 2013 14:07:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 
INFO: Added Library from: jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/jsf-facelets-1.1.14.jar!/META-INF/jstl-fn.taglib.xml
 
14:07:47,736 ERROR [STDERR] 26 mars 2013 14:07:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 
INFO: Added Library from: jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/jsf-impl-1.2_12.jar!/META-INF/mojarra_ext.taglib.xml
 
14:07:47,762 ERROR [STDERR] 26 mars 2013 14:07:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 
INFO: Added Library from: jar:file:/C:/Program%20Files/jboss-4.2.3.GA/server/all/tmp/deploy/tmp60710na_web-4.1.10-exp.war/WEB-INF/lib/tomahawk-1.1.7.jar!/META-INF/tomahawk.taglib.xml
 
14:07:48,294 ERROR [STDERR] 26 mars 2013 14:07:48 fr.ca.sa.na.web.SessionMBean getLocation
 
INFO: Le timeout de l'application a été relancé/modifié : 30 minutes
 
14:07:48,296 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
 
14:07:48,296 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
 
14:07:48,296 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
 
14:07:48,302 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true
 
14:07:48,302 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true
 
14:07:48,302 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
 
14:07:48,302 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
 
14:07:48,352 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
 
14:07:48,352 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value org.apache.myfaces.renderkit.html.util.DefaultAddResource
 
14:07:48,352 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default value /faces/myFacesExtensionResource
 
14:07:48,352 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using default value true
 
14:07:48,462 INFO  [MyfacesConfig] Starting up Tomahawk on the RI-JSF-Implementation.
Je suis sure que j'ai accès à l'application, ça marchait avant sur une autre instance du serveur JBOSS. J'ai ce problème depuis que j'essaye d'utiliser le dossier ALL du serveur JBOSS au lieu du default donc je soupçonne un problème de paramétrage mais je n'arrive pas à l'identifier.

Pouvez-vous m'aider ?

Merci d'avance.