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 provide you with at the moment: java. lang.NullPointerException at com.google.api.ads.common.lib.soap.axis. AxisHandler.invokeSoapCall(AxisHandler.java:239) Just for your Information: ColdFusion is an Application Servlet Container working on top of Java on a Tomcat Server (in our case) which has it's own language. As it sit's on top of Java you can use most parts of Java. I'll try to develop the required part completly in Java, but as I haven't developed anything with Java yet I'm not sure if it will work in the end. On Thursday, February 25, 2016 at 3:50:47 PM UTC+1, Michael Cloonan (AdWords API Team) wrote: > > 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 appears the > error you're encountering happens before that. > > We are not able to provide assistance with ColdFusion specifically, > however. Are you able to make calls to the AdWords API without using that > framework? > > Regards, > Mike, AdWords API Team > > On Thursday, February 25, 2016 at 3:04:53 AM UTC-5, Kevin wrote: >> >> 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) >> >> at >> com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient( >> SoapServiceClient.java:62) >> >> at >> com.google.api.ads.common.lib.soap.SoapServiceClient.invoke( >> SoapServiceClient.java:92) >> >> at com.sun.proxy.$Proxy17.get(Unknown Source) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java >> :62) >> >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke( >> DelegatingMethodAccessorImpl.java:43) >> >> at java.lang.reflect.Method.invoke(Method.java:497) >> at coldfusion.runtime.StructBean.invoke(StructBean.java:508) >> at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2393) >> at >> cfindex2ecfm69063337$funcTESTSHIT.runFunction(/opt/tomc12180/webapps/ROOT >> /WWW/sec/500000/module/content/marketing/adWordsAPI/index.cfm:104) >> >> at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) >> at >> coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod. >> java:368) >> >> at >> coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java: >> 55) >> >> at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321 >> ) >> at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) >> at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582) >> at >> cfindex2ecfm69063337.runPage(/opt/tomc12180/webapps/ROOT/WWW/sec/500000/ >> module/content/marketing/adWordsAPI/index.cfm:115) >> >> at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) >> at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java: >> 416) >> at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java: >> 65) >> at >> coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:360) >> at >> coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java: >> 48) >> >> at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter. >> java:40) >> at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) >> 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.filter.CachingFilter.invoke(CachingFilter.java:62) >> at coldfusion.CfmServlet.service(CfmServlet.java:200) >> at >> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) >> at >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter( >> ApplicationFilterChain.java:303) >> >> at >> org.apache.catalina.core.ApplicationFilterChain.doFilter( >> ApplicationFilterChain.java:208) >> >> at >> coldfusion.monitor.event.MonitoringServletFilter.doFilter( >> MonitoringServletFilter >> ... > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8ac1696c-d3f4-4d8d-b172-83ed96e85e66%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
