| 1 | TRACE [09:04:53] PetascopeInterface@228: POST Request length: 143
|
|---|
| 2 | TRACE [09:04:53] PetascopeInterface@229: POST request body :
|
|---|
| 3 | ------START REQUEST--------
|
|---|
| 4 | query=for+c+in+%28glasgow_bron_th%29%0D%0Areturn%0D%0A+encode+%28+c%5Bx%3A%22CRS%3A1%22%2852%29%2C+y%3A%22CRS%3A1%22%2850%29%5D%2C+%22csv%22%29
|
|---|
| 5 | ------END REQUEST------
|
|---|
| 6 |
|
|---|
| 7 | TRACE [09:04:53] PetascopeInterface@230: GET Query string : null
|
|---|
| 8 | TRACE [09:04:53] PetascopeInterface@234: Request parameters : {query=for+c+in+%28glasgow_bron_th%29%0D%0Areturn%0D%0A+encode+%28+c%5Bx%3A%22CRS%3A1%22%2852%29%2C+y%3A%22CRS%3A1%22%2850%29%5D%2C+%22csv%22%29}
|
|---|
| 9 | DEBUG [09:04:53] PetascopeInterface@284: Received Abstract Syntax Request via GET:
|
|---|
| 10 | for c in (glasgow_bron_th)
|
|---|
| 11 | return
|
|---|
| 12 | encode ( c[x:"CRS:1"(52), y:"CRS:1"(50)], "csv")
|
|---|
| 13 | TRACE [09:04:53] RasUtil@211: Parsing abstract WCPS query...
|
|---|
| 14 | TRACE [09:04:53] NumericScalarExpr@48: NumericScalarExpr 52
|
|---|
| 15 | TRACE [09:04:53] NumericScalarExpr@48: NumericScalarExpr 50
|
|---|
| 16 | TRACE [09:04:53] RasUtil@220: Converting parsed request to XML...
|
|---|
| 17 | DEBUG [09:04:53] RasUtil@222: Done, xml query: <?xml version="1.0" encoding="UTF-8" ?>
|
|---|
| 18 | <ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
|
|---|
| 19 | <query><xmlSyntax><coverageIterator><iteratorVar>c</iteratorVar><coverageName>glasgow_bron_th</coverageName></coverageIterator><encode store="false"><slice><coverage>c</coverage><axis>x</axis><srsName>CRS:1</srsName><slicingPosition><numericConstant>52</numericConstant></slicingPosition><axis>y</axis><srsName>CRS:1</srsName><slicingPosition><numericConstant>50</numericConstant></slicingPosition></slice><format>csv</format></encode></xmlSyntax></query></ProcessCoveragesRequest>
|
|---|
| 20 | DEBUG [09:04:53] PetascopeInterface@307: Petascope Request:
|
|---|
| 21 | ------START REQUEST--------
|
|---|
| 22 | <?xml version="1.0" encoding="UTF-8" ?>
|
|---|
| 23 | <ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
|
|---|
| 24 | <query><xmlSyntax><coverageIterator><iteratorVar>c</iteratorVar><coverageName>glasgow_bron_th</coverageName></coverageIterator><encode store="false"><slice><coverage>c</coverage><axis>x</axis><srsName>CRS:1</srsName><slicingPosition><numericConstant>52</numericConstant></slicingPosition><axis>y</axis><srsName>CRS:1</srsName><slicingPosition><numericConstant>50</numericConstant></slicingPosition></slice><format>csv</format></encode></xmlSyntax></query></ProcessCoveragesRequest>
|
|---|
| 25 | ------END REQUEST------
|
|---|
| 26 |
|
|---|
| 27 | DEBUG [09:04:53] PetascopeInterface@311: Root Element name: ProcessCoveragesRequest
|
|---|
| 28 | DEBUG [09:04:53] PetascopeInterface@568: Received a ProcessCoverages request:
|
|---|
| 29 | <?xml version="1.0" encoding="UTF-8" ?>
|
|---|
| 30 | <ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
|
|---|
| 31 | <query><xmlSyntax><coverageIterator><iteratorVar>c</iteratorVar><coverageName>glasgow_bron_th</coverageName></coverageIterator><encode store="false"><slice><coverage>c</coverage><axis>x</axis><srsName>CRS:1</srsName><slicingPosition><numericConstant>52</numericConstant></slicingPosition><axis>y</axis><srsName>CRS:1</srsName><slicingPosition><numericConstant>50</numericConstant></slicingPosition></slice><format>csv</format></encode></xmlSyntax></query></ProcessCoveragesRequest>
|
|---|
| 32 | DEBUG [09:04:53] PetascopeInterface@570: -------------------------------------------------------
|
|---|
| 33 | DEBUG [09:04:53] PetascopeInterface@571: Converting to rasql
|
|---|
| 34 | DEBUG [09:04:53] ProcessCoveragesRequest@91: Found XML Syntax query
|
|---|
| 35 | DEBUG [09:04:53] XmlQuery@88: Processing XML Request: xmlSyntax
|
|---|
| 36 | INFO [09:04:53] XmlQuery@99: The current node is: coverageIterator
|
|---|
| 37 | TRACE [09:04:53] CoverageIterator@43: coverageIterator
|
|---|
| 38 | TRACE [09:04:53] CoverageIterator@60: iterator variable : c
|
|---|
| 39 | TRACE [09:04:53] CoverageIterator@63: coverage reference : glasgow_bron_th
|
|---|
| 40 | ERROR [09:04:53] CoverageIterator@65: unknown coverage glasgow_bron_th
|
|---|
| 41 | ERROR [09:04:53] PetascopeInterface@380: Error stack trace:
|
|---|
| 42 | InternalComponentError: Unknown coverage glasgow_bron_th
|
|---|
| 43 | at petascope.PetascopeInterface.handleProcessCoverages(PetascopeInterface.java:620)
|
|---|
| 44 | at petascope.PetascopeInterface.doGet(PetascopeInterface.java:319)
|
|---|
| 45 | at petascope.PetascopeInterface.doPost(PetascopeInterface.java:212)
|
|---|
| 46 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
|
|---|
| 47 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
|
|---|
| 48 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
|
|---|
| 49 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
|
|---|
| 50 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
|
|---|
| 51 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
|
|---|
| 52 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
|
|---|
| 53 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
|
|---|
| 54 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
|
|---|
| 55 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
|
|---|
| 56 | at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:865)
|
|---|
| 57 | at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
|
|---|
| 58 | at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
|
|---|
| 59 | at java.lang.Thread.run(Thread.java:679)
|
|---|
| 60 | Caused by: WcpsError: Unknown coverage glasgow_bron_th
|
|---|
| 61 | at petascope.wcps.server.core.CoverageIterator.<init>(CoverageIterator.java:66)
|
|---|
| 62 | at petascope.wcps.server.core.XmlQuery.startParsing(XmlQuery.java:102)
|
|---|
| 63 | at petascope.wcps.server.core.ProcessCoveragesRequest.<init>(ProcessCoveragesRequest.java:93)
|
|---|
| 64 | at petascope.wcps.server.core.Wcps.pcPrepare(Wcps.java:119)
|
|---|
| 65 | at petascope.wcps.server.core.Wcps.pcPrepare(Wcps.java:113)
|
|---|
| 66 | at petascope.PetascopeInterface.handleProcessCoverages(PetascopeInterface.java:572)
|
|---|
| 67 | ... 16 more
|
|---|
| 68 | DEBUG [09:04:53] PetascopeInterface@431: Done marshalling Error Report.
|
|---|