[daisy] [JIRA] Commented: (DSY-632) .exe install fails if DAISY_HOME and RepoWiki dirs are to be created on a different drive

Karel Vervaeke (JIRA) issues at cocoondev.org
Thu Apr 3 17:05:03 CEST 2008


    [ http://issues.cocoondev.org//browse/DSY-632?page=comments#action_13593 ] 

Karel Vervaeke commented on DSY-632:
------------------------------------

Here is the cd statement I was thinking of.  It occurs in distro/core/resources/daisy-wiki.bat

cd "%DAISYWIKI_HOME%\jetty"
"%JAVA_HOME%\bin\java" -Xmx128m "-Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS%" "-Ddaisywiki.home=%DAISYWIKI_HOME%" -Dorg.mortbay.util.URI.charset=UTF-8 -Duser.language=en -Duser.country=US -Duser.variant= -Dfile.encoding=UTF-8 "-Ddaisywiki.data=%DAISYWIKI_DATA%\." "-Djava.io.tmpdir=%DAISYWIKI_DATA%\tmp" -jar start.jar %CONFFILE%

when java.exe is not on the drive of DAISY_WIKI_HOME, start.jar can not be found, so we should replace cd with cd /d there.

Indeed, this is not the cause of the reported issue (sorry for sidetracking you)

There is little we can do without further input then. (If I had too much time and a copy of Windows 2003 Server I would try reproducing it using the described environemnt)

> .exe install fails if DAISY_HOME and RepoWiki dirs are to be created on a different drive
> -----------------------------------------------------------------------------------------
>
>          Key: DSY-632
>          URL: http://issues.cocoondev.org//browse/DSY-632
>      Project: Daisy
>         Type: Bug
>   Components: Installation
>     Versions: 2.2
>  Environment: Windows 2003 Server + JDK 1.6.0_r3 + MySQL 5.1
>     Reporter: Nicola Ken Barozzi
>     Priority: Minor

>
> I asked to install Daisy on c:\daisy, the repo data on E:\daisy\RepoData and the wiki data in E:\daisy\WikiData.
> When starting the repo, it fails, because E:\daisy\RepoData is empty.
> Going back and changing the directories to C:\daisy\RepoData and C:\daisy\WikiData sorts no sign of success.
> I proceeded with manual install and it's now running.
> I had installed it previously without problems using dirs on the same drive (c:).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list