Strange Error

2014-03-26 Thread Donnie Carvajal

I have a ColdFusion template that is used for a form action using post method.  
The page loads correctly except for my confirmation output and displays POST as 
the CGI.request_method and displays all of the Form fields in the debug info 
and displays all of the queries that are supposed to run; however, an error is 
thrown in the CF error logs indicating that a form field is missing.  I turned 
on my site wide error handler and the email message I get for the error is 
showing the page loaded via GET and there are no Form fields.

Has anyone ever experienced this before?

One more oddity that may help solve this, there is a blank template in the 
execution time table and by blank I mean there is nothing in the template 
column for this entry, but it does indicate the count=1 and the total time also 
has a value.

Thanks,

Donnie 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358130
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Strange Error

2014-03-26 Thread Michael van Leest

Might there be a redirect triggered somewhere in your application.cfc?
Sounds to me there is some sort of redirect is going on.


2014-03-26 17:26 GMT+01:00 Donnie Carvajal donnie.carva...@transformyx.com
:


 I have a ColdFusion template that is used for a form action using post
 method.  The page loads correctly except for my confirmation output and
 displays POST as the CGI.request_method and displays all of the Form fields
 in the debug info and displays all of the queries that are supposed to run;
 however, an error is thrown in the CF error logs indicating that a form
 field is missing.  I turned on my site wide error handler and the email
 message I get for the error is showing the page loaded via GET and there
 are no Form fields.

 Has anyone ever experienced this before?

 One more oddity that may help solve this, there is a blank template in the
 execution time table and by blank I mean there is nothing in the template
 column for this entry, but it does indicate the count=1 and the total time
 also has a value.

 Thanks,

 Donnie

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358131
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


strange error message

2013-04-22 Thread Les Irvin

Got this error when trying to pull up the CF Administrator.  Any ideas
what's up?

HTTP Error 500.0 -
coldfusion.server.SecurityService.removeAuthenticated()V

Thanks,
Les


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: query of query strange error

2012-05-23 Thread Quan Tran

How are you setting the value on the query when the value is null from the 
database? I think you may need to use javacast(NULL,0) if you keep the column 
as a numeric type.

-Quan

 Hi All-
 
 I am facing a strange error with query of query as follows:
 
 I am first constructing a query using 'QueryNew' as
 
 
 Cfset newQuery = QueryNew(id, status, label, name)
 
 the status column is a numeric column in database with values of 1,2,3,
 4,5,6 and NULL
 
 When I do a query of query as below, I get an error 'The value '' 
 cannot be converted to a number'. This does not happen always:
 
 cfquery dbtype=query name=qoq
   
 select * from newQuery
 /cfquery
 
 ANy thoughts on why this could be happening? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351319
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


query of query strange error

2012-05-22 Thread fun and learning

Hi All-

I am facing a strange error with query of query as follows:

I am first constructing a query using 'QueryNew' as


Cfset newQuery = QueryNew(id, status, label, name)

the status column is a numeric column in database with values of 1,2,3,4,5,6 
and NULL

When I do a query of query as below, I get an error 'The value '' cannot be 
converted to a number'. This does not happen always:

cfquery dbtype=query name=qoq
   select * from newQuery
/cfquery

ANy thoughts on why this could be happening? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351284
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: query of query strange error

2012-05-22 Thread Christopher Watson

Use the optional second argument to QueryNew to explicitly define the data 
types for each column.

-Christopher

 Hi All-
 
 I am facing a strange error with query of query as follows:
 
 I am first constructing a query using 'QueryNew' as
 
 
 Cfset newQuery = QueryNew(id, status, label, name)
 
 the status column is a numeric column in database with values of 1,2,3,
 4,5,6 and NULL
 
 When I do a query of query as below, I get an error 'The value '' 
 cannot be converted to a number'. This does not happen always:
 
 cfquery dbtype=query name=qoq
   
 select * from newQuery
 /cfquery
 
 ANy thoughts on why this could be happening? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351285
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Strange error with cffeed

2009-03-06 Thread James Holmes

We just found yet another thing that can break with this patch.
CFCHART rendered charts with the text WebCharts3D Invalid license
until we added wc50.jar to the sandbox. The CFFEED tag requires
rome-cf.jar and CFPDF requires cf-acrobat.jar.

The bug relates to reading license or config files form the 3rd party
jars on which certain tags are built. When they stopped CF from
reading files in that folder, they also stopped it reading files in
the jars in that folder.

I think Adobe need to reissue a fixed patch.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/1/21 Jochem van Dieten joch...@gmail.com:
 On Tue, Jan 20, 2009 at 8:00 AM, James Holmes wrote:
 We have sandboxing turned on; while just about everything works as you
 would expect without it, it appears that for some functionality
 (including cffeed) the path to [coldfusion
 instance]/WEB-INF/cfusion/lib needs to be added to the sandbox.

 That is a bug that was most likely introduced in APSB08-21:
 http://www.adobe.com/support/security/bulletins/apsb08-21.html

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320157
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-21 Thread Jochem van Dieten
On Tue, Jan 20, 2009 at 8:00 AM, James Holmes wrote:
 We have sandboxing turned on; while just about everything works as you
 would expect without it, it appears that for some functionality
 (including cffeed) the path to [coldfusion
 instance]/WEB-INF/cfusion/lib needs to be added to the sandbox.

That is a bug that was most likely introduced in APSB08-21:
http://www.adobe.com/support/security/bulletins/apsb08-21.html

What permissions did you give exactly? Was execute enough? All other
permissions are potentially dangerous for the server integrity.
Although since you allow Java in your Sandboxes anybody can escalate
his own privileges anyway.

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318267
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Strange error with cffeed

2009-01-21 Thread James Holmes
I've given read and execute - I haven't tried with execute only but I
will and I'll report the results.

While it's quite possible to escalate privilege as you say, it's also
possible we'd catch people doing this with our regular automated
server checks - and I can find out where they live :-) It's one of the
things we have to live with if we want to provide decent Java
integration features.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/1/21 Jochem van Dieten joch...@gmail.com:
 On Tue, Jan 20, 2009 at 8:00 AM, James Holmes wrote:
 We have sandboxing turned on; while just about everything works as you
 would expect without it, it appears that for some functionality
 (including cffeed) the path to [coldfusion
 instance]/WEB-INF/cfusion/lib needs to be added to the sandbox.

 That is a bug that was most likely introduced in APSB08-21:
 http://www.adobe.com/support/security/bulletins/apsb08-21.html

 What permissions did you give exactly? Was execute enough? All other
 permissions are potentially dangerous for the server integrity.
 Although since you allow Java in your Sandboxes anybody can escalate
 his own privileges anyway.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318270
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Strange error with cffeed

2009-01-20 Thread Matthew Williams
Wow.. that's obscure.  I need to bookmark this as we're moving to 
sandboxing in the future.  Are you planning on reporting this to Adobe 
as a bug?


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318203
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-20 Thread Raymond Camden
Big +1 here. Please log a bug for this (www.adobe.com/go/wish). CFFEED
is a nasty beast that has had many bugs over the past.

On Tue, Jan 20, 2009 at 6:50 AM, Matthew Williams
mai...@geodesicgrafx.com wrote:
 Wow.. that's obscure.  I need to bookmark this as we're moving to
 sandboxing in the future.  Are you planning on reporting this to Adobe
 as a bug?


 Matthew Williams
 Geodesic GraFX

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318210
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Strange error with cffeed

2009-01-20 Thread James Holmes
Yes, I think that qualifies as a bug and I'll report it. If I were
also theoretically on a beta for CF9 I'd be hypothetically testing it
there too and reporting it if it still happens. Perhaps people who are
in that beta can check.

Jochem lists other tags that need special sandboxing - this is also
worth bookmarking:

http://jochem.vandieten.net/2008/09/12/coldfusion-sandboxing-and-cfreport/

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/1/20 Matthew Williams:
 Wow.. that's obscure.  I need to bookmark this as we're moving to
 sandboxing in the future.  Are you planning on reporting this to Adobe
 as a bug?


 Matthew Williams
 Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318212
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-19 Thread James Holmes
We're facing a rebuild of every CF8 server in our fleet here - if
anyone has any ideas, please, please chime in. So far I've built a new
cf8.01 server with the same patches, the same FusionReactor, the same
JVM and the same settings on the same OS and I can't duplicate the
problem, yet every server in our existing fleet has this issue.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/1/15 James Holmes james.hol...@gmail.com:
 We are having a similar issue with our CF8.01 SLES 10 servers. A
 windows dev box with the same config (multiserver install, Java
 1.5.0_13 JVM, headless JVM switches) works fine with the same code but
 all of our SLES servers fail.

 The code is this simple:

 cffeed
  action=read
  
 source=http://askcurtin.custhelp.com/cgi-bin/askcurtin.cfg/php/enduser/opensearch.php?q=bachelor;
  query=qryFeed

 It fails with

 java.lang.NoClassDefFoundError at
 coldfusion.tagext.io.FeedTag.init(FeedTag.java:64) at
 sun.reflect.GeneratedConstructorAccessor4006.newInstance(Unknown
 Source) at 
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at
 java.lang.Class.newInstance0(Class.java:350)
 ... etc

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318189
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Strange error with cffeed

2009-01-19 Thread James Holmes
If it helps anyone, I think I've found the class that's failing:

cfset myFeedTag =
createobject(java,coldfusion.syndication.FeedDateParser).getInstance()

This works on the Windows box and on the new SLES box; it fails on our
main boxes with

java.lang.NoClassDefFoundError at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 

etc.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/1/20 James Holmes james.hol...@gmail.com:
 We're facing a rebuild of every CF8 server in our fleet here - if
 anyone has any ideas, please, please chime in. So far I've built a new
 cf8.01 server with the same patches, the same FusionReactor, the same
 JVM and the same settings on the same OS and I can't duplicate the
 problem, yet every server in our existing fleet has this issue.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318190
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-19 Thread Wil Genovese
James,

Why are you using the 1.5 series of the JVM?

Since the reinstall works, try installing the new 1.6.0_11 JVM and see  
if that fixes the issue?

If for some reason you absolutely can not use the 1.6 version then  
install a second copy of the JVM you have and switch to that one.

To me it sounds like a part of your JVM install got damaged or lost.



Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well.

On Jan 19, 2009, at 9:50 PM, James Holmes wrote:

 If it helps anyone, I think I've found the class that's failing:

 cfset myFeedTag =
 createobject 
 (java,coldfusion.syndication.FeedDateParser).getInstance()

 This works on the Windows box and on the new SLES box; it fails on our
 main boxes with

 java.lang.NoClassDefFoundError at
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
 sun 
 .reflect 
 .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 

 etc.

 mxAjax / CFAjax docs and other useful articles:
 http://www.bifrost.com.au/blog/

 2009/1/20 James Holmes james.hol...@gmail.com:
 We're facing a rebuild of every CF8 server in our fleet here - if
 anyone has any ideas, please, please chime in. So far I've built a  
 new
 cf8.01 server with the same patches, the same FusionReactor, the same
 JVM and the same settings on the same OS and I can't duplicate the
 problem, yet every server in our existing fleet has this issue.


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318192
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-19 Thread James Holmes
The 1.6 JVM breaks the SSL for the internal JRun Webserver, which we
use for administration. As an aside, if anyone can tell us how to make
JWS with SSL work with Java 6 we'd be very happy. Regardless, I
actually did try going back to the default CF8.01 JVM with the same
results.

