How can I read the log files of my BOC Management Office product? March 15, 2026 12:19 Updated Where can I find my log files?Log files can only be read out by yourself, if you run your BOC Management Office product on premise. For the exact paths, please read: How can I create a log package manually?Breakdown of log filesThe log files of your BOC Management Office product can basically be divided into two components:aserver_filesWhich represents actions performed on database level, stored in the logs folder of the BOC product installation path.webserver_filesWhich represents actions performed directly in the webclient, stored in the logs from the tomcat installation path.Entries in the aserver_files logs are usually structured in the following way: Date and Time - When an action has been performed Thread ID(aserver) - The ID of the thread handling the request Session ID - The ID which gets assigned to users working in the webclient Request id - Unique ID for the specific request Log-Level - Represents what the log-message is about (INFO/WARNING/ERROR) Log-Message - Contains the actual information what the log-entry is about. Entries in webserver_files are usually structured the following way: Date and Time - When an action has been performed Log-Level - Represents what the log-message is about (INFO/WARNING/ERROR) Tomcat Thread ID (webserver) - The ID of the thread handling the request Session ID - The ID which gets assigned to users working in the webclient Request ID - Unique ID for the specific request. If those appear to be in the wrong order or some are missing, this usually indicates a connectivity issue in your network infrastructure. Log Message - Contains the actual information what the log-Entry is about. Since the log-messages contain most of the useful information, we will explain common entries in the following section:Breakdown of Log-Messages WEBMETHOD START:/WEBMETHOD END: Most performed actions start and end with these, often including a [duration: x ms] information in the end, which shows how long that action took. MULTIPLE CLIENT HANDLES for this session. This most likely implies multiple tab usage! The user is working with several browser tabs in the same session, which is usually not recommended and can lead to various problems and errors. The available host-physical-memory is below the warning threshold of Your environment is close to exhausting the available memory. Exception while initializing web application (java.lang.OutOfMemoryError) OutOfMemoryError: Java heap space Your Tomcat installation currently has insufficient memory assigned to it. [WARN] Performance issue: .... This points to a potential database performance issue. Your request could not be processed because of problems with the connection between your client and the web server. In this case, there is a connectivity problem between your web client and your web server (Tomcat). [ODBC Driver 17 for SQL Server][SQL Server]Login failed for user 'ADOxx/ADOXX_BOOT The password configured for the ADOxx/ADOXX_BOOT users in the ODBC connection does not match the one stored in the database. [FATAL] [boc.adoxx.fulltext.JNIIndexWriter] Could not open index (C:\windows\TEMP\FTS.. [WARN] [Index Updater] Error during index update, returned code UnexpectedError The FTS index is corrupted and must be rebuilt and/or moved to a different location.For more information on rebuilding the FTS Index, please visit How can i rebuild my FTS Index? An error occurred while sending mail javax.mail. AuthenticationFailedException: 5355.7.3 Authentication unsuccessful The error code 535 5.7.3 points to a configuration problem on the associated MS Exchange system. Related articles How to download a Support Information Package (SIP)? My certificate expired, what can I do? Incomplete or false search results are returned (FTS) On-premise: Import error during file upload How to fix REST status codes 401 and 500?