Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] fire-xquery | FileNotFoundException

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Anoop kumar V <anoopkumarv AT gmail.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] fire-xquery | FileNotFoundException
  • Date: Sat, 24 Dec 2005 15:43:35 -0500

Hi All,

I have just downloaded nux and am learning the ropes of how to use it. I
read some things about XQuery and I think it will help in my work a lot.
But when I try to run the fire-xquery utility from the command prompt I keep
getting this error - I have tried various combinations - like running it
from under samples/data. Adding fire-xquery.bat to my path env variable etc
etc... but I have not been able to get this to work...

C:\tools\nux\bin>fire-xquery --debug --query='{count(//*)}'
..\samples\data\*.xml
Oopsla: java.io.FileNotFoundException: '{count(\*)}' (The system cannot find
the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at nux.xom.pool.XQueryFactory.createXQuery(XQueryFactory.java:140)
at nux.xom.pool.XQueryPool.getXQuery(XQueryPool.java:190)
at nux.xom.tests.XQueryCommand.run(XQueryCommand.java:538)
at nux.xom.tests.CmdLineProgram.doMain(CmdLineProgram.java:62)
at nux.xom.tests.XQueryCommand.main(XQueryCommand.java:132)

Can somebody help me by pointing out what I am doing wrong??

I hope this is the right mailing list - coz nux itself did not have one. If
not please redirect me to the right mailing list.

--
Thanks and best regards,
Anoop




Archive powered by MHonArc 2.6.24.

Top of Page