Modify ↓
Opened 4 years ago
Closed 3 years ago
#21251 closed defect (fixed)
ClassNotFoundException: javax.xml.bind.JAXBException
| Reported by: | anonymous | Owned by: | Don-vip |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin geotools | Version: | |
| Keywords: | template_report jaxb | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Errore nell'importazione di immagine GeoTiff generato da QGIS 3.20
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
Revision:18118
Build-Date:2021-08-02 19:18:35
Identification: JOSM/1.5 (18118 it) Mac OS X 10.15.7
OS Build number: Mac OS X 10.15.7 (19H1323)
Memory Usage: 177 MB / 2048 MB (64 MB allocated, but free)
Java version: 16.0.2+7, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 69731456 1920×1080 (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→16×16, 32×32→32×32
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: it_IT
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=18118, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=${HOME}/Desktop/Openstreetmap/josm-macosx/JOSM.app/Contents/MacOS/JOSM]
Plugins:
+ DirectDownload (35640)
+ ImportImagePlugin (35567)
+ apache-commons (35524)
+ editgpx (35562)
+ ejml (35458)
+ geotools (35458)
+ jts (35458)
+ log4j (35458)
Tagging presets:
+ ${HOME}/Desktop/Openstreetmap/CAI Preset_X_OSM/cai_josm_preset-master/cai.xml
+ https://raw.githubusercontent.com/osmItalia/cai_josm_preset/master/cai.xml
Last errors/warnings:
- 00074.557 E: Thread main-worker-0 raised java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
- 00074.559 E: Handled by bug report queue: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException. Causa: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: main-worker-0 (22)
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReader.initializeFromMetadata(TIFFImageReader.java:1303)
at it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReader.seekToImage(TIFFImageReader.java:831)
at it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReader.seekToImage(TIFFImageReader.java:788)
at it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReader.getWidth(TIFFImageReader.java:1046)
at org.openstreetmap.josm.gui.layer.geoimage.ImageEntry.withSubsampling(ImageEntry.java:166)
at org.openstreetmap.josm.gui.layer.geoimage.ImageEntry.lambda$read$0(ImageEntry.java:148)
at org.openstreetmap.josm.tools.ImageProvider.read(ImageProvider.java:1718)
at org.openstreetmap.josm.tools.ImageProvider.read(ImageProvider.java:1665)
at org.openstreetmap.josm.gui.layer.geoimage.ImageEntry.read(ImageEntry.java:147)
at org.openstreetmap.josm.gui.layer.geoimage.ImageDisplay$LoadImageRunnable.run(ImageDisplay.java:257)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at org.openstreetmap.josm.plugins.PluginClassLoader.loadClass(PluginClassLoader.java:92)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
Attachments (0)
Change History (5)
comment:1 by , 4 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Errore nell'importazione di immagine GeoTiff generato da QGIS 3.20 → ClassNotFoundException: javax.xml.bind.JAXBException |
comment:2 by , 4 years ago
| Component: | Core → Plugin geotools |
|---|---|
| Owner: | changed from to |
comment:4 by , 4 years ago
| Keywords: | jaxb added |
|---|
comment:5 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This should have been fixed in r35895/osm (2022-01-03).
Note:
See TracTickets
for help on using tickets.



Please install
jaxbplugin manually until I release a new version of the GeoTools plugin.