Modify

Opened 5 years ago

Closed 5 years ago

#18269 closed defect (duplicate)

n/a

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core imagery Version:
Keywords: template_report jpeg javabug Cc:

Description

What steps will reproduce the problem?

What is the expected result?

What happens instead?

Please provide any additional information below. Attach a screenshot if possible.

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2019-09-29 23:59:43 +0200 (Sun, 29 Sep 2019)
Build-Date:2019-09-29 22:01:37
Revision:15390
Relative:URL: ^/trunk

Identification: JOSM/1.5 (15390 en) Mac OS X 10.14.6
OS Build number: Mac OS X 10.14.6 (18G103)
Memory Usage: 868 MB / 1820 MB (498 MB allocated, but free)
Java version: 1.8.0_231-b11, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: Display 69731458 1920x1080, Display 188945224 1920x1080
Maximum Screen Size: 1920x1080
VM arguments: [-Djava.security.policy=file:<java.home>/lib/security/javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>/bin, -Djava.security.manager, -Djnlpx.origFilenameArg=${HOME}/Library/Application Support/Oracle/Java/Deployment/cache/6.0/56/1ee8cfb8-5b9c7b04, -Djnlpx.remove=false, -Dsun.awt.warmup=true, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.heapsize=NULL,2048m, -Dmacosx.jnlpx.dock.name=JOSM, -Dmacosx.jnlpx.dock.icon=${HOME}/Library/Application Support/Oracle/Java/Deployment/cache/6.0/25/4c122699-7805e5aa.icns, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp , -Djnlpx.jvm="<java.home>/bin/java"]
Dataset consistency test: No problems found

Plugins:
+ continuosDownload (82)
+ geojson (129)
+ mapwithai (0.1.7)
+ measurement (35051)
+ osm-obj-info (56)
+ utilsplugin2 (35177)

Tagging presets:
+ ${HOME}/Desktop/JOSM Stuffs/JOSM_FB_presets.xml
+ ${HOME}/Desktop/JOSM Stuffs/FB_IDN_preset.xml
+ ${HOME}/Downloads/MYS_josm_files (1)/FB_presets.xml

Map paint styles:
+ ${HOME}/Desktop/JOSM Stuffs/FB_style.mapcss
+ ${HOME}/Desktop/JOSM Stuffs/rainbow_roads.mapcss
+ ${HOME}/Downloads/MYS_josm_files (1)/FB_style.mapcss
+ ${HOME}/Downloads/rainbow_roads.mapcss
- https://gitlab.com/gokaart/JOSM_MapWithAI/raw/master/src/resources/styles/standard/mapwithai.mapcss

Validator rules:
+ ${HOME}/Downloads/FB_rules5.8.validator.mapcss

Last errors/warnings:
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- W: Unable to convert property casing-color to type class java.awt.Color: found #0023b21 of type class java.lang.String!
- E: Handled by bug report queue: java.lang.NullPointerException


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: TMS-downloader-11 (313)
java.lang.NullPointerException
	at java.awt.color.ICC_Profile.activateDeferredProfile(ICC_Profile.java:1090)
	at java.awt.color.ICC_Profile$1.activate(ICC_Profile.java:744)
	at sun.java2d.cmm.ProfileDeferralMgr.activateProfiles(ProfileDeferralMgr.java:95)
	at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:777)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.setImageData(JPEGImageReader.java:676)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(Native Method)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.readNativeHeader(JPEGImageReader.java:628)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.checkTablesOnly(JPEGImageReader.java:347)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.gotoImage(JPEGImageReader.java:495)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.readHeader(JPEGImageReader.java:621)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:1078)
	at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:1058)
	at javax.imageio.ImageIO.read(ImageIO.java:1448)
	at javax.imageio.ImageIO.read(ImageIO.java:1352)
	at org.openstreetmap.gui.jmapviewer.Tile.loadImage(Tile.java:247)
	at org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob.tryLoadTileImage(TMSCachedTileLoaderJob.java:300)
	at org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJob.loadingFinished(TMSCachedTileLoaderJob.java:189)
	at org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob.finishLoading(JCSCachedTileLoaderJob.java:265)
	at org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJob.run(JCSCachedTileLoaderJob.java:226)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Attachments (0)

Change History (1)

comment:1 by Don-vip, 5 years ago

Component: CoreCore imagery
Keywords: jpeg javabug added
Resolution: duplicate
Status: newclosed

Closed as duplicate of #18087.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.