For completeness, I downloaded a fresh copy of the 1.5_13 JVM (as was
just installed on the new SLES box) and pointed jrun at that - with
the same results.

The first time the tag is called this is the result:

java.lang.NullPointerException at
java.util.Properties$LineReader.readLine(Properties.java:365) at
java.util.Properties.load(Properties.java:293) at
com.sun.syndication.io.impl.PropertiesLoader.init(PropertiesLoader.java:67)
at 
com.sun.syndication.io.impl.PropertiesLoader.clinit(PropertiesLoader.java:33)
at com.sun.syndication.io.impl.DateParser.clinit(DateParser.java:44)
at coldfusion.syndication.FeedDateParser.init(FeedDateParser.java:29)
at coldfusion.syndication.FeedDateParser.clinit(FeedDateParser.java:20)
at ... etc

and after that the ClassDefNotFound error occurs. So it seems that the
com.sun.syndication.io.impl.PropertiesLoader can't read its properties
for some reason and this causes the rest of the issues.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/1/20 Wil Genovese jugg...@visi.com:
 James,

 Why are you using the 1.5 series of the JVM?

 Since the reinstall works, try installing the new 1.6.0_11 JVM and see
 if that fixes the issue?

 If for some reason you absolutely can not use the 1.6 version then
 install a second copy of the JVM you have and switch to that one.

 To me it sounds like a part of your JVM install got damaged or lost.



 Wil Genovese

 One man with courage makes a majority.
 -Andrew Jackson

 A fine is a tax for doing wrong. A tax is a fine for doing well.

 On Jan 19, 2009, at 9:50 PM, James Holmes wrote:

 If it helps anyone, I think I've found the class that's failing:

 cfset myFeedTag =
 createobject
 (java,coldfusion.syndication.FeedDateParser).getInstance()

 This works on the Windows box and on the new SLES box; it fails on our
 main boxes with

 java.lang.NoClassDefFoundError at
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
 sun
 .reflect
 .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 

 etc.

 mxAjax / CFAjax docs and other useful articles:
 http://www.bifrost.com.au/blog/

 2009/1/20 James Holmes james.hol...@gmail.com:
 We're facing a rebuild of every CF8 server in our fleet here - if
 anyone has any ideas, please, please chime in. So far I've built a
 new
 cf8.01 server with the same patches, the same FusionReactor, the same
 JVM and the same settings on the same OS and I can't duplicate the
 problem, yet every server in our existing fleet has this issue.




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318194
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-19 Thread Matthew Williams
You know, you might want to try copying the tools.jar file from the 
{currentjre}/lib folder to the /cfusion/lib folder.  Until I did this, 
my webservice calls were all shot to hell.  This may only be a problem 
for those that install in multiserver mode though.  Maybe standalone 
copies the correct file here?  Or maybe it pulls it from the PATH 
variable somehow?  Either way, when I installed CF8 as an ear/war into 
my current environment, that was a problem for me.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-19 Thread James Holmes
Yeah, we do that as part of every standard install when we change the
JVM - it's a good tip for anyone reading though.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

2009/1/20 Matthew Williams mai...@geodesicgrafx.com:
 You know, you might want to try copying the tools.jar file from the
 {currentjre}/lib folder to the /cfusion/lib folder.  Until I did this,
 my webservice calls were all shot to hell.  This may only be a problem
 for those that install in multiserver mode though.  Maybe standalone
 copies the correct file here?  Or maybe it pulls it from the PATH
 variable somehow?  Either way, when I installed CF8 as an ear/war into
 my current environment, that was a problem for me.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318198
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Strange error with cffeed

2009-01-19 Thread James Holmes
Right, I have the solution.

We have sandboxing turned on; while just about everything works as you
would expect without it, it appears that for some functionality
(including cffeed) the path to [coldfusion
instance]/WEB-INF/cfusion/lib needs to be added to the sandbox. After
adding the permissions I had to restart too (to re-create the classes
for the relevant pages, no doubt); just clearing the template cache
didn't do the job. With this, the problem is fixed.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/1/20 James Holmes james.hol...@gmail.com:
 Yeah, we do that as part of every standard install when we change the
 JVM - it's a good tip for anyone reading though.

 mxAjax / CFAjax docs and other useful articles:
 http://www.bifrost.com.au/blog/

 2009/1/20 Matthew Williams mai...@geodesicgrafx.com:
 You know, you might want to try copying the tools.jar file from the
 {currentjre}/lib folder to the /cfusion/lib folder.  Until I did this,
 my webservice calls were all shot to hell.  This may only be a problem
 for those that install in multiserver mode though.  Maybe standalone
 copies the correct file here?  Or maybe it pulls it from the PATH
 variable somehow?  Either way, when I installed CF8 as an ear/war into
 my current environment, that was a problem for me.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318200
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-14 Thread James Holmes
We are having a similar issue with our CF8.01 SLES 10 servers. A
windows dev box with the same config (multiserver install, Java
1.5.0_13 JVM, headless JVM switches) works fine with the same code but
all of our SLES servers fail.

The code is this simple:

cffeed
  action=read
  
source=http://askcurtin.custhelp.com/cgi-bin/askcurtin.cfg/php/enduser/opensearch.php?q=bachelor;
  query=qryFeed

It fails with

java.lang.NoClassDefFoundError at
coldfusion.tagext.io.FeedTag.init(FeedTag.java:64) at
sun.reflect.GeneratedConstructorAccessor4006.newInstance(Unknown
Source) at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at
java.lang.Class.newInstance0(Class.java:350)
 etc

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2008/11/19 Adrian Lynch cont...@adrianlynch.co.uk:
 Can you post your code?

 Adrian

 -Original Message-
 From: Meghna Chopra
 Sent: 19 November 2008 09:59
 To: cf-talk
 Subject: Strange error with cffeed


 I am trying to use cffeed tag and it is giving following errors. Do you have
 any ideas, would be wrong?

 500

 ROOT CAUSE:
 java.lang.NoClassDefFoundError: Could not initialize class
 coldfusion.syndication.FeedDateParser
at coldfusion.tagext.io.FeedTag.init(FeedTag.java:64)
at sun.reflect.GeneratedConstructorAccessor9646.newInstance(Unknown 
 Source)
at
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc
 torAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
(etc)

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317968
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Strange error with cffeed

2008-11-19 Thread Meghna Chopra
I am trying to use cffeed tag and it is giving following errors. Do you have 
any ideas, would be wrong?

500

ROOT CAUSE: 
java.lang.NoClassDefFoundError: Could not initialize class 
coldfusion.syndication.FeedDateParser
at coldfusion.tagext.io.FeedTag.init(FeedTag.java:64)
at sun.reflect.GeneratedConstructorAccessor9646.newInstance(Unknown 
Source)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at 
coldfusion.runtime.NeoPageContext$TagSet.getTagHandlerInstance(NeoPageContext.java:2247)
at 
coldfusion.runtime.NeoPageContext.getTagHandlerInstance(NeoPageContext.java:2155)
at coldfusion.runtime.CfJspPage._initTag(CfJspPage.java:1789)
at cffeed2ecfm249880841.runPage(c:\xxx.com\feed.cfm:32)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at 
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at 
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315518
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Strange error with cffeed

2008-11-19 Thread Adrian Lynch
Can you post your code?

Adrian

-Original Message-
From: Meghna Chopra
Sent: 19 November 2008 09:59
To: cf-talk
Subject: Strange error with cffeed


I am trying to use cffeed tag and it is giving following errors. Do you have
any ideas, would be wrong?

500

ROOT CAUSE:
java.lang.NoClassDefFoundError: Could not initialize class
coldfusion.syndication.FeedDateParser
at coldfusion.tagext.io.FeedTag.init(FeedTag.java:64)
at sun.reflect.GeneratedConstructorAccessor9646.newInstance(Unknown 
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc
torAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at
coldfusion.runtime.NeoPageContext$TagSet.getTagHandlerInstance(NeoPageContex
t.java:2247)
at
coldfusion.runtime.NeoPageContext.getTagHandlerInstance(NeoPageContext.java:
2155)
at coldfusion.runtime.CfJspPage._initTag(CfJspPage.java:1789)
at cffeed2ecfm249880841.runPage(c:\xxx.com\feed.cfm:32)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistence
Filter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at 
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletF
ilter.java:42)
at 
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
320)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428
)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:26
6)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315526
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Strange Error from SQL

2008-03-04 Thread DURETTE, STEVEN J (ATTASIAIT)
In this case I believe it's the FusionReactor wrapper drivers.

Steve
 

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 03, 2008 4:39 PM
To: CF-Talk
Subject: RE: Strange Error from SQL

 Anyone seen an error like this before?  Error Executing Database
Query.
 [Macromedia][SQLServer JDBC Driver]Unhandled token type: Unknown
token:
 0x30
 The error occurred on line 154.
 
 It has been coming up on my server lately.  It is usually followed by
a
 few null null errors.  Some times the token changes, but not often.
 I've also seen token: 0x0c
 
 Google had nothing on this.

As far as I can tell this is a driver bug. In that the SQL Server
response
is unrecognised by the driver and the error is thrown.

http://support.microsoft.com/kb/827969

What SQL drivers are you using? MS or the CF in built ones? Are they the
latest, greatest versions? 

Paul






~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Strange Error from SQL

2008-03-03 Thread DURETTE, STEVEN J (ATTASIAIT)
Hi all,
 
Anyone seen an error like this before?  Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver]Unhandled token type: Unknown token:
0x30 
The error occurred on line 154. 
 
It has been coming up on my server lately.  It is usually followed by a
few null null errors.  Some times the token changes, but not often.
I've also seen token: 0x0c
 
Google had nothing on this.
 
Thanks,
Steve
 
 
 
Steve Durette
SR IT Analyst
586-466-7654
[EMAIL PROTECTED] 
 
 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


RE: Strange Error from SQL

2008-03-03 Thread Paul Vernon
 Anyone seen an error like this before?  Error Executing Database Query.
 [Macromedia][SQLServer JDBC Driver]Unhandled token type: Unknown token:
 0x30
 The error occurred on line 154.
 
 It has been coming up on my server lately.  It is usually followed by a
 few null null errors.  Some times the token changes, but not often.
 I've also seen token: 0x0c
 
 Google had nothing on this.

As far as I can tell this is a driver bug. In that the SQL Server response
is unrecognised by the driver and the error is thrown.

http://support.microsoft.com/kb/827969

What SQL drivers are you using? MS or the CF in built ones? Are they the
latest, greatest versions? 

Paul




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Strange Error

2007-04-11 Thread Bruce Sorge
I have this error:

The value returned from function getCandidateElectionInformation() is not of
type query. If the component name is specified as a return type, the reason
for this error might be that a definition file for such component cannot be
found or is not accessible.

I checked all of the code and what-not and I cannot find anything wrong. Ran
the query and it works fine.
Here is the CFC and the invoke:


