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

Can u look into this



                  I know you are quite busy, Can please spend little time to answer my question.
 
Here is My question.
 
1.I run the PublishFile example as follows in the Command Prompt
 
 
C:\>java org.xmlBlaster.client.feeder.PublishFile -content Hello-key.xml -k Hello-Key.xml -q Hello-Qos.xml

Property: filenName=xmlBlaster.properties, scanSystemProperties=true, args=[6],replaceVariables=true
Property: Loading xmlBlaster.properties from directory C:\
Property: Loaded file xmlBlaster.properties
Property: Replacing 'Persistence.Path=${user.home}${file.separator}tmp' to 'C:\Documents and Settings\ecwlogon\tmp'
Aug 8, 2001 12:55:20 PM INFO  Log: XmlBlaster logging subsystem configured
Aug 8, 2001 12:55:20 PM INFO  Log: XmlBlaster logging switched
Aug 8, 2001 12:55:21 PM INFO  XmlBlasterConnection: Using 'client.protocol=IOR'  to access xmlBlaster
Aug 8, 2001 12:55:22 PM INFO  CorbaConnection-PublishFile: Accessing xmlBlaster
AuthServer IOR using builtin http connection, host 192.168.0.25 and port 7609[ New connection to 192.168.0.25:1651 ]
Aug 8, 2001 12:55:22 PM INFO  PublishFile: Success: Publishing done, returned message oid=india [ 40 millis ]
[ Closing connection to 192.168.0.25:1651 ]
Aug 8, 2001 12:55:22 PM INFO  PublishFile: Good bye
Total memory allocated = 2.31 MBytes. Free memory available = 1.529 MBytes.
No errors/warnings were reported
 
after that I run the SubscribeMessage example in the command prompt
 
C:\>java org.xmlBlaster.client.reader.SubscribeMessage -name Murali -oid india
Property: filenName=xmlBlaster.properties, scanSystemProperties=true, args=[4],replaceVariables=true
Property: Loading xmlBlaster.properties from directory C:\
Property: Loaded file xmlBlaster.properties
Property: Replacing 'Persistence.Path=${user.home}${file.separator}tmp' to 'C:\Documents and Settings\ecwlogon\tmp'
Aug 8, 2001 12:56:18 PM INFO  Log: XmlBlaster logging subsystem configured
Aug 8, 2001 12:56:18 PM INFO  Log: XmlBlaster logging switched
Aug 8, 2001 12:56:18 PM INFO  XmlBlasterConnection: Using 'client.protocol=IOR' to access xmlBlaster
[ POA RootPOA - ready ]
Aug 8, 2001 12:56:19 PM INFO  CorbaCallbackServer-Murali: Success, created CORBA  callback server for Murali
Aug 8, 2001 12:56:19 PM INFO  CorbaConnection-Murali: Accessing xmlBlaster AuthServer IOR using builtin http connection, host 192.168.0.25 and port 7609
[ New connection to 192.168.0.25:1651 ]
Aug 8, 2001 12:56:19 PM INFO  SubscribeMessage: Subscribed to [india], subscriptionId=india
[ Accepted connection from 192.168.0.25:1663 ]
[ POA RootPOA - rid: -1 oid: 00 10 28 3F 39 3E 36 02 01 2A 07  opname: update -invocation: throwable was thrown ]
[ POA RootPOA - rid: -1 oid: 00 10 28 3F 39 3E 36 02 01 2A 07  opname: update -invocation: throwable was thrown ]
[ POA RootPOA - rid: -1 oid: 00 10 28 3F 39 3E 36 02 01 2A 07  opname: update -invocation: throwable was thrown ]
[ POA RootPOA - rid: -1 oid: 00 10 28 3F 39 3E 36 02 01 2A 07  opname: update -invocation: throwable was thrown ]
[ POA RootPOA - rid: -1 oid: 00 10 28 3F 39 3E 36 02 01 2A 07  opname: update -invocation: throwable was thrown ]
[ POA RootPOA - rid: -1 oid: 00 10 28 3F 39 3E 36 02 01 2A 07  opname: update -invocation: throwable was thrown ]
############################ StackTrace ############################
############################ StackTrace ############################
############################ StackTrace ############################
############################ StackTrace ############################
############################ StackTrace ############################
############################ StackTrace ############################
java.lang.NoSuchMethodError
        at org.xmlBlaster.util.SaxHandlerBase.parse(SaxHandlerBase.java:88)
        at org.xmlBlaster.util.SaxHandlerBase.init(SaxHandlerBase.java:70)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:56)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:101)
        at org.xmlBlaster.client.protocol.corba.CorbaCallbackServer.update(CorbaCallbackServer.java:165)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOATie.update(BlasterCallbackPOATie.java:40)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOA._invoke(BlasterCallbackPOA.java:41)
        at jacorb.poa.RequestProcessor.invokeOperation(RequestProcessor.java:206)
        at jacorb.poa.RequestProcessor.process(RequestProcessor.java:401)
        at jacorb.poa.RequestProcessor.run(RequestProcessor.java:510)
