�yvind, Why are you adding the openorb-1.2.0.jar to the classpath? In the start script, Xindice builds its' own classpath. You shouldn't have to add anything. You might want to echo $CLASSPATH to see what values are there. In the start script you can also echo it there to see if you have anything "strange" in front of the Xindice jars. Also, is your JDK "fresh"? What I mean by that is that could someone, or even you have added any jars to the jre/lib/ext? Xindice only requires a 1.3 clean version of Java and its own jars. Anything else that is added to the classpath can break it. This includes other Jars in the classpath before Xindices' or other jars that are included in the jre libs.
Try to isolate it from everything else, get it to startup and run and then add back in the rest of your environment. I have it running on Linux Redhat 7.2, Mac OSX(1 laptop, 1 dual processor, 1 desktop), Windows NT and Windows 2000. So it is possible to get it to run. What OS are you trying to run it on? HTH, Mark �yvind Vestavik wrote: > I try to start up xindice, but can't seem to understand what is going > wrong. If someone has an idea as to what causes this... :-) > > Im using jdk1.3: > [EMAIL PROTECTED] -version > java version "1.3.1_02" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02) > Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode) > (what does mixes mode mean?) > > And have added the following to my local profile: > if [ -e "/usr/flocal/etc/fenris_profile" ]; then > source /usr/flocal/etc/fenris_profile > export JAVA_HOME=/usr/flocal/opt/jdk1.3 > export XINDICE_HOME=/usr/flocal/opt/xindice > export > PATH=.:/usr/flocal/opt/jdk1.3/bin:/usr/flocal/opt/jdk1.3:/usr/flocal/opt/xindice/bin/:$PATH > export > CLASSPATH=/usr/flocal/opt/xindice/java/lib/openorb-1.2.0.jar:$CLASSPATH > fi > > This is the entire response I get when starting xindice > > [EMAIL PROTECTED]/usr/flocal/opt/xindice: start > Xindice Loader > ============== > > Environment > ----------- > XINDICE_HOME = /usr/flocal/opt/xindice > CLASSPATH = > /usr/flocal/opt/xindice/java/lib/xmldb.jar:/usr/flocal/opt/xindice/java/lib/xmldb-xupdate.jar: > /usr/flocal/opt/xindice/java/lib/xmldb-sdk.jar:/usr/flocal/opt/xindice/java/lib/xml-apis-1.0.jar: > /usr/flocal/opt/xindice/java/lib/xindice.jar:/usr/flocal/opt/xindice/java/lib/xerces-1.4.3.jar: > /usr/flocal/opt/xindice/java/lib/xalan-2.0.1.jar:/usr/flocal/opt/xindice/java/lib/openorb_tools-1.2.0.jar: > /usr/flocal/opt/xindice/java/lib/openorb-1.2.0.jar:/usr/flocal/opt/xindice/java/lib/infozone-tools.jar: > /usr/flocal/opt/xindice/java/lib/examples.jar:/usr/flocal/opt/xindice/java/lib/ant-1.4.1.jar: > /usr/flocal/opt/xindice/classgen:/usr/flocal/opt/xindice/config:/usr/flocal/opt/xindice/java/lib/openorb-1.2.0.jar: > /usr/flocal/opt/vbroker/lib/migration.jar:/usr/flocal/opt/vbroker/lib/vbdev.jar:/usr/flocal/opt/vbroker/lib/vbjdev.jar: > /usr/flocal/opt/vbroker/lib/vbjorb.jar:/usr/flocal/opt/oracle/8.1.6./jdbc/lib/classes12.zip: > /usr/flocal/opt/oracle/8.1.6./jdbc/lib/jndi.zip:/usr/flocal/opt/oracle/8.1.6./jdbc/lib/jta.zip: > /usr/flocal/opt/oracle/8.1.6./jdbc/lib/nls_charset12.zip:/usr/flocal/opt/versant/jvi/2.4.0/lib/jvi2.4.0-jdk1.1.jar: > /usr/flocal/opt/versant/jvi/2.4.0/lib/jgl3.0.0.jar:/usr/flocal/opt/versant/jvi/2.4.0/lib/oromatcher1.1.jar: > /usr/flocal/opt/versant/jvi/2.4.0/lib/jtaxa0.9.jar:.:/usr/flocal/opt/hs/hcj/handle.jar: > > Starting Xindice > ---------------- > > Xindice 1.0rc2 (Pepper) > > Database: 'db' initializing > Script: 'GET' added to script storage > Service: 'db' started > ERROR: Could not start service 'HTTPServer' > Service: 'APIService' started > FATAL ERROR: Service manager could not be started > [EMAIL PROTECTED]/usr/flocal/opt/xindice: > > �yvind Vestavik > �vre M�llenberggt 44b > 7014 Trondheim > [EMAIL PROTECTED] > 41422911