cffunction name=getCandidateElectionInformation access=public
returntype=query hint=Get the candidate election information
cfargument name=NC_ID type=numeric required=yes
cfquery datasource=#Request.dsource#
result=qGetElectionResults
Query goes here
/cfquery
cfreturn qGetElectionResults
/cffunction


cfinvoke
 component=DONE.CFC.ResultsAdmin
 method=getCandidateElectionInformation
 returnvariable=getCandidateElectionInformationRet
cfinvokeargument name=NC_ID value=#Form.NC_ID#/
/cfinvoke
-- 

Thanks,

Bruce Sorge

I'm a mawg: half man, half dog. I'm my own best friend!


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: Strange Error

2007-04-11 Thread Adrian Lynch
Can't see anything myself, but try these:

- var the query in the funtion

- run the function outside of the CFC

- hardcode NC_ID

- set the return type to any and dump the result to see what you are
getting back

Adrian

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]
Sent: 11 April 2007 17:03
To: CF-Talk
Subject: Strange Error


I have this error:

The value returned from function getCandidateElectionInformation() is not of
type query. If the component name is specified as a return type, the reason
for this error might be that a definition file for such component cannot be
found or is not accessible.

I checked all of the code and what-not and I cannot find anything wrong. Ran
the query and it works fine.
Here is the CFC and the invoke:


cffunction name=getCandidateElectionInformation access=public
returntype=query hint=Get the candidate election information
cfargument name=NC_ID type=numeric required=yes
cfquery datasource=#Request.dsource#
result=qGetElectionResults
Query goes here
/cfquery
cfreturn qGetElectionResults
/cffunction


cfinvoke
 component=DONE.CFC.ResultsAdmin
 method=getCandidateElectionInformation
 returnvariable=getCandidateElectionInformationRet
cfinvokeargument name=NC_ID value=#Form.NC_ID#/
/cfinvoke
--

Thanks,

Bruce Sorge

I'm a mawg: half man, half dog. I'm my own best friend!




~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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


Re: Strange Error

2007-04-11 Thread Rick Root
Bruce...



 cffunction name=getCandidateElectionInformation access=public
 returntype=query hint=Get the candidate election information
cfargument name=NC_ID type=numeric required=yes
cfquery datasource=#Request.dsource#
 result=qGetElectionResults
Query goes here
/cfquery
cfreturn qGetElectionResults
/cffunction

qGetElectionResults is a struct containing meta data about the query
itself.. execution time, SQL, parameters, etc.

You need to give the query a NAME and reutrn that.

Ie...

cfquery NAME=qGetElectionResults ... 

rick

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


RE: Strange Error

2007-04-11 Thread Adrian Lynch
Damn you've got good eyes!

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: 11 April 2007 17:12
To: CF-Talk
Subject: Re: Strange Error


Bruce...



 cffunction name=getCandidateElectionInformation access=public
 returntype=query hint=Get the candidate election information
cfargument name=NC_ID type=numeric required=yes
cfquery datasource=#Request.dsource#
 result=qGetElectionResults
Query goes here
/cfquery
cfreturn qGetElectionResults
/cffunction

qGetElectionResults is a struct containing meta data about the query
itself.. execution time, SQL, parameters, etc.

You need to give the query a NAME and reutrn that.

Ie...

cfquery NAME=qGetElectionResults ... 

rick



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Re: Strange Error

2007-04-11 Thread Bruce Sorge
Stupid stupid stupid. Damn I feel stupid. Thanks,

Bruce

