Thank you again Michele for your answer, pls look results of tests below, maybe they can help to find raisons that OQ does not working when using uncertainty propagation.
With your last advise it was workin "delete in oqdata db.sqlite3", then below results of the test:
Test 1: not uncertainty propagation - running is ok
Test 2: uncertainty propagation using the smart method (zise of the model: 80 branches in total) - running is ok
Test 3: the same model than 2 but using full incertainty, the calculation is waiting with the message below, it was doing for one night, after this process I have to delete in oqdata db.squlite3, because OQ is not running the others simple models.
Please find attached the file "
source_model_logic_tree.xml" in case it could useful.
--------
s_ok/FrenchDomainsAnalysis/OpenQuake/inputs_prior_weights_1E0/ab-uncertainty-full/job.ini [--hc=None]
[2022-10-10 09:52:59 #3 INFO] Using engine version 3.16.0-gitcfe395090a
[2022-10-10 09:52:59 #3 WARNING] Using 12 cores on dsp0962168
[2022-10-10 09:52:59 #3 INFO] Checksum of the inputs: 2909767877 (total size 1.04 MB)
[2022-10-10 09:52:59 #3 INFO] Running PreClassicalCalculator with concurrent_tasks = 24
[2022-10-10 09:52:59 #3 INFO] Read N=1 hazard sites and L=330 hazard levels
[2022-10-10 09:52:59 #3 INFO] Validated source_model_logic_tree.xml in 0.02 seconds
It was turning for one nigth in the same position, I closed the terminal.
-----------
Test 4: the same than Test 2, that running before Test 3 - below the message:
--------
Waiting for jobs [3]
---------
Test 5 : delete
in oqdata db.squlite3and runing the same that Test 4 - is not runing, here the error
If I put of ma computer I coming back it will run.
-------
chDomainsAnalysis/OpenQuake/inputs_prior_weights_1E0/ab-uncertainty-smart$ oq engine --run job.ini --exports csv
Traceback (most recent call last):
File "/home/h63357/venv/bin/oq", line 33, in <module>
sys.exit(load_entry_point('openquake.engine', 'console_scripts', 'oq')())
File "/home/h63357/venv/src/oq-engine/openquake/commands/__main__.py", line 56, in oq
sap.run(commands, prog='oq')
File "/home/h63357/venv/src/oq-engine/openquake/baselib/sap.py", line 225, in run
return _run(parser(funcdict, **parserkw), argv)
File "/home/h63357/venv/src/oq-engine/openquake/baselib/sap.py", line 216, in _run
return func(**dic)
File "/home/h63357/venv/src/oq-engine/openquake/commands/engine.py", line 170, in main
jobs = create_jobs(job_inis, log_level, log_file, user_name,
File "/home/h63357/venv/src/oq-engine/openquake/engine/engine.py", line 337, in create_jobs
logs.init('job', dic, log_level, log_file,
File "/home/h63357/venv/src/oq-engine/openquake/commonlib/logs.py", line 274, in init
return LogContext(job_ini, calc_id, log_level, log_file,
File "/home/h63357/venv/src/oq-engine/openquake/commonlib/logs.py", line 181, in __init__
self.calc_id = dbcmd(
File "/home/h63357/venv/src/oq-engine/openquake/commonlib/logs.py", line 59, in dbcmd
return res.get()
File "/home/h63357/venv/src/oq-engine/openquake/baselib/parallel.py", line 404, in get
raise etype(msg)
sqlite3.OperationalError:
File "/home/h63357/venv/src/oq-engine/openquake/baselib/parallel.py", line 427, in new
val = func(*args)
File "/home/h63357/venv/src/oq-engine/openquake/server/db/actions.py", line 118, in create_job
return db('INSERT INTO job (?S) VALUES (?X)',
File "/home/h63357/venv/src/oq-engine/openquake/commonlib/dbapi.py", line 338, in __call__
raise exc.__class__('%s: %s %s' % (exc, templ, args))
OperationalError: attempt to write a readonly database: INSERT INTO job (id, is_running, description, user_name, calculation_mode, hazard_calculation_id, ds_calc_dir, host) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (5, 1, 'phebus_model, site de Grenoble', 'h63357', 'classical', None, '/home/h63357/oqdata/calc_5', 'dsp0962168')