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 ...Scheduler Exception after upgrading to 4.3.5Scheduler Exception after upgrading to 4.3.5
Previous
 
Next
New Post
9/19/2006 3:17 PM
 

I'm getting the following Scheduler Exception after upgrading to 4.3.5. Can anyone tell me what could be generating this error?

AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Add failed. Duplicate key value supplied.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.ArgumentException: Add failed. Duplicate key value supplied. at Microsoft.VisualBasic.Collection.Add(Object Item, String Key, Object Before, Object After) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.AddToScheduleQueue(ScheduleHistoryItem objScheduleHistoryItem) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.LoadQueueFromTimer() at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.Start()

 
New Post
10/6/2006 8:32 PM
 
Same here:

Message: System.ArgumentException: Add failed. Duplicate key value supplied. at Microsoft.VisualBasic.Collection.Add(Object Item, String Key, Object Before, Object After) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.AddToScheduleInProgress(ScheduleHistoryItem objScheduleHistoryItem) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.WorkStarted(SchedulerClient& objSchedulerClient)


ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
New Post
10/6/2006 8:33 PM
 
Where should this sort of thing be reported? Who is in charge of the scheduler?

ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
New Post
10/6/2006 11:44 PM
 
I have hundreds of these in my logs and can't seem to find an answer either.

Icthus Technologies

Building Faith on the Internet
 
New Post
10/24/2006 8:54 AM
 

I encounter same problem. The scheduler is filling the eventlog. I have the idea since the database connection times out. I have also seen the duplicate key thing, but after 13.000 logs I had to clear up the log. At the end the website crashes.

I solve it by clearing event log and do an application restart (rename web.config to _web.config and rename it back to web.config will give a restart). Since the website is not accessible anymore you have to use enterprise manager to do this. I have a keepalive HTTP header running...but the problem only started today..after performanced degration over the last month...at one of the hosting providers advertising here as well! I have 4.3.5 version.

delete from dbo.{objectqualifier}EventLog

 

 

 

<ArrayOfAnyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><anyType xsi:type="LogDetailInfo"><name>AssemblyVersion</name><value>-1</value></anyType><anyType xsi:type="LogDetailInfo"><name>PortalID</name><value>-1</value></anyType><anyType xsi:type="LogDetailInfo"><name>PortalName</name></anyType><anyType xsi:type="LogDetailInfo"><name>UserID</name><value>-1</value></anyType><anyType xsi:type="LogDetailInfo"><name>UserName</name></anyType><anyType xsi:type="LogDetailInfo"><name>ActiveTabID</name><value>-1</value></anyType><anyType xsi:type="LogDetailInfo"><name>ActiveTabName</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>RawURL</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>AbsoluteURL</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>AbsoluteURLReferrer</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>UserAgent</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>DefaultDataProvider</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>ExceptionGUID</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>InnerException</name><value>Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.</value></anyType><anyType xsi:type="LogDetailInfo"><name>FileName</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>FileLineNumber</name><value>-1</value></anyType><anyType xsi:type="LogDetailInfo"><name>FileColumnNumber</name><value>-1</value></anyType><anyType xsi:type="LogDetailInfo"><name>Method</name><value /></anyType><anyType xsi:type="LogDetailInfo"><name>StackTrace</name></anyType><anyType xsi:type="LogDetailInfo"><name>Message</name><value>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.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) 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.Services.Scheduling.DNNScheduling.SqlDataProvider.GetSchedule(String Server) at DotNetNuke.Services.Scheduling.DNNScheduling.SchedulingController.GetSchedule(String Server) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.LoadQueueFromTimer() at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.Start()</value></anyType><anyType xsi:type="LogDetailInfo"><name>Source</name></anyType></ArrayOfAnyType>

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Scheduler Exception after upgrading to 4.3.5Scheduler Exception after upgrading to 4.3.5


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