Hello all, I need some help..... I am pulling my hair out.  I have been working 
on a flex project for about a year now and I had some problems with my 
computer.  I put in a new hard drive (Got all the data off the old one) and set 
xampp, weborb up all the same.  When I debug my project my Flex app runs, and 
on start A weborb request is done and fails with this error in Flex coming from 
the FaultEvent.  The error is "Server reported an error - Send failed".  My 
debug path is C:\xampp\htdocs\weborb\pjhome-debug.  Here is the return error 
from Charles:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
<head>
<title>
Object not found!
</title>
<link rev="made" href="mailto:ad...@localhost"; />
<style type="text/css">
<!--/*-->
<![CDATA[/*><!--*/ body { color: #000000; background-color: #FFFFFF; } a:link { 
color: #0000CC; } p, address {margin-left: 3em;} span {font-size: smaller;} 
/*]]>*/--&gt;
</style>
</head>
<body>
<h1>
Object not found!
</h1>
<p>
The requested URL was not found on this server. The link on the
<a href="http://localhost/weborb/pjhome/pjhome.swf";>
referring page
</a>
seems to be wrong or outdated. Please inform the author of
<a href="http://localhost/weborb/pjhome/pjhome.swf";>
that page
</a>
about the error. 
</p>
<p>
If you think this is a server error, please contact the
<a href="mailto:ad...@localhost";>
webmaster
</a>
.
</p>
<h2>
Error 404
</h2>
<address>
<a href="/">
localhost
</a>
<br />
<span>
03/07/09 00:21:40
<br />
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color 
PHP/5.2.8
</span>
</address>
</body>
</html>

Since my build path is C:\xampp\htdocs\weborb\pjhome-debug, and the page comes 
up.  Why is weborb sending a response request to 
http://localhost/weborb/pjhome/pjhome.swf ??????

I am pulling my hair out on this one,  Please help.

Thanks for the read,
timgerr


Reply via email to