Re: DEBUG: Did not load optional configuration file log exception for every request

2016-06-19 Thread 'Joyce Lava' via AdWords API Forum
Hi,

Please open a new forum case if you still encounter any issues as this 
thread is already old.

Thanks,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/682b2329-8716-44f3-8811-d1f38b5abd56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DEBUG: Did not load optional configuration file log exception for every request

2016-06-17 Thread Gazal Garg
You should add google-ads-api-java-build.properties file in your 
application's resource folder.
For me the content of the file was: 

lib.name=Common-Java
lib.version=2.15.0
# Options are:
#   internal: not deployed
#   maven: deployed by maven
#   jars: dependency jars
build.type=maven



On Thursday, 12 December 2013 06:19:10 UTC+5:30, Takeshi Hagikura (AdWords 
API Team) wrote:
>
> Hi, 
>
> As I replied previously, can you please share the pom.xml?
>
> Best,
> - Takeshi,
>
> On Friday, December 6, 2013 7:53:55 AM UTC-8, r...@oanda.com wrote:
>>
>> I encounter this issue, any solution/update?
>>
>> On Friday, May 31, 2013 6:03:12 AM UTC-4, Takeshi Hagikura wrote:
>>>
>>> Hi Sanju,
>>>
>>> Thanks for the report. 
>>> I'm looking into that. Do you mind sharing the pom.xml you are using?
>>> I'd like to make sure what log framework you are using.
>>>
>>> Best,
>>> - Takeshi, AdWords API Team
>>>
>>> On Tuesday, May 28, 2013 10:31:33 PM UTC+9, Sanju wrote:

 Hi,

 When am trying to get AdWordsSession object using credentials 


 And also when am trying to get CampaignService from service object like 
 CampaignServiceInterface campaignService = 
 adWordsServices.get(adwordsSession, CampaignServiceInterface.class);
 am getting following log error:

 com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers.ads_api_lib 
 createCombinedConfiguration 
 DEBUG: Did not load optional configuration 
 google-ads-api-java-build.properties:
 com.google.api.ads.common.lib.conf.ConfigurationLoadException: 
 Encountered a problem reading the provided configuration file 
 "google-ads-api-java-build.properties"!
 at 
 com.google.api.ads.common.lib.conf.ConfigurationHelper.fromFile(ConfigurationHelper.java:67)
 at 
 com.google.api.ads.common.lib.conf.ConfigurationHelper.createCombinedConfiguration(ConfigurationHelper.java:140)
 
 
 
 Caused by: org.apache.commons.configuration.ConfigurationException: 
 Cannot locate configuration source google-ads-api-java-build.properties

  But am getting the service object reference correct and all the 
 operations are going well but above logs making me confusion.



 Thnx in adv.

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/1e470c07-76c5-4747-9661-810d42473ea5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DEBUG: Did not load optional configuration file log exception for every request

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi, 

As I replied previously, can you please share the pom.xml?

Best,
- Takeshi,

On Friday, December 6, 2013 7:53:55 AM UTC-8, r...@oanda.com wrote:
>
> I encounter this issue, any solution/update?
>
> On Friday, May 31, 2013 6:03:12 AM UTC-4, Takeshi Hagikura wrote:
>>
>> Hi Sanju,
>>
>> Thanks for the report. 
>> I'm looking into that. Do you mind sharing the pom.xml you are using?
>> I'd like to make sure what log framework you are using.
>>
>> Best,
>> - Takeshi, AdWords API Team
>>
>> On Tuesday, May 28, 2013 10:31:33 PM UTC+9, Sanju wrote:
>>>
>>> Hi,
>>>
>>> When am trying to get AdWordsSession object using credentials 
>>>
>>>
>>> And also when am trying to get CampaignService from service object like 
>>> CampaignServiceInterface campaignService = 
>>> adWordsServices.get(adwordsSession, CampaignServiceInterface.class);
>>> am getting following log error:
>>>
>>> com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers.ads_api_lib 
>>> createCombinedConfiguration 
>>> DEBUG: Did not load optional configuration 
>>> google-ads-api-java-build.properties:
>>> com.google.api.ads.common.lib.conf.ConfigurationLoadException: 
>>> Encountered a problem reading the provided configuration file 
>>> "google-ads-api-java-build.properties"!
>>> at 
>>> com.google.api.ads.common.lib.conf.ConfigurationHelper.fromFile(ConfigurationHelper.java:67)
>>> at 
>>> com.google.api.ads.common.lib.conf.ConfigurationHelper.createCombinedConfiguration(ConfigurationHelper.java:140)
>>> 
>>> 
>>> 
>>> Caused by: org.apache.commons.configuration.ConfigurationException: 
>>> Cannot locate configuration source google-ads-api-java-build.properties
>>>
>>>  But am getting the service object reference correct and all the 
>>> operations are going well but above logs making me confusion.
>>>
>>>
>>>
>>> Thnx in adv.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: DEBUG: Did not load optional configuration file log exception for every request

2013-12-06 Thread rxu
I encounter this issue, any solution/update?

On Friday, May 31, 2013 6:03:12 AM UTC-4, Takeshi Hagikura wrote:
>
> Hi Sanju,
>
> Thanks for the report. 
> I'm looking into that. Do you mind sharing the pom.xml you are using?
> I'd like to make sure what log framework you are using.
>
> Best,
> - Takeshi, AdWords API Team
>
> On Tuesday, May 28, 2013 10:31:33 PM UTC+9, Sanju wrote:
>>
>> Hi,
>>
>> When am trying to get AdWordsSession object using credentials 
>>
>>
>> And also when am trying to get CampaignService from service object like 
>> CampaignServiceInterface campaignService = 
>> adWordsServices.get(adwordsSession, CampaignServiceInterface.class);
>> am getting following log error:
>>
>> com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers.ads_api_lib 
>> createCombinedConfiguration 
>> DEBUG: Did not load optional configuration 
>> google-ads-api-java-build.properties:
>> com.google.api.ads.common.lib.conf.ConfigurationLoadException: 
>> Encountered a problem reading the provided configuration file 
>> "google-ads-api-java-build.properties"!
>> at 
>> com.google.api.ads.common.lib.conf.ConfigurationHelper.fromFile(ConfigurationHelper.java:67)
>> at 
>> com.google.api.ads.common.lib.conf.ConfigurationHelper.createCombinedConfiguration(ConfigurationHelper.java:140)
>> 
>> 
>> 
>> Caused by: org.apache.commons.configuration.ConfigurationException: 
>> Cannot locate configuration source google-ads-api-java-build.properties
>>
>>  But am getting the service object reference correct and all the 
>> operations are going well but above logs making me confusion.
>>
>>
>>
>> Thnx in adv.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.