Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: AdWords OAuth
-
Fix Version/s: AdWords OAuth
-
Component/s: None
-
Labels:None
-
Environment:
Environment ST2
Build details
SMS Core:P108
SMS Service:P37
-
Sprint:Sprint 4 - Adwords OAuth 2
Description
While boosting radii update we are getting java.lang.NoClassDefFoundError exception.
Snippet of the log
2014-05-15 12:47:56.328 (3) [pool-3-thread-1]: OAUTHST09_1000000003_733_OAUTHST09-1_GM has no updated targets.
2014-05-15 12:47:56.519 (3) [pool-3-thread-1]: ----------------Google Content Editor starting
2014-05-15 12:47:56.862 (2) [P1T1]: Exception [afterExecute: exception thrown from thread in threadpool]:java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: com/thesearchagency/services/oauth/core/IOAuthServiceComponent
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:205)
at java.util.concurrent.FutureTask.get(FutureTask.java:80)
at com.carldunham.jst.concurrency.ThreadPool$CachedFixedThreadPool.afterExecute(ThreadPool.java:252)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:652)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NoClassDefFoundError: com/thesearchagency/services/oauth/core/IOAuthServiceComponent
at com.thesearchagency.searchengines.google.GoogleAPISearchEngine.createAPI(GoogleAPISearchEngine.java:234)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$APIPoolFactory.create(GoogleContentEditor.java:1380)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$SearchEngineUserWorker.createAPIs(GoogleContentEditor.java:1003)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$SearchEngineUserWorker.init(GoogleContentEditor.java:987)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$SearchEngineUserWorker.run(GoogleContentEditor.java:888)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
... 2 more
2014-05-15 12:47:56.863 (3) [pool-3-thread-1]: ------------Google Content Editor done