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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...My 3 Mysterious 4.5.5 errors, anybody PLEASE!My 3 Mysterious 4.5.5 errors, anybody PLEASE!
Previous
 
Next
New Post
10/16/2007 9:21 PM
 
Ok so far these haven't seemed to interfere with any of the sites operations (DNN 4.5.5) but I continually receive these 3 errors in my event viewer and wanted to make sure it wouldnt lead into further problems if I upgrade to 4.6.2. Obviously any help with identifying them and a remedy would be most gratefully appreciated!



Error #1
-----------------------------------
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.AddToScheduleInProgress(ScheduleHistoryItem objScheduleHistoryItem) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.WorkStarted(SchedulerClient& objSchedulerClient)
Source:



#2 Error
-----------------------------------
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Value cannot be null. Parameter name: type
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
Source:



#3 Error
-----------------------------------
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Could not load type ''.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.Web.HttpException: Could not load type ''. ---> System.ArgumentException: String cannot have zero length. at System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) --- End of inner exception stack trace --- at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors)
Source:



It's driving me nuts... HELP! lol
 
New Post
10/16/2007 10:56 PM
 

The first one has been a constant in my system since day one three years ago... never managed to find an answer for it or whether it even matters... it probably doesn't.

The other two are a single problem that is fixed in the latest version. You can fix it in 4.55 as follows:
http://www.mitchelsellers.com/Blogs/tabid/54/articleType/ArticleView/articleId/111/Default.aspx

Rob

 
New Post
10/17/2007 7:36 AM
 
You sir are a gentlemen!!, that was driving me NUTS!

I have one more that pokes up often, except the weird thing, the module has been deleted and all instances removed except it still throws this error. Anyone with any ideas how I can get rid of this thing for good? I removed the bonosoft module a month ago lol.

AssemblyVersion: 04.05.05
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /mysite/tabid/85/Default.aspx
AbsoluteURL: /mysite/tabid/85/Default.aspx
AbsoluteURLReferrer: http://www.mysite.com/
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 0a6b32c5-af5d-473b-a29c-d252455f4527
InnerException: Could not load file or assembly 'Bonosoft.BonosoftPageContent' or one of its dependencies. The system cannot find the file specified.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.RuntimeTypeHandle._GetTypeByName
StackTrace:
Message: System.IO.FileNotFoundException: Could not load file or assembly 'Bonosoft.BonosoftPageContent' or one of its dependencies. The system cannot find the file specified. File name: 'Bonosoft.BonosoftPageContent' at System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Source:
 
New Post
10/17/2007 8:20 AM
 

no-pro wrote
You sir are a gentlemen!!, that was driving me NUTS!

I have one more that pokes up often, except the weird thing, the module has been deleted and all instances removed except it still throws this error. Anyone with any ideas how I can get rid of this thing for good? I removed the bonosoft module a month ago lol.

Thank you... I know the feeling of frustration very well.

Now, for your bonosoft problem you'll probably have to get into the db and look for bits of it to remove. I'm no db expert, but I have dabbeled in my one (SQL2000) using the enterprise manager at my host and managed to fix a few things up just by looking around for things that shouldn't be there. If you have the original PA for the module you can look in the dataprovider file and see what the names of the tables and stored procedures are that it creates. Most developers use something unique using their name or the module's name ahead of all tables and procedures. If you know what to look for you'll be able to see exactly what it did durign installation and where to go to remove it. Just back up before you do anything.

Also look in the PA for the dll file/s and then check that they're not sitting around your /bin folder. Check your portal recycle bins. I'm not sure if it matters or not, but it's another place a module it might be referenced from.. who knows. If you can't get into the db then I don't know what you can do... perhaps reinstall the module and uninstall it again... but that won't help if it has a faulty uninstall script.

Hope it works out!

Rob

 
New Post
10/17/2007 8:20 AM
 

for your last error clear your search tables, see http://www.deutschnetnuke.de/tabid/134/Default.aspx

regarding the firs one, make schure, that scheduler jobs are not running too frequent starting a new execution before previous one has finished, especially for search indexer.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...My 3 Mysterious 4.5.5 errors, anybody PLEASE!My 3 Mysterious 4.5.5 errors, anybody PLEASE!


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