Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-389) Scalebar will not load

Scalebar will not load
----------------------

         Key: UDIG-389
         URL: http://jira.codehaus.org/browse/UDIG-389
     Project: uDIG
        Type: Bug
  Components: map  
    Versions: UDIG 0.9    
 Environment: Reported against 0.9.2
    Reporter: Jody Garnett
 Assigned to: Justin Deoliveira 
    Priority: Critical
     Fix For: UDIG 1.0.RC


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)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top