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

Re: [xmlblaster] get call debug help



Chris Jones wrote:

Marcel,

I applied the changes you made to XmlKeyDom.java . Now I am seeing the following message:

Ok, is it possible that you use the <key> tag with upper case letters somewhere?
(I have changed now XmlKeyDom.java handle such an issue as well.)


Could you please type

  d dump.log

in xmlBlaster and send me privately the
dump.log file so i can see the key markup?

thanks

Marcel



[Apr 23, 2003 11:58:29 AM ESC[34;40mCALL ESC[0m XmlBlasterImpl-/node/djmproxy1] Entering get()
[Apr 23, 2003 11:58:29 AM ESC[34;40mCALL ESC[0m RequestBroker-/node/djmproxy1] Entering get(oid='null', queryType
='XPATH', query='*[((//sod/test/name='chris') and
(//sod/test/starttime/hour_time>=9))]') ...
[Apr 23, 2003 11:58:29 AM ESC[33;40mWARN ESC[0m XmlKeyDom.NoParentNode] no parent node found



And on the client side, receiving the exception :


errorCode=legacy message=no parent node found
at org.xmlBlaster.protocol.corba.CorbaDriver.convert(CorbaDriver.java:621)
at org.xmlBlaster.client.protocol.corba.CorbaConnection.get(CorbaConnection.java:828)
at org.xmlBlaster.client.protocol.XmlBlasterConnection.getRaw(XmlBlasterConnection.java:1869)
at org.xmlBlaster.client.protocol.XmlBlasterConnection.get(XmlBlasterConnection.java:1911)
at com.bbn.quo.dpasa.DjmStub.query(DjmStub.java:281)
at com.bbn.quo.dpasa.QuerySequenceDelegate.executeQuery(QuerySequenceDelegate.java:25)
at mil.af.rl.jbi.commonAPI.impl.jms.tests.query.QueryTest.main(QueryTest.java:174)
LOST connection to xmlBlaster
sending alert LOST connection to xmlBlaster



Any thoughts?


Chris



On Wed, 23 Apr 2003, Marcel Ruff wrote:



Chris Jones wrote:



Any clues as to why this get call is throwing this exception?



Hi,

seems to be a bug, i have tried to fix it.
It happens if you use the <xmlBlaster> tag in your
messages and do XPath queries on it i believe.

If you do a

 cvs checkout xmlBlaster
 build.sh delete
 build.sh all

you can try the fix.
Please notify us if it helped

best regards

Marcel



[Apr 23, 2003 9:37:35 AM ESC[34;40mCALL ESC[0m XmlBlasterImpl-/node/djmproxy1] Entering get()
[Apr 23, 2003 9:37:35 AM ESC[34;40mCALL ESC[0m RequestBroker-/node/djmproxy1] Entering get(oid='null', queryType=
'XPATH', query='*[((//sod/test/name='chris') and (//sod/test/starttime/hour_time>=9))]') ...
[Apr 23, 2003 9:37:35 AM ESC[33;40mWARN ESC[0m XmlKeyDom.NodeNotAllowed] <xmlBlaster> node not allowed
errorCode=legacy message=<xmlBlaster> node not allowed
at org.xmlBlaster.engine.xml2java.XmlKeyDom.getKeyOid(XmlKeyDom.java:181)
at org.xmlBlaster.engine.xml2java.XmlKeyDom.parseKeyOid(XmlKeyDom.java:152)
at org.xmlBlaster.engine.RequestBroker.queryMatchingKeys(RequestBroker.java:983)
at org.xmlBlaster.engine.RequestBroker.get(RequestBroker.java:850)
at org.xmlBlaster.engine.XmlBlasterImpl.get(XmlBlasterImpl.java:299)
at org.xmlBlaster.protocol.corba.ServerImpl.get(ServerImpl.java:207)
at org.xmlBlaster.protocol.corba.serverIdl.ServerPOA._invoke(ServerPOA.java:51)
at org.jacorb.poa.RequestProcessor.invokeOperation(RequestProcessor.java:207)
at org.jacorb.poa.RequestProcessor.process(RequestProcessor.java:404)
at org.jacorb.poa.RequestProcessor.run(RequestProcessor.java:513)
[Apr 23, 2003 9:37:35 AM ESC[31;40mERRORESC[0m XmlKeyDom] XmlBlasterException errorCode=[legacy] node=[djmproxy1]
location=[XmlKeyDom.NodeNotAllowed] message=[<xmlBlaster> node not allowed : ]




Thanks,

Chris