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?
Thanks for the help,
-Eric
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Error 2032 is too generic. So can you post us the entire error message
(Exception or stacktrace) and your code.
Thanks
Arun
Views
Replies
Total Likes
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
Views
Replies
Total Likes
In terms of debugging have a look at the following post:
http://forums.adobe.com/message/3443712
Hope it helps,
Nikola
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?
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Ok I have added the MIME-type to my webserver application. Now I get a new error! It's Error #2034
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies