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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Dont Know Where else to post this - Error when adding child portal just started to appearDont Know Where else to post this - Error when adding child portal just started to appear
Previous
 
Next
New Post
1/10/2008 11:15 AM
 

I would appreciate any direction that can be provided to solve the below - Thank you

My institution was a platinum benifactor until yesterday - i replied to the sales@dotnetnuke.com. for information and was never answered.

Now comes the main problem. We are running dnn 4.6.3 on a windows 2003 server with the database on a sql2000 box.

 All of a sudden I am unable to create child portals. When I hit create it hangs up.  I get the below in the windows event log:

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date:  1/10/2008
Time:  9:15:24 AM
User:  N/A
Computer: MYWEBSERVER
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 1/10/2008 9:15:24 AM
Event time (UTC): 1/10/2008 2:15:24 PM
Event ID: a064f82d7bee4bc9b405f9a85e77616c
Event sequence: 31
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/1365257756/Root-1-128444467196129589
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\Inetpub\Faculty2\
    Machine name: MYWEBSERVER 
 
Process information:
    Process ID: 5028
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: ThreadAbortException
    Exception message: Thread was being aborted.
 
Request information:
    Request URL: http://faculty2.ncc.edu/Default.aspx?TabId=17&ctl=Signup&mid=321&portalid=54
    Request path: /Default.aspx
    User host address: xxx.xxx.xxx.xx (our ip) 
    User: host
    Is authenticated: True
    Authentication Type: Forms
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 5
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
   at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
   at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
   at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
 
 
Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

 
New Post
1/10/2008 1:24 PM
 

please check Dotnetnuke event log for error details.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/10/2008 2:09 PM
 

this was in the DNN Event Log:

1/10/2008 8:56:49 AM   General Exception       AssemblyVersion: -1; PortalID: -1; PortalName ...
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: 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.ReadPacket(Int32 bytesExpected) 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.GetModulePermissionsByTabID(Int32 TabID) at DotNetNuke.Security.Permissions.ModulePermissionController.GetModulePermissionsDictionary(Int32 TabId) at DotNetNuke.Security.Permissions.ModulePermissionController.GetModulePermissionsCollectionByModuleID(Int32 ModuleId, Int32 TabId) at DotNetNuke.Entities.Modules.ModuleController.FillModuleInfo(IDataReader dr, Boolean CheckForOpenDataReader, Boolean IncludePermissions) at DotNetNuke.Entities.Modules.ModuleController.FillModuleInfoCollection(IDataReader dr, Boolean IncludePermissions)
Source:
Server Name: NCCDNN1

 
New Post
3/4/2008 9:59 AM
 

Hey.      Have you fixed your problem?

If not.. I'll offer a piece of advice based on my own research into a similar problem.  I would suspect that if no changes have been made,  then the problem is with the SQL Server running poorly. It's just taking too long. 

I would reccomend checking the process list to make sure that something isn't chewing it up.     Is SQL Server 2k installed on the web server?   If not, it could be a bandwidth issue from webserver to sqlserver.

Just a couple ideas.

Daniel

 

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Dont Know Where else to post this - Error when adding child portal just started to appearDont Know Where else to post this - Error when adding child portal just started to appear


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