Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: Isapi 3, II6 and 2003 Server SP2 Issues Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
tsophon
Newbie
Newbie


Joined: 26 June 2008
Online Status: Offline
Posts: 11
Posted: 01 July 2008 at 10:01am | IP Logged Quote tsophon

Sent the email already to support@helicontech. Could you please check and let me know you receive it?

Thanks.

Back to Top View tsophon's Profile Search for other posts by tsophon
 
tsophon
Newbie
Newbie


Joined: 26 June 2008
Online Status: Offline
Posts: 11
Posted: 01 July 2008 at 11:15am | IP Logged Quote tsophon

Hi Sergey,

I submitted the result dump via support@helicontech email. Please let me know if you receive it.

Thanks.

Back to Top View tsophon's Profile Search for other posts by tsophon
 
Sergey
Moderator Group
Moderator Group


Joined: 11 March 2005
Online Status: Offline
Posts: 712
Posted: 02 July 2008 at 5:29am | IP Logged Quote Sergey

Yes, we have received your dump and are trying to reproduce the problem.
Back to Top View Sergey's Profile Search for other posts by Sergey
 
tsophon
Newbie
Newbie


Joined: 26 June 2008
Online Status: Offline
Posts: 11
Posted: 07 July 2008 at 10:44am | IP Logged Quote tsophon

Hi Sergey,

Have you discovered what causes the problem? I am eager to know and get it resolved. Please advise. Thanks.

Tanya

Back to Top View tsophon's Profile Search for other posts by tsophon
 
Poolio
Newbie
Newbie


Joined: 22 September 2008
Location: Australia
Online Status: Offline
Posts: 4
Posted: 22 September 2008 at 2:21am | IP Logged Quote Poolio

Hi

Has this memory leak issue been fixed yet?? I seems there are many people having this issue (and for quite a while)!!

We're running Win2003, SP2, IIS 6.0 and ISAPI_Rewrite 3.1 (build 55) and are facing the same problem - w3wp.exe just keeps eating memory to a point the ASP (classic) application starts throwing "Out of memory" errors and IIS needs a restart.

This has only started since installing ISAPI_Rewrite.

Thanks

Back to Top View Poolio's Profile Search for other posts by Poolio
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4695
Posted: 23 September 2008 at 2:14am | IP Logged Quote Anton

Please provide your Application log.
Tell how long does it take to run out of memory?
Please also describe your system configuration.

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 
Poolio
Newbie
Newbie


Joined: 22 September 2008
Location: Australia
Online Status: Offline
Posts: 4
Posted: 23 September 2008 at 8:40pm | IP Logged Quote Poolio

w3wp.exe consumes memory at a steady rate over 2-3 hours and hits around the 1.2Gb mark. That this point we start getting ASP "out of memory" errors. We've had to set the Application Pool to recycle at 1Gb but this is far from ideal as any users lose their Session state. No major data is stored in Session variables.

This problem only started once we installed ISAPI_Rewrite.

System config below. Application Log sent to support@helicontech (subject line contains reference "Poolio")

------------------------------------------------------
SYSTEM
------------------------------------------------------
OS Name    Microsoft(R) Windows(R) Server 2003, Standard Edition
Version    5.2.3790 Service Pack 2 Build 3790
Other OS Description   Not Available
OS Manufacturer   Microsoft Corporation
System Manufacturer  IBM
System Model   IBM eServer BladeCenter HS21 -[8853C2M]-
System Type   X86-based PC
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
Processor   x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2333 Mhz
BIOS Version/Date  IBM -[BCE121AUS-1.06]-, 2/08/2007
SMBIOS Version   2.3
Windows Directory  C:\WINDOWS
System Directory  C:\WINDOWS\system32
Boot Device   \Device\HarddiskVolume1
Locale Australia
Hardware Abstraction Layer Version = "5.2.3790.3959 (srv03_sp2_rtm.070216-1710)"
Time Zone   E. Australia Standard Time
Total Physical Memory  4,095.06 MB
Available Physical Memory 1.23 GB
Total Virtual Memory  7.83 GB
Available Virtual Memory 5.23 GB
Page File Space   4.00 GB
Page File   D:\pagefile.sys


------------------------------------------------------
SQL Server
------------------------------------------------------
- Microsoft SQL Server 2005 - 9.00.3068.00 (Intel X86)


------------------------------------------------------
IIS
------------------------------------------------------
- IIS 6.0
- 19 Websites running under IIS
- all apps are classic ASP


------------------------------------------------------
ISAPI_Rewrite
------------------------------------------------------
- ISAPI_Rewrite 3.1 (build 55) - configured for one website only

Our config file is...
 
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.55
 
RewriteBase /

#-- ASX Company Profile --
RewriteRule ^shares/asx/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/summary/default.asp?SecurityID=$1&ExchangeID=ASX [L]
 
#-- ASX Company Profile Sections --
RewriteRule ^shares/asx/financials/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/financials/default.asp?SecurityID=$1&ExchangeID=ASX&section=2 [L]
RewriteRule ^shares/asx/broker-consensus/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/consensus/default.asp?SecurityID=$1&ExchangeID=ASX&section=4 [L]
RewriteRule ^shares/asx/announcements/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/announcements/default.asp?SecurityID=$1&ExchangeID=ASX&section=5 [L]
RewriteRule ^shares/asx/change-of-shareholdings/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/change_of_shareholding/default.asp?SecurityID=$1&ExchangeID=ASX&section=6 [L]
RewriteRule ^shares/asx/float-details/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/float_details/default.asp?SecurityID=$1&ExchangeID=ASX&section=7 [L]
RewriteRule ^shares/asx/annual-reports/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/annual_reports/default.asp?SecurityID=$1&ExchangeID=ASX&section=8 [L]
 
#-- NZX Company Profiles --
RewriteRule ^shares/nzx/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/summary/default.asp?SecurityID=$1&ExchangeID=NZX [L]
 
#-- Fund Profiles --
RewriteRule ^managed-funds/[a-zA-Z0-9\-\.]+\-([0-9]+)\.asp$ /funds/profile.asp?FundID=$1 [L]
 
#-- Fund Manager Profiles --
RewriteRule ^managed-funds/Colonial-First-State.asp$  /managed-funds/manager-profile.asp?FundManagerID=AUFIRSTAT [L]
RewriteRule ^managed-funds/Perpetual.asp$             /managed-funds/manager-profile.asp?FundManagerID=AUPML [L]
RewriteRule ^managed-funds/AMP-Capital-Investors.asp$ /managed-funds/manager-profile.asp?FundManagerID=AUAMPINV [L]
 
#-- Distributions --
RewriteRule ^investment-opportunities/[a-zA-Z0-9\-\.]+\-([0-9]+)\.asp$ /distributions/overview.asp?DistributionID=$1 [L]
 
RewriteRule ^investment-opportunities/default.asp$           /distributions/default.asp [L]
RewriteRule ^investment-opportunities/$                      /distributions/ [L]
RewriteRule ^investment-opportunities/compare.asp$           /distributions/compare.asp [L]
 
RewriteRule ^investment-opportunities/floats-ipos.asp$       /distributions/default.asp?DistributionTypeID=1 [L]
RewriteRule ^investment-opportunities/managed-funds.asp$     /distributions/default.asp?DistributionTypeID=2 [L]
RewriteRule ^investment-opportunities/capital-protected.asp$ /distributions/default.asp?DistributionTypeID=3 [L]
RewriteRule ^investment-opportunities/hedge-funds.asp$       /distributions/default.asp?DistributionTypeID=4 [L]
RewriteRule ^investment-opportunities/geared.asp$            /distributions/default.asp?DistributionTypeID=5 [L]
RewriteRule ^investment-opportunities/agribusiness.asp$      /distributions/default.asp?DistributionTypeID=6 [L]
 
#-- Suburb Profile --
RewriteRule ^property-research/([a-zA-Z0-9\-\.]+)/([0-9]+)/([a-zA-Z0-9\-\.]+)\.asp$ /property/profile_suburb.asp?Postcode=$2&Suburb=$3&State=$1 [L]


 

Back to Top View Poolio's Profile Search for other posts by Poolio
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4695
Posted: 26 September 2008 at 7:41am | IP Logged Quote Anton

Please put the following code into httpd.conf file:

AllowOverride none

<VirtualHost onesite.com www.onesite.com>
    RewriteEngine on
    AllowOverride None

    RewriteBase /

#-- ASX Company Profile --
RewriteRule ^shares/asx/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/summary/default.asp?SecurityID=$1&ExchangeID=ASX [L]

