NetTalk Central

Author Topic: Debufview on Server  (Read 2926 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Debufview on Server
« on: August 12, 2014, 02:21:07 PM »
Running Debugview on the server and see this going by.
Can some one explain what it means?

[275336] [st] [netTalk][thread=4] Error [-1:2] opening file: C:\WebPortal\web\brwmtassigned_brwmttransdetails_value
[275336] [st] [netTalk][thread=4] Sendfile error 404, Error 404 filename=C:\WebPortal\web\brwmtassigned_brwmttransdetails_value
[275336] [st] [netTalk][thread=4] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[brwmtassigned_brwmttransdetails_value]
[275336] [st] [netTalk][thread=3] parsed header, BrowserTabId=

The two browses mentioned are in the app of course and both exist?

Brian.
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Debufview on Server
« Reply #1 on: August 12, 2014, 10:27:48 PM »
Error [-1:2] opening file: C:\WebPortal web\brwmtassigned_brwmttransdetails_value

In essence it got a request with this URL but was not able to resolve this to anything in the WebHandler, and did not find a static file with this name.

In order to be more explicit as to why you are seeing it, I would need to see an example.

cheers
Bruce

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: Debufview on Server
« Reply #2 on: August 13, 2014, 06:21:24 AM »
Brian
I did have a similar error with browses and it was related to a custom icon i was loading not present in the location it was supposed to be.

For some reason the file not found error was not the name of the missing icon but the procedure instead.

If you have the browse in a form check the form too.