On 4/11/07, Adrian Lynch [EMAIL PROTECTED] wrote:

 Damn you've got good eyes!

 -Original Message-
 From: Rick Root [mailto:[EMAIL PROTECTED]
 Sent: 11 April 2007 17:12
 To: CF-Talk
 Subject: Re: Strange Error


 Bruce...


 
  cffunction name=getCandidateElectionInformation access=public
  returntype=query hint=Get the candidate election information
 cfargument name=NC_ID type=numeric required=yes
 cfquery datasource=#Request.dsource#
  result=qGetElectionResults
 Query goes here
 /cfquery
 cfreturn qGetElectionResults
 /cffunction

 qGetElectionResults is a struct containing meta data about the query
 itself.. execution time, SQL, parameters, etc.

 You need to give the query a NAME and reutrn that.

 Ie...

 cfquery NAME=qGetElectionResults ... 

 rick




~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Strange Error

2007-04-11 Thread Rick Root
On 4/11/07, Bruce Sorge [EMAIL PROTECTED] wrote:
 Stupid stupid stupid. Damn I feel stupid. Thanks,

We've *ALL* been there =)

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

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


RE: Strange Error

2007-04-11 Thread Dave Francis
minus 1 on the *ALL*

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 11, 2007 12:16 PM
To: CF-Talk
Subject: Re: Strange Error


On 4/11/07, Bruce Sorge [EMAIL PROTECTED] wrote:
 Stupid stupid stupid. Damn I feel stupid. Thanks,

We've *ALL* been there =)



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

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


Re: Strange Error

2007-04-11 Thread Ariel Jakobovits
Dave, are you serious?

- Original Message 
From: Dave Francis [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, April 11, 2007 11:49:31 AM
Subject: RE: Strange Error

minus 1 on the *ALL*

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 11, 2007 12:16 PM
To: CF-Talk
Subject: Re: Strange Error


On 4/11/07, Bruce Sorge [EMAIL PROTECTED] wrote:
 Stupid stupid stupid. Damn I feel stupid. Thanks,

We've *ALL* been there =)





~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


RE: Strange Error

2007-04-11 Thread Dave Francis
Well, there was one time when I thought I was wrong, but I was actually
right. So I don't know how to count that one.

-Original Message-
From: Ariel Jakobovits [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 11, 2007 1:39 PM
To: CF-Talk
Subject: Re: Strange Error


Dave, are you serious?

- Original Message 
From: Dave Francis [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Wednesday, April 11, 2007 11:49:31 AM
Subject: RE: Strange Error

minus 1 on the *ALL*

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 11, 2007 12:16 PM
To: CF-Talk
Subject: Re: Strange Error


On 4/11/07, Bruce Sorge [EMAIL PROTECTED] wrote:
 Stupid stupid stupid. Damn I feel stupid. Thanks,

We've *ALL* been there =)







~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: Strange Error

2007-04-11 Thread Rick Root
I'll keep it at *ALL*, thanks.

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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


Strange Error

2007-01-18 Thread Bruce Sorge
I am looking at the log file for my app and I keep seeing this message:
Error in Method [onRequestStart] Event Handler Exception.

Here is the onRequestStart event:
cffunction name=onRequestStart output=true returntype=boolean
!--- If user is not logged in, force them to log in now. ---
cfset request.dsource = DONE_P
cfset request.siteName = Department of Neighorbood Empowerment -
Election Procedures
cfinclude template=Header.cfm
cfif not isDefined(Session.auth.isLoggedIn)
!--- If the user is now submitting the login form ---
cfif isDefined(Form.username)
cfinclude template=loginCheck.cfm
/cfif
cfinclude template=LoginForm.cfm
cfabort
/cfif

cfreturn true
/cffunction

Everything looks fine from what I can see. Can anyone see a problem with
this snippet of code?

Thanks,



-- 
Bruce Sorge


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


RE: Strange Error

2007-01-18 Thread Ben Nadel
I think the CFAbort might be throwing an error (the nature of CFAbort).
Try putting in cfreturn false / instead of CFAbort.

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


-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 18, 2007 4:15 PM
To: CF-Talk
Subject: Strange Error

I am looking at the log file for my app and I keep seeing this message:
Error in Method [onRequestStart] Event Handler Exception.

Here is the onRequestStart event:
cffunction name=onRequestStart output=true returntype=boolean
!--- If user is not logged in, force them to log in now. ---
cfset request.dsource = DONE_P
cfset request.siteName = Department of Neighorbood Empowerment
- Election Procedures
cfinclude template=Header.cfm
cfif not isDefined(Session.auth.isLoggedIn)
!--- If the user is now submitting the login form ---
cfif isDefined(Form.username)
cfinclude template=loginCheck.cfm
/cfif
cfinclude template=LoginForm.cfm
cfabort
/cfif

cfreturn true
/cffunction

Everything looks fine from what I can see. Can anyone see a problem with
this snippet of code?

Thanks,



--
Bruce Sorge




~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Strange Error

2007-01-18 Thread Bruce Sorge
Nope, that did not do it. Oh well, the site is working, I just do not like
filling up my log file with this if I can fix it.

Bruce


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Strange Error

2007-01-18 Thread Christopher Jordan
The error could also be in one of those included files. Abort doesn't 
thow an exception unless you say something like cfabort 
showerror=error message here. I'd take a look at your included files 
and make sure there's nothing in there.

Also which log file are you looking at?

Cheers,
Chris

Ben Nadel wrote:
 I think the CFAbort might be throwing an error (the nature of CFAbort).
 Try putting in cfreturn false / instead of CFAbort.

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


 -Original Message-
 From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, January 18, 2007 4:15 PM
 To: CF-Talk
 Subject: Strange Error

 I am looking at the log file for my app and I keep seeing this message:
 Error in Method [onRequestStart] Event Handler Exception.

 Here is the onRequestStart event:
 cffunction name=onRequestStart output=true returntype=boolean
 !--- If user is not logged in, force them to log in now. ---
 cfset request.dsource = DONE_P
 cfset request.siteName = Department of Neighorbood Empowerment
 - Election Procedures
 cfinclude template=Header.cfm
 cfif not isDefined(Session.auth.isLoggedIn)
 !--- If the user is now submitting the login form ---
 cfif isDefined(Form.username)
 cfinclude template=loginCheck.cfm
 /cfif
 cfinclude template=LoginForm.cfm
 cfabort
 /cfif

 cfreturn true
 /cffunction

 Everything looks fine from what I can see. Can anyone see a problem with
 this snippet of code?

 Thanks,



 --
 Bruce Sorge




 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Strange Error

2007-01-18 Thread Bruce Sorge
The log file called ElectionProceduresDone.log.

On 1/18/07, Christopher Jordan [EMAIL PROTECTED] wrote:

 The error could also be in one of those included files. Abort doesn't
 thow an exception unless you say something like cfabort
 showerror=error message here. I'd take a look at your included files
 and make sure there's nothing in there.

 Also which log file are you looking at?

 Cheers,
 Chris

 Ben Nadel wrote:
  I think the CFAbort might be throwing an error (the nature of CFAbort).
  Try putting in cfreturn false / instead of CFAbort.
 
  ..
  Ben Nadel
  Certified Advanced ColdFusion MX7 Developer
  www.bennadel.com
 
  Need ColdFusion Help?
  www.bennadel.com/ask-ben/
 
 
  -Original Message-
  From: Bruce Sorge [mailto:[EMAIL PROTECTED]
  Sent: Thursday, January 18, 2007 4:15 PM
  To: CF-Talk
  Subject: Strange Error
 
  I am looking at the log file for my app and I keep seeing this message:
  Error in Method [onRequestStart] Event Handler Exception.
 
  Here is the onRequestStart event:
  cffunction name=onRequestStart output=true returntype=boolean
  !--- If user is not logged in, force them to log in now. ---
  cfset request.dsource = DONE_P
  cfset request.siteName = Department of Neighorbood Empowerment
  - Election Procedures
  cfinclude template=Header.cfm
  cfif not isDefined(Session.auth.isLoggedIn)
  !--- If the user is now submitting the login form ---
  cfif isDefined(Form.username)
  cfinclude template=loginCheck.cfm
  /cfif
  cfinclude template=LoginForm.cfm
  cfabort
  /cfif
 
  cfreturn true
  /cffunction
 
  Everything looks fine from what I can see. Can anyone see a problem with
  this snippet of code?
 
  Thanks,
 
 
 
  --
  Bruce Sorge
 
 
 
 
 

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


RE: Strange Error

2007-01-18 Thread Ben Nadel
When in doubt, wrap the innards of the method in a CFTRY/CFCATCH and
CFMail yourself the CFCATCH 


cffunction name=onRequestStart output=true returntype=boolean

cftry

. Your inner-function code here.

cfcatch
  cfmail.cfdump var=#CFCATCH# /cfreturn false //cfmail
/cfcatch
/cftry
/cffunction


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

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 18, 2007 5:22 PM
To: CF-Talk
Subject: Re: Strange Error

Nope, that did not do it. Oh well, the site is working, I just do not
like filling up my log file with this if I can fix it.

Bruce




~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: Strange Error

2007-01-18 Thread Christopher Jordan
oh! So you're not looking at a ColdFusion error log. Why don't you check 
out the application.log, or better yet the exception.log? They'll have 
more information about what the actual error is and where in your code 
it's located.

Cheers,
Chris

Bruce Sorge wrote:
 The log file called ElectionProceduresDone.log.

 On 1/18/07, Christopher Jordan [EMAIL PROTECTED] wrote:
   
 The error could also be in one of those included files. Abort doesn't
 thow an exception unless you say something like cfabort
 showerror=error message here. I'd take a look at your included files
 and make sure there's nothing in there.

 Also which log file are you looking at?

 Cheers,
 Chris

 Ben Nadel wrote:
 
 I think the CFAbort might be throwing an error (the nature of CFAbort).
 Try putting in cfreturn false / instead of CFAbort.

 ..
 Ben Nadel
 Certified Advanced ColdFusion MX7 Developer
 www.bennadel.com

 Need ColdFusion Help?
 www.bennadel.com/ask-ben/


 -Original Message-
 From: Bruce Sorge [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 18, 2007 4:15 PM
 To: CF-Talk
 Subject: Strange Error

 I am looking at the log file for my app and I keep seeing this message:
 Error in Method [onRequestStart] Event Handler Exception.

 Here is the onRequestStart event:
 cffunction name=onRequestStart output=true returntype=boolean
 !--- If user is not logged in, force them to log in now. ---
 cfset request.dsource = DONE_P
 cfset request.siteName = Department of Neighorbood Empowerment
 - Election Procedures
 cfinclude template=Header.cfm
 cfif not isDefined(Session.auth.isLoggedIn)
 !--- If the user is now submitting the login form ---
 cfif isDefined(Form.username)
 cfinclude template=loginCheck.cfm
 /cfif
 cfinclude template=LoginForm.cfm
 cfabort
 /cfif

 cfreturn true
 /cffunction

 Everything looks fine from what I can see. Can anyone see a problem with
 this snippet of code?

 Thanks,



 --
 Bruce Sorge





   
 

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


cfloop: strange error

2006-12-18 Thread coldfusion . developer
I'm using a image component and trying to loop through the uploaded file until 
the size requirement
is met.  However, I'm not sure about this error message. Is there anything 
wrong with my cfloop?
All the path variables are good and in a global_variables.cfm file in the Web 
root.

cfloop condition = FILE.fileSize GREATER THAN OR EQUAL TO 45

 cfobject component=babystuff.component.image name=myImage /
 cfset myImage.setKey(X-X-X-X-X) /
 cfset 
myImage.readImage(#babysoftheweek_org_image_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#.jpg)
 /
 cfset 
myImage.writeImage(#babysoftheweek_resize_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg,
 jpg, 100) /
 cfset 
myImage.readImage(#babysoftheweek_resize_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg)
 /
 cfset myImage.scalePercent(25, 25) /
cfset 
myImage.writeImage(#babysoftheweek_resize_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg,
 jpg, 100) /

 cfdirectory action=list directory=#babysoftheweek_resize_path# 
filter=#FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg 
name=dirlist

line 355 CFSET file.FileSize = #dirlist#  

/cfloop

ERROR:
Complex object types cannot be converted to simple values. 
The expression has requested a variable or an intermediate expression result as 
a simple value, however, the result cannot be converted to a simple value. 
Simple values are strings, numbers, boolean values, and date/time values. 
Queries, arrays, and COM objects are examples of complex values. 
The most likely cause of the error is that you are trying to use a complex 
value as a simple one. For example, you might be trying to use a query variable 
in a CFIF tag. This was possible in ColdFusion 2.0 but creates an error in 
later versions. 
 
The error occurred in : line 1
Called from D:\Inetpub\wwwroot\Yobaby\BabyStuff\babies_of_the_week.cfm: line 355
Called from D:\Inetpub\wwwroot\Yobaby\BabyStuff\babies_of_the_week.cfm: line 310
Called from D:\Inetpub\wwwroot\Yobaby\BabyStuff\babies_of_the_week.cfm: line 1

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: cfloop: strange error

2006-12-18 Thread Will Tomlinson
I dunno, but it looks like one of those variables you're referring to is maybe 
a struct. And you're refering to it like it isn't. 

Will

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: cfloop: strange error

2006-12-18 Thread Will Tomlinson
Try dumping file.filesize to make sure it looks right? 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


Re: cfloop: strange error

2006-12-18 Thread Charlie Griefer
#dirlist# is a query object (it's the name you gave your
cfdirectory.  you need to make a specfic reference to the 'size'
column returned by the cfdirectory call.  You also need to reference
a particular row.

you can do cfset file.filesize = dirlist.size /, which will always
give you the size of the first file returned in the cfdirectory
call.  cfset file.filesize = dirlist.size[n] / will give you a
specific row from the cfdirectory, where 'n' is the row number.

On 12/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I'm using a image component and trying to loop through the uploaded file 
 until the size requirement
 is met.  However, I'm not sure about this error message. Is there anything 
 wrong with my cfloop?
 All the path variables are good and in a global_variables.cfm file in the Web 
 root.

 cfloop condition = FILE.fileSize GREATER THAN OR EQUAL TO 45

  cfobject component=babystuff.component.image name=myImage /
  cfset myImage.setKey(X-X-X-X-X) /
  cfset 
 myImage.readImage(#babysoftheweek_org_image_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#.jpg)
  /
  cfset 
 myImage.writeImage(#babysoftheweek_resize_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg,
  jpg, 100) /
  cfset 
 myImage.readImage(#babysoftheweek_resize_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg)
  /
  cfset myImage.scalePercent(25, 25) /
 cfset 
 myImage.writeImage(#babysoftheweek_resize_path##FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg,
  jpg, 100) /

  cfdirectory action=list directory=#babysoftheweek_resize_path# 
 filter=#FORM.first_name#_#FORM.last_name#_#FORM.babys_name#_resized.jpg 
 name=dirlist

 line 355 CFSET file.FileSize = #dirlist#

 /cfloop

 ERROR:
 Complex object types cannot be converted to simple values.
 The expression has requested a variable or an intermediate expression result 
 as a simple value, however, the result cannot be converted to a simple value. 
 Simple values are strings, numbers, boolean values, and date/time values. 
 Queries, arrays, and COM objects are examples of complex values.
 The most likely cause of the error is that you are trying to use a complex 
 value as a simple one. For example, you might be trying to use a query 
 variable in a CFIF tag. This was possible in ColdFusion 2.0 but creates an 
 error in later versions.

 The error occurred in : line 1
 Called from D:\Inetpub\wwwroot\Yobaby\BabyStuff\babies_of_the_week.cfm: line 
 355
 Called from D:\Inetpub\wwwroot\Yobaby\BabyStuff\babies_of_the_week.cfm: line 
 310
 Called from D:\Inetpub\wwwroot\Yobaby\BabyStuff\babies_of_the_week.cfm: line 1

 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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


RE: Strange Error

2006-02-07 Thread Robertson-Ravo, Neil (RX)
No.  Blackstone was ColdFusion 7



-Original Message-
From: Eric Roberts [mailto:[EMAIL PROTECTED] 
Sent: 07 February 2006 03:01
To: CF-Talk
Subject: RE: Strange Error

Wasn't Blackstone a CF code name for version 5? 

Eric

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Monday, 06 February 2006 08:09
To: CF-Talk
Subject: Strange Error

Anyone seen this error before?  For some reason on a new deployment on
Tomcat I get the following error (abridged):

cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\C
FIDE\administrator\Application.cfm:56)

I don't and never have had a folder of this naming struct?!!?!?

N


This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231582
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


Strange Error

2006-02-06 Thread Robertson-Ravo, Neil (RX)
Anyone seen this error before?  For some reason on a new deployment on
Tomcat I get the following error (abridged):

cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\C
FIDE\administrator\Application.cfm:56)

I don't and never have had a folder of this naming struct?!!?!?

N


This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231409
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: Strange Error

2006-02-06 Thread Eric Roberts
Wasn't Blackstone a CF code name for version 5? 

Eric

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Monday, 06 February 2006 08:09
To: CF-Talk
Subject: Strange Error

Anyone seen this error before?  For some reason on a new deployment on
Tomcat I get the following error (abridged):

cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\C
FIDE\administrator\Application.cfm:56)

I don't and never have had a folder of this naming struct?!!?!?

N


This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231551
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: Strange error kills sessions

2005-03-18 Thread Shawna Hampton
Thanks James ... that's a very strange issue. I'll give that a shot and keep an 
eye on it ...

Do you (or anyone else) know why or if it would have affected the sessions like 
it seems to have? I'm just curious about the underlying relation.

Thanks again!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199318
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


Strange error kills sessions

2005-03-17 Thread Shawna Hampton
I'm experiencing a very weird error on my CFMX 6.1 site (shared hosting at 
CrystalTech). I didn't follow the recent thread on CT's issues with sessions -- 
this could be related.

I receive e-mail notifications whenever someone experiences an error on our 
site that tells me the time, the error, and the page it occurred on. I've 
noticed the last week or so several e-mails of the following nature:

access denied (java.io.FilePermission D:\Inetpub\phat-media\ctags read) null 
The error occurred on line -1. 

They all happen within a cluster of time and all occur on individual pages of 
the site at once -- just a random selection of pages, never really the same 
pages twice. I've tried going to one of the pages that experiences the error 
and can never duplicate the issue.

I contacted CT's support and let's just say they were less than helpful. 
Basically the support tech told me something in my code on the site was trying 
to access this directory on someone else's site -- which is NOT the case. There 
is indeed a domain hosted on CT called Phat-media.com. I've never heard of them 
and I can absolutely say with 100% certainty nothing in my code is trying to 
access this site's ctags directory. I've checked and double-checked.

However, today I noticed while actually using the site that all my individual 
sessions were being killed over and over, within like 5 minutes of being set. 
Sure enough a crop of error messages came in from all over the site with the 
same timestamp that I experienced the killed sessions. I don't know for a fact 
that it's related, but it's an awful darn coincidence.

Call me dumb, but I'm just not that advanced with the server administration 
part of CF. Is this a simple fix? Does anyone have a clue for me about what's 
going on here?

Thanks so much,
Shawna

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199234
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: Strange error kills sessions

2005-03-17 Thread James Edmunds
This sounds like a mapping issue. I had this happen at CT (oddly
enough, it was between two of my own, totally unrelated sites which
happened to be on the same server!!) and fixed it by simply
re-entering the mapping for custom tags on each of the sites.

Try re-entering the tags mapping for your site in the control center,
and if this doesn't help, see if the site phat-media.com has a
webmaster address so that you can contact the webmaster there and see
if he/she is having a similar problem, even if you have to look at the
source code to get some kind of email address for them.

But you can certainly let CT know that this kind of mapping issue is
not unknown, and can in fact occur without your making any action on
your part to attempt to load another site's tags.

I hope this is helpful,

James Edmunds
New Iberia, LA
http://jamesedmunds.com/poorclio


On Thu, 17 Mar 2005 16:44:06 -0400, Shawna Hampton [EMAIL PROTECTED] wrote:
 I'm experiencing a very weird error on my CFMX 6.1 site (shared hosting at 
 CrystalTech). I didn't follow the recent thread on CT's issues with sessions 
 -- this could be related.
 
 I receive e-mail notifications whenever someone experiences an error on our 
 site that tells me the time, the error, and the page it occurred on. I've 
 noticed the last week or so several e-mails of the following nature:
 
 access denied (java.io.FilePermission D:\Inetpub\phat-media\ctags read) null
 The error occurred on line -1.
 
 They all happen within a cluster of time and all occur on individual pages of 
 the site at once -- just a random selection of pages, never really the same 
 pages twice. I've tried going to one of the pages that experiences the error 
 and can never duplicate the issue.
 
 I contacted CT's support and let's just say they were less than helpful. 
 Basically the support tech told me something in my code on the site was 
 trying to access this directory on someone else's site -- which is NOT the 
 case. There is indeed a domain hosted on CT called Phat-media.com. I've never 
 heard of them and I can absolutely say with 100% certainty nothing in my code 
 is trying to access this site's ctags directory. I've checked and 
 double-checked.
 
 However, today I noticed while actually using the site that all my individual 
 sessions were being killed over and over, within like 5 minutes of being set. 
 Sure enough a crop of error messages came in from all over the site with the 
 same timestamp that I experienced the killed sessions. I don't know for a 
 fact that it's related, but it's an awful darn coincidence.
 
 Call me dumb, but I'm just not that advanced with the server administration 
 part of CF. Is this a simple fix? Does anyone have a clue for me about what's 
 going on here?
 
 Thanks so much,
 Shawna
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199261
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


Strange error message

2004-12-07 Thread Phillip Perry
Hi,

I'm getting this error message during an insert attempt...

Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft
Access Driver] Missing semicolon (;) at end of SQL statement.

I've never used a semicolon before and things worked ok. here is my
statement...

cfquery datasource=#mydbname# name=linkinsert
  INSERT INTO users
(
 link1,
 link2,
 link3,
 link4,
 link5,
 link6,
 link7,
 link8
)
  Values
(
 '#form.link1#',
 '#form.link2#',
 '#form.link3#',
 '#form.link4#',
 '#form.link5#',
 '#form.link6#',
 '#form.link7#',
 '#form.link8#'
)
  WHERE uid = #user_var#
/cfquery



~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186539
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: Strange error message

2004-12-07 Thread Lawrence Ng
 WHERE uid = '#trim(user_var)#' (quote)

?




~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186540
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: Strange error message

2004-12-07 Thread Ray Champagne
How can you have a WHERE clause in an insert statement?  are u trying to do 
an update?  or am i missing something?

Ray

  At 03:13 PM 12/7/2004, Phillip Perry wrote:
Hi,

I'm getting this error message during an insert attempt...

Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft
Access Driver] Missing semicolon (;) at end of SQL statement.

I've never used a semicolon before and things worked ok. here is my
statement...

cfquery datasource=#mydbname# name=linkinsert
   INSERT INTO users
 (
 link1,
 link2,
 link3,
 link4,
 link5,
 link6,
 link7,
 link8
 )
   Values
 (
 '#form.link1#',
 '#form.link2#',
 '#form.link3#',
 '#form.link4#',
 '#form.link5#',
 '#form.link6#',
 '#form.link7#',
 '#form.link8#'
 )
   WHERE uid = #user_var#
/cfquery





~|
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:186542
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: Strange error message

2004-12-07 Thread Phillip Perry
ok you solved my problem. figures the only problems I cant figure out are
the ones that I screw up.

Thanks
phil

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 07, 2004 3:19 PM
To: CF-Talk
Subject: Re: Strange error message


How can you have a WHERE clause in an insert statement?  are u trying to do
an update?  or am i missing something?

Ray

  At 03:13 PM 12/7/2004, Phillip Perry wrote:
Hi,

I'm getting this error message during an insert attempt...

Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft
Access Driver] Missing semicolon (;) at end of SQL statement.

I've never used a semicolon before and things worked ok. here is my
statement...

cfquery datasource=#mydbname# name=linkinsert
   INSERT INTO users
 (
 link1,
 link2,
 link3,
 link4,
 link5,
 link6,
 link7,
 link8
 )
   Values
 (
 '#form.link1#',
 '#form.link2#',
 '#form.link3#',
 '#form.link4#',
 '#form.link5#',
 '#form.link6#',
 '#form.link7#',
 '#form.link8#'
 )
   WHERE uid = #user_var#
/cfquery







~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186543
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


strange error (help!)

2004-10-25 Thread Jeff Fongemie
I'm getting an error that I've not seen, and I can't seem to see what the cause is.

This is the error:

Error Executing Database Query.  
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access 
Driver]Optional feature not implemented 



125 :   cfqueryparam 
126 :   cfsqltype=CF_SQL_DECIMAL 
127 :   value=#variables.LonS#

SELECT zipcodes.zipcode AS ZipCode, zipcodes.Latitude AS Lat, zipcodes.Longitude AS 
Lon FROM zipcodes WHERE ( Latitude  (param 1) AND Latitude  (param 2) ) AND ( 
Longitude  (param 3) AND Longitude  (param 4) )  


VENDORERRORCODE   106 
SQLSTATE   HYC00 

Cold Fusion has the line value=#variables.LonS#  in bold, but that variable has 
been set above. 

Anyone recognise the problem? My searching for this error  error code has not turned 
up anything that leads me to the problem?

-Thanks 

Jeff

~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.houseoffusion.com/banners/view.cfm?bannerid=11

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182555
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: strange error (help!)

2004-10-25 Thread Rick Root
Verify that the query works without using CFQUERYPARAM

Then, try using a different SQL Type.

  - Rick

Jeff Fongemie wrote:

 I'm getting an error that I've not seen, and I can't seem to see what the cause is.
 
 This is the error:
 
 Error Executing Database Query.  
 [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access 
 Driver]Optional feature not implemented 
 
 
 
 125 : cfqueryparam 
 126 : cfsqltype=CF_SQL_DECIMAL 
 127 : value=#variables.LonS#
 
 SELECT zipcodes.zipcode AS ZipCode, zipcodes.Latitude AS Lat, zipcodes.Longitude AS 
 Lon FROM zipcodes WHERE ( Latitude  (param 1) AND Latitude  (param 2) ) AND ( 
 Longitude  (param 3) AND Longitude  (param 4) )  
 
 
 VENDORERRORCODE   106 
 SQLSTATE   HYC00 
 
 Cold Fusion has the line value=#variables.LonS#  in bold, but that variable has 
 been set above. 
 
 Anyone recognise the problem? My searching for this error  error code has not 
 turned up anything that leads me to the problem?
 
 -Thanks 
 
 Jeff
 
 

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=35

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182556
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: strange error (help!)

2004-10-25 Thread Jeff Fongemie
Verify that the query works without using CFQUERYPARAM


It does work without the CFQUERYPARAM. Why is that???

-Jeff

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=36

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182557
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: strange error (help!)

2004-10-25 Thread Rick Root
Jeff Fongemie wrote:
Verify that the query works without using CFQUERYPARAM
 
 It does work without the CFQUERYPARAM. Why is that???

Maybe MS Access doesn't like the DECIMAL sql type.  That's why I 
suggested trying another sql type.

I only suggested you try it without the cfqueryparam to prove that the 
cfqueryparam was the real problem.

  - Rick

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=34

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182566
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


strange error after CFMX updater

2004-10-05 Thread Brook Davies
After running the updater I get a strange error in one of my UDF's. The udf 
is below, I removed some of the IF statements that do not get called. If I 
do a dump of the array at the top of the udf there is 41 elements in the 
array. I can even use the same bit of code listlen(fieldelement[25],~) 
at the top of the UDF and it does not cause a problem. But this generates 
and error:

The element at position 25 of dimension 1, of array variable 
quot;FIELDELEMENT,quot; cannot be found

What has changed that could cause this error??

cffunction name=IsLF_multifield hint=Returns true or false if the 
passed field is a multi-part field
cfargument name=fieldelement required=false hint=The 
list,array, or attribute struct containing a fields properties default=
cfargument name=datatype required=false hint=struct,array or 
attribute default=

cfif datatype is array
 !--- chech for a match using array style ---
 cfif listlen(fieldelement[25],~) gt 1 and 
fieldelement[1] is preset
cfreturn TRUE
cfelse
cfreturn FALSE
 /cfif
/cfif

cfreturn false
/cffunction

Brook Davies
logiforms.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Strange error with NULLS

2004-05-28 Thread Ian Skinner
Anybody have experience with something like this throwing an error.

cfqueryparam value=#createODBCDate(arguments.KCC_OCCUR_DTE)# null=yes cfsqltype=cf_sql_date

Creates the following error:
java.lang.NullPointerException at coldfusion.runtime.OleDateTime.init(OleDateTime.java:23) at coldfusion.runtime.OleDate.init(OleDate.java:14) at coldfusion.runtime.CFPage.CreateODBCDate(CFPage.java:783) at cfComplaint2ecfc464783162$funcADDCOMPLAINT.runFunction(C:\WebSites\Development\CPS\CFC\Complaint.cfc:137) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:338) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:286) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:250) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:53) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:203) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:359) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:196) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:139) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1582) at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:331) at cfComplaintAction2ecfc748526927$funcPROCESSCOMPLAINT.runFunction(C:\WebSites\Development\CPS\CFC\ComplaintAction.cfc:24) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:338) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:286) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:250) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:53) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:203) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:359) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:196) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:139) at coldfusion.filter.ComponentFilter.invoke(ComponentFilter.java:102) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35) at coldfusion.filter.PathFilter.invoke(PathFilter.java:80) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.xml.rpc.CFCServlet.invoke(CFCServlet.java:62) at coldfusion.xml.rpc.CFCServlet.doPost(CFCServlet.java:138) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 

