To avoid this error, you should place config/java.util.logging.properties in your IGNITE_HOME directory(it can be resolved in your jar directory, if it was not set before).
At the same time, this excpetion: java.lang.ClassNotFoundException: org.apache.ignite.logger.java.JavaLoggerFileHandler happens because you use onejar-maven-plugin - it definitely has some problems with classloading in this case. I tried to replace it with maven-assembly-plugin and everything works fine without any problems. 2018-08-10 9:33 GMT+03:00 monstereo <[email protected]>: > Sorry for late > Here is the my project files: > > - Here is the config.xml config.xml > <http://apache-ignite-users.70518.x6.nabble.com/file/t1901/config.xml> > - Here is the pom.xml pom.xml > <http://apache-ignite-users.70518.x6.nabble.com/file/t1901/pom.xml> > - Here is the MainApp MainApp.java > <http://apache-ignite-users.70518.x6.nabble.com/file/t1901/MainApp.java> > - Here is the last file IgniteFactory.java > <http://apache-ignite-users.70518.x6.nabble.com/file/ > t1901/IgniteFactory.java> > > ezhuravlev wrote > > Can you share this project so community can reproduce it? > > > > 2018-08-07 11:04 GMT+03:00 monstereo < > > > mehmetozanguven@ > > > >: > > > >> No i am not using spark, it is simply java project > >> > >> > >> > >> -- > >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > >> > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
