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 I try to run my script with the release 2.7.1 this way:
java -DconfigFile=ffiec_lei.xml -jar silk.jar
I get the following error:
Silk Link Discovery Framework - Version 2.7.1
Exception in thread "main" org.silkframework.runtime.serialization.ValidationException: Link specification contains an output that does not reference a predefined output by id
at org.silkframework.config.LinkSpecification$LinkSpecificationFormat$$anonfun$read$1.apply(LinkSpecification.scala:124)
at org.silkframework.config.LinkSpecification$LinkSpecificationFormat$$anonfun$read$1.apply(LinkSpecification.scala:121)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.Iterator$class.foreach(Iterator.scala:742)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1194)
at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
at scala.collection.AbstractTraversable.map(Traversable.scala:104)
at org.silkframework.config.LinkSpecification$LinkSpecificationFormat$.read(LinkSpecification.scala:121)
at org.silkframework.config.LinkSpecification$LinkSpecificationFormat$.read(LinkSpecification.scala:94)
at org.silkframework.runtime.serialization.Serialization$.fromXml(Serialization.scala:19)
at org.silkframework.config.LinkingConfig$LinkingConfigFormat$$anonfun$6.apply(LinkingConfig.scala:124)
at org.silkframework.config.LinkingConfig$LinkingConfigFormat$$anonfun$6.apply(LinkingConfig.scala:124)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245)
at scala.collection.Iterator$class.foreach(Iterator.scala:742)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1194)
at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:245)
at scala.collection.AbstractTraversable.map(Traversable.scala:104)
at org.silkframework.config.LinkingConfig$LinkingConfigFormat$.read(LinkingConfig.scala:124)
at org.silkframework.config.LinkingConfig$LinkingConfigFormat$.read(LinkingConfig.scala:105)
at org.silkframework.runtime.serialization.Serialization$.fromXml(Serialization.scala:19)
at org.silkframework.Silk$.executeFile(Silk.scala:105)
at org.silkframework.Silk$.execute(Silk.scala:92)
at org.silkframework.Silk$$anonfun$1.apply$mcV$sp(Silk.scala:179)
at org.silkframework.util.CollectLogs$.apply(CollectLogs.scala:29)
at org.silkframework.Silk$.main(Silk.scala:178)
at org.silkframework.Silk.main(Silk.scala)
Hi Julien,
If you're still getting this problem, µI think you can solv it by adding an "id" attribute to your output elements like this: <Output id="acceptedLinks" type="file" minConfidence="0.57"> ...
tell me what you get.
Hello,
When I try to run my script with the release 2.7.1 this way:
I get the following error:
Here is my config file:
I do not understand, what is going wrong?
Thanks.
The text was updated successfully, but these errors were encountered: