Far too late, but just had the time to test out that adapted
COMMONS-204 patch and it is working beautifully, thanks!
On Fri, Jul 8, 2011 at 7:00 AM, Mladen Turk wrote:
> With my implicit +1 we have 4 binding votes (Simon, Mark, Jörg and I)
> As such, Daemon 1.0.6 has been voted as stable.
>
> I'
that if you are running /etc/init.d/my-jsvc-daemon start you will see the
actual failure reason, rather than just inspecting $? and then having to
trawl through the logs.
Cheers,
Nick
On Sat, Oct 16, 2010 at 11:05 PM, Nick Griffiths wrote:
> Ah crap. Will fix tomo.
> On 16 Oct 2010 16:34,
;> DAEMON-177: Allow fail during init. Patch provided by Nick Griffiths
>>
>> Added:
>>
commons/proper/daemon/trunk/src/java/org/apache/commons/daemon/DaemonInitException.java
(with props)
>> Modified:
>>commons/proper/daemon/trunk/RELEASE-NOTES.txt
>>
dumping out a
stacktrace.
Let me know if you want some changes made to it, or whether I've missed the
point somewhere.
Cheers,
Nick
On Tue, Sep 28, 2010 at 4:46 PM, Mladen Turk wrote:
> On 09/28/2010 04:29 PM, Nick Griffiths wrote:
>
>> I asked a question on the list the oth
I asked a question on the list the other week about the fail method not
being callable during startup - any idea? I've got a patch ready...
Previous message:
Hi list,
I've been looking at this fail method on DaemonController and it looks
like it is for giving a slightly friendlier error messag
Hi list,
I've been looking at this fail method on DaemonController and it looks
like it is for giving a slightly friendlier error message back to the
console, rather than a stack trace. I was hoping I could use this to
report error messages during initialisation, but it looks like that is
not the