Error "System.OutOfMemoryException" about font halting installation

Hello all,

I was trying to create a new application using the post about Headless CMS as a guide. After I started the installation I got the following error:

Error details:

Protocol error InternalServerError while calling handler file: Internal Server Error

Details:

Exception of type 'System.OutOfMemoryException' was thrown.

body {font-family:“Verdana”;font-weight:normal;font-size: .7em;color:black;}

p {font-family:“Verdana”;font-weight:normal;color:black;margin-top: -5px}

b {font-family:“Verdana”;font-weight:bold;color:black;margin-top: -5px}

H1 { font-family:“Verdana”;font-weight:normal;font-size:18pt;color:red }

H2 { font-family:“Verdana”;font-weight:normal;font-size:14pt;color:maroon }

pre {font-family:“Lucida Console”;font-size: .9em}

.marker {font-weight: bold; color: black;text-decoration: none;}

.version {color: gray;}

.error {margin-bottom: 10px;}

.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

Server Error in '/ecommtesteddie' Application.

Exception of type 'System.OutOfMemoryException' was thrown.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[OutOfMemoryException: Exception of type ‘System.OutOfMemoryException’ was thrown.]

Novulo.Plugins.RestfulWebservice.Utils.SpecialFrameworkResource.RequireFramework() +0

Novulo.Plugins.RestfulWebservice.Helpers.RestEndpointRegistry.get_Instance() +185

Novulo.Plugins.RestfulWebservice.NovuloRestHttpModule.OnPostAuthorizeRequest(Object sender, EventArgs e) +257

System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75



Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:0.0.0.0

Could somebody help me with this?

Hi Eddie,

This is an issue particular to your model, which by default is protected by the model rights. This means it’s hard for the community to help you out here unfortunately.

My suggestion is to send a message to your Novulo contact to get some support.
In that support request it’s good to ask if the fix can be added to this post, so the rest of the community can learn from similar issues.

My guess however is that something on the server is not setup properly for your usecase. For REST components it is required to have the server set to integrated mode. Which might be the cause, but I’m not completely sure.

2 Likes