9/29/2010 5:42:54 PM
Title:
Launching index error from Flex Builder 3 when I try to run the application in debug mode
When I try to run my application in debug mode by clicking the debug symbol from Flex Builder 3 it ran fine till now. Now, when I try that I get a message box with message "Launching index(Time of error Sep 29, 2010 7:05PM)
Reason:
protocol = http host = null"
It has two buttons, OK and Details. On clicking the Details
button I see a message "An internal error occurred during "Launching index"
protocol = http host = null
I still can run the application by typing 127.0.0.1/myprogram in a browser.
I cannot see my trace statements in the Flex Builder console anymore due to this.
My remoting-config.xml and services-config.xml file look OK to me.
What could have caused the error and how can I fix it?
9/29/2010 10:44:35 PM
you can try cleaning your project from project --> clean menu in flex. this will rebuild all the project files , so if there is an error in the index html file, it should get fixed.
9/29/2010 10:48:58 PM
try changing you default browser in flex project settings. It might be a problem related to browser
9/30/2010 5:55:38 AM
Juan/Chole,
Thanks for the suggestions. But, both of them did not solve the issue.