Exception in thread 'main' java.lang.UnsatisfiedLinkError: no NTEventLogAppender in java.library.path
2 years ago
Originally Published: 2004-01-15
Article Number
000060830
Applies To
RSA Mobile 1.5
RSA Mobile 1.5 Authentication Server
Microsoft Windows 2000 Server
Issue
Exception in thread "main" java.lang.UnsatisfiedLinkError: no NTEventLogAppender in java.library.path
Cause
The Java application needs to load the native DLL called 'NTEventLogAppender.dll', but it is unable to locate it.
Resolution
The path form which Java Native Interface (JNI) libraries can be loaded sometimes differs from the standard PATH value.  The required DLL may be found in %SYSTEMROOT%\system32, copy the file from this location to your .\bin directory.

For example:

        copy c:\winnt\system32\NTEventLogAppender.dll c:\rsasecurity\rsaappserver\bin

See Debugging configtool problems in RSA Mobile 1.5 for details about configuring debugging
Workaround
Debugging has been enabled for the 'configtool' command