Debugging configtool problems in RSA Mobile 1.5
2 years ago
Originally Published: 2003-05-13
Article Number
000062491
Applies To
RSA Mobile 1.5
Microsoft Windows 2000
Issue
Debugging configtool problems in RSA Mobile 1.5
Cause
If problems with using the "configtool.cmd" arise, it is possible to get an increased level of output to attempt to diagnose issues
Resolution
To correct this issue, modify the file "configtool.cmd by finding the line:

        set OPTIONS=%OPTIONS% -Dlog4j.configuration=file:%PROPERTIES_DIR%\webserverlogconfig.properties

and replace it with the following:

        set OPTIONS=%OPTIONS% -Dlog4j.configuration=file:%PROPERTIES_DIR%\CSFDevAuditLogConfig.xml

This will now generate debug output inCSFDebugTrace.txt in the <root-install>/rsaapserver/bea/wlserver directory.

If when you make the change you get an "UnsatisfiedLinkerError", this may be caused by the system looking for but not finding NTEventLogAppender.dll. This file should be copied to the <root-install>/rsaapserver/bin folder; if it is present in %SYSTEM32% , copy it from there - leaving a copy in %SYSTEM32%.