Modify

Opened 15 years ago

Closed 9 years ago

#6144 closed defect (wontfix)

"pm parameter is not supported" exception with some projections

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

Dialog with settings

HTH.

tilusnet

Attachments (1)

pdfi_scrsh.PNG (28.0 KB ) - added by tilusnet 15 years ago.
Dialog with settings

Download all attachments as: .zip

Change History (10)

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

comment:5 by Don-vip, 13 years ago

Description: modified (diff)

comment:6 by Don-vip, 13 years ago

Ticket created at Proj4j: http://trac.osgeo.org/proj4j/ticket/24

comment:7 by Don-vip, 12 years ago

Summary: pdfimport crashes when Show Target pressed"pm parameter is not supported" exception with some projections

comment:8 by Don-vip, 12 years ago

Ticket #8450 has been marked as a duplicate of this ticket.

comment:9 by Don-vip, 9 years ago

Resolution: wontfix
Status: newclosed

The plugin has been deprecated, most of its projections are now in JOSM core.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain joshdoe.
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.