Quick Nav:  Online Store   |   Login | Register

login and restart issues

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Eric McGuire
<20 Posts
Posts:3


07/15/2008 10:34 AM  

Hello,

I just installed the Community Edition of Pageblaster. I followed the readme I thought. For some reason now, I am having login/logout problems. After I installed the module(which seemed to work fine - no errors) -I uncommented the "add verb" line in web config - I tried to Restart Application and got the dreaded Server Error in '/dnn' Application page -

It does the same thing when I Click on Login or Logout. The site seems to be running, but I am getting these errors when I try to Restart, Login or Logout.

I re-commented the add verb line in web config and was finally able to login - but As soon as I hit Restart App or chance any host setting at all - It fails again and I get the error page.

 

here is the actual error

 

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

<pre>--Web.ConfigConfigurationFile--><configuration><system.web><customErrorsmode="Off"/>system.web>configuration>pre>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

<pre>--Web.ConfigConfigurationFile--><configuration><system.web><customErrorsmode="RemoteOnly"defaultRedirect="mycustompage.htm"/>system.web>configuration>pre>

Any ideas how I can fix

Running DNN 4.6.2 - it is shared server (not Godaddy)

site is www.997wrkz.com

 

John Mitchell
Posts:3471


07/15/2008 11:32 AM  

Hi Eric,
You don't need to uncomment the add verb line in web.config for the default install of PageBlaster.
The line above that for PageBlaster in the httpModules section is the one that makes it work.

It should still work even with the other line uncommented though, so I'm not sure why you received an error.
The error that you posted above is only telling us that there is an error, but that you need to change the customErrors setting in web.config to see what the real error is.

When I check out your site I can see that PageBlaster is installed and working normally now.
Your home page has a lot of extra "external" content, so it will be relatively slow as compared to pages like this one:

http://www.997wrkz.com/dnn/EVENTS/CONCERTS/tabid/128/Default.aspx

 

Eric McGuire
<20 Posts
Posts:3


07/15/2008 1:41 PM  

oops - I turned that off now - here is the error im getting

It seems that is conflicting with Brettle.Web.NeatUpload. I commented out the Brettlle section in the web.config - and it semms to work now - however, Im not sure that I want to disable that function, Im not sure what module is using it.

 

 

Data length (49152) is shorter than Content-Length (66652) and client is still connected.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Data length (49152) is shorter than Content-Length (66652) and client is still connected.

Source Error:


Stack Trace:


An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

[HttpException (0x80004005): Data length (49152) is shorter than Content-Length (66652) and client is still connected.]
   Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2632
   Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253
   Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21
   System.Web.HttpWorkerRequest.HasEntityBody() +17
   System.Web.HttpRequest.GetEncodingFromHeaders() +168
   System.Web.HttpRequest.get_ContentEncoding() +48
   System.Web.HttpServerUtility.UrlDecode(String s) +148
   Snapsis.HttpModules.PageBlaster.CachedRequest..ctor(HttpApplication app) +300
   Snapsis.HttpModules.PageBlaster.PageBlasterModule.BeginRequest(Object sender, EventArgs e) +156
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request]
   Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +845
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


 

Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

John Mitchell
Posts:3471


07/15/2008 2:20 PM  
Oh, that looks like a problem with the NeatUpload http module.
In your web.config, move the NeatUpload line up above the PageBlaster line in the httpModules section.
Eric McGuire
<20 Posts
Posts:3


07/15/2008 2:25 PM  

so far so good, that mighta done it.

 

thanks!!

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > login and restart issues



ActiveForums 3.7
Powered by: Snapsis Software