[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster-devel] Re: persistant connection



On Mon, 28 Feb 2005 12:49:12 +0100, eClaire <eclaire.1608 at gmail.com> wrote:
> I send a message yesterday but it didn't passed. Here it is:
> 
> Hello,
> 
> I have some problem with xmlBlaster. I want to set a persistent connection and
> xmlBlaster shutdown the server:
> 
> WARN [MsgErrorHandler-/node/xmlBlaster_10_51_102_255_3412/client/madjonk/-2]
> Callback server is lost, killing login session of client
> callback:/node/xmlBlaster_10_51_102_255_3412/client/madjonk/-2:
> XmlBlasterException errorCode=[communication.noConnection.dead]
> serverSideException=true location=[CallbackCorbaDriver] message=[#1.0 CORBA
> callback ping failed : org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't
> reconnect to 10.51.102.255:3264  vmcid: 0x0  minor code: 0  completed: No] [See
> URL
> http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.errorcodes.listing.html#communication.noConnection.dead]
> 
> I wrote this :
> 
> ConnectQos qos = new ConnectQos(glob);
> qos.setPersistent(true);
> qos.setRefreshSession(true);
> 
> I have 2 applications A and B. B have to be always connected. Application A send
> message to B , and B return some results.
> But it does'nt work. I have always the error message from xmlBlaster. Maybe it
> is the wrong command. if someone can help me it will be nice !
> 
> Regards.
>