Configuration:
CFMX 6.1 Standard
Windows 2000 Server
Oracle 8i with the Oracle JDBC Thin Clint for the DSN connection

Any insights would be great.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Strange error with NULLS

2004-05-28 Thread Deanna Schneider
Well, the think I see right off is that you're always going to be sending
null (null=yes means the value attribute is ignore). You need something like
the following:

cfset mydate = 5/05/05

cfscript
function reverseboolean(num) {
var newbool = '';
if (num) newbool = '0';
else newbool = '1';
return newbool;
}
/cfscript

cfoutput
null=#yesnoformat(reverseboolean(isdate(mydate)))#
/cfoutput


- Original Message - 
From: Ian Skinner [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, May 28, 2004 12:29 PM
Subject: Strange error with NULLS

 Anybody have experience with something like this throwing an error.

 cfqueryparam value=#createODBCDate(arguments.KCC_OCCUR_DTE)# null=yes
cfsqltype=cf_sql_date

 Creates the following error:
 java.lang.NullPointerException at
coldfusion.runtime.OleDateTime.init(OleDateTime.java:23) at
coldfusion.runtime.OleDate.init(OleDate.java:14) at
coldfusion.runtime.CFPage.CreateODBCDate(CFPage.java:783) at
cfComplaint2ecfc464783162$funcADDCOMPLAINT.runFunction(C:\WebSites\Developme
nt\CPS\CFC\Complaint.cfc:137) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:338) at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:286) at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:
250) at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:53)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:203) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:359) at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:196) at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:139) at
coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1582) at
coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTa!
 g.java:331) at
