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...Lots of general exceptionsLots of general exceptions
Previous
 
Next
New Post
6/18/2007 4:13 PM
 

Hi, I am a little bit feared because to ay I got plenty of general exceptions in my DNN. One of them is as follows:

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:
Server Name: WBHHE02

and the second is:

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:
Server Name: WBHHE02

they appear one after one. There has been lots of them during this day. Can anybody help me with it? What are those execptions all about. What should I do? I can add that before they started to appear application has many times stopped.  Since last month I am getting two host .
Server Name: WBHHE02

and the second:

EventQueue.ProcessMessage: Message Processing Failed
ProcessorType: DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke
Body:
Sender:
BusinessControllerClass: DotNetNuke.Modules.Media.MediaController, DotNetNuke.Modules.Media
DesktopModuleId: 59
UpgradeVersionsList: 03.02.00,03.02.03
ExceptionMessage: Object reference not set to an instance of an object.
Server Name: WBHHE02

and soon the application stops. What should I do? I am really afraid. Please help.


Regards rypki
 
New Post
6/18/2007 7:42 PM
 

I can help you with the latter problem, having been given advice regarding it recently.

Take a look at the EventQueue table like this:

Select * from EventQueue where isComplete = 0

You will find an entry for Media module; if isComplete = 0 then it will try (unsuccessfully) to update itself. If you either delete that record, OR update it to isComplete = 1 then this error will discontinue. Find the EventMessageID (first column) and run and update statement like this:

update EventQueue set isComplete = 1 where EventMessageID = n

where "n" is actually the EventMessageID in question.

Or, you can do as John Mitchell advised, and delete that record:

Delete EventQueue where EventMessageID = n

As far as the first issue with your Search engine, there's lots of posts about the search mechanism and scheduler. Ecktwo (I think that's the right spelling) has lots of assists regarding DNN search.

hth


pmgerholdt
 
New Post
6/22/2007 9:49 AM
 

Thank you for the reply. I have update database and now everything works fine.


Regards rypki
 
New Post
6/24/2007 7:00 AM
 

Lots of general exeptions after upgradingDNN4.5.2 to DNN4.5.3 ...Also, I have completely uninstalled the core Event Module 

Exception 1

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:
Server Name: FDC-W7YZH5TW9QY

Host Arlert

EventQueue.ProcessMessage: Message Processing Failed
ProcessorType: DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke
Body:
Sender:
BusinessControllerClass: DotNetNuke.Modules.Events.EventController, DotNetNuke.Modules.Events
DesktopModuleId: 110
UpgradeVersionsList: 03.01.00,03.02.00,03.03.00,03.03.02,03.03.03,03.03.05,03.03.07
ExceptionMessage: Value cannot be null. Parameter name: type
Server Name: FDC-W7YZH5TW9QY

I has been struggling to find solutions... in the last two  weeks .... so any sugestions to fix would be really appreciated

BTW rypki can yoo show me how did you update your Database

 

 
New Post
5/22/2008 5:09 AM
 

I have used sql update command - that one passed by Michael Gerholdt.


Regards rypki
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Lots of general exceptionsLots of general exceptions


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