Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] StyleBlackboardImpl error

Hi

I'm integrating some raster analysis plugins (Imagej) and have chosen tag udig 1.1.m1 as the target but get the following runtime error when trying to render a shp file, same occurs on the trunk, Ive just rebuilt my machine so the fault probably could be I've missed some files has anybody seen this before

Tony Kennedy


!ENTRY net.refractions.udig.project.ui 2 1 2005-12-10 19:34:17.548
!MESSAGE Could not generate layer glyph  (name: TOLLPOINT)
!STACK 0
java.lang.NullPointerException
at net.refractions.udig.project.internal.impl.StyleBlackboardImpl.lookup(StyleBlackboardImpl.java:131) at net.refractions.udig.project.ui.internal.LayerGeneratedGlyphDecorator.generateStyledIcon(LayerGeneratedGlyphDecorator.java:451) at net.refractions.udig.project.ui.internal.LayerGeneratedGlyphDecorator.generateIcon(LayerGeneratedGlyphDecorator.java:426) at net.refractions.udig.project.ui.internal.LayerGeneratedGlyphDecorator$2.refreshIcon(LayerGeneratedGlyphDecorator.java:228) at net.refractions.udig.project.ui.internal.LayerGeneratedGlyphDecorator$2.run(LayerGeneratedGlyphDecorator.java:164)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY net.refractions.udig.project.ui 2 1 2005-12-10 19:34:19.721
!MESSAGE Could not generate layer glyph  (name: TOLLPOINT)
!STACK 0




Back to the top