Re: Problem while using the API in ColdFusion

2016-03-18 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The compiled class files in the jar files should have debugging info (line numbers, etc.), so I would expect this to work in a debugger. Did you check in your IDE? Thanks, Josh, AdWords API Team On Thursday, March 17, 2016 at 4:49:14 AM UTC-4, Kevin wrote: > > No I don't think I will be

Re: Problem while using the API in ColdFusion

2016-03-18 Thread Kevin
No I don't think I will be able to step through with a debugger as I only use the compiled jar files not the class files. On Tuesday, March 8, 2016 at 3:58:16 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The client library uses the Guice >

Re: Problem while using the API in ColdFusion

2016-03-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The client library uses the Guice dependency injection framework pretty heavily, so I wonder if ColdFusion doesn't play nice with Guice. Are you able to step through the code in a debugger to see if the *MessageContext *on 236 of AxisHandler.java

Re: Problem while using the API in ColdFusion

2016-03-08 Thread Kevin
Hello, sorry for the late reply. I think you mean the logfile created by log4j, or? I'm sorry, but I can't provide you the log file as I can't find it on the system. I think the error handling if handled by the build in error logging system in ColdFusion. So here is the only information I can

Re: Problem while using the API in ColdFusion

2016-02-25 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I apologize if the previous request wasn't clear. Unfortunately, we are only able to help with the AdWords API specifically, so the request was for logs to the AdWords API. I understand that you may not be getting as far as actually invoking a call to the AdWords API, however, as it

Re: Problem while using the API in ColdFusion

2016-02-25 Thread Kevin
Hello, After investigation more into the problem of not logging the errors I found a way to get the stacktrace of the error. Here is the error message: java.lang.NullPointerException at com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall( AxisHandler.java:239)

Re: Problem while using the API in ColdFusion

2016-02-24 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you provide your application logs which make the AdWords API call? The logs will help us to investigate further. Just click *Reply privately to author* in the forum when responding. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Problem while using the API in ColdFusion

2016-02-23 Thread Kevin
Hello all, I tried to use the Google AdWords API Java Classes in ColdFusion, but encountered an error/problem I don't have an answer to yet. Here is what I did so far. I started with creating an refresh token and it works without any major problems. Afterwards I started to adapt the