5 Replies Latest reply on Oct 12, 2008 12:28 PM by kconner

    service bindings is not feeling well?

    berkar

      Aloha!

      When playing with 4.2.1GA, 4.3GA & 4.4GA standalone server versions it seems as the service bindings service is not feeling well!?

      I have only removed the comment from the jboss-service.xml file regarding this. The result is according to:

      4.2.1GA => As expected ...
      4.3GA => Starts with errors but seems to use the correct settings (ports-01)
      4.4GA => Starts with errors and uses default settings (ports-default)

      Am I missing something important when going from 4.2.1GA (which we are using right now)?

        • 1. Re: service bindings is not feeling well?
          beve

          Hi!

          Can you confirm that the following error is the same error that you are seeing?

          13:29:17,040 WARN [ServiceConfigurator] Failed to apply service binding override
          java.net.UnknownHostException: ${jboss.esb.bind.address}: ${jboss.esb.bind.address}
           at java.net.InetAddress.getAllByName0(InetAddress.java:1145)
           at java.net.InetAddress.getAllByName(InetAddress.java:1072)
           at java.net.InetAddress.getAllByName(InetAddress.java:1008)
           at java.net.InetAddress.getByName(InetAddress.java:958)
           at org.jboss.services.binding.ServiceBinding.setBindAddress(ServiceBinding.java:131)
           at org.jboss.services.binding.ServiceBinding.<init>(ServiceBinding.java:87)
           at org.jboss.services.binding.XMLServicesStore.parseBinding(XMLServicesStore.java:220)
           at org.jboss.services.binding.XMLServicesStore.parseConfig(XMLServicesStore.java:181)
           at org.jboss.services.binding.XMLServicesStore.parseServer(XMLServicesStore.java:147)
           at org.jboss.services.binding.XMLServicesStore.load(XMLServicesStore.java:121)
           at org.jboss.services.binding.ServiceBindingManager.initStore(ServiceBindingManager.java:346)
          

          I updated the sample-bindings.xml and replaced all ${jboss.esb.bind.address} with ${jboss.bind.address}.
          I'll create a Jira so that this issue can be tracked.
          Thanks for reporting this!

          Thanks,

          /Daniel


          • 2. Re: service bindings is not feeling well?
            beve
            • 3. Re: service bindings is not feeling well?
              berkar

              Yes it is (in 4.4.GA)!

              In 4.3.GA it's something else

              15:55:11,065 INFO [ServerPeer] JBoss Messaging 1.4.0.SP3 server [0] started
              15:55:11,112 ERROR [ConnectionFactory] Parameter pingFrequency is not specified in the remoting congiguration
              15:55:11,112 ERROR [ExceptionUtil] org.jboss.jms.server.connectionfactory.ConnectionFactory@723704 startService
              java.lang.IllegalArgumentException: Failed to deploy connection factory since remoting configuration seems incorrect.
              at org.jboss.jms.server.connectionfactory.ConnectionFactory.startService(ConnectionFactory.java:155)
              at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
              at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
              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:585)

              SNIP ...

              • 4. Re: service bindings is not feeling well?
                mheidt

                Hi Daniel,

                I voted for your JIRA.
                Did you find a workaround?
                Renaming ${jboss.esb.bind.address} to ${jboss.bind.address} as I read somewhere else didn't work.

                • 5. Re: service bindings is not feeling well?
                  kconner

                  This has already been fixed through JBESB-2056. The fix is in our 4.4 CP branch and will be moved back into trunk soon.

                  In the mean time you could run the transformation in http://anonsvn.jboss.org/repos/labs/labs/jbossesb/branches/JBESB_4_4_GA_CP/product/install/bindings.xslt against the sample-bindings.xml.bak to recreate the modified version.