Issue Details (XML | Word | Printable)

Key: UDIG-389
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Justin Deoliveira
Reporter: Jody Garnett
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uDIG

Scalebar will not load

Created: 29/Mar/05 02:34 AM   Updated: 18/Apr/05 12:25 PM
Component/s: visualization using map layer and style
Affects Version/s: UDIG 0.9
Fix Version/s: UDIG 1.0.RC3

Environment: Reported against 0.9.2


 Description  « Hide
Create a map using the traditional demo files:
  • bc_boarder
  • dm solutions parks

DnD a scalebar from the catalog:

A dialog appears with "An internal error occured during: "Loading Services"

Here is the stack trace...
!ENTRY org.eclipse.core.runtime 4 2 2005-03-28 23:29:28.596
!MESSAGE An internal error occurred during: "Loading services...".
!STACK 0
java.util.NoSuchElementException
at java.util.TreeMap.key(Unknown Source)
at java.util.TreeMap.firstKey(Unknown Source)
at java.util.TreeSet.first(Unknown Source)
at net.refractions.udig.project.internal.render.impl.RendererCreatorImpl.createConfiguration(RendererCreatorImpl.java:204)
at net.refractions.udig.project.internal.render.impl.RendererCreatorImpl.changed(RendererCreatorImpl.java:294)
at net.refractions.udig.project.ui.internal.RenderManagerAdapters$2.layerRemoved(RenderManagerAdapters.java:115)
at net.refractions.udig.project.ui.internal.RenderManagerAdapters$2.layerAdded(RenderManagerAdapters.java:103)
at net.refractions.udig.project.internal.ContextModelListenerAdapter.notifyChanged(ContextModelListenerAdapter.java:81)
at net.refractions.udig.project.ui.internal.RenderManagerAdapters$2.notifyChanged(RenderManagerAdapters.java:71)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:225)
at org.eclipse.emf.common.notify.impl.NotificationChainImpl.dispatch(NotificationChainImpl.java:113)
at org.eclipse.emf.common.notify.impl.NotificationChainImpl.dispatch(NotificationChainImpl.java:101)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:418)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:367)
at org.eclipse.emf.common.util.BasicEList.addAll(BasicEList.java:686)
at net.refractions.udig.project.ui.internal.ProjectUIPlugin$1.run(ProjectUIPlugin.java:290)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jody Garnett added a comment - 29/Mar/05 03:11 AM
note it seems to be the proximity of the dm solution layer to scale bar that causes this? I can manage to add it to my map just using shapefiles, but it will not renderer.

Jesse Eichar added a comment - 18/Apr/05 12:25 PM
fixed. A problem with a refactoring so that the map graphic renderer can render multiple decorators.