java.io.IOException: l3bin failed with exit code 139 and 255.
Posted: Sun May 05, 2019 3:37 pm America/New_York
Hello,
I want to create a composite image from 17 years chl-a monthly binned (L3) data. For example, I want one image of June, which is composite of 2002-2018 June months. For this I have just install ocssw in my WSL (windows 10 and ubuntu 18..). For test, I tried to make a composite image of June from 2012-2016 as shown in video tutorial and as written in "l3bin" under help page. But it showed such error:
execution exception: java.io.IOException: l3bin failed with exit code 139.
Check log for more details.
HDF5-DIAG: Error detected in HDF5 (1.8.18) thread 0:
L3BIN 5.12 (Nov 30 2018 09:53:07)
#000: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5F.c line 439 in H5Fis_hdf5(): unable open file
5 input files
major: File accessibilty
0 C:\Users\antu\seadasClientServerShared\A20121532012182.L3b_MO_CHL.nc
minor: Not an HDF5 file
#001: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5Fint.c line 554 in H5F_is_hdf5(): unable to open file
major: Low-level I/O
minor: Unable to initialize object
#002: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5FD.c line 993 in H5FD_open(): open failed
major: Virtual File Layer
minor: Unable to initialize object
#003: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5FDsec2.c line 339 in H5FD_sec2_open(): unable to open file: name = 'C:\Users\antu\seadasClientServerShared\A20121532012182.L3b_MO_CHL.nc', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0
major: File accessibilty
minor: Unable to open file
/mnt/c/Users/antu/seadasClientServerShared/ocssw/scripts/ocssw_runner: line 23: 1259 Segmentation fault (core dumped) $*
In this case, for selecting "input files", I just marked and selected them all (don't create txt file before), "prob=chlor_a" , " loneast, lonwest, latnorth, latsouth= Default Values" "pversion= keep blank" "oformat= netcdf4".
After running, there created a "_inputFiles.lst" file and showed the above error.
In "_inputFiles.lst"
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20121532012182.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20131522013181.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20141522014181.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20151522015181.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20161532016182.L3b_MO_CHL.nc
Then, I tried in another way. I created txt file as showed in that video and as in the post suggested (https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=9904)
My "Text.txt" .... ( as in video)
A20121532012182.L3b_MO_CHL.nc
A20131522013181.L3b_MO_CHL.nc
A20141522014181.L3b_MO_CHL.nc
A20151522015181.L3b_MO_CHL.nc
A20161532016182.L3b_MO_CHL.nc
"Text.txt" .... ( as in post)
$ echo X | cat Text.txt -
A20121532012182.L3b_MO_CHL.nc
A20131522013181.L3b_MO_CHL.nc
A20141522014181.L3b_MO_CHL.nc
A20151522015181.L3b_MO_CHL.nc
A20161532016182.L3b_MO_CHL.ncX
In this case, for selecting "input files", I just selected the "Text.txt" file, "prob=chlor_a" , " loneast, lonwest, latnorth, latsouth= Default Values" "pversion= keep blank" "oformat= netcdf4".
after running it showed the error as below....
execution exception: java.io.IOException: l3bin failed with exit code 255.
Check log for more details.
L3BIN 5.12 (Nov 30 2018 09:53:07)
Input listing file: "" not found.
HDF5-DIAG: Error detected in HDF5 (1.8.18) thread 0:
#000: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5F.c line 435 in H5Fis_hdf5(): no file name specified
major: Invalid arguments to routine
minor: Out of range
How I can solve this problem?
Regards,
Antu
I want to create a composite image from 17 years chl-a monthly binned (L3) data. For example, I want one image of June, which is composite of 2002-2018 June months. For this I have just install ocssw in my WSL (windows 10 and ubuntu 18..). For test, I tried to make a composite image of June from 2012-2016 as shown in video tutorial and as written in "l3bin" under help page. But it showed such error:
execution exception: java.io.IOException: l3bin failed with exit code 139.
Check log for more details.
HDF5-DIAG: Error detected in HDF5 (1.8.18) thread 0:
L3BIN 5.12 (Nov 30 2018 09:53:07)
#000: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5F.c line 439 in H5Fis_hdf5(): unable open file
5 input files
major: File accessibilty
0 C:\Users\antu\seadasClientServerShared\A20121532012182.L3b_MO_CHL.nc
minor: Not an HDF5 file
#001: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5Fint.c line 554 in H5F_is_hdf5(): unable to open file
major: Low-level I/O
minor: Unable to initialize object
#002: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5FD.c line 993 in H5FD_open(): open failed
major: Virtual File Layer
minor: Unable to initialize object
#003: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5FDsec2.c line 339 in H5FD_sec2_open(): unable to open file: name = 'C:\Users\antu\seadasClientServerShared\A20121532012182.L3b_MO_CHL.nc', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0
major: File accessibilty
minor: Unable to open file
/mnt/c/Users/antu/seadasClientServerShared/ocssw/scripts/ocssw_runner: line 23: 1259 Segmentation fault (core dumped) $*
In this case, for selecting "input files", I just marked and selected them all (don't create txt file before), "prob=chlor_a" , " loneast, lonwest, latnorth, latsouth= Default Values" "pversion= keep blank" "oformat= netcdf4".
After running, there created a "_inputFiles.lst" file and showed the above error.
In "_inputFiles.lst"
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20121532012182.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20131522013181.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20141522014181.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20151522015181.L3b_MO_CHL.nc
E:\Research\3. Onshore and offshore\Working\Composite CC\5 years\June\A20161532016182.L3b_MO_CHL.nc
Then, I tried in another way. I created txt file as showed in that video and as in the post suggested (https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=9904)
My "Text.txt" .... ( as in video)
A20121532012182.L3b_MO_CHL.nc
A20131522013181.L3b_MO_CHL.nc
A20141522014181.L3b_MO_CHL.nc
A20151522015181.L3b_MO_CHL.nc
A20161532016182.L3b_MO_CHL.nc
"Text.txt" .... ( as in post)
$ echo X | cat Text.txt -
A20121532012182.L3b_MO_CHL.nc
A20131522013181.L3b_MO_CHL.nc
A20141522014181.L3b_MO_CHL.nc
A20151522015181.L3b_MO_CHL.nc
A20161532016182.L3b_MO_CHL.ncX
In this case, for selecting "input files", I just selected the "Text.txt" file, "prob=chlor_a" , " loneast, lonwest, latnorth, latsouth= Default Values" "pversion= keep blank" "oformat= netcdf4".
after running it showed the error as below....
execution exception: java.io.IOException: l3bin failed with exit code 255.
Check log for more details.
L3BIN 5.12 (Nov 30 2018 09:53:07)
Input listing file: "" not found.
HDF5-DIAG: Error detected in HDF5 (1.8.18) thread 0:
#000: /home/seadas/ocssw/opt/src/hdf5/hdf5-1.8.18/src/H5F.c line 435 in H5Fis_hdf5(): no file name specified
major: Invalid arguments to routine
minor: Out of range
How I can solve this problem?
Regards,
Antu