problem is.... there ain't no errors in the logs apart from the wrapper.log which doesn't really give anything away.
the steps i took are:
install ant - yum install ant
install java - jdk1.6.0_17 from sun (rpm)
export JAVA_HOME=/usr/java/jdk1.6.0_17
copy adito 0.9.1 to opt/vpn/adito
cd /opt/vpn/adito
ant install
it runs and i can configure adito on on
http://hda:28080
exit installer
ant start
this points to the correct version of java and reports build successful and adito start
wrapper.conf confirms correct java
adito runs until i try to access it and then it bombs out.
wrapper log:
STATUS | wrapper | 2009/12/16 19:39:55 | Launching a JVM...
INFO | jvm 5 | 2009/12/16 19:39:55 | Exception in thread "main" java.lang.NoClassDefFoundError: Main
INFO | jvm 5 | 2009/12/16 19:39:55 | Caused by: java.lang.ClassNotFoundException: Main
INFO | jvm 5 | 2009/12/16 19:39:55 | at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
INFO | jvm 5 | 2009/12/16 19:39:55 | at java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 5 | 2009/12/16 19:39:55 | at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
INFO | jvm 5 | 2009/12/16 19:39:55 | at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
INFO | jvm 5 | 2009/12/16 19:39:55 | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 5 | 2009/12/16 19:39:55 | at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 5 | 2009/12/16 19:39:55 | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
ERROR | wrapper | 2009/12/16 19:39:55 | JVM exited while loading the application.
INFO | jvm 5 | 2009/12/16 19:39:55 | Could not find the main class: Main. Program will exit.
FATAL | wrapper | 2009/12/16 19:39:55 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up.
FATAL | wrapper | 2009/12/16 19:39:55 | There may be a configuration problem: please check the logs.
STATUS | wrapper | 2009/12/16 19:39:55 | <-- Wrapper Stopped
strange thing is..... i had it up and running for an hour or so, did a reboot and no joy again no matter what i try.