cfComplaintAction2ecfc748526927$funcPROCESSCOMPLAINT.runFunction(C:\WebSites
\Development\CPS\CFC\ComplaintAction.cfc:24) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:338) at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:286) at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:
250) at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:53)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:203) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:359) at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:196) at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:139) at
coldfusion.filter.ComponentFilter.invoke(ComponentFilter.java:102) at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107) at
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47) at
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at
cold!
 fusion.filter.BrowserFilter.invoke(BrowserFilter.java:35) at
coldfusion.filter.PathFilter.invoke(PathFilter.java:80) at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistence
Filter.java:28) at
coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43) at
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at
coldfusion.xml.rpc.CFCServlet.invoke(CFCServlet.java:62) at
coldfusion.xml.rpc.CFCServlet.doPost(CFCServlet.java:138) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
339) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252) at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527) at
jrun.servlet.jrpp.J!
 RunProxyService.invokeRunnable(JRunProxyService.java:192) at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
348) at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
) at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29
4) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

 Configuration:
 CFMX 6.1 Standard
 Windows 2000 Server
 Oracle 8i with the Oracle JDBC Thin Clint for the DSN connection

 Any insights would be great.

 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 C code. C code run. Run code run. Please!
- Cynthia Dunning

 Confidentiality Notice:This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Strange error with NULLS

2004-05-28 Thread Ian Skinner
I knew somebody was going to get that after I saw what I had sent.Yes, I am always sending NULLS in the code I provided, I was testing to see if I could send a NULL at all.The problem is whether I conditionally or implicitly try to send a null through the cfqueryparam  null=yes, I get the error enclosed in my original message.This seems to only happen with date fields.

These work in an insert statement:
cfqueryparam value=#arguments.KCC_METHOD_CD# null=#yesNoFormat(NOT len(trim(arguments.KCC_METHOD_CD)))# cfsqltype=cf_sql_varchar,

cfqueryparam value=#arguments.KCC_DEPT_CD# null=#yesNoFormat(NOT len(trim(arguments.KCC_DEPT_CD)))# cfsqltype=cf_sql_varchar,

and these work in an update statement
KCC_METHOD_CD = cfqueryparam value=#arguments.KCC_METHOD_CD# null=#yesNoFormat(NOT len(trim(arguments.KCC_METHOD_CD)))# cfsqltype=cf_sql_varchar,

KCC_DEPT_CD = cfqueryparam value=#arguments.KCC_DEPT_CD# null=#yesNoFormat(NOT len(trim(arguments.KCC_DEPT_CD)))# cfsqltype=cf_sql_varchar,

But for dates I had to code this way for my insert:
cfif len(trim(arguments.KCC_OCCUR_DTE))
cfqueryparam value=#createODBCDate(arguments.KCC_OCCUR_DTE)# cfsqltype=cf_sql_date,
cfelse
NULL,
/cfif

and this way for my update:
cfif len(trim(arguments.KCC_OCCUR_DTE))
KCC_OCCUR_DTE = cfqueryparam value=#createODBCDate(arguments.KCC_OCCUR_DTE)# cfsqltype=cf_sql_date,
cfelse
KCC_OCCUR_DTE = NULL,
/cfif

I was just wondering if anybody knew any details about this apparent bug involving nulls, cfquerryparameter and Oracle.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Strange error with NULLS

2004-05-28 Thread Jochem van Dieten
Ian Skinner wrote:
 Anybody have experience with something like this throwing an error.
 
 cfqueryparam value=#createODBCDate(arguments.KCC_OCCUR_DTE)# null=yes cfsqltype=cf_sql_date
 
 Creates the following error:
 java.lang.NullPointerException at coldfusion.runtime.OleDateTime.init(OleDateTime.java:23) at coldfusion.runtime.OleDate.init(OleDate.java:14) at coldfusion.runtime.CFPage.CreateODBCDate(CFPage.java:783)

Since it mentions CreateODBCDate in the trace, how about removing 
that function? If arguments.KCC_OCCUR_DTE is a date object it is 
not needed anyway:

cfqueryparam value=#arguments.KCC_OCCUR_DTE# null=yes 
cfsqltype=cf_sql_date

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Strange error with NULLS

2004-05-28 Thread Ian Skinner
quote
If arguments.KCC_OCCUR_DTE is a date object it is not needed anyway:
/quote

 
I am off to give the suggestion of removing the createODBCdate a try, I hadn't noticed that part (that was not the most easily readable error message).

 
My question is will a value be a date object if it is a form field passed to a CFC method as an argument that is specified as a date?

 
Ian



Confidentiality Notice:This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Strange error with NULLS

2004-05-28 Thread Deanna Schneider
Hm... Typically, I use varchar params for my dates with Oracle, nulls seem
to work for them. Only caveat isyou have to format the date correctly for
your db.
-d

- Original Message - 
From: Ian Skinner

 I was just wondering if anybody knew any details about this apparent bug
involving nulls, cfquerryparameter and Oracle.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Strange error with NULLS

2004-05-28 Thread Jochem van Dieten
Ian Skinner wrote:

 My question is will a value be a date object if it is a form field passed to a CFC method as an argument that is specified as a date?

It is not really a date object (CF is a typeless language :-) but 
the specification as date will make sure it can be interpreted as 
one.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Strange error CFMX 6.1

2003-12-09 Thread Bryan Stevenson
Hey All,

I'm getting a really harsh result from a seemingly basic CF error.It seems
to be happening only when using CFINVOKE or within a function in a CFC.
The cause is simple things like say leaving the closing double quotes off
the returnvariable attribute value (like this returnvariable=MyReturnVar).

This causes a CF error on the screen which doesn't even get caught (whole
page is wrapped in a CFTRY with a CFCATCH that dumps the error to the page)
and grinds the server to a halt (we're talkin Windows draggin it's arse big
time).Whatever is going on it doesn't seem to play by the rule set in CF
Admin to timeout long running requests after 30 seconds!!!

Any ideas?I just can't see why such a simple error would kill the
serverso far reboots are the only solution.

TIA

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Strange error CFMX 6.1

