[daisy] [JIRA] Created: (DSY-654) daisy-repository-init-dev fails when the data-dir step is skipped

Karel Vervaeke (JIRA) issues at cocoondev.org
Wed May 28 17:02:28 CEST 2008


daisy-repository-init-dev fails when the data-dir step is skipped
-----------------------------------------------------------------

         Key: DSY-654
         URL: http://issues.cocoondev.org//browse/DSY-654
     Project: Daisy
        Type: Bug
  Components: Installation  
    Versions: 2.2    
 Reporter: Karel Vervaeke
    Priority: Minor


When the user answers no to this question:

 * Do you want to create a Daisy data directory now? [yes/no, default: yes]

The script fails with:

                        Creating ActiveMQ configuration                         
                        ===============================

Installing configuration files...
Configuring activemq.conf file...
Configuring users.properties file...
Configuring myconfig.xml with the JMS settings...
Exception in thread "main" java.io.FileNotFoundException: /home/karel/work/daisy-trunk/install/target/conf/myconfig.xml (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at java.io.FileInputStream.<init>(FileInputStream.java:66)
	at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
	at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:653)
	at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:186)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:225)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:283)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
	at org.outerj.daisy.install.InstallHelper.parseFile(InstallHelper.java:592)
	at org.outerj.daisy.install.RepositoryServerInit.jmsConfiguration(RepositoryServerInit.java:580)
	at org.outerj.daisy.install.RepositoryServerInit.install(RepositoryServerInit.java:114)
	at org.outerj.daisy.install.RepositoryServerInit.main(RepositoryServerInit.java:56)


-- 
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