L4A error

Hi Sen4CAP team,

I ran a custom job for L4A. There is error of export-product-launcher.

ERROR 1: ERROR: JOIN/USING types text and integer cannot be matched

Traceback (most recent call last):
File “/usr/bin/export-product.py”, line 405, in
sys.exit(main())
File “/usr/bin/export-product.py”, line 401, in main
shutil.move(f, dest)
File “/usr/lib64/python2.7/shutil.py”, line 301, in move
copy2(src, real_dst)
File “/usr/lib64/python2.7/shutil.py”, line 130, in copy2
copyfile(src, dst)
File “/usr/lib64/python2.7/shutil.py”, line 82, in copyfile
with open(src, ‘rb’) as fsrc:
IOError: [Errno 2] No such file or directory: ‘/tmp/tmpOezpSb/CropType.csv’
Traceback (most recent call last):
File “/usr/bin/export-product-launcher.py”, line 225, in
sys.exit(main())
File “/usr/bin/export-product-launcher.py”, line 212, in main
run_export_product_cmd(config.ogr2ogr_path, prdId, vectDataPath)
File “/usr/bin/export-product-launcher.py”, line 147, in run_export_product_cmd
os.removedirs(temp_directory)
File “/usr/lib64/python2.7/os.py”, line 170, in removedirs
rmdir(name)
OSError: [Errno 39] Directory not empty: ‘/tmp/tmpOezpSb’

What does it mean? How to fix it?

Regards,
Ant

Hello,

The answer in your other post.

Best regards,

Philippe

@Philippe_Malcorps

Thank you for your help. I got it. :slight_smile:

Regards,
Ant