0 Replies Latest reply on Sep 30, 2013 5:29 AM by eskuai

    jboss 6.1.0 - esb  4.11 .. jaxr esb exception on startup

    eskuai

      Hello,

       

      I am trying to startup jboss esb using jaxr and i got exception. This error doesn't appear using inVM config into esb.juddi.client.xml

       

      at java.lang.Thread.run(Thread.java:662) [:1.6.0_38]

      Caused by: org.jboss.soa.esb.services.registry.RegistryException: org.apache.ws.scout.transport.TransportException: java.lang.reflect.InvocationTargetException

          at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.registerEPR(JAXRRegistryImpl.java:213) [:]

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_38]

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_38]

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_38]

          at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_38]

          at org.jboss.internal.soa.esb.services.registry.RegistryService$1.invoke(RegistryService.java:61) [:]

          at $Proxy117.registerEPR(Unknown Source)    at org.jboss.internal.soa.esb.services.registry.CachingRegistryInterceptor.registerEPR(CachingRegistryInterceptor.java:165) [:]

          at org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor.registerEPR(InVMRegistryInterceptor.java:47) [:]

          at org.jboss.soa.esb.services.registry.RegistryFactory$HeadRegistryInterceptor.registerEPR(RegistryFactory.java:242) [:]

          at org.jboss.soa.esb.listeners.RegistryUtil.register(RegistryUtil.java:150) [:]

          at org.jboss.soa.esb.listeners.message.MessageAwareListener.doInitialise(MessageAwareListener.java:197) [:]

          ... 81 more

      Caused by: javax.xml.registry.JAXRException: org.apache.ws.scout.transport.TransportException: java.lang.reflect.InvocationTargetException

          at org.apache.ws.scout.registry.BusinessQueryManagerV3Impl.findConcepts(BusinessQueryManagerV3Impl.java:535) [:]

          at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.getJBossESBTModel(JAXRRegistryImpl.java:795) [:]

          at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.registerEPR(JAXRRegistryImpl.java:179) [:]

          ... 92 more

      This is the default config to jaxr :
                  <description>Main jUDDI node</description>
                  <!-- JAX-WS Transport - The ESB transport requires Service Endpoint URLs and not the WSDL URLs.-->
                  <proxyTransport>org.jboss.internal.soa.esb.registry.client.JuddiJAXWSTransport</proxyTransport>
                  <custodyTransferUrl>http://localhost:8080/juddiv3/services/custody-transfer</custodyTransferUrl>
                  <inquiryUrl>http://localhost:8080/juddiv3/services/inquiry</inquiryUrl>
                  <publishUrl>http://localhost:8080/juddiv3/services/publish</publishUrl>
                  <securityUrl>http://localhost:8080/juddiv3/services/security</securityUrl>
                  <subscriptionUrl>http://localhost:8080/juddiv3/services/subscription</subscriptionUrl>
                  <subscriptionListenerUrl>http://localhost:8080/juddiv3/services/subscription-listener</subscriptionListenerUrl>
                  <juddiApiUrl>http://localhost:8080/juddiv3/services/juddi-api</juddiApiUrl>  

       

       

      what is wrong ? any change needed?

       

      Tx