[jboss-user] [Beginner's Corner] - Failed to find property editor for: marshaller

stacy do-not-reply at jboss.com
Wed Oct 7 16:45:48 EDT 2009


I am running a Jboss client from within another application server, which is supposed to connect to the Jboss server remotely located. I am able get successfully connected if I run my client as a stand alone, but when I run it within my app server I get disconnected with this error Failed to find property editor for: marshaller. Is there anything I need to do on the client side to make this happen? Here is the trace from the app server where the client is running...
[aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] created
2009-10-07 15:03:34,825 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] created client
2009-10-07 15:03:34,825 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Mapping properties for bean: SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457]
2009-10-07 15:03:34,826 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingFrequency, editor: java.beans.PropertyDescriptor at 23f96523, setter: public void org.jboss.remoting.transport.bisocket.BisocketClientInvoker.setPingFrequency(int)
2009-10-07 15:03:34,826 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfCallRetries, editor: java.beans.PropertyDescriptor at 7897d99, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfCallRetries(int)
2009-10-07 15:03:34,826 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: marshaller, editor: java.beans.PropertyDescriptor at 822e4d56, setter: public void org.jboss.remoting.MicroRemoteClientInvoker.setMarshaller(org.jboss.remoting.marshal.Marshaller)
2009-10-07 15:03:34,830 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to find property editor for: marshaller
2009-10-07 15:03:34,831 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to write property
2009-10-07 15:03:34,832 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfRetries, editor: java.beans.PropertyDescriptor at 94d984df, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfRetries(int)
2009-10-07 15:03:34,833 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: timeout, editor: java.beans.PropertyDescriptor at 912f0dc8, setter: null
2009-10-07 15:03:34,833 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting maxPoolSize to 200
2009-10-07 15:03:34,834 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:34,835 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:34,836 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:34,836 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] constructed
2009-10-07 15:03:34,837 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting maxPoolSize to 200
2009-10-07 15:03:34,838 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:34,839 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:34,839 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:34,840 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker Setting ping frequency to: 214748364
2009-10-07 15:03:34,840 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] connecting
2009-10-07 15:03:34,841 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker Creating semaphore with size 200
2009-10-07 15:03:34,841 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] added new pool ([]) as ServerAddress[193.222.55.22:4457, NO enableTcpNoDelay timeout 0 ms, maxPoolSize=200]
2009-10-07 15:03:34,841 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] connected
2009-10-07 15:03:34,842 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] sending initial lease ping to server to determine if server has leasing enabled.
2009-10-07 15:03:34,842 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[6f513, $PING$]
2009-10-07 15:03:34,842 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:34,843 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] creating socket 
2009-10-07 15:03:34,911 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] created socket: Socket[addr=/193.222.55.22,port=4457,localport=36009]
2009-10-07 15:03:34,912 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper constructing org.jboss.jms.client.remoting.ClientSocketWrapper instance for Socket[addr=/193.222.55.22,port=4457,localport=36009], using timeout 0
2009-10-07 15:03:34,913 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] setting timeout to 0
2009-10-07 15:03:34,914 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 71 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:34,914 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:34,914 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:34,915 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[6f513, $PING$]
2009-10-07 15:03:34,915 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:34,916 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[6f513, $PING$]]
2009-10-07 15:03:34,917 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:34,917 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:34,918 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:34,989 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:34,990 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:34,990 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:34,990 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:34,991 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet SerializedPacket[null]
2009-10-07 15:03:34,991 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:34,993 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:34,994 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[267b76, InvocationResponse[73b879, true]]
2009-10-07 15:03:34,995 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:34,995 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:34,996 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[267b76, InvocationResponse[73b879, true]]
2009-10-07 15:03:34,996 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of InvocationResponse[73b879, true]
2009-10-07 15:03:34,997 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker server does have leasing enabled (with default lease period of 10000) and will start a new lease pinger.
2009-10-07 15:03:34,997 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] adding new client with session ID 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d and lease period 10000
2009-10-07 15:03:34,998 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] sending ping to server. Currently managing lease for following clients:
    3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d

