Index: /applications/viewer/jmapviewer/pom.xml
===================================================================
--- /applications/viewer/jmapviewer/pom.xml	(revision 36328)
+++ /applications/viewer/jmapviewer/pom.xml	(revision 36329)
@@ -6,5 +6,5 @@
     <groupId>org.openstreetmap.jmapviewer</groupId>
     <artifactId>jmapviewer</artifactId>
-    <version>2.22-SNAPSHOT</version>
+    <version>2.23-SNAPSHOT</version>
 
     <name>JMapViewer</name>
Index: /applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
===================================================================
--- /applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java	(revision 36328)
+++ /applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java	(revision 36329)
@@ -274,5 +274,5 @@
                     LOG.log(Level.FINE, "Successfully loaded Bing attribution data.");
                     return r;
-                } catch (IOException ex) {
+                } catch (IllegalArgumentException | IOException ex) {
                     LOG.log(Level.SEVERE, String.format("Could not connect to Bing API. Will retry in %d seconds.", waitTimeSec));
                     LOG.log(Level.FINE, ex.getMessage(), ex);
