Skip to content

it.unimi.dsi.Util.getLogger was removed and unable to call #3

Description

@titsuki

Hi,

I found that ca.ualberta.entitylinking.graph.DirectedGraph depends on es.yrbcn.graph.weighted.WeightedBVGraph and WeightedBVGraph has trouble with initializing a logger:

$ java -cp $CP ca.ualberta.entitylinking.graph.DirectedGraph el.config tmp/pageLinkGraph.aggregated 
Exception in thread "main" java.lang.NoSuchMethodError: it.unimi.dsi.Util.getLogger(Ljava/lang/Class;)Lorg/apache/log4j/Logger;
	at es.yrbcn.graph.weighted.WeightedBVGraph.<clinit>(WeightedBVGraph.java:71)
	at ca.ualberta.entitylinking.graph.WeightedGraph.writeGraph(WeightedGraph.java:62)
	at ca.ualberta.entitylinking.graph.DirectedGraph.storeGraph(DirectedGraph.java:92)
	at ca.ualberta.entitylinking.graph.DirectedGraph.main(DirectedGraph.java:243)

Cheers,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions