Changes between Initial Version and Version 1 of Ticket #1308


Ignore:
Timestamp:
Jul 2, 2018, 11:21:28 AM (6 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1308

    • Property Status newassigned
    • Property Summary Petascope_More meaniningful error from Rasql projection()RasJ_More meaniningful error from Rasql projection() instead of error number 10000
    • Property Priority minormajor
    • Property Complexity EasyMedium
    • Property Milestone 10.09.7
    • Property Owner set to Dimitar Misev
  • Ticket #1308 – Description

    initial v1  
    22
    33{{{
    4 for c in (test_projection) return encode(crsTransform(c, { Lat:"http://www.opengis.net/def/crs/EPSG/0/32633", Long:"http://www.opengis.net/def/crs/EPSG/0/32633"}, {}), "tiff", "nodata=0")
     4for c in (test_eobstest) return encode(crsTransform(c[t:"CRS:1"(0), Lat(25:25), Long(40:40)], { Lat:"http://www.opengis.net/def/crs/EPSG/0/32633", Long:"http://www.opengis.net/def/crs/EPSG/0/32633"}, {}), "tiff", "nodata=0")
    55}}}
    66
     
    99
    1010{{{
    11 <ows:ExceptionText>Error evaluating rasdaman query:
     11Error evaluating rasdaman query: 'SELECT encode(project( c[0,29:29,0:0], "40,25,40,25", "EPSG:4326", "EPSG:32633" ), "tiff" , "{\"geoReference\":{\"crs\":\"EPSG:32633\",\"bbox\":{\"xmin\":3075081.4950384865514934062957763671875,\"ymin\":2966187.5636845119297504425048828125,\"xmax\":3132613.194358731620013713836669921875,\"ymax\":3023719.2630047569982707500457763671875}},\"metadata\":{\"Creator\":\"This is a test creator file\",\"Project\":\"This is another test file\",\"Title\":\"This is a test file\"},\"nilValues\":[{\"value\":\"0\"}],\"nodata\":[0]}") FROM test_eobstest AS c'.
    1212
    13 'select encode(project( c, "-91.77349318141944,29.49823699213256,-91.39730199094952,29.82649648651944", "EPSG:4326", "EPSG:32633" ), "GTiff", "nodata=0;xmin=-91.77349318141944;xmax=-91.39730199094952;
     13Reason: No error message available for error number 10000.
    1414
    15 ymin=29.49823699213256;ymax=29.82649648651944;crs=EPSG:4326") from test_projection AS c where oid(c)=132609</ows:ExceptionText></ows:Exception>
    16 
    17 <ows:Exception exceptionCode="RuntimeError">
    18 
    19 <ows:ExceptionText>org.odmg.QueryException : Unexpected internal server error.
    2015}}}
    2116
     
    2823}}}
    2924
     25I debugged in rasj `RasRasnetImplementation.java` but it couldn't catch the error as same as from rasql but empty error message instead http://rasdaman.org/browser/java/src/main/java/org/rasdaman/rasnet/communication/RasRasnetImplementation.java#L688
     26