I'm intermittently getting a 500 Internal Server Error when I try to load one specific KML layer on my maps API implementation, development version at http://foothill-web-gis.googlecode.com/svn/trunk/webgis/fhwebmapdemo.html. Here's the error (as reported by Firebug; I've also seen it in Chrome 11, and my colleague has seen it in Firefox 3.6 on Windows 7):
GET http://maps.googleapis.com/maps/api/js/KmlOverlayService.GetOverlays?1shttp%3A%2F%2Ffoothill-web-gis.googlecode.com%2Fsvn%2Fdata%2Frooms1.kml%3Frandom%3D0.45035833644684664&callback=_xdc_._5r6577&token=39032 500 Internal Server Error Response Headers DateMon, 30 May 2011 04:04:02 GMTContent-Typetext/html; charset=UTF-8Server mafeContent-Length11957X-XSS-Protection1; mode=block Request Headersview source Hostmaps.googleapis.comUser-AgentMozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0Accept*/*Accept-Languageen-us,en;q=0.5 Accept-Encodinggzip, deflateAccept-CharsetISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive115Connectionkeep-aliveReferer http://foothill-web-gis.googlecode.com/svn/trunk/webgis/fhwebmapdemo.html Cache information: Last ModifiedSun May 29 2011 21:04:02 GMT-0700 (PDT)Last FetchedSun May 29 2011 21:04:02 GMT-0700 (PDT)ExpiresWed Dec 31 1969 16:00:00 GMT-0800 (PST)Data Size11957Fetch Count2Devicedisk Opening the above URL directly gives Google's standard error page. Here's the KML file in question: http://foothill-web-gis.googlecode.com/svn/data/rooms1.kml It's large (~1.2MB), but under Google's 3MB limit, and has a lot of features (877, but under Google's limit of 1000), so I'm not exactly sure what's going on. I'm serving out of the project SVN and I've forced caching on the KML off (since I'm updating it frequently right now), and some have suggested that it's just the SVN server being slow and Google giving up fetching it, but I'm not sure if that's correct. I've speedtested the download, and I'm getting 93-128K down when the map is failing (which is pretty near the limits of my 'net connection). Switching to a KMZ seems to help, but I'd like to know what's going on here so I can avoid it. Has anyone seen this problem or have any insight? Thanks in advance! -Matt -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
