IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

JSF Java Discussion :

Premier exemple ajax4jsf


Sujet :

JSF Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    26
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 26
    Par défaut Premier exemple ajax4jsf
    Bonjour ,
    J'ai essayé de faire marché un petit exemple de aj4jsf sous Ibm rationnal software developpement mais j'ai pas réussis ,j'ai télécharger les deux bibiothèque ajax4jsf-1.1.0.jar et oscache2.3.2.jar ,j'ai configuré mon fichier web.xml comme il faut mais j'ai une erreur dont le code est :

    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
     
    [25/05/07 15:23:55:188 GMT] 000002c4 SystemErr     R javax.faces.FacesException: Can't parse configuration file:wsjar:file:/C:/IBM/Rational/workspace/Lot22/WebContent/WEB-INF/lib/ajax4jsf-1.1.0.jar!/META-INF/faces-config.xml
    	at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFApplicationConfig(FacesConfigUtil.java:215)
    	at com.ibm.ws.jsf.util.FacesConfigUtil._parseJSFConfiguration(FacesConfigUtil.java:122)
    	at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFConfiguration(FacesConfigUtil.java:82)
    	at com.sun.faces.util.Util.verifyFactoriesAndInitDefaultRenderKit(Util.java:465)
    	at com.ibm.ws.jsf.configuration.FacesConfig.initialize(FacesConfig.java:96)
    	at com.ibm.ws.jsf.extprocessor.JSFExtensionFactory.createExtensionProcessor(JSFExtensionFactory.java:108)
    	at com.ibm.ws.webcontainer.webapp.WebApp.initializeExtensionProcessors(WebApp.java:1068)
    	at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:363)
    	at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)
    	at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)
    	at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)
    	at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)
    	at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)
    	at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)
    	at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
    	at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
    	at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
    	at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
    	at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
    	at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
    	at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    	at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java(Compiled Code))
    	at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java(Compiled Code))
    	at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java(Compiled Code))
    	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
    	at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java(Compiled Code))
    	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Compiled Code))
    	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
    	at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java(Compiled Code))
    	at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java(Compiled Code))
    	at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java(Compiled Code))
    	at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
    	at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java(Compiled Code))
    	at com.ibm.ws.management.application.sync.StartDeploymentTask.startDeployment(StartDeploymentTask.java:196)
    	at com.ibm.ws.management.application.sync.StartDeploymentTask.fullAppUpdate(StartDeploymentTask.java:92)
    	at com.ibm.ws.management.application.sync.StartDeploymentTask.performTask(StartDeploymentTask.java:81)
    	at com.ibm.ws.management.application.sync.AppBinaryProcessor$AppBinThread.run(AppBinaryProcessor.java:631)
    	at com.ibm.ws.management.application.sync.AppBinaryProcessor.postProcess(AppBinaryProcessor.java:408)
    	at com.ibm.ws.management.application.sync.AppBinaryProcessor._onChangeCompletion(AppBinaryProcessor.java:330)
    	at com.ibm.ws.management.application.sync.AppBinaryProcessor$2.run(AppBinaryProcessor.java:302)
    	at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
    	at com.ibm.ws.management.application.sync.AppBinaryProcessor.onChangeCompletion(AppBinaryProcessor.java:296)
    	at com.ibm.ws.management.repository.FileRepository.postNotify(FileRepository.java:1653)
    	at com.ibm.ws.management.repository.FileRepository.update(FileRepository.java:1211)
    	at com.ibm.ws.management.repository.client.LocalConfigRepositoryClient.update(LocalConfigRepositoryClient.java:189)
    	at com.ibm.ws.sm.workspace.impl.WorkSpaceMasterRepositoryAdapter.update(WorkSpaceMasterRepositoryAdapter.java:482)
    	at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.update(RepositoryContextImpl.java:1730)
    	at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.synch(RepositoryContextImpl.java:1676)
    	at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.synch(WorkSpaceImpl.java:455)
    	at com.ibm.ws.management.application.task.ConfigRepoHelper.removeWorkSpace(ConfigRepoHelper.java:107)
    	at com.ibm.ws.management.application.RedeploymentManager.doCleanup(RedeploymentManager.java:243)
    	at com.ibm.ws.management.application.RedeploymentManager.appEventReceived(RedeploymentManager.java:187)
    	at com.ibm.ws.management.application.RedeploymentManager.handleNotification(RedeploymentManager.java:210)
    	at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
    	at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
    	at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
    	at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
    	at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java(Compiled Code))
    	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Caused by: java.net.ConnectException: Connection refused: connect
    	at java.net.PlainSocketImpl.socketConnect(Native Method)
    	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
    	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
    	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
    	at java.net.Socket.connect(Socket.java:478)
    	at java.net.Socket.connect(Socket.java:428)
    	at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
    	at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
    	at sun.net.www.http.HttpClient.openServer(HttpClient.java:646)
    	at sun.net.www.http.HttpClient.<init>(HttpClient.java:336)
    	at sun.net.www.http.HttpClient.<init>(HttpClient.java:297)
    	at sun.net.www.http.HttpClient.New(HttpClient.java:369)
    	at sun.net.www.http.HttpClient.New(HttpClient.java:350)
    	at sun.net.www.http.HttpClient.New(HttpClient.java:345)
    	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:562)
    	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:539)
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:667)
    	at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
    	at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
    	at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
    	at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
    	at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
    	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    	at com.ibm.ws.jsf.configuration.FacesConfigParser.parse(FacesConfigParser.java:279)
    	at com.ibm.ws.jsf.configuration.FacesConfigParser.parse(FacesConfigParser.java:253)
    	at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFApplicationConfig(FacesConfigUtil.java:202)
    	... 62 more
     
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFApplicationConfig(FacesConfigUtil.java:215)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.util.FacesConfigUtil._parseJSFConfiguration(FacesConfigUtil.java:122)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFConfiguration(FacesConfigUtil.java:82)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.sun.faces.util.Util.verifyFactoriesAndInitDefaultRenderKit(Util.java:465)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.configuration.FacesConfig.initialize(FacesConfig.java:96)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.extprocessor.JSFExtensionFactory.createExtensionProcessor(JSFExtensionFactory.java:108)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.webcontainer.webapp.WebApp.initializeExtensionProcessors(WebApp.java:1068)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:363)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java(Inlined Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.StartDeploymentTask.startDeployment(StartDeploymentTask.java:196)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.StartDeploymentTask.fullAppUpdate(StartDeploymentTask.java:92)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.StartDeploymentTask.performTask(StartDeploymentTask.java:81)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.AppBinaryProcessor$AppBinThread.run(AppBinaryProcessor.java:631)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.AppBinaryProcessor.postProcess(AppBinaryProcessor.java:408)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.AppBinaryProcessor._onChangeCompletion(AppBinaryProcessor.java:330)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.AppBinaryProcessor$2.run(AppBinaryProcessor.java:302)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.sync.AppBinaryProcessor.onChangeCompletion(AppBinaryProcessor.java:296)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.repository.FileRepository.postNotify(FileRepository.java:1653)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.repository.FileRepository.update(FileRepository.java:1211)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.repository.client.LocalConfigRepositoryClient.update(LocalConfigRepositoryClient.java:189)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.sm.workspace.impl.WorkSpaceMasterRepositoryAdapter.update(WorkSpaceMasterRepositoryAdapter.java:482)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.update(RepositoryContextImpl.java:1730)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.synch(RepositoryContextImpl.java:1676)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.synch(WorkSpaceImpl.java:455)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.task.ConfigRepoHelper.removeWorkSpace(ConfigRepoHelper.java:107)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.RedeploymentManager.doCleanup(RedeploymentManager.java:243)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.RedeploymentManager.appEventReceived(RedeploymentManager.java:187)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.application.RedeploymentManager.handleNotification(RedeploymentManager.java:210)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.event.ListenerInfo$1.run(ListenerInfo.java:125)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.security.auth.distContextManagerImpl.runAs(distContextManagerImpl.java:2504)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.security.auth.distContextManagerImpl.runAsSpecified(distContextManagerImpl.java:2398)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.event.ListenerInfo.handleNotification(ListenerInfo.java:143)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.management.event.NotificationDispatcher$DispatchANotificationToAListener.run(NotificationDispatcher.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R Caused by: java.net.ConnectException: Connection refused: connect
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at java.net.Socket.connect(Socket.java:478)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at java.net.Socket.connect(Socket.java:428)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.http.HttpClient.openServer(HttpClient.java:646)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.http.HttpClient.<init>(HttpClient.java:336)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.http.HttpClient.<init>(HttpClient.java:297)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.http.HttpClient.New(HttpClient.java:369)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.http.HttpClient.New(HttpClient.java:350)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.http.HttpClient.New(HttpClient.java:345)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:562)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:539)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:667)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.configuration.FacesConfigParser.parse(FacesConfigParser.java:279)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.configuration.FacesConfigParser.parse(FacesConfigParser.java:253)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	at com.ibm.ws.jsf.util.FacesConfigUtil.parseJSFApplicationConfig(FacesConfigUtil.java:202)
    [25/05/07 15:23:55:203 GMT] 000002c4 SystemErr     R 	... 62 more

    Merci

  2. #2
    Membre Expert
    Homme Profil pro
    Directeur technique
    Inscrit en
    Janvier 2007
    Messages
    1 348
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Janvier 2007
    Messages : 1 348
    Par défaut
    Je n'y connais rien a WAS, mais curiosité, quand tu nous tiens...
    est mon ami
    Il semblerait qu'il y ait un fix à ton problème (6.0.2.13 fixpak)
    cf Explication

Discussions similaires

  1. Problème sur mon premier exemple SSIS
    Par mouradsi dans le forum SSIS
    Réponses: 7
    Dernier message: 23/12/2010, 13h49
  2. premier exemple avec seam et GWT
    Par riadhhwajdii dans le forum GWT et Vaadin
    Réponses: 3
    Dernier message: 21/12/2009, 09h46
  3. Premier exemple X11 (Xforms)
    Par Mcodi dans le forum Débuter
    Réponses: 5
    Dernier message: 06/05/2009, 15h44
  4. [EJB3] Problème premier exemple
    Par skyangel dans le forum Java EE
    Réponses: 1
    Dernier message: 19/05/2008, 16h14
  5. premier exemple hibernate: org.hibernate.MappingException
    Par info_plus dans le forum Hibernate
    Réponses: 3
    Dernier message: 26/03/2008, 12h31

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo