Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » DecoratorProvidor error
DecoratorProvidor error [message #1037597] Tue, 09 April 2013 19:24 Go to next message
Simon Zutterman is currently offline Simon ZuttermanFriend
Messages: 28
Registered: October 2012
Junior Member
Hi,

I created a GMF editor, and resolved all but 2 errors (see attachment), that appear as soon as i create a node on my diagram. Probably caused by the activator ...DecoratorPlugin is invalid warning?

I really have no clue where i can solve this problem, I've never debugged a project, and since it's quite big it would take a long while.
Does anyone have a clue how to tackle this or where this error could come from?

Build properties:
bin.includes = .,\
               icons/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               messages.properties,\
               .options
jars.compile.order = .
source.. = src/
output.. = bin/



Manifest:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: ChooseEditor.diagram; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: chooseeditor.diagram.part.ChooseEditorDiagramEditorPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: chooseeditor.diagram.edit.parts, 
 chooseeditor.diagram.part,
 chooseeditor.diagram.providers
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.core.expressions,
 org.eclipse.jface,
 org.eclipse.ui.ide,
 org.eclipse.ui.views,
 org.eclipse.ui.navigator,
 org.eclipse.ui.navigator.resources,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.emf.edit.ui,
 org.eclipse.gmf.runtime.emf.core,
 org.eclipse.gmf.runtime.emf.commands.core,
 org.eclipse.gmf.runtime.emf.ui.properties,
 org.eclipse.gmf.runtime.diagram.ui,
 org.eclipse.gmf.runtime.diagram.ui.properties,
 org.eclipse.gmf.runtime.diagram.ui.providers,
 org.eclipse.gmf.runtime.diagram.ui.providers.ide,
 org.eclipse.gmf.runtime.diagram.ui.render,
 org.eclipse.gmf.runtime.diagram.ui.resources.editor,
 org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,
 org.eclipse.gmf.tooling.runtime;visibility:=reexport,
 org.eclipse.draw2d;visibility:=reexport,
 org.eclipse.gmf.runtime.draw2d.ui;visibility:=reexport,
 ChooseEditor;visibility:=reexport,
 ChooseEditor.edit;visibility:=reexport,
 org.eclipse.ocl.ecore;visibility:=reexport,
 org.eclipse.gef;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6



Many thanks in advance for any help!!
  • Attachment: errors.PNG
    (Size: 39.06KB, Downloaded 225 times)
  • Attachment: error2.PNG
    (Size: 147.29KB, Downloaded 247 times)
  • Attachment: error1.PNG
    (Size: 146.28KB, Downloaded 240 times)
  • Attachment: warning.PNG
    (Size: 149.43KB, Downloaded 222 times)
Re: DecoratorProvidor error [message #1037613 is a reply to message #1037597] Tue, 09 April 2013 19:53 Go to previous messageGo to next message
Simon Zutterman is currently offline Simon ZuttermanFriend
Messages: 28
Registered: October 2012
Junior Member
The errors appear actually in any diagram editor i make in the runtime, so not only in the one project..
Re: DecoratorProvidor error [message #1037619 is a reply to message #1037613] Tue, 09 April 2013 20:05 Go to previous messageGo to next message
Thomas Beyer is currently offline Thomas BeyerFriend
Messages: 55
Registered: February 2013
Member
Hi Simon,

as your log says, you are loading gmf's example-runtime plugin somewhere, that is throwing the error, not your native plugins.
Find out, what plugins reference this (maybe it's just in the runtime-configuration), get rid of it and the error should be gone.

Regards
Thomas
Re: DecoratorProvidor error [message #1037633 is a reply to message #1037619] Tue, 09 April 2013 20:31 Go to previous message
Simon Zutterman is currently offline Simon ZuttermanFriend
Messages: 28
Registered: October 2012
Junior Member
Thanks for the quick reply Thomas,

Un-selecting the gmf.examples.runtime plugin in the configuration solved it indeed.
Still don't understand why this happened though.

Thank you!

Simon
Previous Topic:How to refresh decorators?
Next Topic:Link elements of different diagrams
Goto Forum:
  


Current Time: Fri Apr 26 22:53:39 GMT 2024

Powered by FUDForum. Page generated in 0.03837 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top