Re: Stored procedures in CF10

2013-07-20 Thread Byron Mann
By chance did you recently migrate and are using different credentials? Possibly just a database permissions issue. Byron Mann Lead Engineer Architect HostMySite.com On Jul 19, 2013 5:47 PM, vernon broussard vernon.brouss...@la.gov wrote: In ColdFusion 10 when trying to access one of our

Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Mike K
Can anyone give me some pointers as to where to look for the source or maybe the solution to this problem please? I'm confused - I am getting java.lang.NullPointerException error on a site on a shared server, but not getting the error on other sites on that same server.So presumably the

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Matt Quackenbush
Without seeing any code we're just grasping at straws. My first guess is that you have a mapping that's not set correctly, and a call to a CFC (or perhaps an include) is not finding its target. Sent from a mobile something On Jul 20, 2013 11:01 AM, Mike K afpwebwo...@gmail.com wrote: Can

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Mike K
Thanks Matt. I dont use mappings so that rules that out. So I'll check all my CFC calls and see if that points me to it. Thanks. My confusion came because none of the googling i did led to that as the source. It's all about drivers and server versions and JVM etc. But none of the

RE: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Mark A Kruger
Mike, Your confusion is understandable. A NullPointerException is a generic error (in a way) that is too specific - or perhaps I should say symptomatic instead of being causal. It's rather like saying the patient has a fever. Sure it's technically correct but it doesn't give you much more than

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Dave Watts
Can anyone give me some pointers as to where to look for the source or maybe the solution to this problem please? ... coldfusion.runtime.EventHandlerException: Event handler exception. at coldfusion.runtime.AppEventInvoker.onRequestStart(AppEventInvoker.java:266) at

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Byron Mann
I'm thinking something with the Application.cfc, based in the stack. Maybe posting that we can help a bit further. Can your host take a look at the exception.log to see if any additional errors are being logged. Byron Mann Lead Engineer Architect HostMySite.com On Jul 20, 2013 11:01 AM, Mike K

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Mike K
One possibility in my Application.cfc onRequestStart method is Timezone.cfc.I'm using that to convert time from UTC to my timezone. But the timezone.cfc file I'm using is dated 2005.I seem to recall there were changes made to the java related to time, and some people had issues with

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Kym Kovan
I'd try sticking a cfabort at the end of OnRequestStart to see if you get that far and then place it in the middle, then the middle again up or down depending on the error being there or not, rinse and repeat etc to find what is causing the error. Kym On 21/07/2013 10:50 AM, Mike K wrote:

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Mike K
Hey Kym!! I thought you were going to the beach to put your feet up and watch the sunrise nowadays. What are you doing here?? But thanks for the suggestion. As always, giving me a sensible, workable solution that I ought to have done myself.But too stupid to do it. On Sun, Jul 21,

Re: Confused: java.lang.NullPointerException CF9

2013-07-20 Thread Kym Kovan
On 21/07/2013 12:26 PM, Mike K wrote: Hey Kym!! I thought you were going to the beach to put your feet up and watch the sunrise nowadays. What are you doing here?? I'm only semi-retired and anyway writing code is my hobby :-) I pack up and move north next weekend and for those folks