I can replicate the problem in MGE 2010. I would say it's a bug of sorts, likely related to feature reader stuff and how the data is requested/returned to the browser. The rendered selection completes, but the data portion fails after several minutes (like 8 in case of selection of 40,000 features) of the browser being pinned at 50%.
The amount of data being returned isn't that great as far as I know. I can't recall but isn't there a way to limit selection in Fusion? Dave -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tom Lazo / Stygy Sent: Tuesday, July 28, 2009 12:11 PM To: [email protected] Subject: RE: [mapguide-users] Error on selection Hi Dave, Thanks for the answer.. But i've changed that before max_execution_time = 240 ; Maximum execution time of each script, in seconds max_input_time = 240 ; Maximum amount of time each script may spend parsing request data memory_limit = 1280M ; Maximum amount of memory a script may consume i changed it when i have the new layer with 30k points problem. Another idea plz?. Thanks. Tom Dave Wilson wrote: > > What is your memory setting in your php.ini? You probably need to up it > from the 2MB default to 256 or higher. > > Dave > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Tom Lazo / > Stygy > Sent: Tuesday, July 28, 2009 11:39 AM > To: [email protected] > Subject: [mapguide-users] Error on selection > > > Hi all, > > I'm trying to select more than 20k features and i get an fusion.ajax > error...i checked mi error.log and i found this... > > <2009-07-28T12:23:37> Fusion Viewer 127.0.0.1 Anonymous > Error: An unclassified exception occurred. > StackTrace: > - MgFeatureServiceHandler.ProcessOperation line 83 file > d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\services\feature\FeatureServiceHandler.cpp > - MgOpSelectFeaturesSpatial.Execute line 110 file > d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\services\feature\OpSelectFeaturesSpatial.cpp > - MgServerSelectFeatures.SelectFeatures line 249 file > d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\services\feature\ServerSelectFeatures.cpp > An unclassified exception occurred. > > Is there any selection limit ??. > Thanks. > > Tom > > ----- > http://n2.nabble.com/file/u222842/warning.png Stygy is not a living > being! > -- > View this message in context: > http://n2.nabble.com/Error-on-selection-tp3344788p3344788.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > ----- http://n2.nabble.com/file/u222842/warning.png Stygy is not a living being! -- View this message in context: http://n2.nabble.com/Error-on-selection-tp3344788p3345012.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
