Quick Nav:  Online Store   |   Login | Register

Version 3.0 Beta Test FeedBack

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.
Page 18 of 18<< < 9101112131415161718
AuthorMessages
Nelson Fernandez
<100 Posts
Posts:50


04/11/2008 11:29 AM  

More results....

There are more exceptions in the PB log than are in the event log.
 
According to the windows event log, all exceptions happen at: http://www.warbeats.com/Default.aspx?tabid=57 which is a repository module.

The following searchfor values are displayed in the error log on the OOM errors:

SearchFor: href=['"]?mailto:(\w+[a-zA-Z0-9.\-_]*)@(\w+)\.(\w+)['"]?
SearchFor: (]+__VIEWSTATE[^>]+>)(.*?)</form>
SearchFor:
SearchFor: <form>

The latter two are mine.

Could it be that PB is trying to replace the file content that is being sent?

See the attached log file for the full details.


Attachment: 141130223454.zip

John Mitchell
Posts:3492


04/11/2008 12:53 PM  
Try removing that mailto rule from the global config.
Since there are several on that page it may be causing a problem.
Nelson Fernandez
<100 Posts
Posts:50


04/13/2008 11:23 AM  

John,

I think this is figured out now.

My rule to prevent PB from doing anything on repository pages was the following:

pattern="tabid[/|=]⏅|58|36|86|91][/]"

Which seemed to work fine in PB2 (or at least I didn't have problems downloading or OOM)

In PB3 I was getting the OOM and also somewhat random reports of the files not downloading at all (0 byte files). Checking the latter problem, I could always download fine. But then, someone gave me a link, or rather a PERMALINK to a file they could not download. An lo and behold, neither could I.

Well I happend to have the TaskMan on one monitor while I attempted to download this file and I saw the memory rising rapidly immediately after I clicked the download link. And it rose and rose until BAM! OOM

Tried it again, same result. When I download from the file listing page (not the permalink) it worked fine.

Long story short, one of my exclude rules wasn't working - this is what we saw in the log - but only on the PERMALINK pages.

The permalink pages look like this:  http://www.warbeats.com/Default.aspx?tabid=58&id=567

So I look at the rule (see above) a little closer and realized it expected a trailing / which wasn't there. So I removed the trailing slash and everything appears to now be 100% normal.

Thanks for sticking with me throughout this issue.

John Mitchell
Posts:3492


04/13/2008 11:49 AM  
I'm glad you found it.
Excluding on TabId is a tricky business because of the numbers.
Your exclusion is going to exclude a lot more than just those tabs.
580, 581, 582, etc. 360, 3611, etc.

This RegEx should be more specific to what you want to exclude:
tabid(/|=)(57|58|36|86|91)(?!\d)
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Page 18 of 18<< < 9101112131415161718

Forums >Snapsis Product Support >PageBlaster > Version 3.0 Beta Test FeedBack



ActiveForums 3.7
Powered by: Snapsis Software