manco wrote:
> 
> 
> Setup 1) Axis2Client(LINUX 192.168.1.105) , Synapse/Axis2Server (WBOX
> 192.168.1.100:8280)
> In this case I think that Synapse gets the msgs but doesn't forward it
> properly to the Server
> 
> 

changed: respository\conf\synapse.xml

       <!-- filter source="get-property('To')"
regex="http://localhost:9000.*"; -->
        <filter source="get-property('To')"
regex="http://192.168.1.100:9000.*";>
            <!-- Send the messages where they have been sent (i.e. implicit
"To" EPR) -->
            <send/>
        </filter>

Got me a bit further but now I consistently see cksum errors on the LINUX
wireshark

1       0.000000        192.168.1.105   192.168.1.100   TCP     49192 > 
synapse-nhttp [SYN] Seq=0
Win=5840 Len=0 MSS=1460 TSV=95505801 TSER=0 WS=6
4       0.000500        192.168.1.100   192.168.1.105   TCP     synapse-nhttp > 
49192 [SYN, ACK]
Seq=0 Ack=1 Win=65535 Len=0 MSS=1460 WS=0 TSV=0 TSER=0
5       0.000536        192.168.1.105   192.168.1.100   TCP     49192 > 
synapse-nhttp [ACK] Seq=1
Ack=1 Win=5888 Len=0 TSV=95505802 TSER=0
6       0.106660        192.168.1.105   192.168.1.100   TCP     49192 > 
synapse-nhttp [PSH, ACK]
Seq=1 Ack=1 Win=5888 [TCP CHECKSUM INCORRECT] Len=183 TSV=95505908 TSER=0
7       0.106920        192.168.1.105   192.168.1.100   TCP     49192 > 
synapse-nhttp [PSH, ACK]
Seq=184 Ack=1 Win=5888 [TCP CHECKSUM INCORRECT] Len=481 TSV=95505908 TSER=0
8       0.107231        192.168.1.100   192.168.1.105   TCP     synapse-nhttp > 
49192 [ACK] Seq=1
Ack=665 Win=64871 Len=0 TSV=2039016 TSER=95505908
9       0.202697        192.168.1.100   192.168.1.105   TCP     synapse-nhttp > 
49192 [PSH, ACK]
Seq=1 Ack=665 Win=64871 Len=126 TSV=20390110
10 0.202751     192.168.1.105   192.168.1.100   TCP     49192 > synapse-nhttp 
[ACK]
Seq=665 Ack=127 Win=5888 Len=0 TSV=95506004 TSER=2039017TSER=95505908
11      0.202981        192.168.1.100   192.168.1.105   TCP     synapse-nhttp > 
49192 [PSH, ACK]
Seq=127 Ack=665 Win=64871 Len=5 TSV=2039017 TSER=95506004
12      0.203016        192.168.1.105   192.168.1.100   TCP     49192 > 
synapse-nhttp [ACK]
Seq=665 Ack=132 Win=5888 Len=0 TSV=95506004 TSER=2039017
13      0.258909        192.168.1.105   192.168.1.100   TCP     49192 > 
synapse-nhttp [RST, ACK]
Seq=665 Ack=132 Win=5888 Len=0 TSV=95506060 TSER=2039017


-- 
View this message in context: 
http://www.nabble.com/Howto-config-samples-Server%2CClient%2C-Synapse-to-run-on-3-machines-tp23679284p23679696.html
Sent from the Synapse - User mailing list archive at Nabble.com.

Reply via email to