fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

Issue loading calabash config on Windows #357

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Avneesh:

On a fresh Windows 7 install the following happened:

1.       I downloaded and installed pipeline 2. It got installed in
2.       Then I started Tobi .NET 4.
3.       Gave the command DAISY to EPUB. It asked for the file path of 
pipeline.bat, which was in the bin folder of DAISY-Pipeline.
4.       Gave the path of the file.
5.       Tobi started pipeline configuration and displayed the command prompt 
of pipeline2.
6.       It asked the path of existing DAISY book. I gave the path of the book 
exported by Tobi using the latest version.
7.       It said “Pipeline job failed” and the following details were 
provided.

2013-07-23 10:44:57,997 [DEBUG] org.daisy.pipeline.push.Poster - Status changed 
e47d665e-b120-4b73-a928-065875eca1e7->RUNNING
2013-07-23 10:44:58,001 [DEBUG] o.d.p.p.jobs.PersistentJobContext - load script 
XProcScript[name=DAISY 3 to EPUB 3]
2013-07-23 10:44:58,012 [DEBUG] o.d.p.p.jobs.PersistentJobContext - load script 
XProcScript[name=DAISY 3 to EPUB 3]
2013-07-23 10:44:58,013 [DEBUG] o.d.p.p.jobs.PersistentJobContext - Post 
loading jobcontext
2013-07-23 10:44:58,014 [DEBUG] o.d.pipeline.job.JobContextFactory - 
configuring object 
org.daisy.pipeline.persistence.jobs.PersistentJobContext@1a8bf52
2013-07-23 10:44:58,015 [DEBUG] o.d.pipeline.job.JobContextFactory - 
configuring object 
org.daisy.pipeline.persistence.jobs.PersistentJobContext@1a8bf52
2013-07-23 10:44:58,016 [INFO ] o.d.p.persistence.jobs.PersistentJob - Changing 
Status:RUNNING
2013-07-23 10:44:58,016 [DEBUG] o.d.p.persistence.jobs.PersistentJob - Updating 
object
2013-07-23 10:44:58,017 [DEBUG] o.d.p.p.jobs.PersistentJobContext - load script 
XProcScript[name=DAISY 3 to EPUB 3]
2013-07-23 10:44:58,019 [DEBUG] o.d.p.p.jobs.PersistentJobContext - load script 
XProcScript[name=DAISY 3 to EPUB 3]
2013-07-23 10:44:58,020 [DEBUG] o.d.p.p.jobs.PersistentJobContext - Post 
loading jobcontext
2013-07-23 10:44:58,021 [DEBUG] o.d.pipeline.job.JobContextFactory - 
configuring object 
org.daisy.pipeline.persistence.jobs.PersistentJobContext@8b49e4
2013-07-23 10:44:58,022 [DEBUG] o.d.p.p.jobs.PersistentJobContext - load script 
XProcScript[name=DAISY 3 to EPUB 3]
2013-07-23 10:44:58,532 [DEBUG] o.d.c.x.c.DynamicXProcConfigurationFactory - 
Reading Calabash configuration from C:\Program Files\DAISY Pipeline 
2\daisy-pipeline\bin\../etc/config-calabash.xml
2013-07-23 10:44:58,543 [ERROR] o.d.c.x.c.DynamicXProcConfigurationFactory - 
Error loading configuration file
net.sf.saxon.s9api.SaxonApiException: I/O error reported by XML parser 
processing C:\Program Files\DAISY Pipeline 
2\daisy-pipeline\bin\../etc/config-calabash.xml: Unknown protocol: c
                at net.sf.saxon.s9api.DocumentBuilder.build(DocumentBuilder.java:370) ~[na:na]
                at org.daisy.common.xproc.calabash.DynamicXProcConfigurationFactory.loadConfigurationFile(DynamicXProcConfigurationFactory.java:176) ~[na:na]
                at org.daisy.common.xproc.calabash.DynamicXProcConfigurationFactory.newConfiguration(DynamicXProcConfigurationFactory.java:55) ~[na:na]

Original issue reported on code.google.com by rdeltour@gmail.com on 23 Jul 2013 at 8:32

GoogleCodeExporter commented 9 years ago
We couldn't reproduce, and haven't been hit by this before, but a safety hook 
is in place to make sure the issue cannot happen.

Fixed in https://github.com/daisy-consortium/pipeline-framework/pull/16

Original comment by rdeltour@gmail.com on 23 Jul 2013 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by rdeltour@gmail.com on 23 Jul 2013 at 11:11