Re: Problem starting server 1.1b4

Vadim Gritsenko <[email protected]> Mon, 23 Apr 2007 17:06:04 -0400
Newsgroups gmane.text.xml.xindice.user
Message-ID <[email protected]>
Christoph Pahre wrote:
> Hallo,
> 
> i'm running xindice 1.0 without problems. now i wanted to install 1.1b4 and i'm stuck. how do i start the server?

Christoph,

This depends on what release download you are using. For example, 
xml-xindice-1.1b4-jar and xml-xindice-1.1b4-war files do not come with database 
startup script. Instead, one would have to follow installation instructions from 
the documentation:

   http://xml.apache.org/xindice/community/howto/installation/tomcat.html

However, if you have xml-xindice-1.1b4-src, it comes with build script but (for 
some reason) omits database start up script. In this case you can pull it from 
the SVN:

   http://svn.apache.org/repos/asf/xml/xindice/tags/XINDICE_1_1_B4/xindice.sh
   http://svn.apache.org/repos/asf/xml/xindice/tags/XINDICE_1_1_B4/xindice.bat

I also should note that we are working on publishing xindice 1.1 final release 
and instead of using 1.1b4 I invite you to try out test builds of upcoming 1.1 
final release. See details here:

   http://marc.info/?l=xindice-dev&m=117703979805621

Your feedback on this test build is welcome at xindice-dev list.


> When i try: C:\Programme\xindice-1.1b4>xindice start
> 
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xindice/tools/XMLUserTools

Please also make sure that you do not have XINDICE_HOME variable pointing back 
to Xindice 1.0 install, that would confuse Xindice 1.1 scripts.

Hope this helps,

Vadim

> Please give me some advice,
> Christoph