Marcel Ruff
Sat, 05 Aug 2006 10:10:01 -0700
OK, should be fixed now. Please get the newest from svn, regards Marcel Marcel Ruff wrote:
chris lau wrote:After some further investigation, it looks like the server is trying to ping theclient, but the client doesn't respond. Here is the message:WARNING: Connection transition ALIVE -> POLLING: socket://192.168.219.82:7607 is unaccessible, we poll for it every 5000 msec: errorCode=communication.noConnection message=#15428 ping : errorCode=communication.responseTimeout message=#15428 Timeout of 60000 milliseconds occured when waiting on ping(dummyLoginName:1154755673203000000) response. You can change it with-plugin/socket/pingResponseTimeout <millis>Since I set the receive method to block until a message is received, how would the client be ableto respond to pings from the server? Any help would be appreciated.Yes exactly, this open issue (when the client side ping is switched on) will be fixed the next days,regards Marcel--- chris lau <[EMAIL PROTECTED]> wrote:Hi,I'm a little confused on where the problem lies. I quickly wrote a simple test program whichcalls the Receive method. The actual command looks like this: msgs = con.receive ("client/"+userName, 1, -1, true);So that means I want only 1 message and wait forever until I get it and remove it from the queue when received. Now, I published a message and the receive successfully got the message. I thenranthe program again and this time I didn't publish a message to see if it would really waitforever... but after a while, I got this message:XmlBlasterException errorCode=[user.configuration] serverSideException=false location=[ClientDispatchConnectionsHandler-connection:client/client1/1] message=[#15428 Synchronous GET on oid='__cmd:client/client1/?subjectQueueEntries' is not possible inoffline/polling mode. See'http://www.xmlBlaster.org/xmlBlaster/doc/requirements/client.failsafe.html' for more details. :] [See URLhttp://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.errorcodes.listing.html#user.configuration]I'm not sure what this message means but does it have anything to do with my connection settingsbefore calling receive? Thanks. __________________________________________________ Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com__________________________________________________ Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com