Closed GoogleCodeExporter closed 9 years ago
It appears that although a connection attempt is made, XML content is not being
transmitted by the client in a contiguous manner. Instead, individual
characters of
the stream are transmitted in multiple packets, only to be interrupted by some
malformed fragments of "complete" XML streams.
Attached is a packet trace in libpcap format of the traffic produced by the
client,
exhibiting this presumably incorrect behaviour.
Original comment by tyson....@gmail.com
on 24 Jul 2009 at 3:56
Attachments:
I had the same problem on Ubuntu and it turned out I was trying to connect to
the
wrong port. Basically I was trying to connect to the XMMP server directly:
this is my configuration:
java -jar dist/fedone-0.2.jar \
--client_frontend_hostname=127.0.0.1 \
--client_frontend_port=9876 \
--xmpp_component_name=wave \
--xmpp_server_hostname=$XMPP_SERVER_HOSTNAME \
--xmpp_server_ip=$XMPP_SERVER_IP \
--xmpp_server_port=5275 \
--xmpp_server_secret $XMPP_SERVER_SECRET \
--xmpp_server_ping="" \
--certificate_private_key=$PRIVATE_KEY_FILENAME \
--certificate_files=$CERTIFICATE_FILENAME_LIST \
--certificate_domain=$CERTIFICATE_DOMAIN_NAME \
--waveserver_disable_verification=true
and I have to connect to 9876
Original comment by sorin7...@gmail.com
on 9 Aug 2009 at 12:14
I will close this soon, any thoughts?
Original comment by btkalman@gmail.com
on 27 Aug 2009 at 8:26
Closing. File another bug if this occurs again.
Original comment by btkalman@gmail.com
on 29 Aug 2009 at 2:08
Original issue reported on code.google.com by
tyson....@gmail.com
on 22 Jul 2009 at 1:24