Message: HandlingInstanceID: 0bf26219-eb6f-49dd-97cb-6596a19

Posted by Community Admin on 03-Aug-2018 19:16

Message: HandlingInstanceID: 0bf26219-eb6f-49dd-97cb-6596a19e9ce5 An exception of type 'System.Web.HttpException' occurred and was caught.

All Replies

Posted by Community Admin on 16-Aug-2016 00:00

8/16/2016 13:49:58
Type : System.Web.HttpException, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Message : File not found
Source : Telerik.Sitefinity
Help link : 
WebEventCode : 0
ErrorCode : -2147467259
Data : System.Collections.ListDictionaryInternal
TargetSite : Void ProcessRequest(System.Web.HttpContext)
HResult : -2147467259
Stack Trace :    at Telerik.Sitefinity.Web.WebsiteTemplatesHttpHandler.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Additional Info:

MachineName : MYWEB-01
TimeStamp : 8/16/2016 6:49:58 PM
FullName : Telerik.Sitefinity.Utilities, Version=8.1.5800.0, Culture=neutral, PublicKeyToken=b28c218413bdf563
AppDomainName : /LM/W3SVC/2/ROOT/ebusiness-1-131158469007159402
ThreadIdentity : 
WindowsIdentity : MYNYC\panser
Requested URL : mydomain.org/.../icomoon.ttf


Category: ErrorLog

Priority: 0

EventId: 90000

Severity: Error

Title:Enterprise Library Exception Handling

Machine: MYWEB-01

App Domain: /LM/W3SVC/2/ROOT/ebusiness-1-131158469007159402

ProcessId: 6056

Process Name: c:\windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:5016

Extended Properties: 

 

Can see 392 entries for the thread 5016

 

Please suggest if this is normal, as the site is always crashing..

 

Warm Regards,

Posted by Community Admin on 16-Aug-2016 00:00

Hi. It is fine. It's not found exception.  Website shouldn't crash after that

Posted by Community Admin on 16-Aug-2016 00:00

If file is exist and path is correct. Most probably IIS is returning 404, because you need to setup correct mime types. You can find more information here: codingstill.com/.../

Posted by Community Admin on 16-Aug-2016 00:00

Hello,

Mine type is set already as per you updated:

woff application/font-woff

.woff2 application/font-woff2

 

But we do not see any file by name : icomoon.ttf under   ebusiness/Sitefinity/WebsiteTemplates/Framework/App_Themes/Framework/Fonts/    so was confused why in sitefinity logs we see  the following:

 

Requested IRL: ebusiness/Sitefinity/WebsiteTemplates/Framework/App_Themes/Framework/Fonts/icomoon.woff

 

Awaiting your response.

 

Posted by Community Admin on 16-Aug-2016 00:00

@pradeep

  Something you have in your project is referencing that file at that location... it's nothing to do with Sitefinity, but your css implimentation.

Do a solution search for "icomoon.ttf" and point it to the right spot or remove it.

This thread is closed