HI i'm having problem with the entityhub indexer for rdf, version 10... i've started it on a fresh install and first of all i try to re-generate the default index. With mvn assembly:single all works ok, but when i use the command: java -Xmx1024m -jar org.apache.stanbol.entityhub.indexing.genericrdf-0.10.0-incubating-SNAPSHOT-jar-with-dependencies.jar init
it gives me the error: log4j:WARN No appenders could be found for logger (org.apache.stanbol.entityhub.indexing.core.config.IndexingConfig). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Exception in thread "main" java.lang.IllegalArgumentException: Unable to find configuration file 'indexing.properties'! at org.apache.stanbol.entityhub.indexing.core.config.IndexingConfig.loadConfig(IndexingConfig.java:610) at org.apache.stanbol.entityhub.indexing.core.config.IndexingConfig.<init>(IndexingConfig.java:291) at org.apache.stanbol.entityhub.indexing.core.IndexerFactory.create(IndexerFactory.java:84) at org.apache.stanbol.entityhub.indexing.core.IndexerFactory.create(IndexerFactory.java:69) at org.apache.stanbol.entityhub.indexing.Main.main(Main.java:66) any suggestions? thanks Alfredo
