Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: sprint 13: 11-28-2012, Aquidneck
-
Fix Version/s: 2.0.0, sprint 13: 11-28-2012, Aquidneck
-
Component/s: Admax Deployment Service
-
Labels:None
-
Sprint:Sprint 13
Description
This bug is the admax listener
The properties file has been changed, I restarted the listener and jboss. Im getting the following error. The account goes on to get created as expected.
2012-11-14 12:33:59.103 (4) [P1T1]: MasterAuthToken retrieved from database [DQAAALYAAABh0-gNcjCuOCBYZYXdgE5ZKbKoCsqrPC7YU0zLyXNtsUXcU3mkYsojxzk9pcBlBpoKofYGwMdM1xy5IucoFTfnBU21FHFdhtDsgd8y3dy9zSVUjzCXuB9I4gJka-lild_pA3-Z4RbxZ1x_mEt4bt3F-9-5Ob653iRlj45ksrudPQi3NMKKM5IwSA8vkJiAfmJOH7TK7hsNamJOC6tz9WRZJaftaa96LwwYGEqoPBhBsh8EV2Ud8rTEfCf7CiK_EbU] for search engine user ID[0]
2012-11-14 12:33:59.103 (4) [P1T1]: seuserid[null] username[null] password[null] customerID[null]
2012-11-14 12:33:59.155 (2) [P1T1]: Unable to load proxy configuration file for Google. Assuming non-proxied environment.
2012-11-14 12:33:59.190 (4) [P1T1]: Exception [Unable to load proxy configuration file for Google. Assuming non-proxied environment.]:java.io.FileNotFoundException: /var/local/tsa/config/com.thesearchagency.searchengines.google.ProxyConfig.props (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at com.thesearchagency.searchengines.google.GoogleAdWordsAPI.setupProxyProperties(GoogleAdWordsAPI.java:651)
at com.thesearchagency.searchengines.google.GoogleAdWordsAPI.<init>(GoogleAdWordsAPI.java:567)
at com.thesearchagency.searchengines.google.GoogleAdWordsAPI.<init>(GoogleAdWordsAPI.java:456)
at com.thesearchagency.searchengines.google.GoogleAdWordsAPIReseller.<init>(GoogleAdWordsAPIReseller.java:60)
at com.thesearchagency.searchengines.google.contenteditor.changerequest.GoogleAccountChangeRequest.<init>(GoogleAccountChangeRequest.java:51)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$AccountWorker.createAccounts(GoogleContentEditor.java:841)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$AccountWorker.run(GoogleContentEditor.java:826)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Email from jeff:
Jen, this has been irritating me as well! This error can actually be ignored. It should still goes on to create accounts. It's not actually causing a problem because the ProxyConfig.props file it's trying to find is actually optional. There should already be a bug filed for it (something about squelching the proxy properties warning) but if not, please file one. I don't think there is an "AdMaxListener" component so you can file it against ADS but mention the admax listener app in the bug
There must be a different problem with account creation if it's not getting to google. Look for other exceptions in the log, or grep for "FAIL" which would indicate a failed deployment.
Thanks,
Jeff