#-- ASX Company Profile Sections --
RewriteRule ^shares/asx/financials/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/financials/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=2 [L]
RewriteRule ^shares/asx/broker-consensus/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/consensus/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=4 [L]
RewriteRule ^shares/asx/announcements/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/announcements/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=5 [L]
RewriteRule ^shares/asx/change-of-shareholdings/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/change_of_shareholding/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=6 [L]
RewriteRule ^shares/asx/float-details/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/float_details/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=7 [L]
RewriteRule ^shares/asx/annual-reports/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/annual_reports/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=8 [L]

#-- NZX Company Profiles --
RewriteRule ^shares/nzx/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/summary/default.asp?SecurityID=$1&ExchangeID=NZX [L]

#-- Fund Profiles --
RewriteRule ^managed-funds/[a-zA-Z0-9\-\.]+\-([0-9]+)\.asp$ /funds/profile.asp?FundID=$1 [L]

#-- Fund Manager Profiles --
RewriteRule ^managed-funds/Colonial-First-State.asp$ /managed-funds/manager-profile.asp?FundManagerID=AUFIRSTAT [L]
RewriteRule ^managed-funds/Perpetual.asp$             /managed-funds/manager-profile.asp?FundManagerID=AUPML [L]
RewriteRule ^managed-funds/AMP-Capital-Investors.asp$ /managed-funds/manager-profile.asp?FundManagerID=AUAMPINV [L]

#-- Distributions --
RewriteRule ^investment-opportunities/[a-zA-Z0-9\-\.]+\-([0-9]+)\.asp$ /distributions/overview.asp?DistributionID=$1 [L]

RewriteRule ^investment-opportunities/default.asp$           /distributions/default.asp [L]
RewriteRule ^investment-opportunities/$                      /distributions/ [L]
RewriteRule ^investment-opportunities/compare.asp$           /distributions/compare.asp [L]

RewriteRule ^investment-opportunities/floats-ipos.asp$       /distributions/default.asp?DistributionTypeID=1 [L]
RewriteRule ^investment-opportunities/managed-funds.asp$     /distributions/default.asp?DistributionTypeID=2 [L]
RewriteRule ^investment-opportunities/capital-protected.asp$ /distributions/default.asp?DistributionTypeID=3 [L]
RewriteRule ^investment-opportunities/hedge-funds.asp$       /distributions/default.asp?DistributionTypeID=4 [L]
RewriteRule ^investment-opportunities/geared.asp$            /distributions/default.asp?DistributionTypeID=5 [L]
RewriteRule ^investment-opportunities/agribusiness.asp$      /distributions/default.asp?DistributionTypeID=6 [L]

#-- Suburb Profile --
RewriteRule ^property-research/([a-zA-Z0-9\-\.]+)/([0-9]+)/([a-zA-Z0-9\-\.]+)\.asp$ /property/profile_suburb.asp?
Postcode=$2&Suburb=$3&State=$1 [L]
</VirtualHost>

And delete the .htaccess file under the root of your site.

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 
SaintMak
Newbie
Newbie


Joined: 10 April 2005
Location: United States
Online Status: Offline
Posts: 9
Posted: 02 October 2008 at 12:08pm | IP Logged Quote SaintMak

Hi,

we are experiencing the same issue with application pool crashing. This started when we installed the latest ISAPI-Rewrite 3. Customer complained as their sites would show Service Unavailable. We have a script that restarted crashed pools every 10 minutes but customers still would see this. Now we uninstalled it, all is running as normal.

Server 2003 R2 SP2, ASP.NET 3.5 SP1
Newly provisioned server so the load is still very low.

Is this an ongoing problem or has it been resolved?
Back to Top View SaintMak's Profile Search for other posts by SaintMak
 
Poolio
Newbie
Newbie


Joined: 22 September 2008
Location: Australia
Online Status: Offline
Posts: 4
Posted: 02 October 2008 at 5:59pm | IP Logged Quote Poolio

Helicon seem to keep denying it's a problem with their software but it seems clear by the number of people having this issue that it is.

I'm looking at other solutions now due to the lack of accountability and responsiveness shown by Helicon.

Back to Top View Poolio's Profile Search for other posts by Poolio
 
SaintMak
Newbie
Newbie


Joined: 10 April 2005
Location: United States
Online Status: Offline
Posts: 9
Posted: 02 October 2008 at 7:04pm | IP Logged Quote SaintMak

Hi,

actually. The problem started up again with the crashes. I haven't rebooted but will tonight, see if that takes care of it. Previously the server even viewer was well... uneventful. If the reboot doesn't fix it I will have to run debugdiag and see what it picks up.

