Opened 15 years ago

Last modified 10 years ago

#6144 closed defect

pdfimport crashes when Show Target pressed — at Version 4

Reported by: tilusnet Owned by: joshdoe
Priority: normal Milestone:
Component: Plugin proj4j Version: latest
Keywords: pdfimport Cc:

Description (last modified by Don-vip)

Hi extropy!

I find the idea of your plugin excellent, hence I was keen to try it out.
Fiddling with it I could reproduce this error as many times as I tried.
What I did:
1/ have the settings as in screenshot
2/ Hit Show Target

HTH.

tilusnet

Change History (5)

by tilusnet, 15 years ago

Attachment: pdfi_scrsh.PNG added

Dialog with settings

comment:1 by tilusnet, 15 years ago

The log:

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2011-03-23 02:31:38
Last Changed Author: Upliner
Revision: 4001
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2011-03-22 21:31:53 +0100 (Tue, 22 Mar 2011)
Last Changed Rev: 4001

Identification: JOSM/1.5 (4001 en_GB)
Memory Usage: 65 MB / 247 MB (4 MB allocated, but free)
Java version: 1.6.0_24, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows XP
Dataset consistency test: No problems found

Plugin: DirectUpload (25199)
Plugin: OpeningHoursEditor (25190)
Plugin: alignways (25199)
Plugin: buildings_tools (25469)
Plugin: openstreetbugs (25664)
Plugin: pdfimport (25546)
Plugin: proj4j (25454)
Plugin: public_transport (25192)
Plugin: routes (25199)
Plugin: terracer (25199)

org.osgeo.proj4j.UnsupportedParameterException: pm parameter is not supported
	at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Unknown Source)
	at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Unknown Source)
	at org.osgeo.proj4j.parser.Proj4Parser.parse(Unknown Source)
	at org.osgeo.proj4j.CRSFactory.createFromParameters(Unknown Source)
	at org.osgeo.proj4j.CRSFactory.createFromName(Unknown Source)
	at org.openstreetmap.josm.plugins.proj4j.ProjectionProj4J.setupTransformations(ProjectionProj4J.java:273)
	at org.openstreetmap.josm.plugins.proj4j.ProjectionProj4J.updateSelectedCode(ProjectionProj4J.java:248)
	at org.openstreetmap.josm.plugins.proj4j.ProjectionProj4J.access$100(ProjectionProj4J.java:46)
	at org.openstreetmap.josm.plugins.proj4j.ProjectionProj4J$SelectionListener.valueChanged(ProjectionProj4J.java:262)
	at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
	at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
	at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
	at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
	at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
	at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
	at javax.swing.JTable.changeSelectionModel(Unknown Source)
	at javax.swing.JTable.changeSelection(Unknown Source)
	at javax.swing.plaf.basic.BasicTableUI$Handler.adjustSelection(Unknown Source)
	at javax.swing.plaf.basic.BasicTableUI$Handler.mousePressed(Unknown Source)
	at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$000(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.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.pumpEventsForFilter(Unknown Source)
	at java.awt.Dialog$1.run(Unknown Source)
	at java.awt.Dialog$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Dialog.show(Unknown Source)
	at java.awt.Component.show(Unknown Source)
	at java.awt.Component.setVisible(Unknown Source)
	at java.awt.Window.setVisible(Unknown Source)
	at java.awt.Dialog.setVisible(Unknown Source)
	at pdfimport.LoadPdfDialog$ProjectionSubPrefsDialog.setVisible(LoadPdfDialog.java:509)
	at pdfimport.LoadPdfDialog.showProjectionPreferences(LoadPdfDialog.java:530)
	at pdfimport.LoadPdfDialog.access$100(LoadPdfDialog.java:67)
	at pdfimport.LoadPdfDialog$2.actionPerformed(LoadPdfDialog.java:177)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$000(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.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)
Last edited 13 years ago by Don-vip (previous) (diff)

comment:2 by stoecker, 15 years ago

Component: PluginPlugin proj4j

comment:3 by stoecker, 15 years ago

Owner: changed from extropy to joshdoe

comment:4 by Don-vip, 13 years ago

Description: modified (diff)

#8450 seems related

Note: See TracTickets for help on using tickets.