[OSGeoLive] #2480: geoserver layer demos are broken

OSGeoLive trac_osgeolive at osgeo.org
Fri Sep 13 07:09:20 PDT 2024


#2480: geoserver layer demos are broken
-----------------------------+----------------------------
 Reporter:  darkblueb        |       Owner:  osgeolive@…
     Type:  defect           |      Status:  new
 Priority:  critical         |   Milestone:  OSGeoLive17.0
Component:  OSGeoLive        |  Resolution:
 Keywords:  geoserver, java  |
-----------------------------+----------------------------
Comment (by darkblueb):

 also the default Openlayers template page contains outdated links
 {{{
 $ curl -v
 'http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2&mkt=en-us'
 *   Trying 13.107.246.69:80...
 * Connected to dev.virtualearth.net (13.107.246.69) port 80 (#0)
 > GET /mapcontrol/mapcontrol.ashx?v=6.2&mkt=en-us HTTP/1.1
 > Host: dev.virtualearth.net
 > User-Agent: curl/7.81.0
 > Accept: */*
 >
 * Mark bundle as not supporting multiuse
 < HTTP/1.1 401 Unauthorized
 < Date: Fri, 13 Sep 2024 14:05:57 GMT
 < Content-Type: application/json; charset=utf-8
 < Content-Length: 653
 < Connection: keep-alive
 < Access-Control-Allow-Headers: Content-Type,X-FD-Features,X-FD-
 FLIGHT,PreferAnonymous
 < Access-Control-Allow-Methods: POST, GET, OPTIONS
 < Access-Control-Allow-Origin: *
 < Alt-Svc: h3=":443"; ma=86400
 < Cache-Control: no-cache
 < x-azure-ref: 20240913T140557Z-
 176c6bcb657pms94z820mcg3zg0000000190000000004d08
 < X-Cache: CONFIG_NOCACHE
 <
 * Connection #0 to host dev.virtualearth.net left intact
 {"authenticationResultCode":"NoCredentials","brandLogoUri":"http://dev.virtualearth.net/Branding/logo_powered_by.png","copyright":"Copyright
 © 2024 Microsoft and its suppliers. All rights reserved. This API cannot
 be accessed and the content and any results may not be used, reproduced or
 transmitted in any manner without express written permission from
 Microsoft Corporation.","errorDetails":["Access was denied. You may have
 entered your credentials incorrectly, or you might not have access to the
 requested resource or
 operation."],"resourceSets":[],"statusCode":401,"statusDescri
 }}}

 {{{$ curl -v
 'http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'
 *   Trying 172.217.12.110:80...
 * Connected to maps.google.com (172.217.12.110) port 80 (#0)
 > GET
 /maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ
 HTTP/1.1
 > Host: maps.google.com
 > User-Agent: curl/7.81.0
 > Accept: */*
 >
 * Mark bundle as not supporting multiuse
 < HTTP/1.1 404 Not Found
 < Date: Fri, 13 Sep 2024 14:07:57 GMT
 < Content-Type: text/html; charset=UTF-8
 < Server: mafe
 < Content-Length: 1685
 < X-XSS-Protection: 0
 < X-Frame-Options: SAMEORIGIN
 < Server-Timing: gfet4t7; dur=99
 <
 <!DOCTYPE html>
 <html lang=en>
   <meta charset=utf-8>
   <meta name=viewport content="initial-scale=1, minimum-scale=1, width
 =device-width">
   <title>Error 404 (Not Found)!!1</title>
   <style>
     *{margin:0;padding:0}html,code{font:15px/22px arial,sans-
 serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0
 ;max-width:390px;min-height:180px;padding:30px 0 15px}* >
 body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-
 repeat;padding-right:205px}p{margin:11px 0
 22px;overflow:hidden}ins{color:#777;text-decoration:none}a
 img{border:0}@media screen and (max-width:772px){body{background:none
 ;margin-top:0;max-width:none;padding-
 right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png)
 no-repeat;margin-left:-5px}@media only screen and (min-
 resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png)
 no-repeat 0% 0%/100% 100%;-moz-border-
 image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png)
 0}}@media only screen and (-webkit-min-device-pixel-
 ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png)
 no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-
 block;height:54px;width:150px}
   </style>
   <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
   <p><b>404.</b> <ins>That’s an error.</ins>
   <p>The requested URL
 <code>/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ</code>
 was not found on this server.  <ins>That’s all we know.</ins>
 * Connection #0 to host maps.google.com left intact
 }}}

 {{{
 $ curl -v "http://api.maps.yahoo.com/ajaxymap?v=3.0&appid=euzuro-
 openlayers"
 * Could not resolve host: api.maps.yahoo.com
 * Closing connection 0
 curl: (6) Could not resolve host: api.maps.yahoo.com
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2480#comment:4>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.


More information about the osgeolive mailing list