Expand my Community achievements bar.

SOLVED

Error #2032 Belgium

Avatar

Level 3

Hello All:

I'm working on testing the video rooms, and I'm having success with my duplex server handling connections.  I thought I would show it off to my friend in Belgium.  He was not having a good time, so I took and remoted to capture the error myself.  Is this an issue from over seas?  Or should I grab wireshark and dig deeper into what's blocking it?

BelgiumError.png

Thanks for the help,

-Eric

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi Eric,

Although I really want to see you succeed, this is definitely a Flex issue

moreso than an LCCS one - maybe posting to those forums could help?

nigel

View solution in original post

10 Replies

Avatar

Level 3

Update:  I was able to remote into another test computer in the US here and get the same error.  I don't know what could be wrong here.

-Eric

Avatar

Employee

Error 2032 is too generic. So can you post us the entire error message

(Exception or stacktrace) and your code.

Thanks

Arun

Avatar

Level 3

Is there a way to install a debug version of flash player that would give me a stack trace?  I have this 32-bit laptop that I was able to reproduce the error on. 

It gives me: Error #2032: Stream Error: URL: {myUrl}/framework_4.1.0.16076

I looked through Wireshark and I see GET /framework_4.1.0.16076.swz then HTTP/1.1 404 Not Found.

I'm missing this swz file?  But it only occurs on machines that aren't my development machines.

Thanks for your attention,

  -Eric

Avatar

Level 4

In terms of debugging have a look at the following post:

http://forums.adobe.com/message/3443712

Hope it helps,

Nikola

Avatar

Level 3

Update: I was able to reproduce the issue on my development computer by clearing my adobe cache.  Looks like the website isn't serving up the .swz or something?

Avatar

Level 3

Update: I try to debug on my machine that I can reproduce the issue on and I get this for a stack trace:

SecurityError: Error #2148: SWF file file:///X|/Websites/Record/WebConference.swf cannot access local resource file:///X|/Websites/Record/framework_4.1.0.16076.swz. Only local-with-filesystem and trusted local SWF files may access local resources.

at flash.net::URLStream/load()

at flash.net::URLLoader/load()

at mx.core::CrossDomainRSLItem/load()

at mx.core::CrossDomainRSLItem/loadFailover()

at mx.core::CrossDomainRSLItem/itemErrorHandler()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

Please let me know if you can help any further.  Thanks

-Eric

Avatar

Level 3

I have looked around and noticed some people changing their compile options to -static-link-runtime-shared-libraries=true.

I tried to set this in the command line options with no luck.  When I set them to -static-link-runtime-shared-libraries=true I got an error that said the compiler could not find s:Application.  I found the flex-config.xml file and flipped that to true.  Re-building and publishing to the webserver did no good.  I still get the same error.

Appreciate any help, Thanks

-Eric

Avatar

Correct answer by
Former Community Member

Hi Eric,

Although I really want to see you succeed, this is definitely a Flex issue

moreso than an LCCS one - maybe posting to those forums could help?

nigel

Avatar

Level 3

Ok I have added the MIME-type to my webserver application.  Now I get a new error!  It's Error #2034

Avatar

Level 3

I was able to resolve the issue finally with a combination of rebuilding multiple times and flipping the static building in flex-config.xml file to true. I'm still relatively confused about the .swz's not being recognized, but I'm new to flex and won't let it get me down yet.

Thanks,

     -Eric

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----