2003-12-09 Thread Dave Watts
 I'm getting a really harsh result from a seemingly basic CF error.
 It seems to be happening only when using CFINVOKE or within a function 
 in a CFC. The cause is simple things like say leaving the closing 
 double quotes off the returnvariable attribute value (like this
 returnvariable=MyReturnVar).
 
 This causes a CF error on the screen which doesn't even get caught
 (whole page is wrapped in a CFTRY with a CFCATCH that dumps the error 
 to the page) and grinds the server to a halt (we're talkin Windows 
 draggin it's arse big time).Whatever is going on it doesn't seem to 
 play by the rule set in CF Admin to timeout long running requests after 
 30 seconds!!!

 Any ideas?I just can't see why such a simple error would kill the
 serverso far reboots are the only solution. 

I'm not sure why this would kill the server either. However, I'm not
surprised that this isn't being caught with CFTRY/CFCATCH, since it's not a
runtime exception, but rather a parsing error. You should be able to catch
it with CFERROR TYPE=REQUEST or the site-wide error handler, though. On
the other hand, if this is killing the server, it may not respect your error
handlers, either.

Also, I would recommend that, instead of wrapping your entire page within a
CFTRY, you should use the CFERROR TYPE=EXCEPTION tag. This allows you to
reserve CFTRY for cases where you have a specific problem that you expect,
and a specific solution for that problem.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Strange error CFMX 6.1

2003-12-09 Thread Bryan Stevenson
Great Davethanks for the error handling advice...I'lll take a peak.

You seem to say that I can't use nested CFTRY tags (my index template file is currently wrapped ina CFTRY).Is that the case?I currently use CFTRY in some files that get included in the template with no problems.

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Dave Watts 
To: CF-Talk 
Sent: Tuesday, December 09, 2003 9:20 AM
Subject: RE: Strange error CFMX 6.1

 I'm getting a really harsh result from a seemingly basic CF error.
 It seems to be happening only when using CFINVOKE or within a function 
 in a CFC. The cause is simple things like say leaving the closing 
 double quotes off the returnvariable attribute value (like this
 returnvariable=MyReturnVar).
 
 This causes a CF error on the screen which doesn't even get caught
 (whole page is wrapped in a CFTRY with a CFCATCH that dumps the error 
 to the page) and grinds the server to a halt (we're talkin Windows 
 draggin it's arse big time).Whatever is going on it doesn't seem to 
 play by the rule set in CF Admin to timeout long running requests after 
 30 seconds!!!

 Any ideas?I just can't see why such a simple error would kill the
 serverso far reboots are the only solution. 

I'm not sure why this would kill the server either. However, I'm not
surprised that this isn't being caught with CFTRY/CFCATCH, since it's not a
runtime exception, but rather a parsing error. You should be able to catch
it with CFERROR TYPE=REQUEST or the site-wide error handler, though. On
the other hand, if this is killing the server, it may not respect your error
handlers, either.

Also, I would recommend that, instead of wrapping your entire page within a
CFTRY, you should use the CFERROR TYPE=EXCEPTION tag. This allows you to
reserve CFTRY for cases where you have a specific problem that you expect,
and a specific solution for that problem.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Strange error CFMX 6.1

2003-12-09 Thread Bryan Stevenson
DOH!!...think I answered my own questionthe CFTRY isn't the issue...the CFCATCH (in my included files) just happens to catch my error earlier in the request than the generic catch at the bottom of my template file ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Bryan Stevenson 
To: CF-Talk 
Sent: Tuesday, December 09, 2003 9:16 AM
Subject: Re: Strange error CFMX 6.1

Great Davethanks for the error handling advice...I'lll take a peak.

You seem to say that I can't use nested CFTRY tags (my index template file is currently wrapped ina CFTRY).Is that the case?I currently use CFTRY in some files that get included in the template with no problems.

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
 - Original Message - 
 From: Dave Watts 
 To: CF-Talk 
 Sent: Tuesday, December 09, 2003 9:20 AM
 Subject: RE: Strange error CFMX 6.1

  I'm getting a really harsh result from a seemingly basic CF error.
  It seems to be happening only when using CFINVOKE or within a function 
  in a CFC. The cause is simple things like say leaving the closing 
  double quotes off the returnvariable attribute value (like this
  returnvariable=MyReturnVar).
  
  This causes a CF error on the screen which doesn't even get caught
  (whole page is wrapped in a CFTRY with a CFCATCH that dumps the error 
  to the page) and grinds the server to a halt (we're talkin Windows 
  draggin it's arse big time).Whatever is going on it doesn't seem to 
  play by the rule set in CF Admin to timeout long running requests after 
  30 seconds!!!
 
  Any ideas?I just can't see why such a simple error would kill the
  serverso far reboots are the only solution. 

 I'm not sure why this would kill the server either. However, I'm not
 surprised that this isn't being caught with CFTRY/CFCATCH, since it's not a
 runtime exception, but rather a parsing error. You should be able to catch
 it with CFERROR TYPE=REQUEST or the site-wide error handler, though. On
 the other hand, if this is killing the server, it may not respect your error
 handlers, either.

 Also, I would recommend that, instead of wrapping your entire page within a
 CFTRY, you should use the CFERROR TYPE=EXCEPTION tag. This allows you to
 reserve CFTRY for cases where you have a specific problem that you expect,
 and a specific solution for that problem.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 phone: 202-797-5496
 fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Strange error CFMX 6.1

2003-12-09 Thread Dave Watts
 You seem to say that I can't use nested CFTRY tags (my index 
 template file is currently wrapped ina CFTRY). Is that the 
 case? I currently use CFTRY in some files that get included in 
 the template with no problems.

You can use nested CFTRYs, but you have to be very careful with how you do
it, if you want to get useful results. You can really only effectively use a
nested CFTRY within a CFCATCH of a larger CFTRY, as far as I can tell.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Strange Error in CF MX Administrator

2003-04-04 Thread Ruggiero, Kevin D
We had another server hang this morning (we're at about 1 every 2 days now),
so I went through our logs and I found this error in the application log a
few minutes before the crash:

Could not find the included template cfadmin_5_unix.cfm.Note: If you wish to
use an absolute template path (e.g. TEMPLATE=/mypath/index.cfm) with
CFINCLUDE then you must create a mapping for the path using the ColdFusion
Administrator. Using relative paths (e.g. TEMPLATE=index.cfm or
TEMPLATE=../index.cfm) does not require the creation of any special
mappings. It is therefore recommended that you use relative paths with
CFINCLUDE whenever possible. The specific sequence of files included or
processed is: D:\Inetpub\wwwroot\CFIDE\componentutils\cfcexplorer.cfc 


This is an error in the CF Administrator itself, so I'm not sure what would
cause this.  Anybody seen it before or have a guess what would cause it?

Thanks,
Kevin
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=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: Strange Error in CF MX Administrator

2003-04-04 Thread Ruggiero, Kevin D
Also, this is the entry in the exception.log:

Error,jrpp-74,04/04/03,10:32:41,,Could not find the included
template cfadmin_5_unix.cfm.Note: If you wish to use an absolute template
path (e.g. TEMPLATE=/mypath/index.cfm) with CFINCLUDE then you must
create a mapping for the path using the ColdFusion Administrator. Using
relative paths (e.g. TEMPLATE=index.cfm or TEMPLATE=../index.cfm)
does not require the creation of any special mappings. It is therefore
recommended that you use relative paths with CFINCLUDE whenever possible.
The specific sequence of files included or processed is:
D:\Inetpub\wwwroot\CFIDE\componentutils\cfcexplorer.cfc 
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not
find the included template cfadmin_5_unix.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(Unknown Source)
at
cflogin2ecfm1942167648.runPage(D:\Inetpub\wwwroot\CFIDE\componentutils\login
.cfm:92)
at coldfusion.runtime.CfJspPage.invoke(Unknown Source)
at coldfusion.tagext.lang.IncludeTag.doStartTag(Unknown Source)
at coldfusion.runtime.CfJspPage._emptyTag(Unknown Source)
at
cfApplication2ecfm1272781787.runPage(D:\Inetpub\wwwroot\CFIDE\componentutils
\Application.cfm:54)
at coldfusion.runtime.CfJspPage.invoke(Unknown Source)
at coldfusion.tagext.lang.IncludeTag.doStartTag(Unknown Source)
at coldfusion.filter.CfincludeFilter.invoke(Unknown Source)
at coldfusion.filter.CfincludeFilter.include(Unknown Source)
at coldfusion.filter.ApplicationFilter.invoke(Unknown Source)
at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
at coldfusion.filter.PathFilter.invoke(Unknown Source)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown
Source)
at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
at coldfusion.xml.rpc.CFCServlet.invoke(Unknown Source)
at coldfusion.xml.rpc.CFCServlet.doGet(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
335)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:198)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29
4)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)



 -Original Message-
 From: Ruggiero, Kevin D 
 Sent: Friday, April 04, 2003 11:34 AM
 To: CF-Talk
 Subject: Strange Error in CF MX Administrator
 
 
 We had another server hang this morning (we're at about 1 
 every 2 days now),
 so I went through our logs and I found this error in the 
 application log a
 few minutes before the crash:
 
 Could not find the included template cfadmin_5_unix.cfm.Note: 
 If you wish to
 use an absolute template path (e.g. 
 TEMPLATE=/mypath/index.cfm) with
 CFINCLUDE then you must create a mapping for the path using 
 the ColdFusion
 Administrator. Using relative paths (e.g. TEMPLATE=index.cfm or
 TEMPLATE=../index.cfm) does not require the creation of 
 any special
 mappings. It is therefore recommended that you use relative paths with
 CFINCLUDE whenever possible. The specific sequence of files 
 included or
 processed is: D:\Inetpub\wwwroot\CFIDE\componentutils\cfcexplorer.cfc 
 
 
 This is an error in the CF Administrator itself, so I'm not 
 sure what would
 cause this.  Anybody seen it before or have a guess what 
 would cause it?
 
 Thanks,
 Kevin
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=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



strange error

2002-11-04 Thread Will Swain
Hi,

Apologies for the double posting firstly.

A client has moved over to a new hosting company, and has started getting
this error on a fairly standard page that never threw an error before:

Corrupt form data: no leading boundary:
!= -7d21a0e60332

Any ideas what might be causing this. I can post the code if needed but to
be honest its just a standard page with a couple of simple queries.

Cheers

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=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



strange error

2002-08-27 Thread Cornillon, Matthieu

Hello, all.  I have a page that is hanging the CFAS.  It is a rather simple
file.  It includes a template that does some playing with text, but nothing
too fancy.  The only fancy stuff (database interaction, session variable
manipulation, cookie checking) that the page does is in the Application.cfm.
Twice in the past day, this file has caused the CFAS to hang.  In the server
logs before the hang, we find this message repeatedly, where the listed file
(not actually myfilename, of course) is the template I'm blaming for this:

Warning,21,08/27/02,06:15:37,,Template: /mypath/myfilename.cfm,
Ran: 66 seconds.

There are also versions showing 20 and 21 as the second parameter listed.
The file is large (250K), but I don't understand why that would cause such
an error.  Could it be that the database-interactions at the top of the page
(through the included Application.cfm), start, hold up the database
connection, and then stay holding it up while the rest of the page loads,
causing a general system hang?  Sorry if that's idiotic blather: I'm
grasping at straws.
Any help at all would be tremendously appreciated.

Thanks,
Matthieu


__
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
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: strange error

2002-08-27 Thread Cornillon, Matthieu

Actually, I'd love to get an idea of what would even cause the CFAS to hang.
Even if it doesn't seem related: what would be so serious an error as to
cause it to hang, rather than referring to the site's error template?

Thanks,
Matthieu

-Original Message-
From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 27, 2002 10:12 AM
To: CF-Talk
Subject: strange error


Hello, all.  I have a page that is hanging the CFAS.  It is a rather simple
file.  It includes a template that does some playing with text, but nothing
too fancy.  The only fancy stuff (database interaction, session variable
manipulation, cookie checking) that the page does is in the Application.cfm.
Twice in the past day, this file has caused the CFAS to hang.  In the server
logs before the hang, we find this message repeatedly, where the listed file
(not actually myfilename, of course) is the template I'm blaming for this:

Warning,21,08/27/02,06:15:37,,Template: /mypath/myfilename.cfm,
Ran: 66 seconds.

There are also versions showing 20 and 21 as the second parameter listed.
The file is large (250K), but I don't understand why that would cause such
an error.  Could it be that the database-interactions at the top of the page
(through the included Application.cfm), start, hold up the database
connection, and then stay holding it up while the rest of the page loads,
causing a general system hang?  Sorry if that's idiotic blather: I'm
grasping at straws.
Any help at all would be tremendously appreciated.

Thanks,
Matthieu



__
Get the mailserver that powers this list at http://www.coolfusion.com
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



Strange Error

2002-08-09 Thread Matthew Friedman

I got a strange error and I am not sure what it is about.

For over a Year everything has been great with my configuration but I am
getting this error just now.

Any help?

 Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0), ODBC Error Code = 01000
(General warning) [Microsoft][ODBC SQL Server Driver][Named
Pipes]ConnectionTransact (GetOverLappedResult()).


Matt


__
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
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: Strange Error

2002-08-09 Thread Douglas Brown

do you have any filds names like _date ?
- Original Message -
From: Matthew Friedman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 09, 2002 7:24 PM
Subject: Strange Error


 I got a strange error and I am not sure what it is about.

 For over a Year everything has been great with my configuration but I am
 getting this error just now.

 Any help?

  Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0), ODBC Error Code =
01000
 (General warning) [Microsoft][ODBC SQL Server Driver][Named
 Pipes]ConnectionTransact (GetOverLappedResult()).


 Matt


 
__
Get the mailserver that powers this list at http://www.coolfusion.com
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: Strange Error

2002-08-09 Thread Paul Giesenhagen

I don't think this error would relfect that .. I would check into your SQL
Server logs to see what errors are being produced .. there should be more
information in there for you!

Paul Giesenhagen
QuillDesign

