Opened 11 years ago

Closed 10 years ago

#2185 closed defect (fixed)

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.2
Severity: trivial Keywords:
Cc: External ID:

Description

<2012-11-15T09:20:29> 10.122.181.154 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 (5)

comment:1 by cmy, 11 years ago

Component: GeneralRendering Service

comment:2 by jng, 11 years ago

Resolution: duplicate
Status: newclosed

Closed for the same reason as #2184

comment:3 by cmy, 11 years ago

Please refer to 2184

comment:4 by cmy, 11 years ago

Resolution: duplicate
Status: closedreopened

I do not know when it will cause this exception?

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

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

1041 throw new MgInvalidArgumentException(L"MgServerRenderingService.RenderForSelection", LINE, WFILE, NULL, L"MgValueCannotBeLessThanOrEqualToZero", NULL);

<2012-11-15T09:26:22> 10.98.54.217 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.

comment:5 by jng, 10 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.