Le Wednesday 20 May 2009 09:31:28 Romain Beauxis, vous avez écrit :
>         Hi !
>
> Le Tuesday 19 May 2009 04:10:51 Frank Berthold, vous avez écrit :
> > Any assistance will be much appreciated.
>
> Thanks for this report, it seems interesting.
>
> Could you reproduce the logs with more verbosity, it would help to
> understand better the issue.. You can add to your script:
>   set("log.level",5)

I can reproduce the issue with the following code:
set("log.file.path", "/tmp/dynamic.log")
set("init.daemon.pidfile.path","/tmp/bla.pid")
set("log.level",5)

output.file.mp3("/tmp/dynamicTest.mp3",
  mksafe(request.dynamic({request.create("say:Hello dynamic world")})))

Run with -d and it stops exactly as described:

8<---------------------------------->8
set("log.file.path", "/tmp/dynamic.log")
set("init.daemon.pidfile.path","/tmp/bla.pid")
set("log.level",5)

output.file.mp3("/tmp/dynamicTest.mp3",
  mksafe(request.dynamic({request.create("say:Hello dynamic world")})))
8<---------------------------------->8

I will try to get an hand on this and submit a ticket if needed..


Romain


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to