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
**Note that Atomic's exporter works fine, so this issue is not an urgent problem, but still a bug.
I tried to import a Paula document into Atomic and then run SaltNPepper with
importer: SaltXMLImporter
exporter: PAULAExporter
on the atomic project folder in my workspace. I get the error below.
Failed to import corpus by module. Nested exception was: (PepperModuleException)
full stack trace:
org.corpus_tools.pepper.modules.exceptions.PepperModuleException: Failed to import corpus by module. Nested exception was:
at org.corpus_tools.pepper.core.PepperJobImpl.importCorpusStructures(PepperJobImpl.java:583)
at org.corpus_tools.pepper.core.PepperJobImpl.convert(PepperJobImpl.java:902)
at org.corpus_tools.pepper.cli.PepperStarter.convert(PepperStarter.java:505)
at org.corpus_tools.pepper.cli.PepperStarter.main(PepperStarter.java:1283)
Caused by: org.corpus_tools.salt.exceptions.SaltResourceException: Invalid source reference "//@sCorpusGraphs.0/@nodes.0" for relation
at org.corpus_tools.salt.util.internal.persistence.SaltXML10Handler.startElement(SaltXML10Handler.java:226)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
....
Note that if you remove the string "@sCorpusGraphs.0/" in saltProject.salt to change <edges xsi:type="sCorpusStructure:SCorpusDocumentRelation" source="//@sCorpusGraphs.0/@nodes.0" target="//@sCorpusGraphs.0/@nodes.1">
to <edges xsi:type="sCorpusStructure:SCorpusDocumentRelation" source="//@nodes.0" target="//@nodes.1">
then it works fine.
The text was updated successfully, but these errors were encountered:
**Note that Atomic's exporter works fine, so this issue is not an urgent problem, but still a bug.
I tried to import a Paula document into Atomic and then run SaltNPepper with
importer: SaltXMLImporter
exporter: PAULAExporter
on the atomic project folder in my workspace. I get the error below.
Note that if you remove the string "@sCorpusGraphs.0/" in saltProject.salt to change
<edges xsi:type="sCorpusStructure:SCorpusDocumentRelation" source="//@sCorpusGraphs.0/@nodes.0" target="//@sCorpusGraphs.0/@nodes.1">
to
<edges xsi:type="sCorpusStructure:SCorpusDocumentRelation" source="//@nodes.0" target="//@nodes.1">
then it works fine.
The text was updated successfully, but these errors were encountered: