[Exception] Illegal Value [message #1724377] |
Tue, 23 February 2016 08:02  |
Eclipse User |
|
|
|
Hello again,
While playing around and trying to get my task running I encountered the following exception:
!ENTRY org.eclipse.oomph.base 2 0 2016-02-23 13:40:11.825
!MESSAGE org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.impl.DynamicEObjectImpl@118102ee (eClass: org.eclipse.emf.ecore.impl.EClassImpl@15cc218f (name: DauzTask) (instanceClassName: null) (abstract: false, interface: false))' is not legal. (file:/C:/Users/sholzer/Documents/oomph-ide/cobiclipse-oomph/MyProduct.setup, 29, 45)
!STACK 0
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.impl.DynamicEObjectImpl@118102ee (eClass: org.eclipse.emf.ecore.impl.EClassImpl@15cc218f (name: DauzTask) (instanceClassName: null) (abstract: false, interface: false))' is not legal. (file:/C:/Users/sholzer/Documents/oomph-ide/cobiclipse-oomph/MyProduct.setup, 29, 45)
Can somebody tell me what broke where? Oo The line number (29,45) points to my task in the setup file but the value in the stack trace is never set (or even seen) by me.
Thank you alot
|
|
|
Re: [Exception] Illegal Value [message #1724382 is a reply to message #1724377] |
Tue, 23 February 2016 08:45   |
Eclipse User |
|
|
|
On 23-Feb-16 14:02, Steffen Holzer wrote:
> Hello again,
>
> While playing around and trying to get my task running I encountered the following exception:
>
> !ENTRY org.eclipse.oomph.base 2 0 2016-02-23 13:40:11.825
> !MESSAGE org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.impl.DynamicEObjectImpl@118102ee (eClass: org.eclipse.emf.ecore.impl.EClassImpl@15cc218f (name: DauzTask) (instanceClassName: null) (abstract: false, interface: false))' is not legal. (file:/C:/Users/sholzer/Documents/oomph-ide/cobiclipse-oomph/MyProduct.setup, 29, 45)
>
> !STACK 0
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.impl.DynamicEObjectImpl@118102ee (eClass: org.eclipse.emf.ecore.impl.EClassImpl@15cc218f (name: DauzTask) (instanceClassName: null) (abstract: false, interface: false))' is not legal. (file:/C:/Users/sholzer/Documents/oomph-ide/cobiclipse-oomph/MyProduct.setup, 29, 45)
>
>
> Can somebody tell me what broke where? Oo The line number (29,45) points to my task in the setup file but the value in the stack trace is never set (or even seen) by me.
Could it be that EMF cannot load your generated task class and
instantiates it dynamically from the corresponding .ecore model and this
breaks later when the instance is set into some reference?
> Thank you alot
>
|
|
|
Re: [Exception] Illegal Value [message #1724475 is a reply to message #1724377] |
Wed, 24 February 2016 02:43  |
Eclipse User |
|
|
|
Hi Steffen,
This is most likely a result of the "Deployable Plugins"vs. "Update Site" mistake we're discussing in your other post.
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Am 23.02.2016 um 14:02 schrieb Steffen Holzer:
> Hello again,
>
> While playing around and trying to get my task running I encountered the following exception:
>
> !ENTRY org.eclipse.oomph.base 2 0 2016-02-23 13:40:11.825
> !MESSAGE org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.impl.DynamicEObjectImpl@118102ee (eClass: org.eclipse.emf.ecore.impl.EClassImpl@15cc218f (name: DauzTask) (instanceClassName: null) (abstract: false, interface: false))' is not legal. (file:/C:/Users/sholzer/Documents/oomph-ide/cobiclipse-oomph/MyProduct.setup, 29, 45)
>
> !STACK 0
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.impl.DynamicEObjectImpl@118102ee (eClass: org.eclipse.emf.ecore.impl.EClassImpl@15cc218f (name: DauzTask) (instanceClassName: null) (abstract: false, interface: false))' is not legal. (file:/C:/Users/sholzer/Documents/oomph-ide/cobiclipse-oomph/MyProduct.setup, 29, 45)
>
>
> Can somebody tell me what broke where? Oo The line number (29,45) points to my task in the setup file but the value in the stack trace is never set (or even seen) by me.
>
> Thank you alot
|
|
|
Powered by
FUDForum. Page generated in 0.44163 seconds