Hello All I have shifted my project from dbxml to xindice. I have updated the environment variables as mentioned in the docs file. The xindice server starts with no error, but after that for any command given(even for shutdown), it gives the following error.
C:\xindice>xindiceadmin shutdown -c /db Exception in thread "main" java.lang.NoClassDefFoundError: ;c:\xindice\java\lib\xerces-1/4/3/jar;c:\xindice\java\lib\xalan-2/0/1/jar;;\ config;c:\xindice\ja va\lib\ant-1/4/1/jar;c:\xindice\java\lib\examples/jar;c:\xindice\java\lib\in fozone-tools/jar;c:\xindice\java\lib\openorb-1/2/0/jar;c:\xindice\java\lib\o pen orb_tools-1/2/0/jar;c:\xindice\java\lib\xalan-2/0/1/jar;c:\xindice\java\lib\ xerces-1/4/3/jar;c:\xindice\java\lib\xindice/jar;c:\xindice\java\lib\xml-api s-1 /0/jar;c:\xindice\java\lib\xmldb-sdk/jar;c:\xindice\java\lib\xmldb-xupdate/j ar;c:\xindice\java\lib\xmldb/jar;c:\jdk1/3\lib\tools/jar C:\xindice> The classpath variable is set with the 5 jars as stated in docs file: .;c:\xindice\java\lib\xindice.jar;c:\xindice\java\lib\xmldb.jar;c:\xindice\j ava\openorb-1.2.0.jar ;c:\xindice\java\lib\xerces-1.4.3.jar;c:\xindice\java\lib\xalan-2.0.1.jar; The path also includes the c:/xindice/bin and the home for xindice is also set as HOME_XINDICE = c:\xindice Have I left something out? Need your help. Thanks
