Title: RE: [flexcoders] Flex App not loading
I can tell that these tests are not from the same machine.  The client IP is completely different in this set of log messages.  Also, are you sure this is the end of the logging for this client?  I don't see a request for the swf anywhere in there.  The Flex servlet will respond to a request for an mxml file by returning a dynamically generated HTML doc containing a reference to the generated swf. The browser then requests that swf.  That's not happening in these log entries.  All of this being said, it could be due to the fact that we're dealing with apples and oranges here given that these two requests originated from completely different networks.
 
 
The good news is that you're using http  and not https. That means that we can use a simple sniffer utility to view the http messages going back and forth.  Do you have a tool to do this?  If not, I can likely package up tcptunnel from Apache SOAP and send it to you.  Given how frequently this will be used, I might even package it up and post it to our support area.
 
Let me know if you're interested in pursuing this.
 

Carson

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466

 
 

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, Agha
Sent: Friday, December 02, 2005 11:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading

That’s what I got after deleting the browser cache.

 

2005-12-02 19:42:26 192.168.1.173 GET /flex/apps/reports/index.mxml reportID=4 80 - 157.165.41.125 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

 

2005-12-02 19:42:26 192.168.1.173 GET /flex/flex-internal action="" 80 - 157.165.41.125 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

 

2005-12-02 19:42:26 192.168.1.173 GET /flex/flex-internal action="" 80 - 157.165.41.125 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

 

2005-12-02 19:42:26 192.168.1.173 GET /flex/flex-internal action="" 80 - 157.165.41.125 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

 

2005-12-02 19:42:45 192.168.1.173 GET /flex/apps/reports/index.mxml reportID=4 80 - 207.195.241.4 Mozilla/4.78+(TuringOS;+Turing+Machine;+0.0) 200 0 0

 

 

Thanks

Agha Mehdi
IDT - eBusiness Program Manager


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Carson Hager
Sent: Friday, December 02, 2005 10:45 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading

 

You're getting a 304 so the browser thinks it has the most recent copy. Can you try deleting your cache and reposting the log from that machine so that we can see how it behaves when sending the swf?

 

 

Thanks,

 

Carson

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466

 
 

 

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha
Sent: Friday, December 02, 2005 10:01 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading

Let's resume this thread.  I looked at IIS logs (ex051202.log) and this is what I have there

#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status

1.      2005-12-02 00:00:44 192.168.1.173 GET /flex/apps/reports/index.mxml reportID=4 80 - 66.134.90..34 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

2.      2005-12-02 00:00:44 192.168.1.173 GET /flex/flex-internal action="" 80 - 66.134.90.34 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

3.      2005-12-02 00:00:44 192.168.1.173 GET /flex/apps/reports/index.mxml.swf - 80 - 66.134.90.34 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 304 0 0

4.      2005-12-02 00:00:44 192.168.1.173 GET /flex/flex-internal action="" 80 - 66.134.90.34 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

5.      2005-12-02 00:00:44 192.168.1.173 GET /flex/flex-internal action="" 80 - 66.134.90.34 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

Is this the kind of logs I should be looking at?

Thanks

Agha Mehdi
IDT - eBusiness Program Manager

 

-----Original Message-----
From: João Fernandes [mailto:flexcoders@yahoogroups.com] On Behalf Of João Fernandes
Sent: Saturday, November 19, 2005 3:10 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading

 

Is your application initialization based on some request result(RO,WS or HTTP)?
Take a look also to your server log files to track any additional information.

João Fernandes
Secção de Desenvolvimento
Departamento de Informática

 

-----Original Message-----
From: flexcoders@yahoogroups.com on behalf of Mehdi, Agha
Sent: Fri 18-Nov-05 10:45 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading
 
1) Yes, the exact same URL
2) It does load the Player but not the app
3) I am running multiple instances and one of them is Flex not integrated
with CF.

 

Agha Mehdi
IDT - eBusiness Program Manager

 

-----Original Message-----
From: João Fernandes [mailto:flexcoders@yahoogroups.com] On Behalf Of João
Fernandes
Sent: Friday, November 18, 2005 2:31 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading

 

1)Are both accessing the same URL?
2)Does the application show anything or if you right click it says movie not
loaded?
3)Are you running a CF+Flex integraded instance?

João Fernandes
Secção de Desenvolvimento
Departamento de Informática

-----Original Message-----
From: flexcoders@yahoogroups.com on behalf of Mehdi, Agha
Sent: Fri 18-Nov-05 10:23 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading
 
It does load the flash player but the app doesn't launch

Agha Mehdi
IDT - eBusiness Program Manager

  _____ 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Carson Hager
Sent: Friday, November 18, 2005 2:04 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex App not loading

When you say that the other network can't load the same apps, do you mean
the pages don't come up at all or the pages return but the application does
not launch?

 

Carson

____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com <http://www.cynergysystems.com/
 
Email:   <mailto:[EMAIL PROTECTED]>
[EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 
 

  _____ 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Mehdi, Agha
Sent: Friday, November 18, 2005 12:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex App not loading

Hi all,

I have run into a strange problem. Here at the company, we have two
different networks and we outsource our hosting. Our group that owns one
network can access flex apps from the remote server fine. The other network
can't load the same apps even though it has access. It'll run other cf and
html files on the same server but not the flex apps.

Is there any additional security setup needs to be in place?

Thanks

Agha Mehdi

IDT - eBusiness Program Manager

Work: 408.284.8239

Cell  : 209.275.0482

Fax  :  408.284.2766

 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
<http://www.mail-archive.com/flexcoders%40yahoogroups.com



SPONSORED LINKS

 

Web site design development

Computer software development

Software design and development

 

Macromedia flex

Software development best practice

  _____ 

YAHOO! GROUPS LINKS

*        Visit your group "flexcoders
<http://groups.yahoo.com/group/flexcoders> " on the web.
 
*        To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
 
*        Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/>  Terms of Service.

  _____ 

 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links

 

 

------------------------ Yahoo! Groups Sponsor --------------------~-->
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~->

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to