On 3/29/07, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote:
tux-07 a écrit :
> Emmanuel:
>
> I checked the logs they have the following content:
> [EMAIL PROTECTED] log]# ls -l
> total 2
> -rw-r--r-- 1 root root 1574 Mar 29 12:51 apacheds-stderr.log
> -rw-r--r-- 1 root root 0 Mar 28 13:57 apacheds-stdout.log
> [EMAIL PROTECTED] log]# cat apacheds-stderr.log
<snip/>
> 29/03/2007 12:03:03 28196 jsvc.exec error: Service exit with a return
> value of 1
> 29/03/2007 12:51:05 28798 jsvc.exec error: Cannot find daemon loader
> org/apache/commons/daemon/support/DaemonLoader
> 29/03/2007 12:51:05 28797 jsvc.exec error: Service exit with a return
> value of 1
>
> I assume it is because I do not have jsvc I am using Mandriva 2007.
Very strange... Alex, any idea ?
> Is
> there another way of starting the server without jsvc I am doing
> development and testing and on this machine I do not need it to be a
> service?
If you have built the server after having downloaded the sources (from
svn), you can use a script into apacheds/server-main : apacheds.sh
But that means you have installed a jdk and maven 2.0.4...
Have you installed the rpm package ? Which JDK version are you using ?
I have not build anything I run the precompiled binaries I installed
from apacheds-1.0.1-linux-i386-setup.jar downloaded from one of the
mirrors. I do not have maven installed, the version of java, apacheds
is using accoring to the apacheds init script is:
java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode)
Do I have to pre-build the server to be able to run it with jsvc??
Thanks.
>
> Thanks.