Opened 8 years ago

Closed 8 years ago

#1241 closed defect (fixed)

WCPS1.5_Null exception with trimming time axis

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

Description

107-timerange_slice_lat_2D.test

for c in ( eobstest ) return encode( c[ t("1950-01-03T13:05:00":"1950-04-03T13:05:00"), Long(20:170), Lat(10)], "tiff" )

returns

<ows:ExceptionReport version="2.0.0"
    xsd: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:xsd="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
    <ows:Exception exceptionCode="RuntimeError">
        <ows:ExceptionText>Runtime error while processing request</ows:ExceptionText>
    </ows:Exception>
    <ows:Exception exceptionCode="RuntimeError">
        <ows:ExceptionText>java.lang.NullPointerException : null</ows:ExceptionText>
    </ows:Exception>

</ows:ExceptionReport>

Change History (2)

comment:1 by Bang Pham Huu, 8 years ago

Owner: set to Bang Pham Huu
Status: newassigned

Fixed in http://rasdaman.org/ticket/1226, close for avoid time to look up again.

comment:2 by Bang Pham Huu, 8 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.