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 ____________________________________________ 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 Thats 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
From:
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, ____________________________________________
From:
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 -----Original Message----- Is your
application initialization based on some request result(RO,WS or HTTP)?
João
Fernandes -----Original Message----- Agha
Mehdi -----Original Message----- 1)Are both
accessing the same URL? João
Fernandes -----Original Message----- Agha Mehdi
_____ From:
When you
say that the other network can't load the same apps, do you mean
____________________________________________
_____ From:
Hi
all, I have run
into a strange problem. Here at the company, we have two 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 -- 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
_____ -- ------------------------ Yahoo! Groups Sponsor
--------------------~--> -- <*>
To visit your group on the web, go to: <*>
To unsubscribe from this group, send an email to: <*>
Your use of Yahoo! Groups is subject to: -- 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
YAHOO! GROUPS LINKS
|
Title: RE: [flexcoders] Flex App not loading