There is to much memory beeing taken up by the server applications, you will
need to either increase your ram or start reducing the amount of variables
etc needed at runtime. Or find out what is hoggin the system ram.
regards
Andrew Scott
Senior Cold Fusion Application Developer
ANZ eCommerce Centre
* Ph 9273 0693
* [EMAIL PROTECTED]
-----Original Message-----
From: William J Wheatley [mailto:[EMAIL PROTECTED]]
Sent: 27 October 2000 05:51
To: CF-Talk
Subject: URGENT HELP TO KEEP SANITY =)
This is the error i get that i just started getting now after a few months
=)
and apparently its something to do with my CREATEUUID() command.
I am running Linux 4.5.1 SP1 ENTRERPRISE Linux version. And its the
damnedest thing because
until we just reinstalled RED HAT 6.2 this was not happening. And it looks
like its somethign to do with the CREATEUUID()
because this is the code in question when i set it to be cfset
getuuid="3224234" or something it works else it hangs up =)
this is important and its driving me crazy
#######################
<Cfset getUUID="#CreateUUID()#">
<cfparam name="client.UUID" default="#getUUID#">
<Cfparam name="client.logintime" default="NONE">
<cfquery name="gettimes" datasource="aeps"
dbtype="#application.dbtype#"
dbserver="#application.dbserver#">
SELECT sessionid,lastloggedin
from member
where membernumber=#attributes.membernumber#
</cfquery>
##############################
An unexpected system error was detected. (Error code is 22)
This type of error will most likely occur when the server running ColdFusion
is low on memory and/or system resources.
If you continue to experience this error in a reproducible fashion you
should contact Allaire technical support.
The error occurred while processing an element with a general identifier of
(#CREATEUUID()#), occupying document position (13:13) to (13:26) in the
template file
/home/httpd/html/dev/aeps/aepsmember/query/qry_memberlogin.cfm.
DATE: Thu Oct 26 14:41:45 2000
BROWSER: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; MSNIA; Hotbar 2.0)
REFERRER: http://www.aeps2000.com/index.cfm?fuseaction=memberlogout
Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
http://www.aeps.com
ICQ: 417645
http://www.aeps2000.com
954-472-6684 X303
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]