Modify ↓
Opened 4 years ago
Last modified 2 years ago
#14335 new defect
Printing function does not work. AIOOBE: 0
Reported by: | MKE | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin print | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Just try to print
What is the expected result?
It should be printed
What happens instead?
This error message comes
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2017-02-02 01:22:52 +0100 (Thu, 02 Feb 2017) Build-Date:2017-02-02 02:33:28 Revision:11526 Relative:URL: ^/trunk Identification: JOSM/1.5 (11526 de) Windows 10 64-Bit Memory Usage: 162 MB / 247 MB (33 MB allocated, but free) Java version: 1.8.0_121-b13, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1600x900 Maximum Screen Size: 1600x900 VM arguments: [-Djava.security.manager, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe, -Djnlpx.splashport=54048, -Djnlpx.home=C:\Program Files (x86)\Java\jre1.8.0_101\bin, -Djnlpx.remove=false, -Djnlpx.offline=false, -Djnlpx.relaunch=true, -Djnlpx.session.data=%UserProfile%\AppData\Local\Temp\session7814664043510232782, -Djnlpx.heapsize=NULL,NULL, -Djava.security.policy=file:C:\Program Files (x86)\Java\jre1.8.0_101\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.origFilenameArg=%UserProfile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-35928d12] Dataset consistency test: No problems found Plugins: + HouseNumberTaggingTool (32699) + OpeningHoursEditor (33004) + dataimport (33024) + log4j (32699) + namemanager (33004) + osmarender (33004) + print (33118) + routing (33004) + turnrestrictions (33088) + utilsplugin2 (33124) Last errors/warnings: - E: Handled by bug report queue: java.lang.ArrayIndexOutOfBoundsException: 0 === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-2 (47) of javawsApplicationThreadGroup java.lang.ArrayIndexOutOfBoundsException: 0 at org.openstreetmap.josm.plugins.print.PrintDialog.loadPrintSettings(PrintDialog.java:543) at org.openstreetmap.josm.plugins.print.PrintDialog.<init>(PrintDialog.java:133) at org.openstreetmap.josm.plugins.print.PrintAction.run(PrintAction.java:50) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by
Type: | enhancement → defect |
---|
comment:2 Changed 2 years ago by
Summary: | Printing function does not work → Printing function does not work. AIOOBE: 0 |
---|
Note: See
TracTickets for help on using
tickets.