[Pellet-users] How to get a grip on pellet logging

Andreas Lohmann andreas.lohmann at hs-furtwangen.de
Mon Apr 21 12:30:13 UTC 2008


Thx for the quick reply,

sometimes you need reading things twice...;)
http://lists.owldl.com/pipermail/pellet-users/2007-September/001892.html  
brought the solution.

Regards
Andreas


Zitat von "robert davey (JIC)" <robert.davey at bbsrc.ac.uk>:

> See http://pellet.owldl.org/faq/logging/
>
> Rheers
>
> Rob
>
> -----Original Message-----
> From: pellet-users-bounces at lists.owldl.com on behalf of Andreas Lohmann
> Sent: Mon 4/21/2008 10:12 AM
> To: pellet-users at lists.owldl.com
> Subject: [Pellet-users] How to get a grip on pellet logging
>
> Hi all,
>
> I'm trying to switch off the logging output I get when invoking the
> reasoner.getKB().classify(); or reasoner.classify(); operation (see
> below; outputs printed in red in the eclipse console so obviously
> stderr).
>
> The logging properties in the .properties file I'm loading have the
> expected effect on my own log calls but not on the pellet logging.
>
> I'm using pellet and OWLAPI. There are no other properties files in
> the eclipse project except in pellet.jar but this file also has
> "log4j.rootLogger=warn, stderr" as its default setting. Nevertheless,
> as already mentioned the file I'm loading with
> PropertyConfigurator.configure(url); has the expected effect on my own
> logging code.
>
> Any ideas?
>
> Thx in adv.,
> Andreas
>
> *************************
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: Total number of triples: 322
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: Loaded http://www.w3.org/ns/wsdl-rdf
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: Total number of triples: 96
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: There are multiple resources which are typed as ontologies.
> Using the first
> encountered ontology URI.
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: Loaded http://www.softwareag.com/sws/sao
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: Total number of triples: 96
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: There are multiple resources which are typed as ontologies.
> Using the first
> encountered ontology URI.
> 21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
> INFO: Loaded http://www.softwareag.com/sws/sao
> 21.04.2008 10:44:40 org.mindswap.pellet.PelletOptions load
> INFO: Reading Pellet configuration file
> jar:file:/C:/Dokumente%20und%20Einstellungen/Dr.Gonza/Eigene%20Dateien/workspace/sa4cs/lib/pellet/pellet.jar!/pellet.properties
> 21.04.2008 10:44:40 org.mindswap.pellet.KnowledgeBase prepare
> INFO: Expressivity: ALCHOF(D), Classes: 47 Properties: 63 Individuals:
> 30 Strategy:
> SHONStrategy
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: ABox consistency for 0 individuals
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistent: true Tree depth: 1 Tree size: 30 Time: 15
> 21.04.2008 10:44:40
> org.mindswap.pellet.taxonomy.CDOptimizedTaxonomyBuilder classify
> INFO: Classes: 49 Individuals: 30
> 21.04.2008 10:44:40
> org.mindswap.pellet.taxonomy.CDOptimizedTaxonomyBuilder classify
> INFO: Starting classification...
> 21.04.2008 10:44:40
> org.mindswap.pellet.taxonomy.CDOptimizedTaxonomyBuilder classify
> INFO: CD classification disabled
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistency http://www.softwareag.com/sws/sao#Effect for 0
> individuals []
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistency not(http://www.softwareag.com/sws/sao#Effect) for 0
> individuals []
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistency
> http://www.semantic-gov.org/Ontologies/automobile#VehicleLicenceNumber
> for 0 individuals []
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistency
> not(http://www.semantic-gov.org/Ontologies/automobile#VehicleLicenceNumber)
> for 0
> individuals []
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistency http://www.w3.org/ns/wsdl-rdf#Interface for 0   
> individuals []
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
> 21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
> ***************************************
>
> _______________________________________________
> Pellet-users mailing list
> Pellet-users at lists.owldl.com
> http://lists.owldl.com/mailman/listinfo/pellet-users
> _______________________________________________
>
> Sponsored by Clark & Parsia, LLC http://clarkparsia.com/
>
>





More information about the Pellet-users mailing list