I don't like blaming anything or anybody, as things are not always connected but it did start after the ISAPI_Rewrite installation. There have been no other reboots before or any SP, fixes or patches added either. ASP.NET SP1 was added days after the release date also and was running fine until the ISAPI_Rewrite intall.

Thanks

Edited by SaintMak - 02 October 2008 at 7:04pm
Back to Top View SaintMak's Profile Search for other posts by SaintMak
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4695
Posted: 03 October 2008 at 8:34am | IP Logged Quote Anton

To SaintMak:
Please tell what version (and build) of ISAPI_Rewrite are you using.
Also provide you configs, error and Application logs.

To Poolio:
Have you tried the solution we provided you? What was the result?


__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 
Poolio
Newbie
Newbie


Joined: 22 September 2008
Location: Australia
Online Status: Offline
Posts: 4
Posted: 06 October 2008 at 3:02am | IP Logged Quote Poolio

Yes - we tried your suggestion. The same problem seems to be occuring.

 

Back to Top View Poolio's Profile Search for other posts by Poolio
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4695
Posted: 07 October 2008 at 8:15am | IP Logged Quote Anton

Please try to install Lite version instead of Full one and put provided config into httpd.conf:

RewriteBase /

#-- ASX Company Profile --
RewriteRule ^shares/asx/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/summary/default.asp?SecurityID=$1&ExchangeID=ASX [L]

#-- ASX Company Profile Sections --
RewriteRule ^shares/asx/financials/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/financials/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=2 [L]
RewriteRule ^shares/asx/broker-consensus/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/consensus/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=4 [L]
RewriteRule ^shares/asx/announcements/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/announcements/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=5 [L]
RewriteRule ^shares/asx/change-of-shareholdings/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/change_of_shareholding/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=6 [L]
RewriteRule ^shares/asx/float-details/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/float_details/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=7 [L]
RewriteRule ^shares/asx/annual-reports/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/annual_reports/default.asp?
SecurityID=$1&ExchangeID=ASX§ion=8 [L]

#-- NZX Company Profiles --
RewriteRule ^shares/nzx/[a-zA-Z0-9\-\.]+\-([a-zA-Z]+)\.asp$ /company_profile/summary/default.asp?SecurityID=$1&ExchangeID=NZX [L]

#-- Fund Profiles --
RewriteRule ^managed-funds/[a-zA-Z0-9\-\.]+\-([0-9]+)\.asp$ /funds/profile.asp?FundID=$1 [L]

#-- Fund Manager Profiles --
RewriteRule ^managed-funds/Colonial-First-State.asp$ /managed-funds/manager-profile.asp?FundManagerID=AUFIRSTAT [L]
RewriteRule ^managed-funds/Perpetual.asp$             /managed-funds/manager-profile.asp?FundManagerID=AUPML [L]
RewriteRule ^managed-funds/AMP-Capital-Investors.asp$ /managed-funds/manager-profile.asp?FundManagerID=AUAMPINV [L]

#-- Distributions --
RewriteRule ^investment-opportunities/[a-zA-Z0-9\-\.]+\-([0-9]+)\.asp$ /distributions/overview.asp?DistributionID=$1 [L]

RewriteRule ^investment-opportunities/default.asp$           /distributions/default.asp [L]
RewriteRule ^investment-opportunities/$                      /distributions/ [L]
RewriteRule ^investment-opportunities/compare.asp$           /distributions/compare.asp [L]

RewriteRule ^investment-opportunities/floats-ipos.asp$       /distributions/default.asp?DistributionTypeID=1 [L]
RewriteRule ^investment-opportunities/managed-funds.asp$     /distributions/default.asp?DistributionTypeID=2 [L]
RewriteRule ^investment-opportunities/capital-protected.asp$ /distributions/default.asp?DistributionTypeID=3 [L]
RewriteRule ^investment-opportunities/hedge-funds.asp$       /distributions/default.asp?DistributionTypeID=4 [L]
RewriteRule ^investment-opportunities/geared.asp$            /distributions/default.asp?DistributionTypeID=5 [L]
RewriteRule ^investment-opportunities/agribusiness.asp$      /distributions/default.asp?DistributionTypeID=6 [L]

#-- Suburb Profile --
RewriteRule ^property-research/([a-zA-Z0-9\-\.]+)/([0-9]+)/([a-zA-Z0-9\-\.]+)\.asp$ /property/profile_suburb.asp?
Postcode=$2&Suburb=$3&State=$1 [L]

After that, please report us the results.

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

<< Prev Page of 2
  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum