Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Not a Bug
-
Affects Version/s: None
-
Fix Version/s: Mercury
-
Component/s: Budget Estimate Service
-
Labels:None
-
Sprint:Sprint 10, Sprint 11, Sprint 1, Sprint 2
-
Epic Link:
Description
Bing click and CPC factors weren't set in the QA environment and the service kept failing on each request:
[2012-10-01 22:00:56,138]-62318 [http-8080-4] WARN org.apache.cxf.phase.PhaseInterceptorChain - Application
{http://security.services.sapi.thesearchagency. com/}SecurityService has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Unexpected Error
java.lang.NoClassDefFoundError: Could not initialize class com.thesearchagency.core.smb.budgetestimate.BingBudgetEstimator
at com.thesearchagency.core.smb.budgetestimate.BudgetEstimateManager.getBudgetEstimate(BudgetEstimateManager.java:87)
at com.thesearchagency.core.smb.budgetestimate.BudgetEstimateService.getBudgetEstimates(BudgetEstimateService.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69)
at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:73)