|
Publicité ' | ||||||||||||||||||||||
|
|
#1 | ||||
|
Membre confirmé
![]() Inscription : décembre 2007 Messages : 272 ![]() |
Bonjour,
J'ai un web service cxf 2.6 déploiyé dans un serveur Jonas server 4.10.9. Le web service marche bien sauf que maintenant j'ai la partie sécurité à ajouter donc j'ai rajouter cette config spring Code :
Code :
|
||||
|
|
00
|
|
|
#2 |
|
Membre du Club
![]() Développeur Java, Php, html, css, javascript Inscription : mai 2009 Messages : 96 ![]() |
meme probleme pour moi en ce qui concerne l'api criteria dans javax.persistance non supporté par ma version de jonas. quelqu'un a une idée pour notre probleme?
|
|
|
00
|
|
|
#3 |
|
Membre du Club
![]() Développeur Java, Php, html, css, javascript Inscription : mai 2009 Messages : 96 ![]() |
alors ma solution, dans eclipse
buildPath > order and export et placer le jonas runtime en bas de la liste |
|
|
00
|
|
|
#4 |
|
Invité de passage
![]() Inscription : février 2013 Messages : 1 ![]() |
[salut a toute et a tous,
en fait j'ai un soucie lorsque je commence start JOnas il m'affiche des erreurs, mais j'ai pas capté d'ou vien exactement le probléme, s'il vous plais aidez moi j'ai passé bq temps mais pas de solution, voila les toutes les erreurs: mon JOnas est JOnas4 Merci d'avance 2013-02-22 09:57:59,635 : Rar.processRar : Rar: Error from resource (D:\JONAS_BASE\rars\autoload\swiftmq.rar) start method. 2013-02-22 09:57:59,635 : ResourceServiceImpl.createResourceAdapter : Error processing Rar: Error from start method. Unregister also failed with jonas:type=resourceadapter,name=/D|/JONAS_BASE/rars/autoload/swiftmq.rar 2013-02-22 09:57:59,635 : ResourceServiceImpl.doStart : JOnAS: Cannot create resource: D:\JONAS_BASE\rars\autoload\swiftmq.rar exception: org.objectweb.jonas.resource.ResourceServiceException : Error processing Rar: Error from start method. Unregister also failed with jonas:type=resourceadapter,name=/D|/JONAS_BASE/rars/autoload/swiftmq.rar: java.lang.Exception: Error from start method. org.objectweb.jonas.resource.ResourceServiceException : Error processing Rar: Error from start method. Unregister also failed with jonas:type=resourceadapter,name=/D|/JONAS_BASE/rars/autoload/swiftmq.rar: java.lang.Exception: Error from start method. at org.objectweb.jonas.resource.ResourceServiceImpl.createResourceAdapter(ResourceServiceImpl.java:694) at org.objectweb.jonas.resource.ResourceServiceImpl.doStart(ResourceServiceImpl.java:509) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336) at org.objectweb.jonas.server.Server$1.run(Server.java:578) Caused by: java.lang.Exception: Error from start method. at org.objectweb.jonas.resource.Rar.processRar(Rar.java:531) at org.objectweb.jonas.resource.ResourceServiceImpl.createResourceAdapter(ResourceServiceImpl.java:681) ... 4 more Caused by: javax.naming.NamingException: unable to connect, exception = javax.jms.JMSException: Unable to create a connection to: [[ServerEntry, hostname=serveur-jms, port=10002]] at com.swiftmq.connector.v15.ResourceAdapterImpl.start(Unknown Source) at org.objectweb.jonas.resource.Rar.processRar(Rar.java:527) ....5more CatalinaJWebContainerServiceImpl.doStart : Impossible de démarrer Tomcat 2013-02-22 09:58:01,511 : Server.start : Erreur JOnAS : Incapable de demarrer le serveur 'jonas'. Exception: java.lang.Exception: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'web': Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service: org.objectweb.jonas.service.ServiceException : Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service JOnAS error: java.lang.Exception: Error in Server start java.lang.Exception: Error in Server start at org.objectweb.jonas.server.Server.start(Server.java:652) at org.objectweb.jonas.server.Server.main(Server.java:200) 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:592) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97) Caused by: java.lang.Exception: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'web': Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service: org.objectweb.jonas.service.ServiceException : Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service at org.objectweb.jonas.server.Server$1.run(Server.java:616) Caused by: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'web': Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service: org.objectweb.jonas.service.ServiceException : Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:339) at org.objectweb.jonas.server.Server$1.run(Server.java:578) Caused by: org.objectweb.jonas.service.ServiceException : Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:308) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) 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:592) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.invoke(CatalinaJWebContainerServiceWrapper.java:158) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.start(CatalinaJWebContainerServiceWrapper.java:549) at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336) ... 1 more Caused by: LifecycleException: Can't retrieve resource 'telepac' from the security service at fr.gouv.agriculture.telepac.auth.realm.jonas.TelepacRealm.start(TelepacRealm.java:186) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1006) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:448) at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:304) ... 9 more JOnAS halting Arrêt du serveur JOnAS 'jonas' 2013-02-22 09:58:01,511 : Server.stop : Le serveur JOnAS 'jonas' a été arrêté Exception during execution of org.objectweb.jonas.server.Server : Error in Server start java.lang.Exception: Error in Server start at org.objectweb.jonas.server.Server.start(Server.java:652) at org.objectweb.jonas.server.Server.main(Server.java:200) 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:592) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97) Caused by: java.lang.Exception: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'web': Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service: org.objectweb.jonas.service.ServiceException : Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service at org.objectweb.jonas.server.Server$1.run(Server.java:616) Caused by: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'web': Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service: org.objectweb.jonas.service.ServiceException : Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:339) at org.objectweb.jonas.server.Server$1.run(Server.java:578) Caused by: org.objectweb.jonas.service.ServiceException : Can't retrieve resource 'telepac' from the security service: LifecycleException: Can't retrieve resource 'telepac' from the security service at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:308) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) 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:592) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.invoke(CatalinaJWebContainerServiceWrapper.java:158) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.start(CatalinaJWebContainerServiceWrapper.java:549) at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336) ... 1 more Caused by: LifecycleException: Can't retrieve resource 'telepac' from the security service at fr.gouv.agriculture.telepac.auth.realm.jonas.TelepacRealm.start(TelepacRealm.java:186) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1006) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:448) at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:304) ... 9 more |
|
|
00
|
Copyright © 2000-2013 - www.developpez.com