Qanary icon indicating copy to clipboard operation
Qanary copied to clipboard

Broken components (Frankenstein related)

Open cbobed opened this issue 5 years ago • 2 comments

I've tried to install qanary along some of the components available in Frankenstein system, and several of them fails at compilation time giving the following error (it currently happens with both versions of Qanary, this one and the one in the Frankenstein repository):

Qanary/qanary_monolitic-wrapper/src/main/java/eu/wdaqua/qanary/component/Monolitic.java:[83,22] no suitable method found for updateTripleStore(java.lang.String) [ERROR] method eu.wdaqua.qanary.commons.QanaryUtils.updateTripleStore(java.lang.String,eu.wdaqua.qanary.business.QanaryConfigurator) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] method eu.wdaqua.qanary.commons.QanaryUtils.updateTripleStore(java.lang.String,java.lang.String) is not applicable [ERROR] (actual and formal argument lists differ in length)

cbobed avatar Mar 08 '19 12:03 cbobed