Eric Weidner wrote: > Just an FYI on this problem, > > It seems that James doesn't like running under the "server" VM for some > reason, at least with the JavaService.
I tried the same thing and James-2.0a3 worked great on Win2K with the "server" VM from jdk 1.4.1 and JavaService. Now I just replaced it with the latest CVS version, started OK, let's see what happens. BTW, I had to change the installation command in InstallJamesNTService.bat in two ways: 1) had to remove the existing CLASSPATH otherwise org.apache.avalon.phoenix.launcher.Main couldn't be found (weird) 2) added mx4j*.jar and modified path to phoenix-engine.jar So the actual command I used to install James-2.1a1-cvs as NT service is (all in one line): %2\bin\James.exe -install JamesMailServer %1\jre\bin\%3\jvm.dll -Djava.ext.dirs=%2\lib -Djava.class.path=%2\bin\phoenix-loader.jar;%2\bin\lib\phoenix-engine.jar;%2\bin\lib\mx4j-jmx.jar;%2\bin\lib\mx4j-tools.jar -start org.apache.avalon.phoenix.launcher.Main -out %2\logs\stdout.log -err %2\logs\stderr.log ciao ste -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
