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 ...503 error on DNN Site503 error on DNN Site
Previous
 
Next
New Post
9/26/2009 5:13 PM
 

So the first thing I found is that in CBO.vb
like like 338

 Else                                    ' try explicit conversion
objPropertyInfo.SetValue(objObject, objDataValue, Nothing)
 End If

Is causing a stackoverflow to happen when setting the ID Property of 
DotNetNuke.Services.Log.EventLog.LogTypeConfigInfo

I added an elseif for checking if the type was System.String and doing an explicit ToString on the operation 

Second thing I found is that it kept giving me an unuauthorized access exception to
C:\WINDOWS\system32\Cache

so I added r/w permissions to that directory for the aspnet process (not sure what the affects of this are)

After doing those things the site appears to be responding now on my local system

I've uploaded the changes to the ISP and hopefully I'll see something good happen

 
New Post
9/26/2009 6:58 PM
 

 Alright I uploaded my fix and it's telling me

 

 

Directory 'C:\Windows\SysWOW64\inetsrv\Cache' does not exist. Failed to start monitoring file changes.

the site is

http://www.cyberfetishdolls.com/

Anything?

 

 
New Post
9/26/2009 7:21 PM
 

 ALRIGHT

I think I finally got this figured out maybe... That error right there is being caused by the ifinity URL Rewriter (I think I need to upgrade it) according to the forum
http://www.ifinity.com.au/Products/Support_Forums/forumid/8/threadid/2781/scope/posts/threadpage/2

So this error was happening and that section of code I referenced was trying to log the error but it was than causing an error itself when the site was being loaded which was causing a stack over flow exception which meaned the WP crashed

I was able to finally get at the error by changing the code in the CBO.vb file to (at line 336)
Thoughts?

 

 ElseIf objPropertyType.FullName.Equals("System.String") Then

                                    If objDataValue Is Nothing Then

                                        objPropertyInfo.SetValue(objObject, Nothing, Nothing)

                                    Else

                                        objPropertyInfo.SetValue(objObject, objDataValue.ToString(), Nothing)

                                    End If

 

                                Else                                    ' try explicit conversion

                                    objPropertyInfo.SetValue(objObject, objDataValue, Nothing)

                                End If

 
New Post
9/27/2009 10:05 PM
 

 Alright so that only succeeded in keeping the site alive for 2 hours opposed to failing right away

I downgraded it to 5.0.1 and I guess until I get a VPS or Dedicated server I'll just remain at 5.0.1

And this was when running a complete default implementation of DNN

I disabled the one 3rd party urlrewriter module I had installed and otherwise every module is a DNN module and it was still failing after 2 hours so yea sucks for me I guess

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...503 error on DNN Site503 error on DNN Site


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