Mark J. Stang wrote:
Ross, For a quick test, in whatever shell you are starting xindiceadmin, wipe out the classpath.
CLASSPATH is empty as far as the environment is concerned (actually it doesn't exist in the environment)
Also, has anyone added any jars to the
jre/lib
Not that I am aware of, the only jars present here are:
i18n.jar javaplugin.jar rt.jar sunrsasign.jar
and jre/lib/ext?
This one is empty
Also, is JAVA_HOME set?
Yes, it points to the same directory as the one indicated by "which java" (i.e. "which java" returns /usr/java/jdk1.3.1_02/bin/java and JAVA_HOME is /usr/java/jdk1.3.1_02)
Ross
Mark
Ross Gardler wrote:
xindiceadmin lc -c /db
Same result (about 1 minute delay then returns "ERROR:" with no further message.
java -version
Java(TM) 2 Runtime Environmet, Standard Edition (build 1.3.1_02-b02)
Java HotSpot(TM) Client VM (build 1.3.1.02-b02, mixed mode)
See which version of java you have. Also, make sure XINDICE_HOME is set.
This is set to the installation directory of xindice, typing cd $XINDICE_HOME followed by ./start starts the server.
Ross
HTH,
Mark
Ross Gardler wrote:
I am trying to run the rc2 release of xindice. I can start the server and visit http://localhost:4080 no problem.
However when I run the command:
xindiceadmin ac -c /db -n addressbok
There is a considerable delay (around 60 seconds) where nothing seems to happen and eventually "ERROR:" is returned. There is no other information in this error message, just the word "ERROR".
Any ideas?
Ross
