Opened 11 years ago
Last modified 10 years ago
#442 closed defect
Occassional error on rasimport — at Version 1
Reported by: | James Passmore | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | rasgeo | Version: | 8.4 |
Keywords: | rasimport | Cc: | Dimitar Misev, Marcus Sen |
Complexity: | Medium |
Description (last modified by )
When running a batch import using python I get occasional errors like:
ERROR - RasdamanHelper2::updateImage, l. 685: image update failed: RasManager Error: Write transaction in progress, please retry again later. ERROR - rimport::main, l. 1371: RasManager Error: Write transaction in progress, please retry again later.
The batch process is using python subprocess like…
p3 = subprocess.Popen(rasimport,shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE) p3.wait()
Where rasimport is something like:
"time rasimport -d " + str(tile) + "/" + str(subtile) + " -coll pga_cir -t RGBImage:RGBSet -s jpg -oid 6145"
It appears that rasimport is reporting it is finished, when in fact the processing is not complete.
Note:
See TracTickets
for help on using tickets.