Re: AddCRMBasedUserList - Exception in thread "main" java.lang.ExceptionInInitializerError

2017-03-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This example shows how to create an AdWordsSession object without using the ads.properties file. Could you check your code to s

Re: AddCRMBasedUserList - Exception in thread "main" java.lang.ExceptionInInitializerError

2017-03-19 Thread Rosh Ramesh
Hello, I'm facing the same issue and I have checked the classpath I'm not using the ads.properties file since I'm using a constructor to set the credentials. Any help is appreciated, This is my stack trace. 1) Error in custom provider, java.lang.NullPointerException at com.google.api.ads.com

Re: java.lang.ExceptionInInitializerError

2016-06-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Torres, I can see that you have a *"C:\\Users\\.."* path in your *.fromFile()* predicate. You don't need that. You just need to make sure that your ads.properties is in the classpath and *.forApi(OfflineCredentials.Api.ADWORDS) *predicate will automatically read that file. Please refer to t

java.lang.ExceptionInInitializerError

2016-06-29 Thread tfgmanagertesttorres
d(id); adWordsServices = new AdWordsServices(); } and I got this error: Caused by: java.lang.ExceptionInInitializerError at com.google.api.ads.common.lib.auth.OfflineCredentials$Api.(OfflineCredentials.java:66) Anybody could help me, please? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AddCRMBasedUserList - Exception in thread "main" java.lang.ExceptionInInitializerError

2016-04-26 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you check the ads.properties file and all Java client library jars are in the classpath? Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/

AddCRMBasedUserList - Exception in thread "main" java.lang.ExceptionInInitializerError

2016-04-25 Thread amazonfriendsgroup
Hi, I get the following error when I call the jar file from linux envirnonment. But this works well in my windows and Eclipse. I converted the java code into jar and trying to call from linux. Any help is greatly appreciated. Exception in thread "main" java.lang.ExceptionInInitia