Below is the message displayed. Is it processed properly or do I need to run it again?
Why this is displayed “INFO: org.hsqldb.persist.Logger: Database closed”
These are logging messages from a library which is used. You can ignore them.
It’s not an error. It is sometimes hard to disable such loggings from third party libraries.
Your processing has finished properly.
Is it possible to disable this info message? I tried the Python’s available ignore functions but none of them worked. I’m currently automating this process and the program always stops at this point so my process stuck here every time.
It is unlikely that an INFO message cause your process to become stuck. Such messages are generated in Java code. Using Python won’t affect Java processing, but could hide important clues to the reason for your process becoming stuck.
Which info message are you referring to?
If you see the ‘done’ then this processing has been completed and the process stops.
Depending on how you invoke the processing this might interfere with your Python script.
Have you tried maybe this is something you want to try. Introducing snapista, a GPT wrapper for Python - Show Room - STEP Forum (esa.int)