Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...PAGE_LOAD_EXCEPTION - Timeout when logging on as host onlyPAGE_LOAD_EXCEPTION - Timeout when logging on as host only
Previous
 
Next
New Post
6/2/2010 12:18 AM
 
Hi there,

We have been struggling with this for the entire day - wondering if someone knows what could be happening here. Thank you in advance for your support!

We just installed DNN 5.4.2 Community for evaluation purposes on a virtual server running Windows Server 2008 SP2 x86. It connects to a SQL Server 2008 R2 Developer Edution install running on a Windows 7 machine. We used the "auto" option and all was successful. Windows Firewall is OFF on the web server and SQL Server machines

We are able to log in as Admin, and register and log in as a user. However, we are not able to log in as Host (using default password dnnhost). Every time we try to log in as host, it takes a long time, and the error below is shown. The browser session then becomes unusable, and needs to be closed before you can reach the default DotNetNuke page again.

Using SQLProfiler we can see that the last thing that happens before the Event is added is'exec sp_reset_connection', before that 'exec dbo.GetUserProfile @UserID=1'. Looking at the trace the time between the very first SQL Statement that hits the server, and the insert error details statement is about 1 min.

Error Details:

------
DotNetNuke.Services.Exceptions.PageLoadException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.     at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)     at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()     at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()     at System.Data.SqlClient.TdsParserStateObject.ReadByte()     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)     at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)     at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership)     at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)     at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)     at DotNetNuke.Data.SqlDataProvider.GetModuleByDefinition(Int32 PortalId, String FriendlyName)     at DotNetNuke.Entities.Modules.ModuleController.GetModuleByDefinition(Int32 portalID, String friendlyName)     at DotNetNuke.Web.UI.WebControls.DnnRibbonBarTool.HasToolPermissions(String toolName)     at DotNetNuke.Web.UI.WebControls.DnnRibbonBarTool.ProcessTool()     at DotNetNuke.Web.UI.WebControls.DnnRibbonBarTool.OnPreRender(EventArgs e)     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     --- End of inner exception stack trace ---
------

Thank you in advance!

Take care and have a great day!
 
New Post
6/2/2010 3:41 AM
 
there seems to be an issue with some portal data - if you just created a new installation I strongly suggest to restart from scratch. Recreate a blank database and clear out the installation folders first, re-up all files and regain file system access to the ASP.Net account.
consider using Microsoft Platform Installer for installation (obtainable from www.microsoft.com/web)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/2/2010 5:21 PM
 
Thank you for your help!

We have deleted and re-unzipped all files, and deleted and re-created the SQL Database. Unfortunately the issue is still happening.

The machine is a Windows Server 2008 DC, so no ASP.NET account, but we are using Network Service. We are now going to try a local SQL Server installation (as in production we have a SQL 2008 R2 and  Exchange 2010 running on a Win2K8 R2 DC. We will try the platform installer as suggested this time.

Take care!
 
New Post
6/16/2010 7:47 AM
 
Hi,

Just to let you know installing and pointing to a local SQL Server database has corrected the problem.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...PAGE_LOAD_EXCEPTION - Timeout when logging on as host onlyPAGE_LOAD_EXCEPTION - Timeout when logging on as host only


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out