Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Out Of Memory Error?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bobdsw
New Member

United States
62 Posts

Posted - 10 January 2008 :  14:59:38  Show Profile  Visit bobdsw's Homepage
Hello everyone! I'm having an occasional problem that may or may not be Snitz related but I'm striking out everywhere else so I'm really fishing for suggestions and hopefully a point in the right direction.

I run 45 separate Snitz forums. The sites also have an integrated store that could be causing it, or it could be in my ASP. The code to all 45 of the sites is identical and they are running on a dedicated server that only holds our sites. The DB Server is MYSQL5 and the OS is Windows 2003 Server.

Every now and then I get the following and can't nail it down.
quote:
Microsoft VBScript compilation error '800a03e9'

Out of memory

/Default.asp, line 0



M$oft says it can be caused by an overly long SQL query but that isn't the case, I've been over the code. As I've said, this may not be Snitz related but I thought I'd pick the Brains here to see if anyone has seen this before. It only happens on occasion, in fact at times I have trouble reproducing the errors.

Any help is appreciated and I'm happy to post more details if necessary.

Bob

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 January 2008 :  15:57:50  Show Profile  Send ruirib a Yahoo! Message
I think it's the server, it just runs out of memory.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

bobdsw
New Member

United States
62 Posts

Posted - 10 January 2008 :  19:52:17  Show Profile  Visit bobdsw's Homepage
Thanks Ruirib! I thought that may have been it as well but it's got 2 gigs of ram in the box and it's only running these 45 sites and mail. When I catch it doing it I'm able to login to PLESK as well as get to the desktop through RDC to check things out. It has pleny of free memory. It's really odd. We actaully migrated all the sites to this dedicated box to get away from the error (or shared hosting at the time) and it was fine for a good while then poof! It was back.

I'll keep digging into it. The fact that I couldn't find a thread about it here by doing a search of this forum leads me to believe it's not SNITZ related and probably related to code changes I've made to the forum itself or other additions. If I find out what it is, and it's relevent I'll post it here.

[buttkiss]On a side note, thanks for all the work you guys do/have done and to everyone who spends the time writing and putting together mods or finding bugs.[/buttkiss]

Phoenix! - Ful site integration, CSS driven & XHTML compliant, MooTools, TinyMCE editor for posts & custom content management, , Visual Theme Designer, custom menus & pages, member galleries with ASP JPeg and ASPResize, ASP WordPress style Blog, web friends, FaceBook, Twitter & other social-sharing integration, ReCaptcha & Anti-Spam Registration...and much more.

Edited by - bobdsw on 10 January 2008 19:53:23
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 January 2008 :  20:05:10  Show Profile  Send ruirib a Yahoo! Message
Maybe here you can find some info of interest: http://classicasp.aspfaq.com/general/i-have-plenty-of-ram-why-do-i-get-an-out-of-memory-error.html


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

phy1729
Average Member

USA
589 Posts

Posted - 10 January 2008 :  20:14:11  Show Profile
help? never mind same page as Rui.

Edited by - phy1729 on 10 January 2008 20:16:14
Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 11 January 2008 :  00:27:15  Show Profile  Visit Panhandler's Homepage
quote:
Originally posted by ruirib

I think it's the server, it just runs out of memory.


I had that exact same problem until I switched to a different server.
It has not repeated itself since then.


"5-in-1 Snitz Common Expansion Pack" - five popular mods packaged for easy install
". . .on a mote of dust, suspended in a sunbeam. . ."
HarborClassifieds
Support Snitz Forums


Go to Top of Page

pdrg
Support Moderator

United Kingdom
2897 Posts

Posted - 11 January 2008 :  11:37:20  Show Profile  Send pdrg a Yahoo! Message
every session has a 35k footprint, 45 forums could mean a lot of concurrent users/active sessions? Or maybe there's non-snitz code running on some of those sites (maybe some extra mods, or something?)

How is your server architecture? Have you got all the db's running on the same box? Could we have a MYSQL resources/overwork error misreported by IIS as it's running in-process?
Go to Top of Page

bobdsw
New Member

United States
62 Posts

Posted - 11 January 2008 :  17:48:21  Show Profile  Visit bobdsw's Homepage
I'm reasonably sure the issue isn't those cited by Microsoft. I've looked at that already. The forums are indeed heavily modded and integrate into the site along with a store and with other custom written ASP pages.

I'm going to look at the active sessions and MYSQL resources. The 45 sites have about 19,000 registered members collectively. It's definitely worth digging into as a cause. The sites rely heavily on their databases for a lot of things other then the forums.

I appreciate all the thoughts.

Phoenix! - Ful site integration, CSS driven & XHTML compliant, MooTools, TinyMCE editor for posts & custom content management, , Visual Theme Designer, custom menus & pages, member galleries with ASP JPeg and ASPResize, ASP WordPress style Blog, web friends, FaceBook, Twitter & other social-sharing integration, ReCaptcha & Anti-Spam Registration...and much more.

Edited by - bobdsw on 11 January 2008 17:49:01
Go to Top of Page

sadra
Starting Member

Iran
30 Posts

Posted - 11 January 2008 :  22:59:49  Show Profile  Send sadra a Yahoo! Message
quote:
Originally posted by bobdsw

Hello everyone! I'm having an occasional problem that may or may not be Snitz related but I'm striking out everywhere else so I'm really fishing for suggestions and hopefully a point in the right direction.

I run 45 separate Snitz forums. The sites also have an integrated store that could be causing it, or it could be in my ASP. The code to all 45 of the sites is identical and they are running on a dedicated server that only holds our sites. The DB Server is MYSQL5 and the OS is Windows 2003 Server.

Every now and then I get the following and can't nail it down.
quote:
Microsoft VBScript compilation error '800a03e9'

Out of memory

/Default.asp, line 0



M$oft says it can be caused by an overly long SQL query but that isn't the case, I've been over the code. As I've said, this may not be Snitz related but I thought I'd pick the Brains here to see if anyone has seen this before. It only happens on occasion, in fact at times I have trouble reproducing the errors.

Any help is appreciated and I'm happy to post more details if necessary.

Bob



hi,
Maybe!

please go to microsoft website and download windows script ver 5.7 and install on your server
http://www.microsoft.com/downloads/details.aspx?FamilyID=f00cb8c0-32e9-411d-a896-f2cd5ef21eb4&displaylang=en

good luck

[red]how soon is too late[/red]

Edited by - sadra on 12 January 2008 00:44:09
Go to Top of Page

bobdsw
New Member

United States
62 Posts

Posted - 12 January 2008 :  11:33:23  Show Profile  Visit bobdsw's Homepage
TY, I'll give this a shot and let you know.

Phoenix! - Ful site integration, CSS driven & XHTML compliant, MooTools, TinyMCE editor for posts & custom content management, , Visual Theme Designer, custom menus & pages, member galleries with ASP JPeg and ASPResize, ASP WordPress style Blog, web friends, FaceBook, Twitter & other social-sharing integration, ReCaptcha & Anti-Spam Registration...and much more.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 2.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07