Hi Guys,
I am migrating one logging solution from 6.5 implemented on log4j using NTEventLogAppender to write logs to windows event log, in the older enviroment 6.5 this functionality works well as its 32 bit systems but the new target systems are 64 bit, hence tried to use log4j-1.2.16 which provides .dll file for windows 64 bit. Code is getting complied well, placed both jar file and .dll into packages\logsolutionDir\code\jars and windows\system32 respectively… but while executing the service the java service is failing with error “java.lang.NoClassDefFoundError: Could not initialize class *****.Log”
Checked out on apache forum as well… but looks like not much helpful information in terms of 64 bit implementation… so was wondering if anybody can help me here … please share your ideas.
thanks.