[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] XmlRpcException: Method ping not defined ?
Hello,
New to xmlBlaster, I am trying a few demos.
When running the demo in demo/c/xmlrpc/, the following error
message appeared on the xmlBlaster console
[May 15, 2003 9:38:54 PM WARN XmlBlasterException] \
Parsing exception string <org.apache.xmlrpc.XmlRpcException: \
Method ping not defined> failed: java.lang.IllegalArgumentException: \
ErrorCode: The given errorCode=org.apache.xmlrpc.XmlRpcException: \
Method ping not defined is unknown
- What is the problem?
The full logs of the xmlBlaster server and of the xmlrpc C demo
are in annexe (server.log, client.log). The corresponding line
in the log of the callbackServer (abyss_root/log/access.log) is:
129.194.17.16 - - [15/May/2003:22:38:54 +0200] \
"POST /RPC2 HTTP/1.1" 200 519
Also, after publishing the message, the client says
"Wait until callbackServer has received the response!"
- How does one know it happened?
Context:
% grep version server.log | head -1 | tr ',' '\012'
versionInfo=version=0.846
os.name=SunOS
os.version=5.9
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.4.0_03-b04
os.arch=sparc
build.timestamp=04/26/2003 01:21 AM
build.java.vendor=IBM Corporation
build.java.version=1.3.1
% uname -a
SunOS un2sun2 5.9 Generic_112233-03 sun4u sparc SUNW,Sun-Blade-100
% java -version
java version "1.4.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_03-b04)
Java HotSpot(TM) Client VM (build 1.4.0_03-b04, mixed mode)
% libwww-config --version
5.4.0
% xmlrpc-c-config --version
0.9.9
% gcc -v
Reading specs from /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Thanks in advance for your info!
Best regards,
Dominique
--
Mr Dominique Petitpierre Email: User at Domain
Division Informatique User=Dominique.Petitpierre
University of Geneva Domain=adm.unige.ch
java -jar lib/xmlBlaster.jar
Property: Loading xmlBlaster.properties from CLASSPATH file:/export/system/xmlBlaster/lib/xmlBlaster.jar!/xmlBlaster.properties
Property: No args array given.
Property: Added 0 property pairs
[May 15, 2003 9:38:18 PM INFO Global] Setting xmlBlaster instance name (-cluster.node.id) to 'http_129_194_17_16_3412'
[May 15, 2003 9:38:19 PM INFO SimpleSecuritySubject] Access for __RequestBroker_internal[http_129_194_17_16_3412] granted, without further checks.
[May 15, 2003 9:38:19 PM INFO SessionInfo-/node/http_129_194_17_16_3412/client/__RequestBroker_internal[http_129_194_17_16_3412]] Session lasts forever, requested expiry timer was 0
[May 15, 2003 9:38:19 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] Change request from run level HALTED to run level RUNNING ...
[May 15, 2003 9:38:19 PM WARN RequestBroker-/node/http_129_194_17_16_3412] Persistent and recoverable topics are switched of with '-useTopicStore false', topics are handled RAM based only.
[May 15, 2003 9:38:19 PM INFO SocketDriver-/node/http_129_194_17_16_3412] Started successfully socket driver on hostname=un2sun2 port=7607
[May 15, 2003 9:38:19 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] fireRunlevelEvent: run level '2' to '3' plugin 'protocol:SOCKET' loaded
JacORB V 1.4.50, www.jacorb.org
(C) Gerald Brose, FU Berlin/XTRADYNE Technologies, (CVS)
[ POA RootPOA - ready ]
[ POA xmlBlaster-POA - ready ]
[May 15, 2003 9:38:21 PM INFO CorbaDriver-/node/http_129_194_17_16_3412] Published AuthServer IOR on http://129.194.17.16:3412
[ Retrying to connect to 127.0.0.1:7608 ]
[May 15, 2003 9:38:21 PM WARN CorbaDriver-/node/http_129_194_17_16_3412.NoNameService] XmlBlasterException errorCode=[resource.configuration] node=[http_129_194_17_16_3412] location=[CorbaDriver-/node/http_129_194_17_16_3412.NoNameService] message=[No CORBA naming service found - start <xmlBlaster/bin/ns ns.ior> and specify <-ORBInitRef NameService=...> if you want one. : org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to 127.0.0.1:7608 vmcid: 0x0 minor code: 0 completed: No]
[May 15, 2003 9:38:21 PM INFO CorbaDriver-/node/http_129_194_17_16_3412] You don't need the naming service, i'll switch to builtin http IOR download
[May 15, 2003 9:38:21 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] fireRunlevelEvent: run level '2' to '3' plugin 'protocol:IOR' loaded
[May 15, 2003 9:38:21 PM INFO XmlRpcDriver-/node/http_129_194_17_16_3412] Started successfully XML-RPC driver, access url=http://un2sun2:8080/
[May 15, 2003 9:38:21 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] fireRunlevelEvent: run level '2' to '3' plugin 'protocol:XML-RPC' loaded
[May 15, 2003 9:38:21 PM INFO XmlBlasterSecurityManager] Using security policy file:/export/system/xmlBlaster/lib/xmlBlaster.jar!/xmlBlaster.policy, found it in your CLASSPATH.
[May 15, 2003 9:38:22 PM INFO RmiDriver-/node/http_129_194_17_16_3412] Started RMI registry on port 1099
[May 15, 2003 9:38:22 PM INFO RmiDriver-/node/http_129_194_17_16_3412] Bound authentication RMI server to registry with name 'rmi://un2sun2:1099/I_AuthServer'
[May 15, 2003 9:38:22 PM INFO RmiDriver-/node/http_129_194_17_16_3412] Bound xmlBlaster RMI server to registry with name 'rmi://un2sun2:1099/I_XmlBlaster'
[May 15, 2003 9:38:22 PM INFO RmiDriver-/node/http_129_194_17_16_3412] Started successfully RMI driver.
[May 15, 2003 9:38:22 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] fireRunlevelEvent: run level '2' to '3' plugin 'protocol:RMI' loaded
[May 15, 2003 9:38:22 PM INFO PropertyHandler-/node/http_129_194_17_16_3412] Property administration plugin is initialized
[May 15, 2003 9:38:22 PM INFO CoreHandler-/node/http_129_194_17_16_3412] Core administration plugin is initialized
[May 15, 2003 9:38:22 PM INFO MsgHandler-/node/http_129_194_17_16_3412] Message administration plugin is initialized
[May 15, 2003 9:38:22 PM INFO TelnetGateway1-/node/http_129_194_17_16_3412] Started remote console server for administration, try 'telnet 129.194.17.16 2702' to access it and type 'help'.
[May 15, 2003 9:38:22 PM INFO CommandManager-/node/http_129_194_17_16_3412] Administration manager is ready
[May 15, 2003 9:38:22 PM INFO PublishPluginManager-/node/http_129_194_17_16_3412] No plugins configured with 'MimePublishPlugin'
[May 15, 2003 9:38:22 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] Successful startup to run level STANDBY [ 3 sec 338 millis ]
[May 15, 2003 9:38:22 PM INFO JdbcDriver-/node/http_129_194_17_16_3412] Jdbc driver 'sun.jdbc.odbc.JdbcOdbcDriver' loaded.
[May 15, 2003 9:38:22 PM INFO JdbcDriver-/node/http_129_194_17_16_3412] Jdbc driver 'ORG.as220.tinySQL.dbfFileDriver' loaded.
[May 15, 2003 9:38:22 PM WARN JdbcDriver-/node/http_129_194_17_16_3412] Couldn't initialize driver <oracle.jdbc.driver.OracleDriver>, please check your CLASSPATH
[May 15, 2003 9:38:22 PM WARN JdbcDriver-/node/http_129_194_17_16_3412] Couldn't initialize driver <org.gjt.mm.mysql.Driver>, please check your CLASSPATH
[May 15, 2003 9:38:23 PM INFO JdbcDriver-/node/http_129_194_17_16_3412] Jdbc driver 'org.postgresql.Driver' loaded.
[May 15, 2003 9:38:23 PM WARN JdbcDriver-/node/http_129_194_17_16_3412] Couldn't initialize driver <de.sag.jdbc.adabasd.ADriver>, please check your CLASSPATH
[May 15, 2003 9:38:23 PM WARN JdbcDriver-/node/http_129_194_17_16_3412] Couldn't initialize driver <com.sybase.jdbc2.jdbc.SybDriver>, please check your CLASSPATH
[May 15, 2003 9:38:23 PM WARN HtPasswd] Security risk, no access control: The passwd file is switched off with 'Security.Server.Plugin.htpasswd.secretfile=NONE'
[May 15, 2003 9:38:23 PM WARN RequestBroker-/node/http_129_194_17_16_3412] Cluster manager is not ready, handling message '__sys__UserList' locally
[May 15, 2003 9:38:23 PM INFO XmlKey] DOM parsed the XmlKey __sys__UserList
[May 15, 2003 9:38:23 PM INFO TopicHandler-/node/http_129_194_17_16_3412/topic/__sys__UserList] New topic is ready, history/maxEntries=2, persistence/msgUnitStore/maxEntries=100000000
[May 15, 2003 9:38:23 PM INFO DeliveryConnection-callback:/node/http_129_194_17_16_3412/client/__sys__jdbc/-1] Connection transition UNDEF -> ALIVE: Success, callback:/node/http_129_194_17_16_3412/client/__sys__jdbc/-1 connected.
[May 15, 2003 9:38:23 PM INFO SessionInfo-/node/http_129_194_17_16_3412/client/__sys__jdbc/-1] Session lasts forever, requested expiry timer was 0
[May 15, 2003 9:38:23 PM WARN RequestBroker-/node/http_129_194_17_16_3412] Cluster manager is not ready, handling message '__sys__Login' locally
[May 15, 2003 9:38:23 PM INFO XmlKey] DOM parsed the XmlKey __sys__Login
[May 15, 2003 9:38:23 PM INFO TopicHandler-/node/http_129_194_17_16_3412/topic/__sys__Login] New topic is ready, history/maxEntries=2, persistence/msgUnitStore/maxEntries=100000000
[May 15, 2003 9:38:23 PM INFO Authenticate-/node/http_129_194_17_16_3412] Successful login for client /node/http_129_194_17_16_3412/client/__sys__jdbc/-1, session lasts forever, 1 of 10 sessions are in use.
[May 15, 2003 9:38:23 PM INFO JdbcDriver-/node/http_129_194_17_16_3412] Started successfully JDBC driver with loginName=__sys__jdbc
[May 15, 2003 9:38:23 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] fireRunlevelEvent: run level '3' to '4' plugin 'protocol:JDBC' loaded
[May 15, 2003 9:38:23 PM INFO RoundRobin-http_129_194_17_16_3412] Round robin load balancer is initialized
Property: Added 118 property pairs
[May 15, 2003 9:38:23 PM INFO ClusterManager-/node/http_129_194_17_16_3412] Initialized and ready
[May 15, 2003 9:38:23 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] Successful startup to run level CLEANUP [ 4 sec 353 millis ]
[May 15, 2003 9:38:23 PM INFO RunlevelManager-/node/http_129_194_17_16_3412] Successful startup to run level RUNNING [ 4 sec 356 millis ]
[May 15, 2003 9:38:23 PM INFO Main-/node/http_129_194_17_16_3412] Total memory allocated = 3.760 MBytes. Free memory available = 1.603 MBytes.
[May 15, 2003 9:38:23 PM INFO Main-/node/http_129_194_17_16_3412] oooooooooooooooooooooooooooooooooooooooooooooo
[May 15, 2003 9:38:23 PM INFO Main-/node/http_129_194_17_16_3412] o xmlBlaster 0.846 build 04/26/2003 01:21 AM o
[May 15, 2003 9:38:23 PM INFO Main-/node/http_129_194_17_16_3412] o READY - press <?> and <enter> for options o
[May 15, 2003 9:38:23 PM INFO Main-/node/http_129_194_17_16_3412] oooooooooooooooooooooooooooooooooooooooooooooo
# end of initialisation
# start of client interaction, first part:
[May 15, 2003 9:38:54 PM WARN XmlBlasterException] Parsing exception string <org.apache.xmlrpc.XmlRpcException: Method ping not defined> failed: java.lang.IllegalArgumentException: ErrorCode: The given errorCode=org.apache.xmlrpc.XmlRpcException: Method ping not defined is unknown
[May 15, 2003 9:38:54 PM WARN MsgErrorHandler-/node/http_129_194_17_16_3412/client/ben/-2] Callback server is lost, killing login session of client callback:/node/http_129_194_17_16_3412/client/ben/-2: XmlBlasterException node=[http_129_194_17_16_3412] location=[CallbackXmlRpcDriver]
errorCode=internal.illegalArgument message=org.apache.xmlrpc.XmlRpcException: Method ping not defined
stackTrace=errorCode=internal.illegalArgument message=org.apache.xmlrpc.XmlRpcException: Method ping not defined
at org.xmlBlaster.util.XmlBlasterException.parseToString(XmlBlasterException.java:421)
at org.xmlBlaster.client.protocol.xmlrpc.XmlRpcConnection.extractXmlBlasterException(XmlRpcConnection.java:555)
at org.xmlBlaster.protocol.xmlrpc.CallbackXmlRpcDriver.ping(CallbackXmlRpcDriver.java:209)
at org.xmlBlaster.engine.dispatch.CbDeliveryConnection.connectLowlevel(CbDeliveryConnection.java:91)
at org.xmlBlaster.util.dispatch.DeliveryConnection.initialize(DeliveryConnection.java:107)
at org.xmlBlaster.util.dispatch.DeliveryConnectionsHandler.initialize(DeliveryConnectionsHandler.java:143)
at org.xmlBlaster.util.dispatch.DeliveryManager.<init>(DeliveryManager.java:115)
at org.xmlBlaster.authentication.SessionInfo.<init>(SessionInfo.java:144)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:313)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:146)
at org.xmlBlaster.protocol.xmlrpc.AuthenticateImpl.login(AuthenticateImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.xmlrpc.Invoker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
errorCode=user.update.error message=XmlRpc callback ping - got exception from client
at org.xmlBlaster.protocol.xmlrpc.CallbackXmlRpcDriver.ping(CallbackXmlRpcDriver.java:210)
at org.xmlBlaster.engine.dispatch.CbDeliveryConnection.connectLowlevel(CbDeliveryConnection.java:91)
at org.xmlBlaster.util.dispatch.DeliveryConnection.initialize(DeliveryConnection.java:107)
at org.xmlBlaster.util.dispatch.DeliveryConnectionsHandler.initialize(DeliveryConnectionsHandler.java:143)
at org.xmlBlaster.util.dispatch.DeliveryManager.<init>(DeliveryManager.java:115)
at org.xmlBlaster.authentication.SessionInfo.<init>(SessionInfo.java:144)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:313)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:146)
at org.xmlBlaster.protocol.xmlrpc.AuthenticateImpl.login(AuthenticateImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.xmlrpc.Invoker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
versionInfo=version=0.846,os.name=SunOS,os.version=5.9,java.vm.vendor=Sun Microsystems Inc.,java.vm.version=1.4.0_03-b04,os.arch=sparc,build.timestamp=04/26/2003 01:21 AM,build.java.vendor=IBM Corporation,build.java.version=1.3.1
errorCode description=The remote connection is not established and we have given up to poll for it.
[May 15, 2003 9:38:54 PM WARN Authenticate-/node/http_129_194_17_16_3412.AccessDenied] SessionId 'sessionId:129.194.17.16-null-1053027534685-673447606-3' is invalid, no access to xmlBlaster.
[May 15, 2003 9:38:54 PM ERROR MsgErrorHandler-/node/http_129_194_17_16_3412/client/ben/-2] PANIC: givingUpDelivery error handling failed, 0 messages are lost: XmlBlasterException node=[http_129_194_17_16_3412] location=[CallbackXmlRpcDriver]
errorCode=internal.illegalArgument message=org.apache.xmlrpc.XmlRpcException: Method ping not defined
stackTrace=errorCode=internal.illegalArgument message=org.apache.xmlrpc.XmlRpcException: Method ping not defined
at org.xmlBlaster.util.XmlBlasterException.parseToString(XmlBlasterException.java:421)
at org.xmlBlaster.client.protocol.xmlrpc.XmlRpcConnection.extractXmlBlasterException(XmlRpcConnection.java:555)
at org.xmlBlaster.protocol.xmlrpc.CallbackXmlRpcDriver.ping(CallbackXmlRpcDriver.java:209)
at org.xmlBlaster.engine.dispatch.CbDeliveryConnection.connectLowlevel(CbDeliveryConnection.java:91)
at org.xmlBlaster.util.dispatch.DeliveryConnection.initialize(DeliveryConnection.java:107)
at org.xmlBlaster.util.dispatch.DeliveryConnectionsHandler.initialize(DeliveryConnectionsHandler.java:143)
at org.xmlBlaster.util.dispatch.DeliveryManager.<init>(DeliveryManager.java:115)
at org.xmlBlaster.authentication.SessionInfo.<init>(SessionInfo.java:144)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:313)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:146)
at org.xmlBlaster.protocol.xmlrpc.AuthenticateImpl.login(AuthenticateImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.xmlrpc.Invoker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
errorCode=user.update.error message=XmlRpc callback ping - got exception from client
at org.xmlBlaster.protocol.xmlrpc.CallbackXmlRpcDriver.ping(CallbackXmlRpcDriver.java:210)
at org.xmlBlaster.engine.dispatch.CbDeliveryConnection.connectLowlevel(CbDeliveryConnection.java:91)
at org.xmlBlaster.util.dispatch.DeliveryConnection.initialize(DeliveryConnection.java:107)
at org.xmlBlaster.util.dispatch.DeliveryConnectionsHandler.initialize(DeliveryConnectionsHandler.java:143)
at org.xmlBlaster.util.dispatch.DeliveryManager.<init>(DeliveryManager.java:115)
at org.xmlBlaster.authentication.SessionInfo.<init>(SessionInfo.java:144)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:313)
at org.xmlBlaster.authentication.Authenticate.connect(Authenticate.java:146)
at org.xmlBlaster.protocol.xmlrpc.AuthenticateImpl.login(AuthenticateImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.xmlrpc.Invoker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
versionInfo=version=0.846,os.name=SunOS,os.version=5.9,java.vm.vendor=Sun Microsystems Inc.,java.vm.version=1.4.0_03-b04,os.arch=sparc,build.timestamp=04/26/2003 01:21 AM,build.java.vendor=IBM Corporation,build.java.version=1.3.1
errorCode description=The remote connection is not established and we have given up to poll for it.
: errorCode=user.security.authentication.accessDenied message=Your secretSessionId is invalid, no access to http_129_194_17_16_3412.
[May 15, 2003 9:38:54 PM INFO Authenticate-/node/http_129_194_17_16_3412] Successful login for client /node/http_129_194_17_16_3412/client/ben/-2, session expires after [ 24 h 0 millis ], 1 of 10 sessions are in use.
[May 15, 2003 9:38:55 PM INFO XmlKey] DOM parsed the XmlKey PIB_REQUEST
[May 15, 2003 9:38:55 PM INFO TopicHandler-/node/http_129_194_17_16_3412/topic/PIB_REQUEST] New topic is ready, history/maxEntries=10, persistence/msgUnitStore/maxEntries=100000000
# second part of client interaction
[May 15, 2003 9:39:09 PM INFO Authenticate-/node/http_129_194_17_16_3412] Sleeping cb.disconnect.pending.sleep=1000 millis in disconnect(/node/http_129_194_17_16_3412/client/ben/-2) to deliver 1 pending messages ...
[May 15, 2003 9:39:10 PM INFO Authenticate-/node/http_129_194_17_16_3412] Disconnecting client /node/http_129_194_17_16_3412/client/ben/-2, instanceId=-2, secretSessionId=sessionId:129.194.17.16-null-1053027534685-673447606-3
[May 15, 2003 9:39:10 PM INFO XmlKey] DOM parsed the XmlKey __sys__Logout
[May 15, 2003 9:39:10 PM INFO TopicHandler-/node/http_129_194_17_16_3412/topic/__sys__Logout] New topic is ready, history/maxEntries=2, persistence/msgUnitStore/maxEntries=100000000
[May 15, 2003 9:39:10 PM INFO SubjectInfo-3-/node/http_129_194_17_16_3412/client/ben] Destroying SubjectInfo /node/http_129_194_17_16_3412/client/ben. Nobody is logged in and no queue entries available
[May 15, 2003 9:39:10 PM WARN RamQueuePlugin-callback:/node/http_129_194_17_16_3412/client/ben/-2] Shutting down topic cache which contains 1 messages
[May 15, 2003 9:39:10 PM INFO Authenticate-/node/http_129_194_17_16_3412] loginNameSubjectInfoMap has 2 entries and sessionInfoMap has 1 entries
./client -xmlrpc.serverUrl http://un2sun2:8080/ -xmlrpc.cbUrl http://un2sun2:8081/RPC2 -loginName ben -passwd secret -dest ben -msgFile hello.xml
-------------------------------------------
Hello as C XmlRpc client for xmlBlaster ...
Login to http://un2sun2:8080/ as user ben ...
Login success, got sessionId=sessionId:129.194.17.16-null-1053027534685-673447606-3
publish PIB_REQUEST to ben ...
Key=<key oid='PIB_REQUEST' contentMime='text/xml'/> Qos=<qos><destination queryType='EXACT'>ben</destination></qos>
Publish success, return value is
<qos>
<key oid='PIB_REQUEST'/>
<rcvTimestamp nanos='1053027535061000000'/>
</qos>
Wait until callbackServer has received the response!
Than hit a key to logout ...
Logout from http://un2sun2:8080/ as user ben, sessionId=sessionId:129.194.17.16-null-1053027534685-673447606-3 ...
Logout success, got '<qos><state id='OK'/></qos>'
Successful communicated with xmlBlaster.
-------------------------------------------