Opened 11 years ago

Last modified 11 years ago

#335 closed defect

WCPS queries fail after update — at Version 2

Reported by: ungarj Owned by: abeccati
Priority: critical Milestone: 9.0
Component: petascope Version: 8.4
Keywords: coverage iterator condense construct Cc: Dirk Daems, Peter Baumann
Complexity: Medium

Description (last modified by ungarj)

Just found out that some of the WCPS queries in our WCPS Tutorial cause an error now though having worked in earlier versions.

It seems after some testing the last version the queries worked was rasdaman 8.3.1-3.

Not sure whether it's relevant but the only queries affected (just tested our example queries though) are the ones with 1D output.

catalina.out indicates the "Specified domain does not intersect with spatial domain of MDD."

Example Query:

for c in (FSC_Scandinavia)
  return
    encode(
      coverage temp
        over
        $pt t(150190:150200)
      values (count(c[t($pt)]=30)) / (count(c[t($pt)]!=0)) * 100,
      "csv"
    )

The two files attached contain the tomcat output of the same query running with rasdaman 8.3.1-3 and 8.4.0-rc2.2.

Maybe I'm missing a schema or a syntax change. Do you have any idea what could be wrong here?

Thanks, Joachim

Change History (4)

by ungarj, 11 years ago

Attachment: 8.3.1-3.log added

catalina.out with rasdaman 8.3.1-3

by ungarj, 11 years ago

Attachment: 8.4.0.rc2.log added

catalina.out with rasdaman 8.4.0-rc2

comment:1 by abeccati, 11 years ago

Component: DEBpetascope
Milestone: 8.4
Owner: changed from Dimitar Misev to abeccati

comment:2 by ungarj, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.