- Original Message -
From: Douglas Brown [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, August 09, 2002 10:32 PM
Subject: Re: Strange Error


 do you have any filds names like _date ?
 - Original Message -
 From: Matthew Friedman [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, August 09, 2002 7:24 PM
 Subject: Strange Error


  I got a strange error and I am not sure what it is about.
 
  For over a Year everything has been great with my configuration but I am
  getting this error just now.
 
  Any help?
 
   Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0), ODBC Error Code =
 01000
  (General warning) [Microsoft][ODBC SQL Server Driver][Named
  Pipes]ConnectionTransact (GetOverLappedResult()).
 
 
  Matt
 
 
 
 
__
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



Strange Error

2002-03-18 Thread Andy Ewings

OK guys I have a very strange problem.  I have a page that contains a form
with a bunch of hidden fields and 2 text boxes that the user types into and
submits.  The action page then tests the value of these form controls.  I
also have a custom error page and have a cferror tag (type=exception
exception=any) in my Application.cfm .  This error page then mails the
error details to me.  This has worked fine in my development environment (CF
4.5) but on the live server (CF 5) something very strange happens.  The page
works as it should but I am getting emails from the error page saying that
it can't find the form controls that I have posted, even though the page
uses the values of these controls quite happily.  In fact if I output the
values of these controls immediately before the line of code that tests for
their value it outputs it to the screen, yet I still get an error message
sent to me.  I think that either I have totally cocked up my error handling
(which I'm sure I haven't) or there must be some difference between CF 4 and
CF 5 as this is not happening in my development environment.

Any Ideas?

Andy

-- 
Andy Ewings
Director 
Thoughtbubble Ltd
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.net 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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



getting a strange error when closing studio 4.5

2002-03-07 Thread John McCosker

Greetings,

I get this error when closing studio, has anyone come accross it before,

Exception EAccessViolation in module cfstudio45.exe at 000f9614.
Access violation at address 004f9614 in module 'cfstudio45.exe.' Read of
address 01ACC024

also on the development box some of the sites decide now and again not to
allow you to login,
and again some occaissions log you out mid session,

this only seems to happen to the sites which have been fuseboxed,

I don't understand it there is no STRUCTDELETE applied anywhere except on
logout,

any ideas gladly appreciated,

respectfully,

j


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
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



Strange error in CF 5

2001-10-30 Thread Bill Killillay

-2147417848 (0x80010108)

Of late I have started getting that on one or two sites.  Never at the same
time, only one site, but it takes a reboot to clear it.  Any ideas what's
causing it and how to fix it?

Thanks,
Bill K.

~~
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



strange error message

2001-07-18 Thread John Barleycorn

Hello, i moved a template from a 4.0 server to a 4.5 server and now i get a 
very strange error message. Can anyone tell me why i'm getting this error? 
Thanks for the help.

the code that generates an error:

cfoutput query=categories

cfset tempCategoryName = Replace(TRIM(category_nm),  , ^, ALL)
cfparam name=#category_id#|#tempCategoryName# default=
/cfoutput

The error message:

Error Diagnostic Information
An error has occurred while processing the expression:

   
1|Appointments=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223335654321



Invalid token found on line 1 at position 2. ColdFusion was looking at the 
following text:

|
Invalid expression element. The usual cause of this error is a misspelling 
in the expression text.

The error occurred while processing an element with a general identifier of 
(CFPARAM), occupying document position (32:1) to (32:58) in the template 
file c:\...
~~
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: strange error message

2001-07-18 Thread Jann VanOver

I don't believe the vertical bar (|) is a valid Name Character.  Try using
_ or - instead.

-Original Message-
From: John Barleycorn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 3:20 PM
To: CF-Talk
Subject: strange error message


Hello, i moved a template from a 4.0 server to a 4.5 server and now i get a 
very strange error message. Can anyone tell me why i'm getting this error? 
Thanks for the help.

the code that generates an error:

cfoutput query=categories

cfset tempCategoryName = Replace(TRIM(category_nm),  , ^, ALL)
cfparam name=#category_id#|#tempCategoryName# default=
/cfoutput

The error message:

Error Diagnostic Information
An error has occurred while processing the expression:

   
1|Appointments=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334
4445654321



Invalid token found on line 1 at position 2. ColdFusion was looking at the 
following text:

|
Invalid expression element. The usual cause of this error is a misspelling 
in the expression text.

The error occurred while processing an element with a general identifier of 
(CFPARAM), occupying document position (32:1) to (32:58) in the template 
file c:\...
~~
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: strange error message

2001-07-18 Thread mark

One of your var names contains a reserved word that CF doesn't like.  
Try
changing around all the var names and see what happens.

---mark

=
Mark Warrick - Fusioneers.com
Personal Email: [EMAIL PROTECTED]
Business Email: [EMAIL PROTECTED]
Phone: 714-547-5386
Efax: 801-730-7289
Personal URL: http://www.warrick.net
Business URL: http://www.fusioneers.com
ICQ: 125160 / AIM: markwarric
=


-Original Message-
From: John Barleycorn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 3:20 PM
To: CF-Talk
Subject: strange error message


Hello, i moved a template from a 4.0 server to a 4.5 server and now i 
get a
very strange error message. Can anyone tell me why i'm getting this 
error?
Thanks for the help.

the code that generates an error:

cfoutput query=categories

cfset tempCategoryName = Replace(TRIM(category_nm),  , ^, ALL)
cfparam name=#category_id#|#tempCategoryName# default=
/cfoutput

The error message:

Error Diagnostic Information
An error has occurred while processing the expression:


1|Appointments=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1
223334
4445654321



Invalid token found on line 1 at position 2. ColdFusion was looking 
at the
following text:

|
Invalid expression element. The usual cause of this error is a 
misspelling
in the expression text.

The error occurred while processing an element with a general 
identifier of
(CFPARAM), occupying document position (32:1) to (32:58) in the 
template
file c:\...
~~
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: strange error message

2001-07-18 Thread Dave Watts

 Hello, i moved a template from a 4.0 server to a 4.5 server 
 and now i get a very strange error message. Can anyone tell me 
 why i'm getting this error? Thanks for the help.
 
 the code that generates an error:
 
 cfoutput query=categories
 
 cfset tempCategoryName = Replace(TRIM(category_nm),  , ^, ALL)
 cfparam name=#category_id#|#tempCategoryName# default=
 /cfoutput

You can't use a pipe (|) in a variable name. The only characters you can use
in CF variable names are letters, numbers and underscores, and the first
character must be a letter (or can't be a number, I forget which).

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

~~
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



Strange Error Message

2001-07-12 Thread Mary_Baotic

Has anyone ever encountered this error message from CF?

Error Diagnostic Information


ODBC Error Code = ()


Unable to instantiate environment for 'ODBC.'


The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (14:1) to (14:42).


Date/Time: 07/12/01 05:33:11
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Remote Address: 12.88.100.115


I am sure it has to do with the computer and not cold fusion, but does
anyone have any insight on why this error message occurs and any fixes?





Mary


~~
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



4.5 Win2K strange error help

2001-02-19 Thread Cold Fusion

I have a new server running CF 4.5 with current service packs.  The CF App
Server service seems to hang, although it doesn't indicate it has hung.

Here's what happens.  The server stops responding, although it will return a
ping.

I look in the Event Log on the Win2K machine, and see a very long list of
this warning:
The redirector was unable to initialize security context or query context
attributes.
---
The "Source" in the event log screen lists "MrxSmb".

I get a warning 3 times a second, about 19 minutes apart.

Eventually the server stops responding, but if I restart the Cold Fusion App
Server service, it starts working again.

If I look under "Application" in the Event Viewer, I see an Error with a
source listed as "Userenv".  The error says this:
Windows cannot determine the user or computer name. Return value (1398).
--
Next I see an error with a source listed as "Userenv".  This error reads:
Windows cannot query for the list of Group Policy objects . A message that
describes the reason for this was previously logged by this policy engine.
--
The above error occurs 4 or 5 times a day.

I'm stumped on what's going on, and appreciate any help.

Thanks,

Peter Janett

New Media One Web Services

WEB HOSTING FOR WEB DEVELOPERS

  - Sun, IRIX, NT, Linux -
PHP, MySQL, Perl, Cold Fusion,
MS SQL, ASP, SSI, SSL
http://www.newmediaone.net
[EMAIL PROTECTED]
  (303)828-9882



~~
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: 4.5 Win2K strange error help

2001-02-19 Thread Joshua Tipton

If you are running sp1 of win 2k that could be the problem.  Sp1 has killed
8 of our ten servers.  We left our other 450 servers on nt 4 platform after
all that started happening.



-Original Message-
From: Cold Fusion [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 12:15 AM
To: CF-Talk
Subject: 4.5 Win2K strange error help


I have a new server running CF 4.5 with current service packs.  The CF App
Server service seems to hang, although it doesn't indicate it has hung.

Here's what happens.  The server stops responding, although it will return a
ping.

I look in the Event Log on the Win2K machine, and see a very long list of
this warning:
The redirector was unable to initialize security context or query context
attributes.
---
The "Source" in the event log screen lists "MrxSmb".

I get a warning 3 times a second, about 19 minutes apart.

Eventually the server stops responding, but if I restart the Cold Fusion App
Server service, it starts working again.

If I look under "Application" in the Event Viewer, I see an Error with a
source listed as "Userenv".  The error says this:
Windows cannot determine the user or computer name. Return value (1398).
--
Next I see an error with a source listed as "Userenv".  This error reads:
Windows cannot query for the list of Group Policy objects . A message that
describes the reason for this was previously logged by this policy engine.
--
The above error occurs 4 or 5 times a day.

I'm stumped on what's going on, and appreciate any help.

Thanks,

Peter Janett

New Media One Web Services

WEB HOSTING FOR WEB DEVELOPERS

  - Sun, IRIX, NT, Linux -
PHP, MySQL, Perl, Cold Fusion,
MS SQL, ASP, SSI, SSL
http://www.newmediaone.net
[EMAIL PROTECTED]
  (303)828-9882
~~
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



Strange Error and lockup, please help.

2000-10-15 Thread Timothy C. Hill

I keep getting the following error in my logs:

"Error","TID=490","10/15/00","11:15:55","Error attempting to write reply to
web server (Windows NT error number 10038 occurred)"

Over and over at the same time...then Cold Fusion crashes, and Inetinfo
crashes. Is this just because of load? I cannot find anything else that
happens around the same time that could cause this. All I know is that on
start-up cfserver takes 20964 k and continues to add up (memory). Is there a
bug that I don't know about that would cause this? It just started the day
before yesterday.

Cold Fusion Enterprise server 4.5.1 SP1

Thanks,

Tim Hill


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Strange Error

2000-10-10 Thread Kim Ahlbrandt

Have any of you gotten this error while working in Administrator?  I've been 
getting it pretty often.

Kim

Error Occurred While Processing Request
Error Diagnostic Information
Security Policy Administration

Security Policy action failed unexpectedly.

Date/Time: 10/10/00 16:04:35
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
Remote Address: 208.21.241.103
HTTP Referer: 
http://qleapsrv/CFIDE/administrator/security/policylinkusers.cfm




_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Strange Error: CFMLInterpreterImp::writeEmergencyMessage

2000-08-03 Thread Eron Cohen

Hi Folks,

I ran across a strange error that's also been noted on forums.allaire.com:

CFMLInterpreterImp::writeEmergencyMessage

Another guy who's experienced the message says its a problem related to
numberformat/dollarformat functions (which I do happen to be using on the
page in question).

Anyone have any ideas on what exactly this is?  The weird thing is that its
intermittent.

Eron

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.