I need some help solving this elusive problem. Serving this web site on its
production computer randomly fails to load some alternating graphics. When I
reverse the scenario and serve the same web site from my own personal
computer and access it using a web browser on the production web server
always loads all graphics to the web browser.

These items are served by Active4D, but 4D is the web server, and 4D's web
server is not showing the specific graphic file request when it fails to
serve the graphic, which seems to indicate that on this box something is
interfering with http requests.

WS 2003 SE SP2
4D Server 2004.8+ compiled
Preference settings are:
Publish Database at Startup (checked) TCP port 80
IP Address ALL (there are 2 IP addresses on this box)
Allow SSL (checked) TCP port 443
Default HTML Root /web_static
Default Home Page (blank)
Non-contextual Mode (selected)
Use 4D Web cache (100KB)
Inactive Web Process Timeout 5 min
Save Request in File (logweb.txt) (checked)
Send Extended Characters Directly (checked)
Standard Set (selected) ISO-8859-1 Western
Use Keep Alive Connections (checked)
Number of requests by connection (100)
Timeout (seconds) 30

Active4D Default root /web

Below is a portion of logweb.txt of the successful graphic load.
[17/Nov/2010:11:37:16 -0600] "GET /Index.html HTTP/1.1" 200 6391
[17/Nov/2010:11:37:17 -0600] "GET /Stylesheet.css HTTP/1.1" 200 2646
[17/Nov/2010:11:37:17 -0600] "GET /images/top.png HTTP/1.1" 200 3170
[17/Nov/2010:11:37:17 -0600] "GET /images/home.png HTTP/1.1" 200 1620
[17/Nov/2010:11:37:17 -0600] "GET /images/reminders.png HTTP/1.1" 200 1597
<- Served correctly here
[17/Nov/2010:11:37:17 -0600] "GET /images/login.png HTTP/1.1" 200 1199
[17/Nov/2010:11:37:17 -0600] "GET /home.html HTTP/1.1" 200 778
[17/Nov/2010:11:37:17 -0600] "GET /images/profile.png HTTP/1.1" 200 1241
[17/Nov/2010:11:37:17 -0600] "GET /images/pharmacy.png HTTP/1.1" 200 1602
[17/Nov/2010:11:37:17 -0600] "GET /images/register.png HTTP/1.1" 200 1561
[17/Nov/2010:11:37:17 -0600] "GET /images/logo.png HTTP/1.1" 200 12868
[17/Nov/2010:11:37:17 -0600] "GET /images/PF_RemindeRx1.png HTTP/1.1" 200
25426
[17/Nov/2010:11:37:17 -0600] "GET /images/m18.png HTTP/1.1" 200 1236
[17/Nov/2010:11:37:17 -0600] "GET /images/m21.png HTTP/1.1" 200 1276
[17/Nov/2010:11:37:17 -0600] "GET /images/bottom.png HTTP/1.1" 200 2940
[17/Nov/2010:11:37:17 -0600] "GET /images/clock.png HTTP/1.1" 200 101386

Seven seconds later a page refresh failed to load the reminders.png file,
and the failure is documented by the request's exclusion from the logweb.txt
file.
[17/Nov/2010:11:37:24 -0600] "GET /Index.html HTTP/1.1" 200 6391
[17/Nov/2010:11:37:24 -0600] "GET /Stylesheet.css HTTP/1.1" 200 2646
[17/Nov/2010:11:37:25 -0600] "GET /images/top.png HTTP/1.1" 200 3170
[17/Nov/2010:11:37:25 -0600] "GET /images/home.png HTTP/1.1" 200 1620
[17/Nov/2010:11:37:25 -0600] "GET /home.html HTTP/1.1" 200 778
[17/Nov/2010:11:37:25 -0600] "GET /images/login.png HTTP/1.1" 200 1199
[17/Nov/2010:11:37:25 -0600] "GET /images/profile.png HTTP/1.1" 200 1241
[17/Nov/2010:11:37:25 -0600] "GET /images/register.png HTTP/1.1" 200 1561
[17/Nov/2010:11:37:25 -0600] "GET /images/logo.png HTTP/1.1" 200 12868
[17/Nov/2010:11:37:25 -0600] "GET /images/pharmacy.png HTTP/1.1" 200 1602
[17/Nov/2010:11:37:25 -0600] "GET /images/PF_RemindeRx1.png HTTP/1.1" 200
25426
[17/Nov/2010:11:37:25 -0600] "GET /images/m18.png HTTP/1.1" 200 1236
[17/Nov/2010:11:37:25 -0600] "GET /images/bottom.png HTTP/1.1" 200 2940
[17/Nov/2010:11:37:25 -0600] "GET /images/m21.png HTTP/1.1" 200 1276
[17/Nov/2010:11:37:25 -0600] "GET /images/clock.png HTTP/1.1" 200 101386

Ideas please?
THANKS!
David Ringsmuth


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to