Hello,
when i execute log4plsql.backgroundProcess.Run i see the following error.....
java log4plsql.backgroundProcess.Run ./properties/log4plsql.xml
log4j:WARN No appenders could be found for logger (backgroundProcess).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.NoClassDefFoundError: sqlj/runtime/ref/ConnectionContextImpl
at log4plsql.backgroundProcess.ReaderThread.<init>(ReaderThread.java:41)
at log4plsql.backgroundProcess.Run.main(Run.java:80)
why?
thx Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
when i execute log4plsql.backgroundProcess.Run i see the following error.....
java log4plsql.backgroundProcess.Run ./properties/log4plsql.xml
log4j:WARN No appenders could be found for logger (backgroundProcess).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.NoClassDefFoundError: sqlj/runtime/ref/ConnectionContextImpl
at log4plsql.backgroundProcess.ReaderThread.<init>(ReaderThread.java:41)
at log4plsql.backgroundProcess.Run.main(Run.java:80)
why?
thx Fabio
See "Problem with log4plsql background process" on this forum.
May be the same problem.
https://sourceforge.net/forum/forum.php?thread_id=940728&forum_id=170439
Manuel Romeiro
Hi It seems sqlj.jar is missed in your environment, anyway check all paths- I found several mistypes :(