Community
Participate
Working Groups
Driver: TPTP-4.2.0-200605231055 JRE: 1.4.2 Security: ON 1. Install RAC, make sure it's started 2. From a remote machine using LTA-Eclipse, import Apache Access log via the RAC Results: The import times out and no events are displayed. There is an error in the log: PC handleProcessEvents: Process has exited with status 1.
Created attachment 42894 [details] Log
Note this problem occurred with TPTP Agent Controller packaged in a downstream product. Hendra Suwanda tested the log import scenario using the pure TPTP-4.2.0-200605250100 Agent Controller and it worked. Therefore, the problem is either a bug in TPTP-4.2.0-200605231055 Agent Controller on Windows or a problem in the downstream product's packaging of Agent Controller.
This problem is a known bug in the driver being used and was fixed with bugzilla 141926 in TPTP 4.2 build 200605251528. The problem is an Agent Controller configuration problem related to the new version of Apache Commons Logging library jar being packaged with TPTP. Use the 200605251528 or newer TPTP build to resolve this issue or as a workaround, change the following entry in the <Agent Controller install directory>\config\serviceconfig.xml file: Change: <Variable name="CLASSPATH_ORG_APACHE_JAKARTA_COMMONS_LOGGING" position="append" value="null"/> to: <Variable name="CLASSPATH_ORG_APACHE_JAKARTA_COMMONS_LOGGING" position="append" value="<Agent Controller install direcottyr>\plugins\org.apache.commons_logging_1.0.4.v200605180450\lib\commons-logging-1.0.4.jar"/> *** This bug has been marked as a duplicate of 141926 ***
Verified with latest driver.
Closing