You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Ivo <iv...@cic.ua.pt> on 2003/06/29 20:39:14 UTC

Some questions

Hi!!!

 

This time I'm having several questions, I would appreciate some help :-)

The scenario is WinXP, xindice 1.1b daily cvs updated, and jdk1.4.

 

1.	xindice starts with the following error

18:21:01.472 EVENT  Checking Resource aliases

18:21:02.393 EVENT  Starting Jetty/4.2.8

18:21:02.854 EVENT  Incomplete File Classpath
"C:\temp\Jetty__8888__Xindice\lib\Jetty-37468.jar;C:\temp\Jetty__8888__X
indice\lib\Jetty-37469.jar;C:\temp\Jetty__8888__Xindice\lib\Jetty-37470.
jar;C:\temp\Jetty__8888__Xindice\lib\Jetty-37471.jar;C:\temp\Jetty__8888
__Xindice\lib\Jetty-37472.jar;C:\temp\

Jetty__8888__Xindice\lib\Jetty-37473.jar;C:\temp\Jetty__8888__Xindice\li
b\Jetty-37474.jar;C:\temp\Jetty__8888__Xindice\lib\Jetty-37475.jar"
derived from URL path
"jar:file:/C:/xindice/dist/xindice-1.1b.war!/WEB-INF/classes/,file:/C:/T
emp/Jetty__8888__Xindice/lib/Jetty-37468.jar,file:/C:/Temp/Jetty__

8888__Xindice/lib/Jetty-37469.jar,file:/C:/Temp/Jetty__8888__Xindice/lib
/Jetty-37470.jar,file:/C:/Temp/Jetty__8888__Xindice/lib/Jetty-37471.jar,
file:/C:/Temp/Jetty__8888__Xindice/lib/Jetty-37472.jar,file:/C:/Temp/Jet
ty__8888__Xindice/lib/Jetty-37473.jar,file:/C:/Temp/Jetty__8888__Xindice
/lib/Jetty-3

7474.jar,file:/C:/Temp/Jetty__8888__Xindice/lib/Jetty-37475.jar"

 

2.	xindice shutdown command does not appear to work in this
version;
3.	I created collections, putted some files in it, and shutted down
xindice. Next i started xindice and wanted to list the created
collections but xindice does not know about them but they exist in
filesystem (folder and files exist);
4.	Every command run against xindice reports dozens of lines of
debug information. Is that correct or, how can I stop it?
5.	I get an error in every xpath query (with this sequence of
commands):

xindice ac -l -c /db -n test [OK]

xindice ad -l -c /db/test -f c:\xindice\bin\parts.xml -n parts [OK]

xindice xpath -l -c /db/test -q /parts/part[@sku="101"] [Query Error] 

 

with parts.xml file as:

<?xml version="1.0"?>

<parts>

   <part sku="101">

      <desc>Ball Bearing</desc>

      <maker>S.K.F.</maker>

      <instock>Yes</instock>

      <price>$20.00</price>

   </part>

   <part sku="102">

      <desc>Gasket</desc>

      <maker>A.B.C.</maker>

      <instock>Yes</instock>

      <price>$2.00</price>

   </part>

</parts>