-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
it fails (after several minutes) for the main TEIGarage at teigarage.tei-c.org with:
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- *********************************************************************************************************** -->
<!-- *********************************************************************************************************** -->
<error msg="task did not complete within timeout" exclass="class pl.psnc.dl.ege.exception.ConverterException" >pl.psnc.dl.ege.exception.ConverterException: task did not complete within timeout
at uk.ac.ox.oucs.oxgarage.oo.OOConverter.convert(OOConverter.java:90)
at uk.ac.ox.oucs.oxgarage.oo.OOConverter.convert(OOConverter.java:80)
at pl.psnc.dl.ege.component.NamedConverter.convert(NamedConverter.java:44)
at pl.psnc.dl.ege.ConversionPerformer.run(ConversionPerformer.java:46)
at java.base/java.lang.Thread.run(Thread.java:829)
</error>
<!-- *********************************************************************************************************** -->the dev version at teigarage.tei-c.de returns a different error (in a second):
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- *********************************************************************************************************** -->
<!-- *********************************************************************************************************** -->
<error msg="Errors were reported during stylesheet compilation" exclass="class pl.psnc.dl.ege.exception.ConverterException" >pl.psnc.dl.ege.exception.ConverterException: Errors were reported during stylesheet compilation
at pl.psnc.dl.ege.tei.TEIConverter.convert(TEIConverter.java:173)
at pl.psnc.dl.ege.tei.TEIConverter.convert(TEIConverter.java:133)
at pl.psnc.dl.ege.component.NamedConverter.convert(NamedConverter.java:44)
at pl.psnc.dl.ege.ConversionPerformer.run(ConversionPerformer.java:46)
at java.base/java.lang.Thread.run(Thread.java:829)
</error>
<!-- *********************************************************************************************************** -->how to reproduce
curl -LO https://vault.tei-c.org/P5/4.9.0/xml/tei/custom/odd/tei_all.odd
curl -X POST -F "fileToConvert=@tei_all.odd" https://teigarage.tei-c.org/ege-webservice/Conversions/ODD%3Atext%3Axml/ODDC%3Atext%3Axml/TEI%3Atext%3Axml/odt%3Aapplication%3Avnd.oasis.opendocument.text/pdf%3Aapplication%3ApdfReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working