Changes between Initial Version and Version 1 of Ticket #615, comment 3


Ignore:
Timestamp:
Jul 3, 2014, 1:47:13 PM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #615, comment 3

    initial v1  
    55Probable cause:
    66
    7  * Nicklas Nordborg pointed out (Thanks!) that if the `TimerTask` `run()` method in public method `void Start()` in class/file `LabEnvService.java` in `src/net/sf/basedb/labenv/service/` throws an exception, the timer might stop as a result. A simple solution is to put the code inside the `run()` method in a try-catch block that catches all exceptions and writes them to the log file, before swallowing them.
     7 * Nicklas Nordborg pointed out (Thanks!) that if the `TimerTask` `run()` method in public method `void start()` in class/file `LabEnvService.java` in `src/net/sf/basedb/labenv/service/` throws an exception, the timer might stop as a result. A simple solution is to put the code inside the `run()` method in a try-catch block that catches all exceptions and writes them to the log file, before swallowing them.