Opened 7 years ago

Closed 7 years ago

#1539 closed defect (fixed)

WCST_Import Progress bar with wrong slice number

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: minor Milestone: 10.0
Component: wcst_import Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

When the slice fails (number 8th), the progress bar in wcst_import still continue with the next slice number (number 9th)

Running
Progress: [------------------------------] 8/12384 0.06%
Exception thrown when trying to insert slice:
{Axis Subset: ansi("2003-01-01T00:00:00+00:00") Lat(19.99999811100305640455682134,29.99999888899694359544317866) Long(-169.9999988885801611558766324,-160.0000011114198388441233676)
Data Provider: file:///oda/repository/MERIS/LAI/10D/MOSAIC/2003/GlobLAI-20030101-20030110-H01V06-1.0_MERIS-FR-LAI-HA.nc}
Retrying, you can safely ignore the warning for now. Tried 1 times.

Progress: [------------------------------] 9/12384 0.07%
Failed to insert slice. Attempted 1 times.
Service Call: http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=UpdateCoverage&subset1=ansi("2003-01-01T00:00:00+00:00")&subset3=Long(-169.9999988885801611558766324,-160.0000011114198388441233676)&coverageId=meris_lai&insitu=False&subset2=Lat(19.99999811100305640455682134,29.99999888899694359544317866)&inputCoverageRef=file:///tmp/6475a5aa_5b15_49b5_a433_3d2c315ffa3d.gml
Error Code: 404
Error Text: Failed reading response from WCS service. Detailed error: Runtime error: Failed opening connection to 'http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=UpdateCoverage&subset1=ansi("2003-01-01T00:00:00+00:00")&subset3=Long(-169.9999988885801611558766324,-160.0000011114198388441233676)&coverageId=meris_lai&insitu=False&subset2=Lat(19.99999811100305640455682134,29.99999888899694359544317866)&inputCoverageRef=file:///tmp/6475a5aa_5b15_49b5_a433_3d2c315ffa3d.gml'. Check that the service is up and running.Detail error: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ows:ExceptionReport version="2.0.1"
    xsi:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd"
    xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
    <ows:Exception exceptionCode="InconsistentChange">
        <ows:ExceptionText>Resolution -0.002777777993887190886357321478 was found in the input coverage, but no axis with the same resolution exists in the target coverage.</ows:ExceptionText>
    </ows:Exception>

</ows:ExceptionReport>

Change History (2)

comment:1 by Dimitar Misev, 7 years ago

Owner: set to Bang Pham Huu
Status: newassigned

comment:2 by Bang Pham Huu, 7 years ago

Resolution: fixed
Status: assignedclosed

I could not reproduce this error when set retry: true as the example above, so close for now.

Progress: [##----------------------------] 5/68 7.35% 3

Exception thrown when trying to insert slice: 
{Axis Subset: ansi("2003-01-01T00:00:00+00:00") Lat(-49.99999988885801611558766324,-40.00000011114198388441233676) Long(-179.9999988885801611558766324,-170.0000011114198388441233676) 
Data Provider: file:///home/rasdaman/test_dimitar/meris_different_resolutions/2003/GlobLAI-20030101-20030110-H00V13-1.0_MERIS-FR-LAI-HA.nc}
Retrying, you can safely ignore the warning for now. Tried 1 times.

Progress: [##----------------------------] 5/68 7.35% 3

Exception thrown when trying to insert slice: 
{Axis Subset: ansi("2003-01-01T00:00:00+00:00") Lat(-49.99999988885801611558766324,-40.00000011114198388441233676) Long(-179.9999988885801611558766324,-170.0000011114198388441233676) 
Data Provider: file:///home/rasdaman/test_dimitar/meris_different_resolutions/2003/GlobLAI-20030101-20030110-H00V13-1.0_MERIS-FR-LAI-HA.nc}
Retrying, you can safely ignore the warning for now. Tried 2 times.

Progress: [##----------------------------] 5/68 7.35% 3
Note: See TracTickets for help on using tickets.