Achilles icon indicating copy to clipboard operation
Achilles copied to clipboard

ACHILLES_RESULTS table: ERROR: no runtime found in log file

Open apopassias opened this issue 1 year ago • 4 comments

In the ACHILLES_RESULT table there are entries for each analysis with id=2000000+analysis_id to store the execution time of each analysis in the column STRATUM_1.

These are to be used by cdmInpection to generate the reference document. image

All of these records have STRATUM_1 values equal to "ERROR: no runtime found in log".

Any suggestions?

apopassias avatar Nov 26 '23 11:11 apopassias

The error occurs when we run Achilles with the output folder not being empty.

apopassias avatar Mar 02 '24 21:03 apopassias

Hi @apopassias, did it work with an empty achilles output folder? It might have something to do with Achilles appending to an existing log file, but I could not replicate this myself.

MaximMoinat avatar Apr 05 '24 17:04 MaximMoinat

Yes it works with an empty output folder.

On Fri, Apr 5, 2024, 20:16 Maxim Moinat @.***> wrote:

Hi @apopassias https://github.com/apopassias, did it work with an empty achilles output folder? It might have something to do with Achilles appending to an existing log file, but I could not replicate this myself.

— Reply to this email directly, view it on GitHub https://github.com/OHDSI/Achilles/issues/745#issuecomment-2040287618, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC2PLM7Q3ZW5XGEZQCM4U3DY33L5HAVCNFSM6AAAAAA72ZC2ACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBQGI4DONRRHA . You are receiving this because you were mentioned.Message ID: @.***>

apopassias avatar Apr 06 '24 05:04 apopassias

There are a few issues that occur with the log file. If the string search fails we can see errors or in the case like this with an existing log. Part of the 2.0 rewrite of Achilles will include a totally revamped logging table for runtime.

fdefalco avatar Apr 09 '24 17:04 fdefalco