I haven't setup my CVS client yet (btw, any recommendation on CVS windows client for Win2K? I downloaded a wincvs). So I downloaded the .tar.gz version from <http://cvs.apache.org/~vladimir/>. The build.bat created the jar file. However, when I tried to start the server, I couldn't find the startup.bat in the XINDICE_HOME directory. Tried to recycle the startup.bat from release 1.0, but got exception as following.
Does this mean, from now on, there is no longer a standalone version, or just I downloaded the wrong files, or I missed something? Lixin -------------------------- W:\study\cvs.xml-xindice>set classpath CLASSPATH=W:\study\cvs.xml-xindice\dist\xindice-1.1b.jar W:\study\cvs.xml-xindice>.\startup java -classpath "W:\study\cvs.xml-xindice\dist\xindice-1.1b.jar;C:\APPS\jakarta-ant-1.3\conf ig;W:\st udy\cvs.xml-xindice\java\lib\ant-1.5.1.jar;W:\study\cvs.xml-xindice\java\lib \commons-logging-1.0.1.j ar;W:\study\cvs.xml-xindice\java\lib\infozone-tools.jar;W:\study\cvs.xml-xin dice\java\lib\junit-3.8. 1.jar;W:\study\cvs.xml-xindice\java\lib\junit-addons-1.1.jar;W:\study\cvs.xm l-xindice\java\lib\junit perf-1.8.jar;W:\study\cvs.xml-xindice\java\lib\servlet.jar;W:\study\cvs.xml- xindice\java\lib\xalan-2 .4.0.jar;W:\study\cvs.xml-xindice\java\lib\xercesImpl-2.1.0.jar;W:\study\cvs .xml-xindice\java\lib\xm l-apis-1.0b3.jar;W:\study\cvs.xml-xindice\java\lib\xmldb-api-20021118.jar;W: \study\cvs.xml-xindice\j ava\lib\xmldb-api-sdk-20021118.jar;W:\study\cvs.xml-xindice\java\lib\xmldb-x update.jar;W:\study\cvs. xml-xindice\java\lib\xmlrpc-1.1.jar" -noverify org.apache.xindice.server.Xindice W:\study\cvs.xml-xi ndice\config\system.xml Exception in thread "main" java.lang.NoSuchMethodError: main W:\study\cvs.xml-xindice> -------------------------- -----Original Message----- From: James Bates [mailto:[EMAIL PROTECTED] Sent: Friday, November 22, 2002 2:22 AM To: [EMAIL PROTECTED] Subject: Re: Xindice structure I notice you're using the old "release" version of Xindice. I'd strongly recommend upgrading to the current CVS version, before attempting anything further... James On Thursday 21 November 2002 21:09, Lixin Meng wrote: > I used to be able to run Xindice on my machine (two days ago). All the > sudden, all commands will return 'ERROR:' as below. I couldn't find > anything from the log. Anyone has a clue where should I look into. > > I search this mail archive and found one reported a similar problem after > the machine was in standby mode. No answer except one asked if the machine > was using DHCP. Mine was not in standby mode. I do use DHCP though. After > the problem, I did try to reboot and even re-install the Xindice. > > Any help will be appreciated. > > Lixin > > > ------------------ client side --------------------------- > C:\>set CLASSPATH=W:\study\xml-xindice-1.0\java\lib\Xindice.jar > > C:\>xindiceadmin add_collection -c /db -n xyz > ERROR : > C:\> > ------------------ end of client side --------------------------- > > ------------------ server side --------------------------- > W:\study\xml-xindice-1.0>startup > java -classpath > "W:\study\xml-xindice-1.0\java\lib\Xindice.jar;C:\APPS\jakarta-ant-1.3\conf >i g;W:\stu > dy\xml-xindice-1.0\java\lib\ant-1.4.1.jar;W:\study\xml-xindice-1.0\java\lib >\ examples.jar;W:\study\xm > l-xindice-1.0\java\lib\infozone-tools.jar;W:\study\xml-xindice-1.0\java\lib >\ openorb-1.2.0.jar;W:\stu > dy\xml-xindice-1.0\java\lib\openorb_tools-1.2.0.jar;W:\study\xml-xindice-1. >0 \java\lib\xalan-2.0.1.ja > r;W:\study\xml-xindice-1.0\java\lib\xerces-1.4.3.jar;W:\study\xml-xindice-1 >. 0\java\lib\xindice.jar;W > > :\study\xml-xindice-1.0\java\lib\xml-apis-1.0.jar;W:\study\xml-xindice-1.0\ > :j > > ava\lib\xmldb-sdk.jar;W: > \study\xml-xindice-1.0\java\lib\xmldb-xupdate.jar;W:\study\xml-xindice-1.0\ >j ava\lib\xmldb.jar;C:\APP > S\j2sdk1.4.1_01\lib\tools.jar" -noverify > org.apache.xindice.core.server.Xindice W:\study\xml-xindice > -1.0\config\system.xml > > Xindice 1.0 (Birthday) > > Database: 'db' initializing > Script: 'GET' added to script storage > Service: 'db' started > Service: 'HTTPServer' started @ http://sanjose:4080/ > Service: 'APIService' started > > Server Running > ------------------ end of server side ---------------------------
