[DataConnection.ExecuteQuery]: Query: SELECT  * FROM View_CONTENT_Event_Joined WHERE (((((SiteName = N'nepomuk.hr') AND (Published = 1)) AND (DocumentCulture = N'hr-HR')) AND (NodeAliasPath LIKE N'/Novosti/Kalendar/%')) AND (Month(EventDate) = Month(GetDate()) AND Day(EventDate) = Day(GetDate()))) ORDER BY EventDate : caused exception: There is insufficient system memory in resource pool 'internal' to run this query.

Server Error in '/' Application.

[DataConnection.ExecuteQuery]: Query: SELECT  * FROM View_CONTENT_Event_Joined WHERE (((((SiteName = N'nepomuk.hr') AND (Published = 1)) AND (DocumentCulture = N'hr-HR')) AND (NodeAliasPath LIKE N'/Novosti/Kalendar/%')) AND (Month(EventDate) = Month(GetDate()) AND Day(EventDate) = Day(GetDate()))) ORDER BY EventDate : caused exception: There is insufficient system memory in resource pool 'internal' to run this query.

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.Exception: [DataConnection.ExecuteQuery]: Query: SELECT  * FROM View_CONTENT_Event_Joined WHERE (((((SiteName = N'nepomuk.hr') AND (Published = 1)) AND (DocumentCulture = N'hr-HR')) AND (NodeAliasPath LIKE N'/Novosti/Kalendar/%')) AND (Month(EventDate) = Month(GetDate()) AND Day(EventDate) = Day(GetDate()))) ORDER BY EventDate : caused exception: There is insufficient system memory in resource pool 'internal' to run this query.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[Exception: [DataConnection.ExecuteQuery]: Query: SELECT  * FROM View_CONTENT_Event_Joined WHERE (((((SiteName = N'nepomuk.hr') AND (Published = 1)) AND (DocumentCulture = N'hr-HR')) AND (NodeAliasPath LIKE N'/Novosti/Kalendar/%')) AND (Month(EventDate) = Month(GetDate()) AND Day(EventDate) = Day(GetDate()))) ORDER BY EventDate : caused exception: There is insufficient system memory in resource pool 'internal' to run this query.]
   CMS.DataProviderSQL.DataConnection.ExecuteQuery(String queryText, Object[,] queryParams, QueryTypeEnum queryType) +254
   CMS.DataEngine.AbstractDataConnection.CMS.IDataConnectionLibrary.IDataConnection.ExecuteQuery(String queryText, Object[,] queryParams, QueryTypeEnum queryType) +13
   CMS.DataEngine.GeneralConnection.RunQuery(QueryParameters query) +278
   CMS.DataEngine.GeneralConnection.ExecuteQuery(QueryParameters query) +376
   CMS.DataEngine.GeneralConnection.ExecuteQuery(String queryName, Object[,] parameters, String where, String orderBy, Int32 topN, String columns) +100
   CMS.TreeEngine.TreeProvider.SelectNodes(String siteName, String aliasPath, String cultureCode, Boolean combineWithDefaultCulture, String classNames, String where, String orderBy, Int32 maxRelativeLevel, Boolean selectOnlyPublished, Int32 topN, String columns) +1228
   CMS.Controls.CMSAbstractDataProperties.GetDataSet(String path, String where, Boolean forceReload) +2226
   CMS.Controls.CMSAbstractDataProperties.LoadData(Object& DataSource, Boolean forceReload) +121
   CMS.Controls.CMSRepeater.ReloadData(Boolean forceReload) +1341
   CMSWebParts_Events_EventCalendar_Web_Deployment.OnContentLoaded() +80
   CMS.PortalControls.CMSWebPartZone.OnContentLoaded() +135
   CMS.PortalControls.CMSAbstractLayout.OnContentLoaded() +125
   CMS.PortalControls.CMSAbstractLayout.LoadContent(PageInfo pageInfo, Boolean reloadData, Boolean allowOrphanedZones) +1058
   CMS.PortalControls.CMSPagePlaceholder.LoadContent(PageInfo pageInfo, Boolean reloadData) +891
   CMS.PortalControls.CMSPortalManager.LoadContent(Boolean reloadData) +1155
   CMS.PortalControls.CMSPortalManager.CMSPortalManager_Init(Object sender, EventArgs e) +76
   System.Web.UI.Control.OnInit(EventArgs e) +99
   System.Web.UI.Control.InitRecursive(Control namingContainer) +333
   System.Web.UI.Control.InitRecursive(Control namingContainer) +210
   System.Web.UI.Control.InitRecursive(Control namingContainer) +210
   System.Web.UI.Control.InitRecursive(Control namingContainer) +210
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378


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