2009-10-07 15:03:34,998 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[1542094, $PING$]
2009-10-07 15:03:34,999 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,000 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,000 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 2 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,001 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,002 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,002 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[1542094, $PING$]
2009-10-07 15:03:35,003 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,004 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[1542094, $PING$]]
2009-10-07 15:03:35,008 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,009 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,009 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,081 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,082 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,082 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,083 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,083 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet SerializedPacket[null]
2009-10-07 15:03:35,084 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,085 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,086 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[1aecf45, InvocationResponse[1a9ec16, true]]
2009-10-07 15:03:35,087 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:35,087 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:35,088 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[1aecf45, InvocationResponse[1a9ec16, true]]
2009-10-07 15:03:35,088 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of InvocationResponse[1a9ec16, true]
2009-10-07 15:03:35,089 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] successfully pinged the server
2009-10-07 15:03:35,089 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] starting lease timer with ping period of 10000
2009-10-07 15:03:35,090 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Mapping properties for bean: SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457]
2009-10-07 15:03:35,091 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingFrequency, editor: java.beans.PropertyDescriptor at 23f96523, setter: public void org.jboss.remoting.transport.bisocket.BisocketClientInvoker.setPingFrequency(int)
2009-10-07 15:03:35,098 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfCallRetries, editor: java.beans.PropertyDescriptor at 7897d99, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfCallRetries(int)
2009-10-07 15:03:35,098 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: marshaller, editor: java.beans.PropertyDescriptor at 822e4d56, setter: public void org.jboss.remoting.MicroRemoteClientInvoker.setMarshaller(org.jboss.remoting.marshal.Marshaller)
2009-10-07 15:03:35,134 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to find property editor for: marshaller
2009-10-07 15:03:35,135 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to write property
2009-10-07 15:03:35,135 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfRetries, editor: java.beans.PropertyDescriptor at 94d984df, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfRetries(int)
2009-10-07 15:03:35,136 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: timeout, editor: java.beans.PropertyDescriptor at 912f0dc8, setter: null
2009-10-07 15:03:35,136 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting maxPoolSize to 1
2009-10-07 15:03:35,137 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:35,138 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:35,138 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:35,139 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] constructed
2009-10-07 15:03:35,139 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting maxPoolSize to 1
2009-10-07 15:03:35,140 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:35,140 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:35,141 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:35,142 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker Setting ping frequency to: 214748364
2009-10-07 15:03:35,142 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] connecting
2009-10-07 15:03:35,142 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker Creating semaphore with size 1
2009-10-07 15:03:35,143 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] added new pool ([]) as ServerAddress[193.222.55.22:4457, NO enableTcpNoDelay timeout 0 ms, maxPoolSize=1]
2009-10-07 15:03:35,144 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] connected
2009-10-07 15:03:35,144 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] is doing push callbacks
2009-10-07 15:03:35,146 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.Client starting callback Connector: InvokerLocator [bisocket://193.222.88.33:57837866/callback?callbackServerHost=193.222.88.33&callbackServerPort=57837866&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=3r26qk-p6lll4-g0iic14b-1-g0iic488-h&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper]
2009-10-07 15:03:35,148 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Mapping properties for bean: SocketServerInvoker[193.222.88.33:57837866]
2009-10-07 15:03:35,148 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingFrequency, editor: java.beans.PropertyDescriptor at 61a23d43, setter: public void org.jboss.remoting.transport.bisocket.BisocketServerInvoker.setPingFrequency(int)
2009-10-07 15:03:35,149 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: timeout, editor: java.beans.PropertyDescriptor at 638918e8, setter: public void org.jboss.remoting.ServerInvoker.setTimeout(int)
2009-10-07 15:03:35,150 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingWindowFactor, editor: java.beans.PropertyDescriptor at 7f5b3f3e, setter: public void org.jboss.remoting.transport.bisocket.BisocketServerInvoker.setPingWindowFactor(int)
2009-10-07 15:03:35,150 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: onewayThreadPool, editor: java.beans.PropertyDescriptor at d60e2b6a, setter: public void org.jboss.remoting.ServerInvoker.setOnewayThreadPool(org.jboss.util.threadpool.ThreadPool)
2009-10-07 15:03:35,169 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to find property editor for: onewayThreadPool
2009-10-07 15:03:35,170 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to write property
2009-10-07 15:03:35,170 Stdout WARN  callout.out  - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: dataType, editor: java.beans.PropertyDescriptor at c81181d8, setter: null
2009-10-07 15:03:35,171 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] did not find server socket factory configuration as mbean service or classname. Creating default server socket factory.
2009-10-07 15:03:35,171 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] created server socket factory javax.net.DefaultServerSocketFactory at 3e48f2
2009-10-07 15:03:35,172 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] setting pingFrequency to 214748364
2009-10-07 15:03:35,172 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] setting pingWindowFactor to 10
2009-10-07 15:03:35,173 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.Connector org.jboss.remoting.transport.Connector at 4c2683 started
2009-10-07 15:03:35,174 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.local.LocalClientInvoker Using local client invoker for invocation.
2009-10-07 15:03:35,174 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] received InternalInvocation[f09995]
2009-10-07 15:03:35,174 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.ServerInvoker handling InternalInvocation where method name = addClientListener
2009-10-07 15:03:35,175 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.ServerInvoker ServerInvoker (SocketServerInvoker[193.222.88.33:57837866]) added client callback handler CallbackManager[68bcef] with session id of 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d+3r26qk-p6lll4-g0iic14b-1-g0iic491-i and callback handle object of null.
2009-10-07 15:03:35,175 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] successfully dispatched invocation, returning null from subsystem 'JMS' to client 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d
2009-10-07 15:03:35,176 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.InvokerRegistry destroying client invoker InvokerLocator [bisocket://193.222.88.33:57837866/callback?callbackServerHost=193.222.88.33&callbackServerPort=57837866&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=3r26qk-p6lll4-g0iic14b-1-g0iic488-h&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper], config {}
2009-10-07 15:03:35,176 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.InvokerRegistry removed org.jboss.remoting.transport.local.LocalClientInvoker at 121f956 from registry
2009-10-07 15:03:35,177 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.InvokerRegistry disconnecting org.jboss.remoting.transport.local.LocalClientInvoker at 121f956
2009-10-07 15:03:35,177 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[aab87f, JMS, InternalInvocation[1d46c20]]
2009-10-07 15:03:35,178 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker getting secondary locator
2009-10-07 15:03:35,178 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[2df, InternalInvocation[bc839a]]
2009-10-07 15:03:35,179 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,180 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,181 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 2 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,181 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,182 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,182 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[2df, InternalInvocation[bc839a]]
2009-10-07 15:03:35,183 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,183 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[2df, InternalInvocation[bc839a]]]
2009-10-07 15:03:35,184 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,185 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,185 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,259 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,260 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,260 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,261 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,261 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet SerializedPacket[null]
2009-10-07 15:03:35,262 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,264 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,265 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[18787c9, InvokerLocator [null://193.222.55.22:2150/?]]
2009-10-07 15:03:35,265 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:35,266 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:35,266 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[18787c9, InvokerLocator [null://193.222.55.22:2150/?]]
2009-10-07 15:03:35,267 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of InvokerLocator [null://193.222.55.22:2150/?]
2009-10-07 15:03:35,267 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker secondary locator: InvokerLocator [null://193.222.55.22:2150/?]
2009-10-07 15:03:35,268 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker creating control connection: InvokerLocator [null://193.222.55.22:2150/?]
2009-10-07 15:03:35,300 SCR Component Actor INFO  jetty.webconnector  - Starting JETTY
2009-10-07 15:03:35,300 SCR Component Actor INFO  jetty.webconnector  - jetty-6.1.15
2009-10-07 15:03:35,331 SCR Component Actor INFO  jetty.webconnector  - Started BufferConnector
2009-10-07 15:03:35,331 SCR Component Actor WARN  jetty.webconnector  - JETTY-6.1.15 started
2009-10-07 15:03:35,332 SCR Component Actor INFO  agent.http.pxlet.jetty.pushlet  - webapp alu3pco sounds like to import the package com.alcatel.as.util.apptracker: It must register itself via the AppService interface. This application won't be deployed for now
2009-10-07 15:03:35,334 SCR Component Actor INFO  osgi.event.service  - Service registered by bundle JettyContainer(1.0.0)
 {objectClass=[com.alcatel.as.service.webcontainer.WebContainerServicecom.alcatel.as.util.apptracker.AppService],protocol=WEB,service.id=130}
2009-10-07 15:03:35,335 SCR Component Actor INFO  osgi.event.service  - Service registered by bundle JettyWebConnector(1.2530.05)
 {component.id=20,component.name=JettyWebConnector,objectClass=[com.alcatel.as.service.webconnector.WebConnector],service.id=129}
2009-10-07 15:03:35,342 SCR Component Actor INFO  com.alcatel_lucent.sip.registrar.impl.DomainHelperService  - Activating DomainHelperService ...
2009-10-07 15:03:35,344 SCR Component Actor INFO  osgi.event.service  - Service registered by bundle RegistrarImpl(2.2530.06)
 {component.id=21,component.name=LocalDomain,configDomain.target=(service.pid=sipagent),objectClass=[com.alcatel.sip.registrar.LocalDomain],service.id=131,sipservice.target=(protocol=SIP)}
2009-10-07 15:03:35,344 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] created control connection (3r26qk-p6lll4-g0iic14b-1-g0iic491-i): Socket[addr=/193.222.55.22,port=2150,localport=39199]
2009-10-07 15:03:35,345 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,345 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,346 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 1 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,346 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,347 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,347 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[aab87f, JMS, InternalInvocation[1d46c20]]
2009-10-07 15:03:35,348 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,348 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[aab87f, JMS, InternalInvocation[1d46c20]]]
2009-10-07 15:03:35,353 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,353 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,353 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,360 SCR Component Actor INFO  com.alcatel_lucent.sip.registrar.impl.LocationServiceImpl  - Configuring LocationServiceImpl: our registrar.database.sessiontype is: registrar
2009-10-07 15:03:35,360 SCR Component Actor INFO  com.alcatel_lucent.sip.registrar.impl.LocationServiceImpl  - Configuring LocationServiceImpl: our registrar.group is: null
2009-10-07 15:03:35,360 SCR Component Actor INFO  com.alcatel_lucent.sip.registrar.impl.LocationServiceImpl  - Activating LocationServiceImpl ...
2009-10-07 15:03:35,361 SCR Component Actor INFO  osgi.event.service  - Service registered by bundle RegistrarImpl(2.2530.06)
 {component.id=22,component.name=LocationService,configRegistrar.target=(service.pid=registrar),objectClass=[com.alcatel.sip.registrar.LocationService],service.id=132}
2009-10-07 15:03:35,391 SCR Component Actor WARN  dns.impl.activator  - activate
2009-10-07 15:03:35,393 SCR Component Actor INFO  osgi.event.service  - Service registered by bundle DNSClient(1.0.0)
 {component.id=23,component.name=DnsImpl,config.target=(service.pid=dns),objectClass=[com.alcatel_lucent.as.service.dns.DNSFactory],service.id=133}
2009-10-07 15:03:35,393 SCR Component Actor INFO  callout  - Discovered new MuxHandler for protocol Sip
2009-10-07 15:03:35,545 SCR Component Actor INFO  agent.sip  - SipAgent.init(): Listening points defined in SipAgent configuration parameters are: UDP=[5070], TCP=[5070], TLS=[5071]
2009-10-07 15:03:35,545 SCR Component Actor INFO  agent.sip  - SipAgent.init(): Outbound interfaces defined in SipAgent configuration parameters are: [sip:193.222.88.33:5070]
2009-10-07 15:03:35,545 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, SipSession timeout is [3 minute(s)], IO Handler mapping timeout is [212 second(s)]
2009-10-07 15:03:35,546 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, Loop detection activated=[true], merged requests detection activated=[true], proceeding server transaction timer=[400*T1]
2009-10-07 15:03:35,546 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, stack IP Address= [193.222.88.33], MTU size=[1500], timer C=[360*T1]
2009-10-07 15:03:35,546 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, Strict compliance= [true], original headers proxying= [true], connection reuse mode= [FULL], SIP outbound for NAT traversal= [false], Transport Switching= [ENABLED]
2009-10-07 15:03:35,546 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, activateRFC3263DNSResolution =[true] DNSRetryDelaySeconds =[5], DNSCacheTimeoutMinutes =[3], DNSAsynchronousMode =[false]
2009-10-07 15:03:35,546 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, DNSSearchPath =[null], primaryDNSServerAddress =[null:53], secondaryDNSServerAddress =[null:53]
2009-10-07 15:03:35,547 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, NAT traversal incoming ALG Activated=[false], incoming public address=[null], outgoing ALG activated=[false] outgoing Public Address=[null], scan incoming message body=[false], scan outgoing message body=[false]
2009-10-07 15:03:35,547 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, NAT traversal incoming STUN Activated=[false], outgoing STUN activated=[false], STUN Server Address=[]  STUN server port is [3478]
2009-10-07 15:03:35,547 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, NAT traversal symmetric response routing (RFC3581) incoming activated=[true], outgoing activated=[true], implicit activated=[false]
2009-10-07 15:03:35,547 SCR Component Actor INFO  agent.sip  - Sip Agent initializing, IPSEC UDP/TCP client port=[-1], IPSEC UDP/TCP server port=[-1], dual record-routing=[true]
2009-10-07 15:03:35,550 Sip INFO  agent.sip  - SipAgent.init(): magickey is 0017a4111216-280999559-669-
2009-10-07 15:03:35,585 Sip INFO  agent.sip.stack  - SipStack init with {
 com.alcatel.sip.stack.IP_ADDRESS=193.222.88.33
}
2009-10-07 15:03:35,585 Sip INFO  agent.sip.stack  - com.alcatel.sip.stack.T1_BASE_TIMER_INTERVAL_MILLISECONDS property set to 500
2009-10-07 15:03:35,597 Sip INFO  agent.sip.router.cache  - Hops cache initialized (timeout=3min)
2009-10-07 15:03:35,606 Sip INFO  agent.sip  - configuring listening point for UDP
2009-10-07 15:03:35,625 Sip INFO  agent.sip.transaction  - SipProviderImpl.constructor
2009-10-07 15:03:35,626 Sip INFO  agent.sip  - configuring listening point for TCP
2009-10-07 15:03:35,627 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,628 Sip INFO  agent.sip.transaction  - SipProviderImpl.constructor
2009-10-07 15:03:35,628 Sip INFO  agent.sip  - configuring listening point for TLS
2009-10-07 15:03:35,628 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,628 Sip INFO  agent.sip.transaction  - SipProviderImpl.constructor
2009-10-07 15:03:35,628 Sip INFO  agent.sip  - configure listening points done.
2009-10-07 15:03:35,628 Sip INFO  agent.sip  - declaring outbound interfaces [sip:193.222.88.33:5070]
2009-10-07 15:03:35,628 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,629 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,630 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet org.jboss.jms.wireformat.NullResponse at 1f10df7
2009-10-07 15:03:35,630 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,631 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,631 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[cc0f9f, org.jboss.jms.wireformat.NullResponse at 1f10df7]
2009-10-07 15:03:35,632 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:35,632 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:35,633 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[cc0f9f, org.jboss.jms.wireformat.NullResponse at 1f10df7]
2009-10-07 15:03:35,634 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of org.jboss.jms.wireformat.NullResponse at 1f10df7
2009-10-07 15:03:35,634 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] started
2009-10-07 15:03:35,635 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[1eeeaed, JMS, org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest at 818737]
2009-10-07 15:03:35,635 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,636 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,636 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 1 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,637 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,637 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,638 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[1eeeaed, JMS, org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest at 818737]
2009-10-07 15:03:35,638 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,639 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat JBM Request
2009-10-07 15:03:35,639 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest at 818737
2009-10-07 15:03:35,640 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,641 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,641 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,645 Sip INFO  agent.sip  - outbound interface [sip:193.222.88.33:5070] declared
2009-10-07 15:03:35,645 Sip INFO  agent.sip  - declare outbound interfaces done.
2009-10-07 15:03:35,646 Sip INFO  agent.sip  - SipAgent.init(): SipAgent Available for any sip stack
2009-10-07 15:03:35,647 Thread-28 WARN  com.alcatel.config.Reporter  - ReportingThread starting ...
2009-10-07 15:03:35,648 SCR Component Actor INFO  callout  - Monitoring was successfully initialized for SipAgent(alu3pcoGroup__callout_agent-Sip)
2009-10-07 15:03:35,654 SCR Component Actor INFO  osgi.event.service  - Service registered by bundle SipAgent(1.2530.15)
 {component.id=3,component.name=SipAgent,config.target=(service.pid=sipagent),objectClass=[com.nextenso.mux.MuxHandler],protocol=Sip,service.id=134}
2009-10-07 15:03:35,660 SCR Component Actor INFO  osgi.event.service  - Service registered by bundle SipHA(1.2530.09)
 {component.id=9,component.name=SessionIDGenerator,env.target=(service.pid=componentEnv),objectClass=[com.alcatel.sip.sipservlet.services.SessionIDGenerator],service.id=135}
2009-10-07 15:03:35,682 Sip WARN  agent.sip  - new MUX connection to stack 193.222.88.33:15001: connection is established between io-handler and SIP Agent, connection =[MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]]
2009-10-07 15:03:35,689 Sip INFO  agent.sip  - SipInterface [tcp/193.222.88.33:5070] : CONNECTING to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]
2009-10-07 15:03:35,690 Sip INFO  agent.sip  - SipInterface [tls/193.222.88.33:5071] : CONNECTING to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]
2009-10-07 15:03:35,695 Sip INFO  agent.sip  - SipInterface [udp/193.222.88.33:5070] : CONNECTING to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]
2009-10-07 15:03:35,734 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,735 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,735 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,735 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,735 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateResponse at 39880a
2009-10-07 15:03:35,735 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,735 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] stop
2009-10-07 15:03:35,736 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[1126d91, JMS, InternalInvocation[d767dc]]
2009-10-07 15:03:35,736 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 198
2009-10-07 15:03:35,736 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] creating socket 
2009-10-07 15:03:35,811 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] created socket: Socket[addr=/193.222.55.22,port=4457,localport=36012]
2009-10-07 15:03:35,812 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper constructing org.jboss.jms.client.remoting.ClientSocketWrapper instance for Socket[addr=/193.222.55.22,port=4457,localport=36012], using timeout 0
2009-10-07 15:03:35,812 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac] setting timeout to 0
2009-10-07 15:03:35,812 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 75 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac]
2009-10-07 15:03:35,812 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,812 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,812 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[1126d91, JMS, InternalInvocation[d767dc]]
2009-10-07 15:03:35,812 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,816 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[1126d91, JMS, InternalInvocation[d767dc]]]
2009-10-07 15:03:35,816 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,816 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,816 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,914 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,922 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,922 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,922 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,922 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet org.jboss.jms.wireformat.NullResponse at 3457f1
2009-10-07 15:03:35,923 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,923 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,923 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[14a5594, org.jboss.jms.wireformat.NullResponse at 3457f1]
2009-10-07 15:03:35,923 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac] to pool
2009-10-07 15:03:35,923 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 199
2009-10-07 15:03:35,923 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[14a5594, org.jboss.jms.wireformat.NullResponse at 3457f1]
2009-10-07 15:03:35,923 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of org.jboss.jms.wireformat.NullResponse at 3457f1
2009-10-07 15:03:35,924 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.local.LocalClientInvoker Using local client invoker for invocation.
2009-10-07 15:03:35,924 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] received InternalInvocation[15be31e]
2009-10-07 15:03:35,924 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.ServerInvoker handling InternalInvocation where method name = removeClientListener
2009-10-07 15:03:35,924 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.ServerInvoker ServerInvoker (SocketServerInvoker[193.222.88.33:57837866]) removing client callback handler with session id of 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d+3r26qk-p6lll4-g0iic14b-1-g0iic491-i.
2009-10-07 15:03:35,924 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] shutting down control connection: 3r26qk-p6lll4-g0iic14b-1-g0iic491-i
2009-10-07 15:03:35,924 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] successfully dispatched invocation, returning null from subsystem 'JMS' to client 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d
2009-10-07 15:03:35,925 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.InvokerRegistry destroying client invoker InvokerLocator [bisocket://193.222.88.33:57837866/callback?callbackServerHost=193.222.88.33&callbackServerPort=57837866&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=3r26qk-p6lll4-g0iic14b-1-g0iic488-h&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper], config {}
2009-10-07 15:03:35,925 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.InvokerRegistry removed org.jboss.remoting.transport.local.LocalClientInvoker at 748417 from registry
2009-10-07 15:03:35,925 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.InvokerRegistry disconnecting org.jboss.remoting.transport.local.LocalClientInvoker at 748417
2009-10-07 15:03:35,925 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.Connector org.jboss.remoting.transport.Connector at 4c2683 shutting down server invoker
2009-10-07 15:03:35,925 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.SocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] stopped threads in clientpool
2009-10-07 15:03:35,925 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.SocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] stopped threads in threadpool
2009-10-07 15:03:35,926 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.transport.socket.SocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] exiting
2009-10-07 15:03:35,926 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] stopped
2009-10-07 15:03:35,926 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.Connector org.jboss.remoting.transport.Connector at 4c2683 is stopped
2009-10-07 15:03:35,926 Stdout WARN  callout.out  - [aop-debug] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] setting disconnect timeout to: -1
2009-10-07 15:03:35,926 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] removing client with session ID 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d
2009-10-07 15:03:35,926 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[911fb5, $DISCONNECT$]
2009-10-07 15:03:35,926 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 198
2009-10-07 15:03:35,927 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac]
2009-10-07 15:03:35,927 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 1 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac]
2009-10-07 15:03:35,927 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,927 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,927 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[911fb5, $DISCONNECT$]
2009-10-07 15:03:35,927 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,928 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[911fb5, $DISCONNECT$]]
2009-10-07 15:03:35,928 Stdout WARN  callout.out  - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,928 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,928 Stdout WARN  callout.out  - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,931 Sip INFO  agent.sip  - SipInterface [tcp/193.222.88.33:5070] : CONNECTED to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, st

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259248#4259248

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259248



More information about the jboss-user mailing list