Hi Stefan. I tried this mode and it failed because it couldn't find a
Daemon class. Here is the exception:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/directory/daemon/DaemonApplication
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at org.apache.directory.server.UberjarMain.main(UberjarMain.java:45)
Any ideas?
Matthew Schmidt
VP of Technology, DZone, Inc.
Phone: 919.678.0300
Email: [EMAIL PROTECTED]
Yahoo/AOL: mattschmidtjl
Jabber: [EMAIL PROTECTED]
Stefan Seelmann wrote:
Matthew Schmidt schrieb:
Hi again. Is there a way to run the server without running the IzPack
installer? I don't have direct monitor access to the machine that this
is running on today. Thanks!
Have you built the server from trunk? Then you could run the script
apacheds.sh in apacheds/server-main to startup the server. (Emmanuel
told me that this afternoon)
Regards,
Stefan Seelmann