Opened 11 years ago

Closed 11 years ago

#2184 closed defect (invalid)

Error: Invalid argument(s): The value cannot be less than or equal to zero.

Reported by: cmy Owned by:
Priority: high Milestone:
Component: Rendering Service Version: 2.0.0
Severity: trivial Keywords:
Cc: External ID:

Description

<2012-11-15T09:20:00> 10.123.212.48 Anonymous

Error: Invalid argument(s):

The value cannot be less than or equal to zero.

StackTrace:

The value cannot be less than or equal to zero.

Change History (6)

comment:1 by jng, 11 years ago

Resolution: invalid
Status: newclosed

This is not a bug report.

You didn't specify your environment.

You didn't specify your steps for reproduction and what type of data was involved.

And the error in question is known to be one of very little consequence. And if this error did have a major impact, you didn't even mention how!

comment:2 by cmy, 11 years ago

This error has occurred many times, resulting in dead map service website can not display the map.

comment:3 by cmy, 11 years ago

Resolution: invalid
Status: closedreopened

comment:4 by cmy, 11 years ago

My computer environment is as follows: 1.windows 2003 2.mapguide java version

comment:5 by cmy, 11 years ago

I want to know when it will cause this exception? I want to know how to do this will cause this exception? Now mapguie error logs often, leading to a dead map service.

root/tags/MAPGUIDE2.0.2/Server/src/Services/Rendering/ServerRenderingService.cpp

257 int width = map->GetDisplayWidth(); 258 int height = map->GetDisplayHeight(); 259 int dpi = map->GetDisplayDpi(); 260 double scale = map->GetViewScale(); 261 double metersPerUnit = map->GetMetersPerUnit();

262 if (width <= 0
height <= 0 dpi <= 0 scale <= 0.0 metersPerUnit <= 0.0)

263 throw new MgInvalidArgumentException(L"MgServerRenderingService.RenderDynamicOverlay", LINE, WFILE, NULL, L"MgValueCannotBeLessThanOrEqualToZero", NULL); 264

comment:6 by zspitzer, 11 years ago

Resolution: invalid
Status: reopenedclosed

2.0.2 is extremely old and no longer supported, please try the latest release 2.4

please always post to the mailing list before filing bugs

Note: See TracTickets for help on using tickets.