[flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory.

2012-02-10 Thread ks82

Hi,

   I have an application with modules which I converted over to SDK 4.5
using Flex 3.0 compatibility mode. I am able to compile and run in the
development and test servers without problems butwhen I release it to
production server, I get the above error. Any help will be appreciated.

Thanks 
KS
-- 
View this message in context: 
http://old.nabble.com/VerifyError%3A-Error--1053%3A-Illegal-override-of-FlexModuleFactory-in-mx.core.FlexModuleFactory.-tp33303321p33303321.html
Sent from the FlexCoders mailing list archive at Nabble.com.



[flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
Hi,

I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955.
When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the 
project compiles but fails with the following when I try to run it:

VerifyError: Error #1053: Illegal override of FlexModuleFactory in 
mx.core.FlexModuleFactory
 at global$init()

It very frustrating ...

Does anyone has any clue ?


Thanks in advance.

Regards,
Dima Gutzeit.

P.S. - I am not loading any modules in my project.

RE: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Alex Harui
Both the module and app that loads it must be on the same version of the SDK.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 1:20 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


Hi,

I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955.
When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the 
project compiles but fails with the following when I try to run it:

VerifyError: Error #1053: Illegal override of FlexModuleFactory in 
mx.core.FlexModuleFactory
 at global$init()

It very frustrating ...

Does anyone has any clue ?


Thanks in advance.

Regards,
Dima Gutzeit.

P.S. - I am not loading any modules in my project.



Re: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
The problem is that I do not load any modules  Using datavisualization 
loads a module behind the scenes ?

Thanks in advance.

Regards,
Dima Gutzeit.


From: Alex Harui 
Sent: Wednesday, October 07, 2009 5:39 PM
To: flexcoders@yahoogroups.com 
Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


  
Both the module and app that loads it must be on the same version of the SDK.



Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 1:20 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()



  

Hi,



I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955.

When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the 
project compiles but fails with the following when I try to run it:



VerifyError: Error #1053: Illegal override of FlexModuleFactory in 
mx.core.FlexModuleFactory

 at global$init()



It very frustrating ...



Does anyone has any clue ?





Thanks in advance.



Regards,

Dima Gutzeit.



P.S. - I am not loading any modules in my project.





RE: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Alex Harui
Are you using 3rd party SWCs?   All SWCs must be on the same version and must 
match the compiler version.  If you are using RSLs, the RSLs must be the 
correct version.  CSS SWFs and Resource Modules have the same restriction.  The 
console should show that SWFs are being loaded.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 8:45 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


The problem is that I do not load any modules  Using datavisualization 
loads a module behind the scenes ?

Thanks in advance.

Regards,
Dima Gutzeit.

From: Alex Haruimailto:aha...@adobe.com
Sent: Wednesday, October 07, 2009 5:39 PM
To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com
Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


Both the module and app that loads it must be on the same version of the SDK.
Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui
From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com 
[mailto:flexcod...@yahoogroups.com] On Behalf Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 1:20 AM
To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com
Subject: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

Hi,
I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955.
When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the 
project compiles but fails with the following when I try to run it:
VerifyError: Error #1053: Illegal override of FlexModuleFactory in 
mx.core.FlexModuleFactory
 at global$init()
It very frustrating ...
Does anyone has any clue ?
Thanks in advance.
Regards,
Dima Gutzeit.
P.S. - I am not loading any modules in my project.



Re: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Dima Gutzeit
Is this a new restriction that was introduced in 3.4.0.9271 ? I never had this 
problem when changing the SDK version before. 
Its kind of hard to make sure all the 3rd party SWC are updated to the specific 
SDK version ...

Regards,
Dima Gutzeit.


From: Alex Harui 
Sent: Wednesday, October 07, 2009 6:30 PM
To: flexcoders@yahoogroups.com 
Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


  
Are you using 3rd party SWCs?   All SWCs must be on the same version and must 
match the compiler version.  If you are using RSLs, the RSLs must be the 
correct version.  CSS SWFs and Resource Modules have the same restriction.  The 
console should show that SWFs are being loaded.



Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 8:45 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()



  

The problem is that I do not load any modules  Using datavisualization 
loads a module behind the scenes ?



Thanks in advance.



Regards,

Dima Gutzeit.



From: Alex Harui 

Sent: Wednesday, October 07, 2009 5:39 PM

To: flexcoders@yahoogroups.com 

Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()



  

Both the module and app that loads it must be on the same version of the SDK.

Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 1:20 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

  

Hi,

I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955.

When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the 
project compiles but fails with the following when I try to run it:

VerifyError: Error #1053: Illegal override of FlexModuleFactory in 
mx.core.FlexModuleFactory

 at global$init()

It very frustrating ...

Does anyone has any clue ?

Thanks in advance.

Regards,

Dima Gutzeit.

P.S. - I am not loading any modules in my project.





RE: [flexcoders] VerifyError: Error #1053: Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

2009-10-07 Thread Alex Harui
Flex SDK policy is that it is ok to make changes to class signatures in order 
to fix bugs and provide new features.  The only cross-versioning support we 
have is known as the Marshall Plan.  You can read about on the open source site.

I think your problem may be compiler version or RSL mismatch.  Do you only have 
one SWF?  Does this error happen at startup?

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 11:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


Is this a new restriction that was introduced in 3.4.0.9271 ? I never had this 
problem when changing the SDK version before.
Its kind of hard to make sure all the 3rd party SWC are updated to the specific 
SDK version ...

Regards,
Dima Gutzeit.

From: Alex Haruimailto:aha...@adobe.com
Sent: Wednesday, October 07, 2009 6:30 PM
To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com
Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


Are you using 3rd party SWCs?   All SWCs must be on the same version and must 
match the compiler version.  If you are using RSLs, the RSLs must be the 
correct version.  CSS SWFs and Resource Modules have the same restriction.  The 
console should show that SWFs are being loaded.
Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 8:45 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

The problem is that I do not load any modules  Using datavisualization 
loads a module behind the scenes ?
Thanks in advance.
Regards,
Dima Gutzeit.
From: Alex Haruimailto:aha...@adobe.com
Sent: Wednesday, October 07, 2009 5:39 PM
To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com
Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

Both the module and app that loads it must be on the same version of the SDK.
Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui
From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com 
[mailto:flexcod...@yahoogroups.com] On Behalf Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 1:20 AM
To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com
Subject: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

Hi,
I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955.
When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the 
project compiles but fails with the following when I try to run it:
VerifyError: Error #1053: Illegal override of FlexModuleFactory in 
mx.core.FlexModuleFactory
 at global$init()
It very frustrating ...
Does anyone has any clue ?
Thanks in advance.
Regards,
Dima Gutzeit.
P.S. - I am not loading any modules in my project.