RE: What does this error mean.

2002-07-01 Thread Tony Weeg

id love to know why myself.

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 

-Original Message-
From: David Brown [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 01, 2002 9:36 AM
To: CF-Talk
Subject: What does this error mean.


We only get this on one server.  I get it at different times of the day
and not on every request.  We are running IIS 5.0, CF 5.0 on Windows
2000 Server.

Is there a way I can find out what is busy?  Is it IIS or CF?

Request canceled or ignored by serverServer busy or unable to fulfill
request. The server is unable to fulfill your request due to extremely
high traffic or an unexpected internal error. Please attempt your
request again (if you are repeatedly unsuccessful you should notify the
site administrator). (Location Code: 26)



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What does this error mean.

2002-07-01 Thread mark brinkworth

I haven't seen this error for a while, although from what I recall, it 
occured in one of the following cases:

1) CF didn't have write permissions to the Windows WINNT directory for file 
uploads (on initail upload the files go into the temp directory, then get 
copied across)

2) CF has a large number of unresponsive threads. This should show up in the 
log files as an entry along the lines of "A request exceeded the timeout. 
The unresponsive thread count is up to xx"

Hope this helps.

Cheers,
Mark




>We only get this on one server.  I get it at different times of the day
>and not on every request.  We are running IIS 5.0, CF 5.0 on Windows
>2000 Server.
>
>Is there a way I can find out what is busy?  Is it IIS or CF?
>
>Request canceled or ignored by serverServer busy or unable to fulfill
>request. The server is unable to fulfill your request due to extremely
>high traffic or an unexpected internal error. Please attempt your
>request again (if you are repeatedly unsuccessful you should notify the
>site administrator). (Location Code: 26)
>
>
>
>
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What does this error mean?

2001-03-27 Thread Patricia Lee

It means (and I kid you not) "Something happened to make things go wrong and
CF has absolutely no idea what it was".

Honestly.  I've heard someone from (or related to) allaire say pretty much
the same thing.

|-Original Message-
|From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
|Sent: Tuesday, March 27, 2001 2:03 AM
|To: CF-Talk
|Subject: What does this error mean?
|
|
|
|I do not understand nor can I figure  out how to fix the 
|following error
|from a stored procedure.
|
|Doe anyone know what this error means?
|
|Sebastian
|
|--
|
|Error Diagnostic Information
|
|CMemoryException: unknown cause
|
|PCodeRuntimeContextImp::executeSQLTagCFStoredProc::endTag
|
|The error occurred while processing an element with a general 
|identifier of
|(CFSTOREDPROC), occupying document position (24:1) to (25:33).
|
|
|--
|
|
|  
|
|
|
|
|
|
|   
|
|
|
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What does this error mean?

2001-03-28 Thread Kevan . Windle

I got it once when the server was screwed and once when a duff sql query
swallowed all server resources.

-Original Message-
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: 27 March 2001 20:05
To: CF-Talk
Subject: What does this error mean?


I do not understand nor can I figure  out how to fix the following error
from a stored procedure.

Doe anyone know what this error means?

Sebastian

--

Error Diagnostic Information

CMemoryException: unknown cause

PCodeRuntimeContextImp::executeSQLTagCFStoredProc::endTag

The error occurred while processing an element with a general identifier of
(CFSTOREDPROC), occupying document position (24:1) to (25:33).


--


  






   

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What does this error mean?

2001-03-28 Thread Mary_Baotic


You can also get PCODE errors when you don't cflock variables.  Especially
session variables.
Mary


   

Kevan.Windle@  

vwfs.co.uk   To: CF-Talk <[EMAIL PROTECTED]>   

 cc:   

03/28/01 Subject:     RE: What does this error mean?   

03:22 AM   

Please 

respond to 

cf-talk

   

   





I got it once when the server was screwed and once when a duff sql query
swallowed all server resources.

-Original Message-
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: 27 March 2001 20:05
To: CF-Talk
Subject: What does this error mean?


I do not understand nor can I figure  out how to fix the following error
from a stored procedure.

Doe anyone know what this error means?

Sebastian

--

Error Diagnostic Information

CMemoryException: unknown cause

PCodeRuntimeContextImp::executeSQLTagCFStoredProc::endTag

The error occurred while processing an element with a general identifier of
(CFSTOREDPROC), occupying document position (24:1) to (25:33).


--











~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What does this error mean?

2003-08-06 Thread Tyler Clendenin
I am not sure the cause of this but it appears that cfmx uses the cfclasses
folder to compile the runtime files.  I can only hypothesis that it has
something to do with permissions on the server or something is locking the
file.  I know that I had to delete some files due to an error.

