PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Warnings in Application Log

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Warnings in Application Log

    Hi,

    I get warnings in Application log on our web server. Can somebody explain what that means. Tex below:

    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 5/3/2013 11:23:44 AM
    Event time (UTC): 5/3/2013 3:23:44 PM
    Event ID: cf74807803c14f91ada8c5508027af5f
    Event sequence: 380
    Event occurrence: 1
    Event detail code: 0

    Application information:
    Application domain: /LM/W3SVC/1/ROOT/zoomaspx-1-130120485919952174
    Trust level: Full
    Application Virtual Path: /zoomaspx
    Application Path: D:\inetpub\wwwroot\zoomaspx\
    Machine name: OCCWEBLIVE

    Process information:
    Process ID: 15488
    Process name: w3wp.exe
    Account name: IIS APPPOOL\ZoomOCC

    Exception information:
    Exception type: NullReferenceException
    Exception message: Object reference not set to an instance of an object.
    at System.Web.Util.StringUtil.memcpyimpl(Byte* src, Byte* dest, Int32 len)
    at System.Web.Util.StringUtil.UnsafeStringCopy(String src, Int32 srcIndex, Char[] dest, Int32 destIndex, Int32 len)
    at System.Web.HttpWriter.Write(String s)
    at zoomSearch.PrintStr(zoomSearch* , SByte* str)
    at zoomSearch.ShowTemplate(zoomSearch* )
    at zoomSearch.search(zoomSearch* , zoomSearchSetup* zsSetup)
    at ZoomASPX.ASPXSearch.Render(HtmlTextWriter output)
    at System.Web.UI.Control.RenderControlInternal(HtmlTe xtWriter writer, ControlAdapter adapter)
    at System.Web.UI.Control.RenderChildrenInternal(HtmlT extWriter writer, ICollection children)
    at System.Web.UI.Page.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTe xtWriter writer, ControlAdapter adapter)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)



    Request information:
    Request URL: https://www.oaklandcc.edu:443/zoomaspx/search.aspx?zoom_sort=0&zoom_xml=0&zoom_query=gpa& zoom_per_page=10&zoom_and=1
    Request path: /zoomaspx/search.aspx
    User host address: 10.19.0.154
    User:
    Is authenticated: False
    Authentication Type:
    Thread account name: IIS APPPOOL\ZoomOCC

    Thread information:
    Thread ID: 38
    Thread account name: IIS APPPOOL\ZoomOCC
    Is impersonating: False
    Stack trace: at System.Web.Util.StringUtil.memcpyimpl(Byte* src, Byte* dest, Int32 len)
    at System.Web.Util.StringUtil.UnsafeStringCopy(String src, Int32 srcIndex, Char[] dest, Int32 destIndex, Int32 len)
    at System.Web.HttpWriter.Write(String s)
    at zoomSearch.PrintStr(zoomSearch* , SByte* str)
    at zoomSearch.ShowTemplate(zoomSearch* )
    at zoomSearch.search(zoomSearch* , zoomSearchSetup* zsSetup)
    at ZoomASPX.ASPXSearch.Render(HtmlTextWriter output)
    at System.Web.UI.Control.RenderControlInternal(HtmlTe xtWriter writer, ControlAdapter adapter)
    at System.Web.UI.Control.RenderChildrenInternal(HtmlT extWriter writer, ICollection children)
    at System.Web.UI.Page.Render(HtmlTextWriter writer)
    at System.Web.UI.Control.RenderControlInternal(HtmlTe xtWriter writer, ControlAdapter adapter)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  • #2
    Check which version and build of Zoom you are running.

    If it's not the latest, then you should update by reinstalling the Server Control from here:
    http://www.wrensoft.com/zoom/aspdotnet.html

    And re-indexing with the latest build of the indexer:
    http://www.wrensoft.com/zoom/whatsnew.html

    Let us know if you still have trouble with the latest build.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Ray,

      We moved our website to the new Windows 2008 R2 server on April 10 and I was getting a lot of these warnings about Zoom. Then I realized that Zoom ASP.NET control was outdated because it was installed more than a year ago on that server. So, I re-installed Zoom ASP.NET control on the server at the end of April and re-ran the indexer. And still I get these warnings occasionally.

      I have Zoom Indexer version 6 build 1028. ASP.NET Zoom control on the server says it is 1.0.0.

      Comment


      • #4
        How regularly are the index files being updated? And how is this done? Are you indexing on the server itself, or are the files being uploaded via FTP?

        It is possible that the error is occurring during the overwriting/updating process, when the files are temporarily out of sync or unavailable. This is particularly likely if you are uploading the index files via FTP without using the "Upload with .tmp filenames and rename when completed" option (as the index files can be large and may take some time to upload). Enabling this option should minimize the downtime.

        Let us know if you still have trouble.
        --Ray
        Wrensoft Web Software
        Sydney, Australia
        Zoom Search Engine

        Comment

        Working...
        X