Expand my Community achievements bar.

Error Running the LCDS samples

Avatar

Level 1
I installed the LCDS on my machine running Windows-xp. I then
deployed the sample app with my J2EE server. When I tried to run
the samples in IE it comes back with a message that Flash-9 hasn't
been installed. I reinstall Flash 9, but I continue to receive the
same message. When I try to run the sample in FireFox I see the
"GetData" page, but when I click on the button I recieve the
following message:



[RPC Fault faultString="HTTP request error"
faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent
type="ioError" bubbles=false cancelable=false eventPhase=2
text="Error #2032: Stream Error. URL: catalog.jsp"]. URL:
catalog.jsp"]

at mx.rpc::AbstractInvoker/
http://www.adobe.com/2006/flex/mx/internal::faultHandler()

at mx.rpc::Responder/fault()

at mx.rpc::AsyncRequest/fault()

at ::DirectHTTPMessageResponder/errorHandler()

at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()

How can I correct this problem.
1 Reply

Avatar

Level 1
*bump*



I believe that I may have a solution. I have been recieving
almost the exact same error as you.



In your browser Address bar, be sure to type in the "www"
after the "
http://".



I kept going to "
http://website.com/folder/file.html"
and it gave me the error over and over. When I typed in "
http://www.website.com/folder/file.html"
It connected to the files I needed to connect to and without any
errors, inturn, displaying the information (finally) from my DB.



I hope this helps.