Ticket #9064: JOSMLOG.txt

File JOSMLOG.txt, 23.2 KB (added by MikeN, 12 years ago)

JOSM Console log, which may point to the actual error

Line 
1
2C:\mike\Projects\OpenStreetMap\JOSM>cd "C:\mike\Projects\OpenStreetMap\JOSM"
3
4C:\mike\Projects\OpenStreetMap\JOSM>"C:\Program Files\Java\jre7\bin\java.exe" -Djosm.home="./Settings-Tested" -Xmx4096M -jar josm-tested.jar
5loading plugin 'log4j' (version 29853)
6Failed to locate image 'http://www.dstoecker.eu/josm/oneclick.png'
7Could not get presets icon http://www.dstoecker.eu/josm/oneclick.png
8Failed to locate image 'http://www.dstoecker.eu/josm/oneway.png'
9Could not get presets icon http://www.dstoecker.eu/josm/oneway.png
10Failed to locate image 'http://www.dstoecker.eu/josm/30.png'
11Could not get presets icon http://www.dstoecker.eu/josm/30.png
12loading plugin 'reverter' (version 29771)
13RemoteControl: adding command "revert_changeset" (handled by RevertChangesetHandler)
14loading plugin 'jts' (version 29613)
15loading plugin 'geotools' (version 29767)
16Sep 09, 2013 7:20:14 AM org.geotools.referencing.factory.PropertyAuthorityFactory <init>
17WARNING: Axis elements found in a wkt definition, the force longitude first axis order hint might not be respected:
18PROJCS["Google Projection",GEOGCS["WGS 84",DATUM["World Geodetic System 1984",SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],UNIT["degree", 0.017453292519943295],AXIS["Geodetic longitude", EAST],AXIS["Geodetic latitude", NORTH],AUTHORITY["EPSG","4326"]],PROJECTION["Popular Visualisation Pseudo Mercator", AUTHORITY["EPSG","1024"]],PARAMETER["semi_minor", 6378137.0],PARAMETER["latitude_of_origin", 0.0],PARAMETER["central_meridian", 0.0],PARAMETER["scale_factor", 1.0],PARAMETER["false_easting", 0.0],PARAMETER["false_northing", 0.0],UNIT["m", 1.0]]
19loading plugin 'utilsplugin2' (version 29771)
20loading plugin 'editgpx' (version 29596)
21loading plugin 'ImportImagePlugin' (version 29805)
22loading plugin 'public_transport' (version 29784)
23loading plugin 'notes' (version 0.3-8-g03135df)
24loading plugin 'AddrInterpolation' (version 29778)
25loading plugin 'turnrestrictions' (version 29435)
26loading plugin 'measurement' (version 29750)
27INFO: RemoteControl::Accepting connections on port 8111
28org.geotools.data.DataSourceException: GEOTIFF Module Error Report
29No code "EPSG:26917" from authority "EPSG" found for object of type "EngineeringCRS".
30ModelPixelScaleTag: [1.0,1.0,0.0]
31ModelTiePointTag: (1 tie points)
32TP #0: [0.0,0.0,0.0] -> [380774.0,3855167.0,0.0]
33ModelTransformationTag: NOT AVAILABLE
34GeoKey #1: Key = 2049, Value = NAD83
35GeoKey #2: Key = 2054, Value = 9102
36GeoKey #3: Key = 3072, Value = 26917
37GeoKey #4: Key = 1024, Value = 1
38GeoKey #5: Key = 1025, Value = 1
39GeoKey #6: Key = 1026, Value = NAD83 / UTM zone 17N
40GeoKey #7: Key = 3076, Value = 9001
41org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:26917" from authority "EPSG" found for object of type "EngineeringCRS".
42 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.noSuchAuthorityException(CartesianAuthorityFactory.java:136)
43 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createEngineeringCRS(CartesianAuthorityFactory.java:130)
44 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createCoordinateReferenceSystem(CartesianAuthorityFactory.java:121)
45 at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:801)
46 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createProjectedCoordinateReferenceSystem(GeoTiffMetadata2CRSAdapter.java:284)
47 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:205)
48 at org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:298)
49 at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:210)
50 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.readGeoTiff(PluginOperations.java:352)
51 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.createGridFromFile(PluginOperations.java:120)
52 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.createImage(ImageLayer.java:92)
53 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.<init>(ImageLayer.java:76)
54 at org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction.actionPerformed(LoadImageAction.java:47)
55 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
56 at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
57 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
58 at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
59 at javax.swing.AbstractButton.doClick(Unknown Source)
60 at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
61 at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
62 at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
63 at java.awt.Component.processMouseEvent(Unknown Source)
64 at javax.swing.JComponent.processMouseEvent(Unknown Source)
65 at java.awt.Component.processEvent(Unknown Source)
66 at java.awt.Container.processEvent(Unknown Source)
67 at java.awt.Component.dispatchEventImpl(Unknown Source)
68 at java.awt.Container.dispatchEventImpl(Unknown Source)
69 at java.awt.Component.dispatchEvent(Unknown Source)
70 at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
71 at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
72 at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
73 at java.awt.Container.dispatchEventImpl(Unknown Source)
74 at java.awt.Window.dispatchEventImpl(Unknown Source)
75 at java.awt.Component.dispatchEvent(Unknown Source)
76 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
77 at java.awt.EventQueue.access$200(Unknown Source)
78 at java.awt.EventQueue$3.run(Unknown Source)
79 at java.awt.EventQueue$3.run(Unknown Source)
80 at java.security.AccessController.doPrivileged(Native Method)
81 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
82 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
83 at java.awt.EventQueue$4.run(Unknown Source)
84 at java.awt.EventQueue$4.run(Unknown Source)
85 at java.security.AccessController.doPrivileged(Native Method)
86 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
87 at java.awt.EventQueue.dispatchEvent(Unknown Source)
88 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
89 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
90 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
91 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
92 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
93 at java.awt.EventDispatchThread.run(Unknown Source)
94
95 at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:223)
96 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.readGeoTiff(PluginOperations.java:352)
97 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.createGridFromFile(PluginOperations.java:120)
98 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.createImage(ImageLayer.java:92)
99 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.<init>(ImageLayer.java:76)
100 at org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction.actionPerformed(LoadImageAction.java:47)
101 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
102 at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
103 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
104 at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
105 at javax.swing.AbstractButton.doClick(Unknown Source)
106 at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
107 at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
108 at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
109 at java.awt.Component.processMouseEvent(Unknown Source)
110 at javax.swing.JComponent.processMouseEvent(Unknown Source)
111 at java.awt.Component.processEvent(Unknown Source)
112 at java.awt.Container.processEvent(Unknown Source)
113 at java.awt.Component.dispatchEventImpl(Unknown Source)
114 at java.awt.Container.dispatchEventImpl(Unknown Source)
115 at java.awt.Component.dispatchEvent(Unknown Source)
116 at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
117 at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
118 at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
119 at java.awt.Container.dispatchEventImpl(Unknown Source)
120 at java.awt.Window.dispatchEventImpl(Unknown Source)
121 at java.awt.Component.dispatchEvent(Unknown Source)
122 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
123 at java.awt.EventQueue.access$200(Unknown Source)
124 at java.awt.EventQueue$3.run(Unknown Source)
125 at java.awt.EventQueue$3.run(Unknown Source)
126 at java.security.AccessController.doPrivileged(Native Method)
127 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
128 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
129 at java.awt.EventQueue$4.run(Unknown Source)
130 at java.awt.EventQueue$4.run(Unknown Source)
131 at java.security.AccessController.doPrivileged(Native Method)
132 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
133 at java.awt.EventQueue.dispatchEvent(Unknown Source)
134 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
135 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
136 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
137 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
138 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
139 at java.awt.EventDispatchThread.run(Unknown Source)
140Caused by: org.geotools.data.DataSourceException: GEOTIFF Module Error Report
141No code "EPSG:26917" from authority "EPSG" found for object of type "EngineeringCRS".
142ModelPixelScaleTag: [1.0,1.0,0.0]
143ModelTiePointTag: (1 tie points)
144TP #0: [0.0,0.0,0.0] -> [380774.0,3855167.0,0.0]
145ModelTransformationTag: NOT AVAILABLE
146GeoKey #1: Key = 2049, Value = NAD83
147GeoKey #2: Key = 2054, Value = 9102
148GeoKey #3: Key = 3072, Value = 26917
149GeoKey #4: Key = 1024, Value = 1
150GeoKey #5: Key = 1025, Value = 1
151GeoKey #6: Key = 1026, Value = NAD83 / UTM zone 17N
152GeoKey #7: Key = 3076, Value = 9001
153org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:26917" from authority "EPSG" found for object of type "EngineeringCRS".
154 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.noSuchAuthorityException(CartesianAuthorityFactory.java:136)
155 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createEngineeringCRS(CartesianAuthorityFactory.java:130)
156 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createCoordinateReferenceSystem(CartesianAuthorityFactory.java:121)
157 at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:801)
158 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createProjectedCoordinateReferenceSystem(GeoTiffMetadata2CRSAdapter.java:284)
159 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:205)
160 at org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:298)
161 at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:210)
162 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.readGeoTiff(PluginOperations.java:352)
163 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.createGridFromFile(PluginOperations.java:120)
164 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.createImage(ImageLayer.java:92)
165 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.<init>(ImageLayer.java:76)
166 at org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction.actionPerformed(LoadImageAction.java:47)
167 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
168 at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
169 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
170 at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
171 at javax.swing.AbstractButton.doClick(Unknown Source)
172 at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
173 at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
174 at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
175 at java.awt.Component.processMouseEvent(Unknown Source)
176 at javax.swing.JComponent.processMouseEvent(Unknown Source)
177 at java.awt.Component.processEvent(Unknown Source)
178 at java.awt.Container.processEvent(Unknown Source)
179 at java.awt.Component.dispatchEventImpl(Unknown Source)
180 at java.awt.Container.dispatchEventImpl(Unknown Source)
181 at java.awt.Component.dispatchEvent(Unknown Source)
182 at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
183 at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
184 at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
185 at java.awt.Container.dispatchEventImpl(Unknown Source)
186 at java.awt.Window.dispatchEventImpl(Unknown Source)
187 at java.awt.Component.dispatchEvent(Unknown Source)
188 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
189 at java.awt.EventQueue.access$200(Unknown Source)
190 at java.awt.EventQueue$3.run(Unknown Source)
191 at java.awt.EventQueue$3.run(Unknown Source)
192 at java.security.AccessController.doPrivileged(Native Method)
193 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
194 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
195 at java.awt.EventQueue$4.run(Unknown Source)
196 at java.awt.EventQueue$4.run(Unknown Source)
197 at java.security.AccessController.doPrivileged(Native Method)
198 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
199 at java.awt.EventQueue.dispatchEvent(Unknown Source)
200 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
201 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
202 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
203 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
204 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
205 at java.awt.EventDispatchThread.run(Unknown Source)
206
207 at org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:394)
208 at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:210)
209 ... 44 more
210Caused by: org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffException: GEOTIFF Module Error Report
211No code "EPSG:26917" from authority "EPSG" found for object of type "EngineeringCRS".
212ModelPixelScaleTag: [1.0,1.0,0.0]
213ModelTiePointTag: (1 tie points)
214TP #0: [0.0,0.0,0.0] -> [380774.0,3855167.0,0.0]
215ModelTransformationTag: NOT AVAILABLE
216GeoKey #1: Key = 2049, Value = NAD83
217GeoKey #2: Key = 2054, Value = 9102
218GeoKey #3: Key = 3072, Value = 26917
219GeoKey #4: Key = 1024, Value = 1
220GeoKey #5: Key = 1025, Value = 1
221GeoKey #6: Key = 1026, Value = NAD83 / UTM zone 17N
222GeoKey #7: Key = 3076, Value = 9001
223org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:26917" from authority "EPSG" found for object of type "EngineeringCRS".
224 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.noSuchAuthorityException(CartesianAuthorityFactory.java:136)
225 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createEngineeringCRS(CartesianAuthorityFactory.java:130)
226 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createCoordinateReferenceSystem(CartesianAuthorityFactory.java:121)
227 at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:801)
228 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createProjectedCoordinateReferenceSystem(GeoTiffMetadata2CRSAdapter.java:284)
229 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:205)
230 at org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:298)
231 at org.geotools.gce.geotiff.GeoTiffReader.<init>(GeoTiffReader.java:210)
232 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.readGeoTiff(PluginOperations.java:352)
233 at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.createGridFromFile(PluginOperations.java:120)
234 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.createImage(ImageLayer.java:92)
235 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.<init>(ImageLayer.java:76)
236 at org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction.actionPerformed(LoadImageAction.java:47)
237 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
238 at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
239 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
240 at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
241 at javax.swing.AbstractButton.doClick(Unknown Source)
242 at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
243 at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
244 at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
245 at java.awt.Component.processMouseEvent(Unknown Source)
246 at javax.swing.JComponent.processMouseEvent(Unknown Source)
247 at java.awt.Component.processEvent(Unknown Source)
248 at java.awt.Container.processEvent(Unknown Source)
249 at java.awt.Component.dispatchEventImpl(Unknown Source)
250 at java.awt.Container.dispatchEventImpl(Unknown Source)
251 at java.awt.Component.dispatchEvent(Unknown Source)
252 at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
253 at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
254 at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
255 at java.awt.Container.dispatchEventImpl(Unknown Source)
256 at java.awt.Window.dispatchEventImpl(Unknown Source)
257 at java.awt.Component.dispatchEvent(Unknown Source)
258 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
259 at java.awt.EventQueue.access$200(Unknown Source)
260 at java.awt.EventQueue$3.run(Unknown Source)
261 at java.awt.EventQueue$3.run(Unknown Source)
262 at java.security.AccessController.doPrivileged(Native Method)
263 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
264 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
265 at java.awt.EventQueue$4.run(Unknown Source)
266 at java.awt.EventQueue$4.run(Unknown Source)
267 at java.security.AccessController.doPrivileged(Native Method)
268 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
269 at java.awt.EventQueue.dispatchEvent(Unknown Source)
270 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
271 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
272 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
273 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
274 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
275 at java.awt.EventDispatchThread.run(Unknown Source)
276
277 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createProjectedCoordinateReferenceSystem(GeoTiffMetadata2CRSAdapter.java:312)
278 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createCoordinateSystem(GeoTiffMetadata2CRSAdapter.java:205)
279 at org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:298)
280 ... 45 more
281Caused by: org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:26917" from authority "EPSG" found for object of type "EngineeringCRS".
282 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.noSuchAuthorityException(CartesianAuthorityFactory.java:136)
283 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createEngineeringCRS(CartesianAuthorityFactory.java:130)
284 at org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createCoordinateReferenceSystem(CartesianAuthorityFactory.java:121)
285 at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:801)
286 at org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffMetadata2CRSAdapter.createProjectedCoordinateReferenceSystem(GeoTiffMetadata2CRSAdapter.java:284)
287 ... 47 more
288java.lang.ExceptionInInitializerError
289 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.createImage(ImageLayer.java:153)
290 at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.<init>(ImageLayer.java:76)
291 at org.openstreetmap.josm.plugins.ImportImagePlugin.LoadImageAction.actionPerformed(LoadImageAction.java:47)
292 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
293 at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
294 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
295 at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
296 at javax.swing.AbstractButton.doClick(Unknown Source)
297 at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
298 at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
299 at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
300 at java.awt.Component.processMouseEvent(Unknown Source)
301 at javax.swing.JComponent.processMouseEvent(Unknown Source)
302 at java.awt.Component.processEvent(Unknown Source)
303 at java.awt.Container.processEvent(Unknown Source)
304 at java.awt.Component.dispatchEventImpl(Unknown Source)
305 at java.awt.Container.dispatchEventImpl(Unknown Source)
306 at java.awt.Component.dispatchEvent(Unknown Source)
307 at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
308 at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
309 at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
310 at java.awt.Container.dispatchEventImpl(Unknown Source)
311 at java.awt.Window.dispatchEventImpl(Unknown Source)
312 at java.awt.Component.dispatchEvent(Unknown Source)
313 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
314 at java.awt.EventQueue.access$200(Unknown Source)
315 at java.awt.EventQueue$3.run(Unknown Source)
316 at java.awt.EventQueue$3.run(Unknown Source)
317 at java.security.AccessController.doPrivileged(Native Method)
318 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
319 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
320 at java.awt.EventQueue$4.run(Unknown Source)
321 at java.awt.EventQueue$4.run(Unknown Source)
322 at java.security.AccessController.doPrivileged(Native Method)
323 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
324 at java.awt.EventQueue.dispatchEvent(Unknown Source)
325 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
326 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
327 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
328 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
329 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
330 at java.awt.EventDispatchThread.run(Unknown Source)
331Caused by: java.lang.IllegalArgumentException: vendorName == null!
332 at javax.imageio.spi.IIOServiceProvider.<init>(Unknown Source)
333 at javax.imageio.spi.ImageReaderWriterSpi.<init>(Unknown Source)
334 at javax.imageio.spi.ImageWriterSpi.<init>(Unknown Source)
335 at com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriterSpi.<init>(CLibJPEGImageWriterSpi.java:84)
336 at org.geotools.image.ImageWorker.<clinit>(ImageWorker.java:153)
337 ... 42 more