[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xmlblaster] get call debug help
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