java.lang.NoSuchMethodError
        at org.xmlBlaster.util.SaxHandlerBase.parse(SaxHandlerBase.java:88)
        at org.xmlBlaster.util.SaxHandlerBase.init(SaxHandlerBase.java:70)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:56)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:101)
        at org.xmlBlaster.client.protocol.corba.CorbaCallbackServer.update(CorbaCallbackServer.java:165)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOATie.update(BlasterCallbackPOATie.java:40)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOA._invoke(BlasterCallbackPOA.java:41)
        at jacorb.poa.RequestProcessor.invokeOperation(RequestProcessor.java:206)
        at jacorb.poa.RequestProcessor.process(RequestProcessor.java:401)
        at jacorb.poa.RequestProcessor.run(RequestProcessor.java:510)
java.lang.NoSuchMethodError
        at org.xmlBlaster.util.SaxHandlerBase.parse(SaxHandlerBase.java:88)
        at org.xmlBlaster.util.SaxHandlerBase.init(SaxHandlerBase.java:70)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:56)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:101)
        at org.xmlBlaster.client.protocol.corba.CorbaCallbackServer.update(CorbaCallbackServer.java:165)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOATie.update(BlasterCallbackPOATie.java:40)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOA._invoke(BlasterCallbackPOA.java:41)
        at jacorb.poa.RequestProcessor.invokeOperation(RequestProcessor.java:206)
        at jacorb.poa.RequestProcessor.process(RequestProcessor.java:401)
        at jacorb.poa.RequestProcessor.run(RequestProcessor.java:510)
java.lang.NoSuchMethodError
        at org.xmlBlaster.util.SaxHandlerBase.parse(SaxHandlerBase.java:88)
        at org.xmlBlaster.util.SaxHandlerBase.init(SaxHandlerBase.java:70)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:56)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:101)
        at org.xmlBlaster.client.protocol.corba.CorbaCallbackServer.update(CorbaCallbackServer.java:165)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOATie.update(BlasterCallbackPOATie.java:40)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOA._invoke(BlasterCallbackPOA.java:41)
        at jacorb.poa.RequestProcessor.invokeOperation(RequestProcessor.java:206)
        at jacorb.poa.RequestProcessor.process(RequestProcessor.java:401)
        at jacorb.poa.RequestProcessor.run(RequestProcessor.java:510)
java.lang.NoSuchMethodError
        at org.xmlBlaster.util.SaxHandlerBase.parse(SaxHandlerBase.java:88)
        at org.xmlBlaster.util.SaxHandlerBase.init(SaxHandlerBase.java:70)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:56)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:101)
        at org.xmlBlaster.client.protocol.corba.CorbaCallbackServer.update(CorbaCallbackServer.java:165)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOATie.update(BlasterCallbackPOATie.java:40)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOA._invoke(BlasterCallbackPOA.java:41)
        at jacorb.poa.RequestProcessor.invokeOperation(RequestProcessor.java:206)
        at jacorb.poa.RequestProcessor.process(RequestProcessor.java:401)
        at jacorb.poa.RequestProcessor.run(RequestProcessor.java:510)
java.lang.NoSuchMethodError
        at org.xmlBlaster.util.SaxHandlerBase.parse(SaxHandlerBase.java:88)
        at org.xmlBlaster.util.SaxHandlerBase.init(SaxHandlerBase.java:70)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:56)
        at org.xmlBlaster.client.protocol.AbstractCallbackExtended.update(AbstractCallbackExtended.java:101)
        at org.xmlBlaster.client.protocol.corba.CorbaCallbackServer.update(CorbaCallbackServer.java:165)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOATie.update(BlasterCallbackPOATie.java:40)
        at org.xmlBlaster.protocol.corba.clientIdl.BlasterCallbackPOA._invoke(BlasterCallbackPOA.java:41)
        at jacorb.poa.RequestProcessor.invokeOperation(RequestProcessor.java:206)
        at jacorb.poa.RequestProcessor.process(RequestProcessor.java:401)
        at jacorb.poa.RequestProcessor.run(RequestProcessor.java:510)
####################################################################
####################################################################
####################################################################
####################################################################
####################################################################
####################################################################
 
 
2. Do I need to run the subscribe before PublishFile ?
3. What are the client side requirements to subscribe message i.e what I need to load client side?