Changes between Initial Version and Version 3 of Ticket #288
- Timestamp:
- Jan 30, 2013, 12:00:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #288
- Property Reporter changed from to
- Property Cc added
- Property Summary Some of ID demos do not work on osgeo-live → WCPS segfaults when using invalid axis name
- Property Priority major → minor
- Property Milestone → 8.4
-
Ticket #288 – Description
initial v3 1 The following 1D demos don't work on osgeo-live: the first 50 values, 2 values through 15 to 50, and every 5th value. 1 The NN3_1 has one axis x, but if a query uses t then WCPS will segfault rather than give a proper error message. 3 2 4 3 Example query: … … 8 7 Below is tomcat stack trace: 9 8 10 11 9 {{{ 12 10 TRACE [11:10:22] RangeElement@67: Range Element { name 'dynamic_type', type 'unsigned int'} 13 11 ERROR [11:10:22] PetascopeInterface@390: Runtime error : null … … 44 42 ... 15 more 45 43 DEBUG [11:10:22] PetascopeInterface@487: Done marshalling Error Report. 46 (END) 44 }}}