2 Replies Latest reply on Apr 11, 2007 11:36 PM by craig2007

    Machine with Two LAN Card -Not able to receive message

      Dear Ovidiu

      I have following query.please help me on this ...

      we are facing very big issue in Prod environment(SUSE Linux) when we deploy our application in a machine(acting as DHCP) which have two LAN cards.

      Our application is built on J2SDK.1.4.2 with JBoss Messaging(jboss-messaging-1.0.1.GA).Aplication server is JBoss 4.0.4.GA
      we have tested our application well in terms of messaging also.
      I will just explain the scenario

      MachineA - machine with LAN Card-A,IP Address-172.19.6.6

      MachineB(acting as DHCP) - machine with LAN Card-A,IP Address-172.19.6.7 and LAN Card-B,IP Address-10.0.18.101

      MachineC - machine with LAN Card-B,IP Address-10.0.18.102

      All the machine has got SUSE Linux

      Messaging should flow from MachineB to MachineA and vice versa
      Messaging should flow from MachineB to MachineC and vice versa
      But any point of time , MachineC cannot communicate directly to MachineA.It can be only thru MachineB

      I have JBoss Messaging Server running in MachineA and MachineB alone.
      I have also specified the following below entries.I have also changed the IP address respective to thier JBoss Messaging Server
      in the below entries

      Config details
      =========
      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
      java.naming.provider.url=jnp://127.0.0.1:1099

      All topic related configurations are done already and messaging flows cleanly when tested with machine having single LAN cards

      Now MachineB(with Two LAN Card) wants to receive the message from MachineA
      all config details specified above are done duly at MachineB in order to connect with JBoss Messaging server running on MachineA and also tested when MachineB has single LAN card.

      when i start the receiver at MachineB(With two LAN card) , i get exception at receiver side.

      How to overcome this problem and machine with two LAN card will exist in the production environment.

      Please Advice on the issue .


      Following is the information i got when i execute "ifconfig" in SUSE Linux .
      ======================================================
      starahdsat:/opt/test # ifconfig
      eth0 Link encap:Ethernet HWaddr 00:19:DB:2F:24:F9
      inet addr:10.0.18.101 Bcast:10.0.18.255 Mask:255.255.255.0
      inet6 addr: fe80::219:dbff:fe2f:24f9/64 Scope:Link
      UP BROADCAST MULTICAST MTU:1500 Metric:1
      RX packets:7876 errors:0 dropped:0 overruns:0 frame:0
      TX packets:15737 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000
      RX bytes:516182 (504.0 Kb) TX bytes:23280180 (22.2 Mb)
      Interrupt:11
      eth1 Link encap:Ethernet HWaddr 00:80:C8:04:6E:39
      inet addr:172.19.6.7 Bcast:172.19.6.255 Mask:255.255.255.0
      inet6 addr: fe80::280:c8ff:fe04:6e39/64 Scope:Link
      UP BROADCAST MULTICAST MTU:1500 Metric:1
      RX packets:9697 errors:0 dropped:0 overruns:0 frame:0
      TX packets:1598 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000
      RX bytes:860343 (840.1 Kb) TX bytes:250335 (244.4 Kb)
      Interrupt:10 Base address:0xbc00
      lo Link encap:Local Loopback
      inet addr:127.0.0.1 Mask:255.0.0.0
      inet6 addr: ::1/128 Scope:Host
      UP LOOPBACK RUNNING MTU:16436 Metric:1
      RX packets:373 errors:0 dropped:0 overruns:0 frame:0
      TX packets:373 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:0
      RX bytes:42085 (41.0 Kb) TX bytes:42085 (41.0 Kb)


      Glimpse of exception is

      DEBUG 2007-Apr-09 03:20:13 MessageReceiver : Domain is TopicJBossTopic[POSTOPIC]
      INFO 2007-Apr-09 03:20:13 ConnectionForReceiver : Connection to MOM is going to be created for receiver
      INFO 2007-Apr-09 03:20:13 ConnectionForReceiver : Connection to MOM is going to be created for receiver
      DEBUG 2007-Apr-09 03:20:14 connect called for: org.jboss.remoting.transport.socket.SocketClientInvoker@f008b1b
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.reflect.Proxy = -1281934524198291041
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=java.lang.reflect.Proxy looking for readResolve
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class java.lang.reflect.Proxy
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.reflect.Proxy = -1281934524198291041
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.reflect.InvocationHandler$h = 3757213363974229139
      DEBUG 2007-Apr-09 03:20:14 FieldsManager in use = org.jboss.serial.classmetamodel.UnsafeFieldsManager
      DEBUG 2007-Apr-09 03:20:14 describeObject for class=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.remoting.InvocationRequest = 7123603657898623423
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.remoting.InvocationRequest looking for readResolve
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.remoting.InvocationRequest looking for writeReplace
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.remoting.InvocationRequest = 7123603657898623423
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.remoting.InvokerLocator$locator = -4620188334778798697
      DEBUG 2007-Apr-09 03:20:14 hash on field java.util.Map$returnPayload = 7633360933016777678
      DEBUG 2007-Apr-09 03:20:14 hash on field java.util.Map$requestPayload = 8347894958191888783
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.Object$arg = 8132206373969271612
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.String$subsystem = -5853805389944845531
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.String$sessionId = 7208879560699038148
      DEBUG 2007-Apr-09 03:20:14 describeObject::a new reference 1
      DEBUG 2007-Apr-09 03:20:14 defaultWrite::org.jboss.remoting.InvocationRequest contains 1 slots
      DEBUG 2007-Apr-09 03:20:14 defaultWrite:: slot 0 NR=org.jboss.remoting.InvocationRequest from parentClass=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest and 6 fields
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField locator with object=NULL
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField returnPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField requestPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField arg with object=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 describeObject for class=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.jms.server.remoting.MessagingMarshallable = 7975617342796704434
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.jms.server.remoting.MessagingMarshallable looking for readResolve
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.jms.server.remoting.MessagingMarshallable looking for writeReplace
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.jms.server.remoting.MessagingMarshallable = 7975617342796704434
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.Object$load = 6147952806557386259
      DEBUG 2007-Apr-09 03:20:14 hash on field byte$version = -7264591059524442946
      DEBUG 2007-Apr-09 03:20:14 describeObject::a new reference 3
      DEBUG 2007-Apr-09 03:20:14 defaultWrite::org.jboss.jms.server.remoting.MessagingMarshallable contains 1 slots
      DEBUG 2007-Apr-09 03:20:14 defaultWrite:: slot 0 NR=org.jboss.jms.server.remoting.MessagingMarshallable from parentClass=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable and 2 fields
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable objectField load with object=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646
      DEBUG 2007-Apr-09 03:20:14 describeObject for class=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646 = -1494480113378632054
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646 looking for readResolve
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.MethodInvocation
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.InvocationBase
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646 looking for writeReplace
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.MethodInvocation
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.InvocationBase
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$getClientAOPConfig_8697532701842707646 = -1494480113378632054
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$typedTargetObject = -8164229048920432222
      DEBUG 2007-Apr-09 03:20:14 describeObject::a new reference 5
      DEBUG 2007-Apr-09 03:20:14 describeObject for class=org.jboss.aop.metadata.SimpleMetaData
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.aop.metadata.SimpleMetaData = -1954438352000898690
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.aop.metadata.SimpleMetaData looking for readResolve
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.metadata.SimpleMetaData
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.aop.metadata.SimpleMetaData looking for writeReplace
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.metadata.SimpleMetaData
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.aop.metadata.SimpleMetaData = -1954438352000898690
      DEBUG 2007-Apr-09 03:20:14 hash on field java.util.HashMap$metaData = -678418676436170196
      DEBUG 2007-Apr-09 03:20:14 describeObject::a new reference 7
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable primitiveField version with object=NULL
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=4
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField subsystem with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields FieldNr=5
      DEBUG 2007-Apr-09 03:20:14 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField sessionId with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:14 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:14 Reading string with utfSize=37 isLong=false
      DEBUG 2007-Apr-09 03:20:14 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.remoting.InvocationResponse = -5123635159962572581
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.remoting.InvocationResponse looking for readResolve
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=org.jboss.remoting.InvocationResponse looking for writeReplace
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:14 hash on field org.jboss.remoting.InvocationResponse = -5123635159962572581
      DEBUG 2007-Apr-09 03:20:14 hash on field java.util.Map$payload = -311608580347357596
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.Object$result = -1910178885101376583
      DEBUG 2007-Apr-09 03:20:14 hash on field boolean$isException = 6944741943427072418
      DEBUG 2007-Apr-09 03:20:14 hash on field java.lang.String$sessionId = 7208879560699038148
      DEBUG 2007-Apr-09 03:20:14 Reading object for id=1 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:14 defaultRead::class org.jboss.remoting.InvocationResponse contains 1 slots
      DEBUG 2007-Apr-09 03:20:14 defaultRead::slot[0]=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:14 readSlotWithFields slot=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:14 FieldName on Read=payload
      DEBUG 2007-Apr-09 03:20:14 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=payload<<-reading Object
      DEBUG 2007-Apr-09 03:20:14 FieldName on Read=result
      DEBUG 2007-Apr-09 03:20:14 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=result<<-reading Object
      DEBUG 2007-Apr-09 03:20:14 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:14 Reading string with utfSize=51 isLong=false
      DEBUG 2007-Apr-09 03:20:14 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:14 Reading object for id=3 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 defaultRead::class org.jboss.jms.server.remoting.MessagingMarshallable contains 1 slots
      DEBUG 2007-Apr-09 03:20:14 defaultRead::slot[0]=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 readSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:14 FieldName on Read=load
      DEBUG 2007-Apr-09 03:20:14 readSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable field=load<<-reading Object
      DEBUG 2007-Apr-09 03:20:14 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:14 Reading string with utfSize=2 isLong=false
      DEBUG 2007-Apr-09 03:20:14 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:14 hash on field [B = 5732893243036704708
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=[B looking for readResolve
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class [B
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::class=[B looking for writeReplace
      DEBUG 2007-Apr-09 03:20:14 lookupMethodOnHierarchy::currentClass=class [B
      DEBUG 2007-Apr-09 03:20:14 hash on field [B = 5732893243036704708
      DEBUG 2007-Apr-09 03:20:14 Reading object for id=5 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = [B
      DEBUG 2007-Apr-09 03:20:14 FieldName on Read=version
      DEBUG 2007-Apr-09 03:20:14 FieldName on Read=isException
      DEBUG 2007-Apr-09 03:20:14 FieldName on Read=sessionId
      DEBUG 2007-Apr-09 03:20:14 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=sessionId<<-reading Object
      DEBUG 2007-Apr-09 03:20:14 Reading string with utfSize=34 isLong=false
      DEBUG 2007-Apr-09 03:20:14 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 JMSRemotingConnection[socket://172.19.6.6:4457/?dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jboss&socket.check_connection=false&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat] created
      DEBUG 2007-Apr-09 03:20:15 org.jboss.jms.client.remoting.CallbackServerFactory@64868b1b starting callback server socket://10.0.18.101:3915/?dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationType=jboss&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat
      DEBUG 2007-Apr-09 03:20:15 Did not find server socket factory configuration as mbean service or classname. Creating default server socket.
      DEBUG 2007-Apr-09 03:20:15 Created server socket factory: javax.net.DefaultServerSocketFactory@6d4b0b1a
      DEBUG 2007-Apr-09 03:20:15 Could not find marshaller for data type 'jms'. Object in collection is null
      DEBUG 2007-Apr-09 03:20:15 Invoker started for locator: InvokerLocator [socket://10.0.18.101:3915/?dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationType=jboss&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat]
      DEBUG 2007-Apr-09 03:20:15 connect called for: org.jboss.remoting.transport.socket.SocketClientInvoker@464d4b1a
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 1
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.remoting.InvocationRequest contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.remoting.InvocationRequest from parentClass=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest and 6 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField locator with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField returnPayload with object=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.HashMap = -1151104513004466246
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.util.HashMap looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.AbstractMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.util.HashMap looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.AbstractMap
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.HashMap = -1151104513004466246
      DEBUG 2007-Apr-09 03:20:15 hash on field float$loadFactor = 308335647531269238
      DEBUG 2007-Apr-09 03:20:15 hash on field int$threshold = -81821300837738335
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 3
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=java.util.HashMap from parentClass=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap and 2 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField loadFactor with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField threshold with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField requestPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField arg with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=4
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField subsystem with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=5
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField sessionId with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=37 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=1 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class org.jboss.remoting.InvocationResponse contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=payload
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=payload<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=17 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.HashMap = -1151104513004466246
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.util.HashMap looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.AbstractMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.util.HashMap looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.AbstractMap
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.HashMap = -1151104513004466246
      DEBUG 2007-Apr-09 03:20:15 hash on field float$loadFactor = 308335647531269238
      DEBUG 2007-Apr-09 03:20:15 hash on field int$threshold = -81821300837738335
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=3 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 readSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=loadFactor
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=threshold
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=result
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=result<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=5 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class org.jboss.remoting.InvocationResponse contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=payload
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=payload<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=6 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 readSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=loadFactor
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=threshold
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=17 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=result
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=result<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=isException
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=sessionId
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=sessionId<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=34 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=isException
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=sessionId
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=sessionId<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 1
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.remoting.InvocationRequest contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.remoting.InvocationRequest from parentClass=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest and 6 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField locator with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField returnPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField requestPayload with object=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 3
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=java.util.HashMap from parentClass=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap and 2 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField loadFactor with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField threshold with object=NULL
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 6
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=java.util.HashMap from parentClass=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap and 2 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField loadFactor with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField threshold with object=NULL
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.remoting.ClientHolder
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.remoting.ClientHolder = -4472471081281194828
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.remoting.ClientHolder looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.ClientHolder
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.remoting.ClientHolder looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.ClientHolder
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.remoting.ClientHolder = -4472471081281194828
      DEBUG 2007-Apr-09 03:20:15 hash on field long$leasePeriod = 4875232560592100258
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.Map$config = 41052433839857116
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$sessionId = 7208879560699038148
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 8
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.remoting.ClientHolder contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.remoting.ClientHolder from parentClass=org.jboss.remoting.ClientHolder
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.ClientHolder and 3 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.ClientHolder primitiveField leasePeriod with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.ClientHolder objectField config with object=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 10
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=java.util.HashMap from parentClass=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap and 2 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField loadFactor with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField threshold with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.ClientHolder objectField sessionId with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField arg with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=4
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField subsystem with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=5
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField sessionId with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=37 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=1 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class org.jboss.remoting.InvocationResponse contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=payload
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=payload<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=result
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=result<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=3 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class org.jboss.remoting.InvocationResponse contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=payload
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=payload<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=17 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=4 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 readSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=loadFactor
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=threshold
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=17 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=result
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=result<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=isException
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=sessionId
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=sessionId<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=34 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=isException
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=sessionId
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=sessionId<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 ServerInvoker (org.jboss.remoting.transport.socket.SocketServerInvoker@79368b1a) added client callback handler org.jboss.jms.client.remoting.DummyCallbackHandler@616b8b1b with session id of a0i2t-al1tln-f0aqugei-1-f0aquhih-4+1634437915 and callback handle object of null.
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 1
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.remoting.InvocationRequest contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.remoting.InvocationRequest from parentClass=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest and 6 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField locator with object=org.jboss.remoting.InvokerLocator
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.remoting.InvokerLocator
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.remoting.InvokerLocator = 1510385863159644767
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.remoting.InvokerLocator looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.InvokerLocator
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.remoting.InvokerLocator looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.InvokerLocator
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.remoting.InvokerLocator = 1510385863159644767
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$originalURL = -2538760147799368470
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$uri = -3379623120927880938
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.Map$parameters = -4360541324739953439
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$path = 7717170436759528301
      DEBUG 2007-Apr-09 03:20:15 hash on field int$port = 6413319249387337753
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$host = 4147942635841174324
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$protocol = 6317307131045904728
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 3
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.remoting.InvokerLocator contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.remoting.InvokerLocator from parentClass=org.jboss.remoting.InvokerLocator
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator and 7 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator objectField originalURL with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator objectField uri with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator objectField parameters with object=java.util.TreeMap
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=java.util.TreeMap
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.TreeMap = -403982717816981984
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.util.TreeMap looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.TreeMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.AbstractMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.util.TreeMap looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.TreeMap
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.util.AbstractMap
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.TreeMap = -403982717816981984
      DEBUG 2007-Apr-09 03:20:15 hash on field java.util.Comparator$comparator = -2540096790392021172
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 7
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::java.util.TreeMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=java.util.TreeMap from parentClass=java.util.TreeMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithMethod slot=java.util.TreeMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.TreeMap and 1 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.TreeMap objectField comparator with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator objectField path with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=4
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator primitiveField port with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=5
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator objectField host with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=6
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvokerLocator objectField protocol with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField returnPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField requestPayload with object=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 24
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::java.util.HashMap contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=java.util.HashMap from parentClass=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithMethod slot=java.util.HashMap
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap and 2 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField loadFactor with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.util.HashMap primitiveField threshold with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField arg with object=org.jboss.remoting.invocation.InternalInvocation
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.remoting.invocation.InternalInvocation
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.remoting.invocation.InternalInvocation = -2286794537752244377
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.remoting.invocation.InternalInvocation looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.invocation.InternalInvocation
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.invocation.RemoteInvocation
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.remoting.invocation.InternalInvocation looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.invocation.InternalInvocation
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.remoting.invocation.RemoteInvocation
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.remoting.invocation.InternalInvocation = -2286794537752244377
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.remoting.invocation.RemoteInvocation = -6260907505526274428
      DEBUG 2007-Apr-09 03:20:15 hash on field [Ljava.lang.Object;$params = 17445478756478152
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$methodName = 2043831539205426629
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 28
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.remoting.invocation.InternalInvocation contains 2 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.remoting.invocation.RemoteInvocation from parentClass=org.jboss.remoting.invocation.InternalInvocation
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.invocation.RemoteInvocation and 2 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.invocation.RemoteInvocation objectField params with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.invocation.RemoteInvocation objectField methodName with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 1 NR=org.jboss.remoting.invocation.InternalInvocation from parentClass=org.jboss.remoting.invocation.InternalInvocation
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.invocation.InternalInvocation and 0 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=4
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField subsystem with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=5
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField sessionId with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 JMSRemotingConnection[socket://172.19.6.6:4457/?dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jboss&socket.check_connection=false&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat] started
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 1
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.remoting.InvocationRequest contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.remoting.InvocationRequest from parentClass=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest and 6 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField locator with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField returnPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField requestPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField arg with object=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 3
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::org.jboss.jms.server.remoting.MessagingMarshallable contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=org.jboss.jms.server.remoting.MessagingMarshallable from parentClass=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable and 2 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable objectField load with object=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404 = -4400790829169719153
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404 looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.MethodInvocation
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.InvocationBase
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404 looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.MethodInvocation
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.InvocationBase
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N6840474864420126404 = -4400790829169719153
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$typedTargetObject = -8164229048920432222
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$arg1 = 5958128518392743002
      DEBUG 2007-Apr-09 03:20:15 hash on field java.lang.String$arg0 = -749855810573110475
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 5
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=java.rmi.MarshalledObject
      DEBUG 2007-Apr-09 03:20:15 hash on field java.rmi.MarshalledObject = 8576123992155174356
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.rmi.MarshalledObject looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.rmi.MarshalledObject
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=java.rmi.MarshalledObject looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class java.rmi.MarshalledObject
      DEBUG 2007-Apr-09 03:20:15 hash on field java.rmi.MarshalledObject = 8576123992155174356
      DEBUG 2007-Apr-09 03:20:15 hash on field int$hash = 4141229950745322227
      DEBUG 2007-Apr-09 03:20:15 hash on field [B$locBytes = -3724586877811522066
      DEBUG 2007-Apr-09 03:20:15 hash on field [B$objBytes = -7550777954349140039
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 7
      DEBUG 2007-Apr-09 03:20:15 defaultWrite::java.rmi.MarshalledObject contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultWrite:: slot 0 NR=java.rmi.MarshalledObject from parentClass=java.rmi.MarshalledObject
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.rmi.MarshalledObject and 3 fields
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.rmi.MarshalledObject primitiveField hash with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.rmi.MarshalledObject objectField locBytes with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=java.rmi.MarshalledObject objectField objBytes with object=[B
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=[B
      DEBUG 2007-Apr-09 03:20:15 hash on field [B = 5732893243036704708
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=[B looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class [B
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=[B looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class [B
      DEBUG 2007-Apr-09 03:20:15 hash on field [B = 5732893243036704708
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 9
      DEBUG 2007-Apr-09 03:20:15 describeObject for class=org.jboss.aop.metadata.SimpleMetaData
      DEBUG 2007-Apr-09 03:20:15 describeObject::a new reference 11
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable primitiveField version with object=NULL
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=4
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField subsystem with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields FieldNr=5
      DEBUG 2007-Apr-09 03:20:15 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField sessionId with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=37 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=1 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class org.jboss.remoting.InvocationResponse contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=payload
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=payload<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=result
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=result<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=51 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=3 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:15 defaultRead::class org.jboss.jms.server.remoting.MessagingMarshallable contains 1 slots
      DEBUG 2007-Apr-09 03:20:15 defaultRead::slot[0]=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:15 FieldName on Read=load
      DEBUG 2007-Apr-09 03:20:15 readSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable field=load<<-reading Object
      DEBUG 2007-Apr-09 03:20:15 objectFromDescription::reading new definition
      DEBUG 2007-Apr-09 03:20:15 Reading string with utfSize=54 isLong=false
      DEBUG 2007-Apr-09 03:20:15 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.jms.client.delegate.ClientConnectionDelegate = 1486273360317568701
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionDelegate looking for readResolve
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionDelegate
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.DelegateSupport
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionDelegate looking for writeReplace
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionDelegate
      DEBUG 2007-Apr-09 03:20:15 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.DelegateSupport
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.jms.client.delegate.ClientConnectionDelegate = 1486273360317568701
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.jms.client.delegate.DelegateSupport = 2139388376838860336
      DEBUG 2007-Apr-09 03:20:15 hash on field boolean$trace = -4783800991920032304
      DEBUG 2007-Apr-09 03:20:15 hash on field org.jboss.jms.client.state.HierarchicalState$state = 7373138585368101395
      DEBUG 2007-Apr-09 03:20:15 hash on field int$id = 1403799781906878093
      DEBUG 2007-Apr-09 03:20:15 Reading object for id=5 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = org.jboss.jms.client.delegate.ClientConnectionDelegate
      DEBUG 2007-Apr-09 03:20:16 defaultRead::class org.jboss.jms.client.delegate.ClientConnectionDelegate contains 2 slots
      DEBUG 2007-Apr-09 03:20:16 defaultRead::slot[0]=org.jboss.jms.client.delegate.DelegateSupport
      DEBUG 2007-Apr-09 03:20:16 readSlotWithFields slot=org.jboss.jms.client.delegate.DelegateSupport
      DEBUG 2007-Apr-09 03:20:16 FieldName on Read=trace
      DEBUG 2007-Apr-09 03:20:16 FieldName on Read=state
      DEBUG 2007-Apr-09 03:20:16 readSlotWithFields slot=org.jboss.jms.client.delegate.DelegateSupport field=state<<-reading Object
      DEBUG 2007-Apr-09 03:20:16 FieldName on Read=id
      DEBUG 2007-Apr-09 03:20:16 defaultRead::slot[1]=org.jboss.jms.client.delegate.ClientConnectionDelegate
      DEBUG 2007-Apr-09 03:20:16 readSlotWithFields slot=org.jboss.jms.client.delegate.ClientConnectionDelegate
      DEBUG 2007-Apr-09 03:20:16 FieldName on Read=version
      DEBUG 2007-Apr-09 03:20:16 FieldName on Read=isException
      DEBUG 2007-Apr-09 03:20:16 FieldName on Read=sessionId
      DEBUG 2007-Apr-09 03:20:16 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=sessionId<<-reading Object
      DEBUG 2007-Apr-09 03:20:16 Reading string with utfSize=34 isLong=false
      DEBUG 2007-Apr-09 03:20:16 readString::pulling data to Buffer at pos 0 size= 0
      DEBUG 2007-Apr-09 03:20:16 checked out MessageIdGenerator for server.0, reference count is 1
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:16 describeObject::a new reference 1
      DEBUG 2007-Apr-09 03:20:16 defaultWrite::org.jboss.remoting.InvocationRequest contains 1 slots
      DEBUG 2007-Apr-09 03:20:16 defaultWrite:: slot 0 NR=org.jboss.remoting.InvocationRequest from parentClass=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest and 6 fields
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField locator with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField returnPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField requestPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField arg with object=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:16 describeObject::a new reference 3
      DEBUG 2007-Apr-09 03:20:16 defaultWrite::org.jboss.jms.server.remoting.MessagingMarshallable contains 1 slots
      DEBUG 2007-Apr-09 03:20:16 defaultWrite:: slot 0 NR=org.jboss.jms.server.remoting.MessagingMarshallable from parentClass=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable and 2 fields
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable objectField load with object=org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379
      DEBUG 2007-Apr-09 03:20:16 hash on field org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379 = -8331833159304869466
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379 looking for readResolve
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.MethodInvocation
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.InvocationBase
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::class=org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379 looking for writeReplace
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::currentClass=class org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.MethodInvocation
      DEBUG 2007-Apr-09 03:20:16 lookupMethodOnHierarchy::currentClass=class org.jboss.aop.joinpoint.InvocationBase
      DEBUG 2007-Apr-09 03:20:16 hash on field org.jboss.jms.client.delegate.ClientConnectionDelegate$setClientID_N1479100880614063379 = -8331833159304869466
      DEBUG 2007-Apr-09 03:20:16 hash on field org.jboss.jms.client.delegate.ClientConnectionDelegate$typedTargetObject = 5396442725654278085
      DEBUG 2007-Apr-09 03:20:16 hash on field java.lang.String$arg0 = -749855810573110475
      DEBUG 2007-Apr-09 03:20:16 describeObject::a new reference 5
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=java.rmi.MarshalledObject
      DEBUG 2007-Apr-09 03:20:16 describeObject::a new reference 7
      DEBUG 2007-Apr-09 03:20:16 defaultWrite::java.rmi.MarshalledObject contains 1 slots
      DEBUG 2007-Apr-09 03:20:16 defaultWrite:: slot 0 NR=java.rmi.MarshalledObject from parentClass=java.rmi.MarshalledObject
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=java.rmi.MarshalledObject and 3 fields
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=java.rmi.MarshalledObject primitiveField hash with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=java.rmi.MarshalledObject objectField locBytes with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=java.rmi.MarshalledObject objectField objBytes with object=[B
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=[B
      DEBUG 2007-Apr-09 03:20:16 describeObject::a new reference 9
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=org.jboss.aop.metadata.SimpleMetaData
      DEBUG 2007-Apr-09 03:20:16 describeObject::a new reference 11
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.jms.server.remoting.MessagingMarshallable primitiveField version with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=4
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField subsystem with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=5
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField sessionId with object=java.lang.String
      DEBUG 2007-Apr-09 03:20:16 ConnectionForReceiver : Time taken to get a connection from MOM for receiver 2241
      DEBUG 2007-Apr-09 03:20:16 ConnectionForReceiver : Time taken to get a connection from MOM for receiver 2241
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:16 describeObject::a new reference 1
      DEBUG 2007-Apr-09 03:20:16 defaultWrite::org.jboss.remoting.InvocationRequest contains 1 slots
      DEBUG 2007-Apr-09 03:20:16 defaultWrite:: slot 0 NR=org.jboss.remoting.InvocationRequest from parentClass=org.jboss.remoting.InvocationRequest
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest and 6 fields
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=0
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField locator with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=1
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField returnPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=2
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField requestPayload with object=NULL
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields FieldNr=3
      DEBUG 2007-Apr-09 03:20:16 writeSlotWithFields slot=org.jboss.remoting.InvocationRequest objectField arg with object=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09 03:20:16 describeObject for class=org.jboss.jms.server.remoting.MessagingMarshallable
      DEBUG 2007-Apr-09

        • 1. Re: Machine with Two LAN Card -Not able to receive message

          Hello Everybody

          It seems i have not pasted the actual exception in the previous post.

          Below is the Configuration Details of that machine(With TWO LAN Cards)
          i got the below output after executing ifconfig in SUSE Linux


          starahdsat:/opt/test # ifconfig
          eth0 Link encap:Ethernet HWaddr 00:19:DB:2F:24:F9
          inet addr:10.0.18.101 Bcast:10.0.18.255 Mask:255.255.255.0
          inet6 addr: fe80::219:dbff:fe2f:24f9/64 Scope:Link
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:7876 errors:0 dropped:0 overruns:0 frame:0
          TX packets:15737 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:516182 (504.0 Kb) TX bytes:23280180 (22.2 Mb)
          Interrupt:11

          eth1 Link encap:Ethernet HWaddr 00:80:C8:04:6E:39
          inet addr:172.19.6.7 Bcast:172.19.6.255 Mask:255.255.255.0
          inet6 addr: fe80::280:c8ff:fe04:6e39/64 Scope:Link
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:9697 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1598 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:860343 (840.1 Kb) TX bytes:250335 (244.4 Kb)
          Interrupt:10 Base address:0xbc00


          lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:373 errors:0 dropped:0 overruns:0 frame:0
          TX packets:373 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:42085 (41.0 Kb) TX bytes:42085 (41.0 Kb)




          Let me post the exception .


          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=fileName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=15 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=methodName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=methodName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=6 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=declaringClass
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=declaringClass<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=24 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 objectFromDescription::reading new definition
          DEBUG 2007-Apr-09 03:20:17 Reading object for id=12 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 defaultRead::class java.lang.StackTraceElement contains 1 slots
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[0]=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=lineNumber
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=fileName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=fileName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=31 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=methodName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=methodName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=6 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=declaringClass
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=declaringClass<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=56 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 objectFromDescription::reading new definition
          DEBUG 2007-Apr-09 03:20:17 Reading object for id=16 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 defaultRead::class java.lang.StackTraceElement contains 1 slots
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[0]=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=lineNumber
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=fileName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=fileName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=18 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=methodName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=methodName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=6 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=declaringClass
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=declaringClass<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=32 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 objectFromDescription::reading new definition
          DEBUG 2007-Apr-09 03:20:17 Reading object for id=20 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 defaultRead::class java.lang.StackTraceElement contains 1 slots
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[0]=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=lineNumber
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=fileName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=fileName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=18 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=methodName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=methodName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=6 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=declaringClass
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=declaringClass<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=32 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 objectFromDescription::reading new definition
          DEBUG 2007-Apr-09 03:20:17 Reading object for id=24 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 defaultRead::class java.lang.StackTraceElement contains 1 slots
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[0]=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=lineNumber
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=fileName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=fileName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=17 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=methodName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=methodName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=17 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=declaringClass
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=declaringClass<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=48 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 objectFromDescription::reading new definition
          DEBUG 2007-Apr-09 03:20:17 Reading object for id=28 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 defaultRead::class java.lang.StackTraceElement contains 1 slots
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[0]=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=lineNumber
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=fileName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=fileName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=17 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=methodName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=methodName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=5 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=declaringClass
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=declaringClass<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=48 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 objectFromDescription::reading new definition
          DEBUG 2007-Apr-09 03:20:17 Reading object for id=32 classLoader=sun.misc.Launcher$AppClassLoader@542e4b1b className = java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 defaultRead::class java.lang.StackTraceElement contains 1 slots
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[0]=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=lineNumber
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=fileName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=fileName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=17 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=methodName
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=methodName<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=3 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=declaringClass
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.StackTraceElement field=declaringClass<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=48 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=cause
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.Throwable field=cause<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 objectFromDescription::reading circular definition reference=3
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=detailMessage
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.Throwable field=detailMessage<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=60 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[1]=java.lang.Exception
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=java.lang.Exception
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[2]=org.jboss.aop.DispatcherConnectException
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=org.jboss.aop.DispatcherConnectException
          DEBUG 2007-Apr-09 03:20:17 defaultRead::slot[3]=org.jboss.aop.NotFoundInDispatcherException
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=org.jboss.aop.NotFoundInDispatcherException
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=oid
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=org.jboss.aop.NotFoundInDispatcherException field=oid<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=isException
          DEBUG 2007-Apr-09 03:20:17 FieldName on Read=sessionId
          DEBUG 2007-Apr-09 03:20:17 readSlotWithFields slot=org.jboss.remoting.InvocationResponse field=sessionId<<-reading Object
          DEBUG 2007-Apr-09 03:20:17 Reading string with utfSize=34 isLong=false
          DEBUG 2007-Apr-09 03:20:17 readString::pulling data to Buffer at pos 0 size= 0
          ERROR 2007-Apr-09 03:20:17 Caught Exception:
          org.jboss.aop.NotFoundInDispatcherException: Object with oid: -2147483646 was not found in the Dispatcher
          at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:85)
          at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:127)
          at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:1008)
          at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:857)
          at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:454)
          at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:541)
          at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:261)
          at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:172)
          at org.jboss.remoting.Client.invoke(Client.java:589)
          at org.jboss.remoting.Client.invoke(Client.java:581)
          at org.jboss.jms.client.delegate.DelegateSupport.invoke(DelegateSupport.java:111)
          at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
          at org.jboss.jms.client.container.StateCreationAspect.handleCreateSessionDelegate(StateCreationAspect.java:101)
          at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect1.invoke(StateCreationAspect1.java)
          at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
          at org.jboss.jms.client.container.ConnectionAspect.handleCreateSessionDelegate(ConnectionAspect.java:164)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
          at java.lang.reflect.Method.invoke(Method.java:391)
          at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:130)
          at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
          at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:182)
          at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:117)
          at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
          at org.jboss.jms.client.container.ExceptionInterceptor.invoke(ExceptionInterceptor.java:69)
          at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
          at org.jboss.jms.client.container.ClientLogInterceptor.invoke(ClientLogInterceptor.java:107)
          at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
          at org.jboss.jms.client.delegate.ClientConnectionDelegate.createSessionDelegate(ClientConnectionDelegate.java)
          at org.jboss.jms.client.JBossConnection.createSessionInternal(JBossConnection.java:255)
          at org.jboss.jms.client.JBossConnection.createSession(JBossConnection.java:91)
          at com.tcs.retail.framework.messaging.core.consumer.MsgConsumer.consumeProcess(MsgConsumer.java:144)
          at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.createConsumer(MessageReceiver.java:201)
          at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.activateNormalConsumers(MessageReceiver.java:97)
          at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.receive(MessageReceiver.java:45)
          at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.main(MessageReceiver.java:280)
          ERROR 2007-Apr-09 03:20:17 MsgConsumer : Exception Occured
          Exception Cause --> org.jboss.jms.client.container.ExceptionInterceptor(org.jboss.jms.util.MessagingJMSException: Caught exception)
          Exception Cause --> org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805(org.jboss.jms.util.MessagingJMSException: Caught exception)
          Exception Cause --> org.jboss.jms.client.container.ClientLogInterceptor(org.jboss.jms.util.MessagingJMSException: Caught exception)
          Exception Cause --> org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805(org.jboss.jms.util.MessagingJMSException: Caught exception)
          Exception Cause --> org.jboss.jms.client.delegate.ClientConnectionDelegate(org.jboss.jms.util.MessagingJMSException: Caught exception)
          Exception Cause --> org.jboss.jms.client.JBossConnection(org.jboss.jms.util.MessagingJMSException: Caught exception)
          Exception Cause --> org.jboss.jms.client.JBossConnection(org.jboss.jms.util.MessagingJMSException: Caught exception)

          • 2. Re: Machine with Two LAN Card -Not able to receive message

            I tried out callback mechanism to overcome the problem...

            Still i could not able to solve that problem.
            will tell you the scenario and also tell you what i did to implement callback mechanism

            MachineA - machine with LAN Card-A,IP Address-172.19.6.6

            MachineB(acting as DHCP) - machine with LAN Card-A,
            IPAddress-172.19.6.7 and LAN Card-B,IP Address-10.0.18.101

            MachineC - machine with LAN Card-B,IP Address-10.0.18.102

            Now MachineA(172.19.6.6) has JBoss Messaging Server and i have started it .

            Now MachineB(172.19.6.7,10.0.18.101) has durable receiver which listens for any message posted on Messaging server(172.19.6.6).This receiver is started with callback parameter passed as command line arguements as below

            java -Djboss.messaging.callback.bind.address=172.19.6.6 MessageReceiver

            when i started my receiver in MachineA , i got exeception and at the same time i also got some exception in the server side (MachineB).

            I am attaching two files with this mail as server.zip and receiver.zip containing the details of logs and exception at servere and details of logs and exception at receiver side.

            Please do respond with your vaulable information.It would help us to solve the problem.

            For your kind information,i have also attached the exception and log file as i said earlier

            I am pasting the exception which i got at the JBoss Messaging Server side when i started my receiver in MachineB(with Two LAN Card)

            
            2007-04-11 12:56:54,800 DEBUG [org.jboss.jms.server.endpoint.ServerSessionEndpoint] created and registered ConsumerEndpoint[-2147483644]
            2007-04-11 12:56:54,875 DEBUG [org.jboss.jms.server.endpoint.ServerConsumerEndpoint] ConsumerEndpoint[-2147483644] NOT started yet!
            2007-04-11 12:56:54,883 DEBUG [org.jboss.jms.server.endpoint.ServerConnectionEndpoint] ConnectionEndpoint[-2147483646] started
            2007-04-11 12:56:54,889 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,891 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,893 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,895 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,897 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,899 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,901 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,904 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,906 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,908 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,910 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,912 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,915 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,918 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,921 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,923 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,925 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,927 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,929 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,931 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,933 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,935 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,937 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,939 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,941 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,943 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,945 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,947 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,949 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,951 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,951 WARN [org.jboss.jms.server.endpoint.ServerConsumerEndpoint] Failed to deliver the message to the client. See the server log for more details.
            2007-04-11 12:56:54,952 DEBUG [org.jboss.jms.server.endpoint.ServerConsumerEndpoint] ConsumerEndpoint[-2147483644] failed to deliver the message to the client.
            org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for locator - InvokerLocator [socket://10.0.18.101:3122/?dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationType=jboss&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat]
             at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:323)
             at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:125)
             at org.jboss.remoting.Client.invoke(Client.java:589)
             at org.jboss.remoting.Client.invoke(Client.java:581)
             at org.jboss.remoting.Client.invoke(Client.java:566)
             at org.jboss.jms.server.endpoint.ServerConsumerEndpoint$Deliverer.run(ServerConsumerEndpoint.java:766)
             at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89)
             at java.lang.Thread.run(Thread.java:567)
            Caused by: java.net.SocketException: Network is unreachable
             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 java.net.Socket.<init>(Socket.java:335)
             at java.net.Socket.<init>(Socket.java:150)
             at org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket(SocketClientInvoker.java:183)
             at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:685)
             at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:319)
             ... 7 more
            2007-04-11 12:56:54,952 WARN [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] A problem has been detected with the connection to remote client a0i2t-to6o47-f0dgrfdu-1-f0dgrgh7-4. It is possible the client has exited without closing its connection(s) or there is a network problem. All connection resources corresponding to that client process will now be removed.
            2007-04-11 12:56:54,952 DEBUG [org.jboss.jms.server.ServerPeer] ServerPeer [server.0] removing consumer -2147483644 from the cache
            2007-04-11 12:56:54,953 DEBUG [org.jboss.jms.server.ServerPeer] ServerPeer [server.0] removing consumer -2147483644 from the cache
            2007-04-11 12:56:54,954 DEBUG [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] unregistered connection ConnectionEndpoint[-2147483646] with remoting session ID ...-f0dgrgh7-4
            2007-04-11 12:56:54,954 DEBUG [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] cleared up state for connection ConnectionEndpoint[-2147483646]
            2007-04-11 12:56:54,955 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,957 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,959 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,961 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,963 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,965 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,967 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,969 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,971 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,973 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,975 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,977 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,979 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,982 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,984 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,987 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,990 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,993 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,995 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,997 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:54,999 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,001 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,003 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,005 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,007 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,009 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,011 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,013 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,015 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,017 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.SocketException: Network is unreachable
            2007-04-11 12:56:55,017 WARN [org.jboss.jms.server.endpoint.ServerConsumerEndpoint] Failed to deliver the message to the client. See the server log for more details.
            2007-04-11 12:56:55,017 DEBUG [org.jboss.jms.server.endpoint.ServerConsumerEndpoint] ConsumerEndpoint[-2147483644] failed to deliver the message to the client.
            org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for locator - InvokerLocator [socket://10.0.18.101:3122/?dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationType=jboss&socket.check_connection=false&timeout=0&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat]
             at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:323)
             at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:125)
             at org.jboss.remoting.Client.invoke(Client.java:589)
             at org.jboss.remoting.Client.invoke(Client.java:581)
             at org.jboss.remoting.Client.invoke(Client.java:566)
             at org.jboss.jms.server.endpoint.ServerConsumerEndpoint$Deliverer.run(ServerConsumerEndpoint.java:766)
             at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89)
             at java.lang.Thread.run(Thread.java:567)
            Caused by: java.net.SocketException: Network is unreachable
             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 java.net.Socket.<init>(Socket.java:335)
             at java.net.Socket.<init>(Socket.java:150)
             at org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket(SocketClientInvoker.java:183)
             at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:685)
             at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:319)
             ... 7 more
            


            Exception At Receiver Side

            
            DEBUG 2007-Apr-11 01:23:41 readString::pulling data to Buffer at pos 0 size= 0
            ERROR 2007-Apr-11 01:23:41 Caught Exception:
            org.jboss.aop.NotFoundInDispatcherException: Object with oid: -2147483646 was not found in the Dispatcher
             at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:85)
             at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:127)
             at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:1008)
             at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:857)
             at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:454)
             at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:541)
             at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:261)
             at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:172)
             at org.jboss.remoting.Client.invoke(Client.java:589)
             at org.jboss.remoting.Client.invoke(Client.java:581)
             at org.jboss.jms.client.delegate.DelegateSupport.invoke(DelegateSupport.java:111)
             at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
             at org.jboss.jms.client.container.StateCreationAspect.handleCreateSessionDelegate(StateCreationAspect.java:101)
             at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect1.invoke(StateCreationAspect1.java)
             at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
             at org.jboss.jms.client.container.ConnectionAspect.handleCreateSessionDelegate(ConnectionAspect.java:164)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
             at java.lang.reflect.Method.invoke(Method.java:391)
             at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:130)
             at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
             at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:182)
             at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:117)
             at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
             at org.jboss.jms.client.container.ExceptionInterceptor.invoke(ExceptionInterceptor.java:69)
             at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
             at org.jboss.jms.client.container.ClientLogInterceptor.invoke(ClientLogInterceptor.java:107)
             at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_6052335267724906805.java)
             at org.jboss.jms.client.delegate.ClientConnectionDelegate.createSessionDelegate(ClientConnectionDelegate.java)
             at org.jboss.jms.client.JBossConnection.createSessionInternal(JBossConnection.java:255)
             at org.jboss.jms.client.JBossConnection.createSession(JBossConnection.java:91)
             at com.tcs.retail.framework.messaging.core.consumer.MsgConsumer.consumeProcess(MsgConsumer.java:144)
             at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.createConsumer(MessageReceiver.java:201)
             at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.activateNormalConsumers(MessageReceiver.java:97)
             at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.receive(MessageReceiver.java:45)
             at com.tcs.retail.framework.messaging.core.receiver.MessageReceiver.main(MessageReceiver.java:280)
            ERROR 2007-Apr-11 01:23:41 MsgConsumer : Exception Occured
            Exception Cause --> org.jboss.jms.client.container.ExceptionInterceptor(org.jboss.jms.util.MessagingJMSException: Caught exception)
            Exception Cause --> org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805(org.jboss.jms.util.MessagingJMSException: Caught exception)
            Exception Cause --> org.jboss.jms.client.container.ClientLogInterceptor(org.jboss.jms.util.MessagingJMSException: Caught exception)
            Exception Cause --> org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805(org.jboss.jms.util.MessagingJMSException: Caught exception)
            Exception Cause --> org.jboss.jms.client.delegate.ClientConnectionDelegate(org.jboss.jms.util.MessagingJMSException: Caught exception)
            Exception Cause --> org.jboss.jms.client.JBossConnection(org.jboss.jms.util.MessagingJMSException: Caught exception)
            Exception Cause --> org.jboss.jms.client.JBossConnection(org.jboss.jms.util.MessagingJMSException: Caught exception)