Page 1 of 1
Issue with l2gen w/SD7.5
Posted: Wed May 16, 2018 5:56 pm America/New_York
by dbotis
Hi
I'm using the GUI on a Mac with newly installed version 7.5
When I try to run l2gen from the OCSSW drop-down menu, I get the following error message:
ERROR: Problem creating product XML file: l2gen returned nonzero exitvalue
I have checked and my python version is:
Python 2.7.13 :: Anaconda 4.4.0 (x86_64)
Any ideas are appreciated. Thanks,
Dan
Issue with l2gen w/SD7.5
Posted: Thu May 17, 2018 7:22 am America/New_York
by OB.DAAC-EDL - SeanBailey
Dan,
This error occurs during the l2gen GUI initialization step - which runs l2gen to generate an xml file necessary for setting up the GUI.
If l2gen cannot generate this xml file, well, the GUI will be unhappy.
Were there any error messages with the OCSSW installation?
You can try to update OCSSW from the GUI - just in case :wink:
Does l2gen run from a terminal command line, you may need to do the following first:
export OCSSWROOT=[SeaDAS_install_dir]/ocssw
source $OCSSWROOT/OCSSW_bash.env
where: SeaDAS_install_dir is the directory where you installed SeaDAS.
Sean
Issue with l2gen w/SD7.5
Posted: Thu May 17, 2018 1:04 pm America/New_York
by dbotis
Thanks, Sean
I updated the OCSSW processors and did not encounter any errors there.
I tried to run l2gen from the command line after entering the export and source lines.
When I type "l2gen" at the command prompt, I get the following:
dyld: Library not loaded: /opt/local/lib/libxcb.1.dylib
Referenced from: /Applications/seadas-7.5/ocssw/opt/lib/libX11.6.dylib
Reason: image not found
Trace/BPT trap: 5ls
- Dan
Issue with l2gen w/SD7.5
Posted: Thu May 17, 2018 3:11 pm America/New_York
by OB.DAAC-EDL - SeanBailey
Dan,
Shazbot...Run the update again, the dylib dependencies should be resolved.
Sean
Issue with l2gen w/SD7.5
Posted: Thu May 17, 2018 3:27 pm America/New_York
by dbotis
It works now. Thanks Sean.