I think launchd is the answer, but using this plist:

http://gist.github.com/553573

I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main
Caused by: java.lang.ClassNotFoundException: net.appjet.oui.main
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    ...

Any ideas?

link|improve this question
What's the content of /usr/local/etherpad/trunk/etherpad/bin/run-local.sh referred to from the plist?? – Yuji Aug 27 '10 at 17:57
Hi - It's the startup script bundled with the default install: contents here: gist.github.com/554102 – ben Aug 27 '10 at 20:14
feedback

1 Answer

up vote 0 down vote accepted

Classpath problems perhaps? The script /usr/local/etherpad/trunk/etherpad/bin/run-local.sh is supposed to be started from a specific directory (path). Try editing your copy to start with a cd command to go the right folder just before it creates subfolders data/appjet.

link|improve this answer
Thanks - that worked. In retrospect should have poked around that file a bit more. Would upvote you but I'm new here. – ben Aug 31 '10 at 10:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.