Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] ATL Warning
[ATL] ATL Warning [message #6025] Mon, 08 January 2007 20:10 Go to next message
Eclipse UserFriend
Originally posted by: irbull.cs.uvic.ca

I get the following warning each time I run an ATL transformation:

WARNING: overwriting local EMF registry entry for org.viewshaper

Is this a problem?

Cheers,
Ian
Re: [ATL] ATL Warning [message #6052 is a reply to message #6025] Mon, 08 January 2007 22:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: freddy.allilaire.univ-nantes.fr

Hi Ian,

No, it is not a problem.

Regards,
Freddy.

Ian Bull a écrit :
> I get the following warning each time I run an ATL transformation:
>
> WARNING: overwriting local EMF registry entry for org.viewshaper
>
> Is this a problem?
>
> Cheers,
> Ian
Re: [ATL] ATL Warning [message #6067 is a reply to message #6052] Mon, 08 January 2007 23:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikael.barbero.gmail.com

Hi Ian,

More precisely, it is a debug information that will certainly be removed
in the next ATL release (i.e., when ATL will be released as M2M component).

Best regards,
Mikaël

Freddy Allilaire a écrit :
> Hi Ian,
>
> No, it is not a problem.
>
> Regards,
> Freddy.
>
> Ian Bull a écrit :
>> I get the following warning each time I run an ATL transformation:
>>
>> WARNING: overwriting local EMF registry entry for org.viewshaper
>>
>> Is this a problem?
>>
>> Cheers,
>> Ian



--
Mikaël Barbero - PhD Candidate
ATLAS Group (INRIA & LINA) - University of Nantes
2, rue de la Houssinière
44322 Nantes Cedex 3 - France
tel. +33 2 51 12 58 08 /\ cell.+33 6 07 63 19 00
email: Mikael.Barbero@{gmail.com, univ-nantes.fr}
http://www.sciences.univ-nantes.fr/lina/atl/
Re: [ATL] ATL Warning [message #15326 is a reply to message #6067] Tue, 06 February 2007 12:08 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
Mikaël Barbero schreef:
> Hi Ian,
>
> More precisely, it is a debug information that will certainly be removed
> in the next ATL release (i.e., when ATL will be released as M2M component).

It is indeed debug information that I added. It was meant to track down
memory leak issues with loading EMF-based models. However, this WARNING
still means just that: something really is wrong. It just doesn't
necessarily result in real errors.

For example, the following appears on the console during ATL startup:

ATL Console initiated
WARNING: overwriting local EMF registry entry for PrimitiveTypes
WARNING: overwriting local EMF registry entry for AM3
WARNING: overwriting local EMF registry entry for PrimitiveTypes

It means that the PrimitiveTypes and AM3 meta-models are registered
multiple times. This should not happen, but doesn't create any further
problems. The same model is just registered more than once.

Now consider running your own model transformation, with your own
PrimitiveTypes model. If you now get this warning, you will know that
any pre-loaded PrimitiveTypes model needed internally by ATL has now
been replaced by your own model. THAT may well cause havoc!

When considering all this, it seems a good idea to retain the warning
message:
- save time tracking down instances of the second issue.
- track down (non-fatal) bugs in ATL (and other AMMA components) and "do
the right thing": solve the cause, not the symptom.
--
Regards,
Dennis

>
> Best regards,
> Mikaël
>
> Freddy Allilaire a écrit :
>> Hi Ian,
>>
>> No, it is not a problem.
>>
>> Regards,
>> Freddy.
>>
>> Ian Bull a écrit :
>>> I get the following warning each time I run an ATL transformation:
>>>
>>> WARNING: overwriting local EMF registry entry for org.viewshaper
>>>
>>> Is this a problem?
>>>
>>> Cheers,
>>> Ian
>
>
>
Previous Topic:[ATL] Executing OCL queries
Next Topic:Eclipse 3.2 compatibelity
Goto Forum:
  


Current Time: Tue Mar 19 09:15:11 GMT 2024

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

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

Back to the top