Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1968) Image and PDF Export from Map is broken (An unexpected failure occurred: null)

Issue Type: Bug Bug
Affects Versions: UDIG 1.4.x
Assignee: Unassigned
Components: application
Created: 15/Mar/13 7:45 AM
Description:

Create a project that contains a layer, after that:

  • Export.. from the Layers-View Context menu OR
  • Export from the Application Main menu "File->Export.."
  • Next choose "Export Map to Image"
  • Choose Image format or PDF and hit Finish

Error message in the message area of the wizard:
An unexpected failure occurred: null

Exception from debug-session:

java.lang.NullPointerException
	at net.refractions.udig.project.internal.impl.ContextModelImpl$1.notifyChanged(ContextModelImpl.java:72)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:380)
	at org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1033)
	at org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1038)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:468)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:406)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:374)
	at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copyContainment(EcoreUtil.java:569)
	at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copy(EcoreUtil.java:489)
	at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copyContainment(EcoreUtil.java:575)
	at org.eclipse.emf.ecore.util.EcoreUtil$Copier.copy(EcoreUtil.java:489)
	at org.eclipse.emf.ecore.util.EcoreUtil.copy(EcoreUtil.java:361)
	at net.refractions.udig.project.ui.ApplicationGIS.drawMap(ApplicationGIS.java:764)
Environment: Windows
Project: uDIG
Priority: Critical Critical
Reporter: Frank Gasdorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Back to the top