[daisy] Re: Upgrade from 1.5 to 2.0: wrapper issues withlogkit.xml

Robert Kindl rob at exec.cz
Fri Apr 6 03:50:07 CDT 2007


> > IMHO config files for wrapper are little bit broken (including .bat
files)
> Could you comment some more on the problems with the bat files?

daisy-startup.bat is calling DaisyRepo.bat and DaisyWiku.bat which got
renamed.
Then it's calling ..\..\resources\sleep.bat and
..\..\resources\T4ePortPing.exe which doesn't make it in final release at
all ;-)

Main problem with daisy-repository-server-service.bat and
daisy-repository-server-service.bat
is that it doesn't find wrapper conf files (it's looking for them in same
directory as wrapper.exe).

Simillary install/uninstall batches also doesn't works ...

> It would be helpful if you can provide the fixed versions (e.g. by
> submitting them to jira: http://issues.cocoondev.org).

Unfortunately I don't really fix them as finally I decide to rather run
wrapper directly from command line.

> > I changed following three lines in daisy-repository-server-service.conf
and
> > wrapper goes fine (obviously with correctly setup environment):
> >
> > set.default.DAISY_DATADIR=

This allows for "default" value to be se in environment (while original
set.DAISY_DATADIR= simply destroys this value).

> > wrapper.java.command=%JAVA_HOME%/bin/java.exe
> Yep, I stumbled accross that one too.

I have seen this new JIRA issue, thanks :-)

> > wrapper.app.parameter.8="file:/%DAISY_DATADIR%/conf/myconfig.xml"
> AFAICS the difference is the extra slash after file: ? I didn't notice
> any problem with this, but if it doesn't do any harm we could add it.

Without slash it gives me following message:
Unable to convert the supplied path
[file:D:\Daisy\RepoData/conf/myconfig.xml] to a url.

Rob




More information about the daisy mailing list