You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the wings instance doesn't contain workflows, it sends an empty response. This is breaking the disk code
KBAPI kb = fac.getKB(liburi, OntSpec.PLAIN);
The error output is:
disk-web-backend-1 | org.apache.jena.riot.RiotException: Premature end of file.
disk-web-backend-1 | at org.apache.jena.riot.system.ErrorHandlerFactory$ErrorHandlerStd.fatal(ErrorHandlerFactory.java:147)
disk-web-backend-1 | at org.apache.jena.riot.lang.ReaderRIOTRDFXML$ErrorHandlerBridge.fatalError(ReaderRIOTRDFXML.java:313)
disk-web-backend-1 | at org.apache.jena.rdfxml.xmlinput.impl.ARPSaxErrorHandler.fatalError(ARPSaxErrorHandler.java:47)
disk-web-backend-1 | at org.apache.jena.rdfxml.xmlinput.impl.XMLHandler.warning(XMLHandler.java:199)
disk-web-backend-1 | at org.apache.jena.rdfxml.xmlinput.impl.XMLHandler.fatalError(XMLHandler.java:229)
disk-web-backend-1 | at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
disk-web-backend-1 | at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
disk-web-backend-1 | at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
disk-web-backend-1 | at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
disk-web-backend-1 | at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
disk-web-backend-1 | at org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Unknown Source)
disk-web-backend-1 | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
disk-web-backend-1 | at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
When the wings instance doesn't contain workflows, it sends an empty response. This is breaking the disk code
The error output is:
cc: @varunratnakar
Originally posted by @mosoriob in KnowledgeCaptureAndDiscovery/DISK-API#23 (comment)
The text was updated successfully, but these errors were encountered: