Opened 8 years ago
Closed 8 years ago
#1429 closed defect (fixed)
WMS_More meaningful error when request does not have proper parameters
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | petascope | Version: | development |
Keywords: | WMS parameters | Cc: | Dimitar Misev, Alex Dumitru |
Complexity: | Medium |
Description
e.g: WMS without crs paramater.
http://217.64.166.157:8080/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=TEP_Urban_KOMPSAT3_Delhi &bbox=712108.62799952,3151148.62591556,712108.62799952,3151148.62591556&width=600&height=600&format=image/png
it will return NULL error
<?xml version='1.0' encoding="UTF-8"?> <ServiceExceptionReport version="1.3.0" xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd"> <ServiceException code="InternalError"> An internal error has occurred with the following message: NullPointerException: Check the log file for more details. </ServiceException> </ServiceExceptionReport>
Note:
See TracTickets
for help on using tickets.