« Previous Next »

Thread: Script Time Out with no source

Last post 03-18-2009 1:32 PM by kmwise. 12 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (13 items)

Sort Posts:

  • 03-16-2009, 10:37 AM

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Script Time Out with no source

    I get the following error in my application log but can't figure out the source? 

    Event Type: Warning
    Event Source: Active Server Pages
    Event Category: None
    Event ID: 9
    Date:  3/16/2009
    Time:  1:22:38 AM
    User:  N/A
    Computer: My Web Server

    Description:
    Warning: IIS log failed to write entry,   Script timed out. The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools..

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

  • 03-16-2009, 11:16 AM In reply to

    Re: Script Time Out with no source

    Hi,

    What appears in your IIS log files around that time ?

    Regards,

    Paul Lynch | www.iisadmin.co.uk
  • 03-16-2009, 11:48 AM In reply to

    Re: Script Time Out with no source

     See here:

    http://support.microsoft.com/kb/268364

  • 03-16-2009, 1:15 PM In reply to

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Re: Script Time Out with no source

    These are the closest entries to that time but the don't imply that a script was running nor do these pages have any scripts being called. 

    2009-03-16 07:26:47 W3SVC1 xxx.xxx.x.xx GET /index.aspx - 80 - xx.x.xx.x OpenNMS+HttpMonitor 200 0 64
    2009-03-16 07:37:17 W3SVC1 xxx.xxx.x.xx GET /index.aspx - 80 - xx.x.xx.x OpenNMS+HttpMonitor 200 0 64

     2009-03-16 07:32:52 W3SVCxxxxxxxxxx xxx.xxx.x.xxx GET /favicon.ico - 80 - xxx.xx.xx.xx Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 404 0 2

  • 03-16-2009, 1:18 PM In reply to

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Re: Script Time Out with no source

    Actually this is occuring on both webservers and I pulled the log entries from the other server.

    Event Type: Warning
    Event Source: Active Server Pages
    Event Category: None
    Event ID: 9
    Date:  3/16/2009
    Time:  2:32:21 AM
    User:  N/A
    Computer: my webserver
    Description:
    Warning: IIS log failed to write entry,   Script timed out. The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools..

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

  • 03-16-2009, 1:22 PM In reply to

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Re: Script Time Out with no source

    Thanks Rovastar I do know how to change the script timeout.  I am wanting to find the source that is causing this and can not pin it down yet.

  • 03-16-2009, 2:21 PM In reply to

    Re: Script Time Out with no source

    There error implies that nothing is being written to the IIS log files. Incidental a http 200 and win32 error 64 (the specified network name is no longer available) implies that that request failed likely due to network issue but that it could be configuration in the server.

    What is in teh http.sys error logs?

    Does teh server appear to working coirrectly otherwise? Are peopel still able to access to server?

  • 03-16-2009, 3:13 PM In reply to

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Re: Script Time Out with no source

    2009-03-16 07:31:31 xxx.xxx.x.xxx xxxx xxx.xxx.x.xxx 80 HTTP/1.0 HEAD / 400 - Hostname -
    2009-03-16 07:33:58 xxx.xxx.x.xxx xxxx xxx.xxx.x.xx 80 HTTP/1.0 HEAD / 400 - Hostname -

  • 03-16-2009, 3:15 PM In reply to

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Re: Script Time Out with no source

    I don't seem to be having any other problems with the servers...

  • 03-17-2009, 10:36 AM In reply to

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Re: Script Time Out with no source

    64 is the value for the user agent...what does this indicate...not sure why this would indicate the server is setup incorrectly or a network issue

  • 03-18-2009, 9:17 AM In reply to

    Re: Script Time Out with no source

    64 as a value for a user agent does not make sense.

    By default the feilsds would be http status, http status subcode, win32 error code. Hence why I presumed that 64 was related to the win32 code.

     

  • 03-18-2009, 10:38 AM In reply to

    Re: Script Time Out with no source

    Hi,

    Have you tried increasing the length of the Server.ScriptTimeout value in your ASP code or the ASP Script Timeout value in IIS as per the above KB article ?

    Regards,

    Paul Lynch | www.iisadmin.co.uk
  • 03-18-2009, 1:32 PM In reply to

    • kmwise
    • Not Ranked
    • Joined on 06-04-2003, 5:48 AM
    • Posts 8

    Re: Script Time Out with no source

    My apologies I did not mean to ignore that point but it has always been set at 360 sec.  I would really like to find a way to determine the source.

Page 1 of 1 (13 items)
Microsoft Communities