Re: [mapguide-users] MGTileSeeder Help

2018-02-09 Thread Tim Price
Thanks Hans,

I did try the OSGeo.OGR provider and assuming I setup the Feature Source
correctly (See Image) it still did not tile seed properly. This is the only
layer in the tileSetDefinition too. I've attached a full work up of my issue
in the image. Have a good weekend!

 




--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGTileSeeder Help

2018-02-09 Thread Hans Milling
If MapGuide crashes/hangs, try to add your Shape files with the OGR provider
instead of the SHP provide. From time to time we have clients who experience
problems using the SHP provider, then OGR provider works better for Shape
files.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGTileSeeder Help

2018-02-07 Thread Tim Price
Update on my issue.

I got a look at the beginning of the error. Seems like a timeout issues. But
what ServerConfig parameter would I change to help the MGTileSeeder from
timing out? (See attached Image)

I also witnessed the Bounding Box parameter is not respected and the same
number of tiles are attempted to be generated regardless of it (61 million
if BBOX unspecified, 61 million if using a smaller BBOX specified in the
command line). It seems the only extent that matters is the one in the
TileSetDefinition. 

Is it possible my SRS could be the problem? I am using EPSG:26917
 




--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGTileSeeder Help

2018-02-06 Thread Tim Price
Thanks Crispin - Where is the parameter to alter parallel/concurrent requests
(serverconfig.ini doesn't seem to have one related to tiling)?

Also - I don't see a MGSettings.ini file (unless you were just aliasing the
serverconfig.ini file)

The old MGCooker did have a editable parameter for parallel/concurrent
requests but can't find one in MGTileSeeder.






--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGTileSeeder Help

2018-02-06 Thread Crispin_at_Linknode
Concurrent access to SHP files - shouldn't be an issue?  Have you tried
throttling back parallel/concurrent requests in the tiler to 1 to see if
that solves, then ramp up again.

The MGSettings.ini file isn't set-up for high performance running.  It's a
black art, but maybe altering the default settings here.  A good blog post
for settings that work on high performance hardware would be great from
anyone who really understands them (Jackie? :-) )



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGTileSeeder Help

2018-02-06 Thread Tim Price
Thanks for replying guys.

I am not tiling any Rasters at all. I've tried just testing one shapefile
source at two scale levels.

Looking at things in Fiddler - Everything seems fine (All Result = 200) and
the tiles builds successfully before the crash with no failure or details on
the crash itself. If I re-run MGTileSeeder it will start over at 0 tiles but
skip over the previously built ones quickly and then build new tiles until
crashing again.  Two or three minutes of building then a crash. I can
eventually complete the sample tile set after running MGTileSeeder 15 times
but I don't want to do this when I have millions of tiles to run when I do
get this figured out. I've attached an image.

Thanks again for looking into this.
 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGTileSeeder Help

2018-02-04 Thread Crispin_at_Linknode
Are you creating tiles from vector sources or rasters?

Not sure this will help, but there is a lot of load on the raster provider
on the server with tiling and so if you run the MGSERVER in interactive mode
(ie on Windows you would stop the service, start a CMD prompt and set the
GDAL debug variable to verbose (cant remember that syntax) then mggerver.exe
-interactive).

Some errors are not carried through to the logs but this may show more.  I
think MG 3.1.1 / 3.3 fixes an error propogation problem. 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] MGTileSeeder Help

2018-02-02 Thread Jackie Ng
I've ... never seen this error before???

The only thing I can suggest is to use a tool like fiddler
(https://www.telerik.com/fiddler) and see what particular requests are
failing. You should be able to see the urls of the failing requests and then
be able to isolate even further (does it error on these particular [x, y, z]
tiles? etc)

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users