Opened 8 years ago

Closed 8 years ago

#1234 closed defect (fixed)

WCPS1.5_Error when parsing "domain keyword" in axis

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

Description

WCPS query

for c in (rgb) return domain(c, i, "CRS:1")

returns error in WCPS 1.5

<ows:Exception exceptionCode="RuntimeError">
<ows:ExceptionText>
petascope.wcps2.error.managed.processing.WCPSProcessingError : A parsing error occurred at position=1:22. Offending symbol is=[@7,22:27='domain',<78>,1:22]. Parser message=no viable alternative at input 'domain'.
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>

while WCPS 1.0 returns (0,399)

Change History (2)

comment:1 by Bang Pham Huu, 8 years ago

same with

86-get_metadata_domain.test

for c in (eobstest) return domain(c, Long, "http://www.opengis.net/def/crs/EPSG/0/4326")

90-get_metadata_domain.error.test

for c in (eobstest) return domain(c, Long, "http://www.opengis.net/def/crs/EPSG/0/32633")

and 91-get_metadata_domain2.test

for c in (eobstest) return domain(c, Long, "CRS:1")

with error

 <ows:Exception exceptionCode="RuntimeError">
        <ows:ExceptionText>petascope.wcps2.error.managed.processing.WCPSProcessingError : A parsing error occurred at position=1:27. Offending symbol is=[@7,27:32='domain',&lt;78&gt;,1:27]. 
Parser message=no viable alternative at input 'domain'.</ows:ExceptionText>
    </ows:Exception>

Last edited 8 years ago by Bang Pham Huu (previous) (diff)

comment:2 by Bang Pham Huu, 8 years ago

Milestone: 10.09.3
Resolution: fixed
Status: newclosed

This ticket was fixed, close ticket.

Note: See TracTickets for help on using tickets.