Tyler Clendenin
GSL Solutions 

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 06, 2003 1:09 PM
To: CF-Talk
Subject: What does this error mean?

Errors reported by Java compiler: Found 1 semantic error compiling
"C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfPut_Owner2ecfm954140912.java": 1.
public final class cfPut_Owner2ecfm954140912 extends
coldfusion.runtime.CFPage{ <---> *** Error: Cannot write
class file "cfPut_Owner2ecfm954140912.class" because that name conflicts
with the name of the class file "cfput_owner2ecfm954140912.class" in
directory "cfclasses". This is illegal because file names are
case-insensitive in this system. . 
 
 
This first happened when I tried to deploy from homesite and got "access
denied" message.  So I moved the file manually.. and all of a sudden this
error popped up. 
 
Any ideas?
 
Thanks,
Tim


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: What does this error mean?

2003-08-14 Thread Dave Carabetta
>Errors reported by Java compiler: Found 1 semantic error compiling
>"C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfPut_Owner2ecfm954140912.java": 1.
>public final class cfPut_Owner2ecfm954140912 extends
>coldfusion.runtime.CFPage{ <---> *** Error: Cannot 
>write
>class file "cfPut_Owner2ecfm954140912.class" because that name conflicts
>with the name of the class file "cfput_owner2ecfm954140912.class" in
>directory "cfclasses". This is illegal because file names are
>case-insensitive in this system. .
>
>
>This first happened when I tried to deploy from homesite and got "access
>denied" message.  So I moved the file manually.. and all of a sudden this
>error popped up.
>
>Any ideas?
>

Try deleting the generated class file from the WEB-INF/cfclasses directory, 
as it sounds like there's a permissions issue there. It looks like you're on 
a *nix system, so you could simply cd into the cfclasses directory and do:

rm cfPut_Owner2ecfm954140912.class

and then re-load the page.

Regards,
Dave.

_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: What does this error mean?

2004-11-19 Thread Andrew Dixon
This is something to do with the RDS server service I believe. The
file doesn't actually exist (at least not on 6.1, even if you have RDS
enabled) but it is referred to in the web.xml configuration file.
Don't think it is anything to wrong about, but it could be someone
probing your machine to see if the RDS service is running.

Andrew.


On Fri, 19 Nov 2004 11:11:11 -0400, Andy Mcshane <[EMAIL PROTECTED]> wrote:
> Hi all, I keep this error message in my exception.log, can anyone tell what 
> Coldfusion is trying to do here?
> 
> "Error","jrpp-1696","11/19/04","15:02:57",,"File not found: 
> /CFIDE/main/ide.cfm The specific sequence of files included or processed is: 
> X:\Inetpub\wwwroot\CFIDE\main\ide.cfm "
> coldfusion.runtime.TemplateNotFoundException: File not found: 
> /CFIDE/main/ide.cfm
> 
> Why is Coldfusion looking for this file, what is used for?
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184886
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What does this error mean?

2004-11-19 Thread Andy Mcshane
Now you have me worried, possibly someone probing my machine? Whilst RDS
is disabled am I safe?


-Original Message-
From: Andrew Dixon [mailto:[EMAIL PROTECTED] 
Sent: 19 November 2004 16:17
To: CF-Talk
Subject: Re: What does this error mean?

This is something to do with the RDS server service I believe. The
file doesn't actually exist (at least not on 6.1, even if you have RDS
enabled) but it is referred to in the web.xml configuration file.
Don't think it is anything to wrong about, but it could be someone
probing your machine to see if the RDS service is running.

Andrew.


On Fri, 19 Nov 2004 11:11:11 -0400, Andy Mcshane <[EMAIL PROTECTED]>
wrote:
> Hi all, I keep this error message in my exception.log, can anyone tell
what Coldfusion is trying to do here?
> 
> "Error","jrpp-1696","11/19/04","15:02:57",,"File not found:
/CFIDE/main/ide.cfm The specific sequence of files included or processed
is: X:\Inetpub\wwwroot\CFIDE\main\ide.cfm "
> coldfusion.runtime.TemplateNotFoundException: File not found:
/CFIDE/main/ide.cfm
> 
> Why is Coldfusion looking for this file, what is used for?
> 
> 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184890
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What does this error mean?

2004-11-19 Thread Michael Dinowitz
That's an RDS call. 
 
> Hi all, I keep this error message in my exception.log, can anyone tell
> what Coldfusion is trying to do here?
> 
> "Error","jrpp-1696","11/19/04","15:02:57",,"File not found:
> /CFIDE/main/ide.cfm The specific sequence of files included or processed
> is: X:\Inetpub\wwwroot\CFIDE\main\ide.cfm "
> coldfusion.runtime.TemplateNotFoundException: File not found:
> /CFIDE/main/ide.cfm
> 
> Why is Coldfusion looking for this file, what is used for?
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184892
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What does this error mean?

2004-11-19 Thread Douglas Knudsen
I've been getting that error on one of my boxes too, i see it only
when I login to the CFAdmin tool.  Oh, and this box has RDS off.  I
think its related to the 6.1 updater cfadmin issue maybe.

Doug


On Fri, 19 Nov 2004 11:31:33 -0500, Michael Dinowitz
<[EMAIL PROTECTED]> wrote:
> That's an RDS call.
> 
> 
> 
> > Hi all, I keep this error message in my exception.log, can anyone tell
> > what Coldfusion is trying to do here?
> >
> > "Error","jrpp-1696","11/19/04","15:02:57",,"File not found:
> > /CFIDE/main/ide.cfm The specific sequence of files included or processed
> > is: X:\Inetpub\wwwroot\CFIDE\main\ide.cfm "
> > coldfusion.runtime.TemplateNotFoundException: File not found:
> > /CFIDE/main/ide.cfm
> >
> > Why is Coldfusion looking for this file, what is used for?
> >
> >
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184894
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What does this error mean?

2004-11-19 Thread Andrew Dixon
If RDS is off that you are safe.

Andrew.


On Fri, 19 Nov 2004 11:40:59 -0500, Douglas Knudsen
<[EMAIL PROTECTED]> wrote:
> I've been getting that error on one of my boxes too, i see it only
> when I login to the CFAdmin tool.  Oh, and this box has RDS off.  I
> think its related to the 6.1 updater cfadmin issue maybe.
> 
> Doug
> 
> On Fri, 19 Nov 2004 11:31:33 -0500, Michael Dinowitz
> 
> 
> <[EMAIL PROTECTED]> wrote:
> > That's an RDS call.
> >
> >
> >
> > > Hi all, I keep this error message in my exception.log, can anyone tell
> > > what Coldfusion is trying to do here?
> > >
> > > "Error","jrpp-1696","11/19/04","15:02:57",,"File not found:
> > > /CFIDE/main/ide.cfm The specific sequence of files included or processed
> > > is: X:\Inetpub\wwwroot\CFIDE\main\ide.cfm "
> > > coldfusion.runtime.TemplateNotFoundException: File not found:
> > > /CFIDE/main/ide.cfm
> > >
> > > Why is Coldfusion looking for this file, what is used for?
> > >
> > >
> >
> >
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184895
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What does this error mean?

2004-11-19 Thread Dave Watts
> I've been getting that error on one of my boxes too, i see it 
> only when I login to the CFAdmin tool.  Oh, and this box has 
> RDS off.  I think its related to the 6.1 updater cfadmin issue 
> maybe.

The CF Administrator uses RDS for a couple of things, such as the Java
filesystem browsing applet.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184900
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What does this error mean?

2004-11-19 Thread Dave Watts
> Now you have me worried, possibly someone probing my machine? 
> Whilst RDS is disabled am I safe?

If you have RDS disabled, you are safe from inappropriate RDS requests.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184901
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What does this error mean?

2004-11-19 Thread Andy Mcshane
Interesting, when I try to use the filesystem browser to register CFX
tags I get a server error, could these be connected.


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: 19 November 2004 17:26
To: CF-Talk
Subject: RE: What does this error mean?

> I've been getting that error on one of my boxes too, i see it 
> only when I login to the CFAdmin tool.  Oh, and this box has 
> RDS off.  I think its related to the 6.1 updater cfadmin issue 
> maybe.

The CF Administrator uses RDS for a couple of things, such as the Java
filesystem browsing applet.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184907
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What does this error mean?

2004-11-19 Thread Dave Watts
> Interesting, when I try to use the filesystem browser to 
> register CFX tags I get a server error, could these be connected.

Yes, that requires RDS I think.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184914
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What does this error mean?

2006-11-15 Thread Ben Nadel
Will,

Are you still getting the server timeout issue? "null null" I think it a
kind of non-descript catch-all error when ColdFusion tries to do
something with Java that Java doesn't like such as calling a method that
doesn't exist or comparing non-like data types.

Did this just start happening?


..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/


-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 15, 2006 10:40 AM
To: CF-Talk
Subject: What does this error mean?

We keep getting an error I can't track down. This is from the error
dump: 

Diagnostics "null null The error occurred on line -1."

Message [empty string]  

I did notice there was a server connection timeout error that came in
around the same time. Could they be related? 

How can an error occur on line -1?? lol!!

Thanks,
Will



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260528
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: What does this error mean?

2006-11-15 Thread Pete Freitag
Check out the comments in my blog entry, I think there are a few
different reasons you might get this error:
http://www.petefreitag.com/item/163.cfm

-- 
Pete Freitag
http://foundeo.com/ - ColdFusion Consulting & Products
http://petefreitag.com/ - My Blog
http://spendfish.com/ - Fish for Deals


On 11/15/06, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> We keep getting an error I can't track down. This is from the error dump:
>
> Diagnostics "null null The error occurred on line -1."
>
> Message [empty string]
>
> I did notice there was a server connection timeout error that came in around 
> the same time. Could they be related?
>
> How can an error occur on line -1?? lol!!
>
> Thanks,
> Will
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260529
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: What does this error mean?

2006-11-15 Thread Will Tomlinson
>Did this just start happening?

It's on a shared server at CT, and nah, we've only gotten it a few times now - 
not a lot. 

That java explanation helps me. At first, I was worried it was code-related. 
Maybe it's not.

Thanks Ben!

Will

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260533
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: What does this error mean?

2006-11-15 Thread Will Tomlinson
>Check out the comments in my blog entry, I think there are a few
>different reasons you might get this error:
>http://www.petefreitag.com/item/163.cfm


Ah! Very informative Pete. Thanks much!

Will

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260532
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: What does this error mean?

2006-11-15 Thread Steven Erat
This technote provides a hotfix for CFMX 6.1 Updater 1:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1

Looking at the bug history, I found the bug occurred in CFMX 6.0, was
fixed in CFMX 6.1, was left out of CFMX 6.1 Updater 1, and was fixed
merged into  CFMX 7.0.  If you regularly patched the ColdFusion 6.x
server its possible you encountered the problem, then patched and it
went away, then patched and it came back.  The hotfix in the technote
resolves the problem for 6.1 Updater 1.

-Steven Erat


> -Original Message-
> From: Pete Freitag [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 15, 2006 12:01 PM
> To: CF-Talk
> Subject: Re: What does this error mean?
> 
> Check out the comments in my blog entry, I think there are a few
> different reasons you might get this error:
> http://www.petefreitag.com/item/163.cfm
> 
> -- 
> Pete Freitag
> http://foundeo.com/ - ColdFusion Consulting & Products
> http://petefreitag.com/ - My Blog
> http://spendfish.com/ - Fish for Deals
> 
> 
> On 11/15/06, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> > We keep getting an error I can't track down. This is from 
> the error dump:
> >
> > Diagnostics "null null The error occurred on line -1."
> >
> > Message [empty string]
> >
> > I did notice there was a server connection timeout error 
> that came in around the same time. Could they be related?
> >
> > How can an error occur on line -1?? lol!!
> >
> > Thanks,
> > Will 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260537
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: What does this error mean?

2006-11-15 Thread Steven Erat
I misinterpreted the bug notes.  The technote makes it clear that the
bug existed in CFMX 6.1 as well.

> -Original Message-
> From: Steven Erat [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 15, 2006 12:33 PM
> To: CF-Talk
> Subject: RE: What does this error mean?
> 
> This technote provides a hotfix for CFMX 6.1 Updater 1:
> 
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1
> 
> Looking at the bug history, I found the bug occurred in CFMX 6.0, was
> fixed in CFMX 6.1, was left out of CFMX 6.1 Updater 1, and was fixed
> merged into  CFMX 7.0.  If you regularly patched the ColdFusion 6.x
> server its possible you encountered the problem, then patched and it
> went away, then patched and it came back.  The hotfix in the technote
> resolves the problem for 6.1 Updater 1.
> 
> -Steven Erat
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: What does this error mean?

2006-07-03 Thread James Holmes
It means that CT has sandboxed off your datasource. Get them to add it
back to your account.

On 7/3/06, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> On a shared host, CrystalTech ... Just running a simple query on a page... 
> what does this mean? I've replaced the real DSN name with "mydsnname"
>
>  Error Occurred While Processing Request
> Security: The requested template has been denied access to mydsnname
>
> Thanks,
> Will
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245277
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: What does this error mean?

2006-07-03 Thread Will Tomlinson
>It means that CT has sandboxed off your datasource. Get them to add it
>back to your account.


Thanks a ton James!

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245278
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54