Re: Error: null null

2010-11-12 Thread Jerry Johnson

In my experience, this is usually caused by a date field being NULL
unexpectedly, and CF trying to treat it as a date.

FWIW
Jerry Milo Johnson


On Fri, Nov 12, 2010 at 9:59 AM, Robert Harrison rob...@austin-williams.com
 wrote:


 I made a change to a data base table on SQL server 2008 and added a field.
 Now I'm getting the error:

  null null
  The error occurred on line -1.

  RootCause: (structure - not printed)
  StackTrace: java.lang.NullPointerException


  Message:
  Type: coldfusion.runtime.CfErrorWrapper
  TagContext: (array)


 Does this ring a bell with anyone?



 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com

 Great advertising can't be either/or.  It must be .

 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged



 

~|
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:339131
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error: null null

2010-11-12 Thread Tony Bentley

 What? You don't know what null null means? It's pretty self explanatory :)


~|
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:339135
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Error: null null

2010-11-12 Thread Robert Harrison

  What? You don't know what null null means? It's pretty self explanatory :)

I'm assuming that's a joke, but in case it's not... please explain.  I don't 
have a clue what it means and a search is coming up short on answers.

Strangely, the error has just gone away and I did nothing?



Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged



~|
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:339136
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Error: null null

2010-11-12 Thread Tony Bentley

I think it's a date conversion issue. I know, debugging can be
frustrating when it isn't working right.

- Tony Bentley
(sent from iPhone)

On Nov 12, 2010, at 8:01 AM, Robert Harrison rob...@austin-williams.com wrote:


 What? You don't know what null null means? It's pretty self explanatory :)

 I'm assuming that's a joke, but in case it's not... please explain.  I don't 
 have a clue what it means and a search is coming up short on answers.

 Strangely, the error has just gone away and I did nothing?



 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com

 Great advertising can't be either/or.  It must be .

 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged



 

~|
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:339137
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Error: null null

2010-11-12 Thread Robert Harrison

That table has USER ID (varchar) , PASSWORD (varchar) and a bunch of bit fields 
(default value (0)). No dates. 

Regardless, the error just went away. 

Thanks

Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged



~|
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:339138
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Error: null null

2010-11-12 Thread Al Musella, DPM

the problem was that coldfusion was caching the database structure so 
it didn't know that field was there.
After the cache was cleared, everything works.

At 11:38 AM 11/12/2010, you wrote:

That table has USER ID (varchar) , PASSWORD (varchar) and a bunch of 
bit fields (default value (0)). No dates.

Regardless, the error just went away.

Thanks

Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100
Hauppauge NY 11788
P : 631.231.6600 Ext. 119
F : 631.434.7022
http://www.austin-williams.com



~|
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:339162
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm