Hide Forgot
Description of problem: In production we are seeing a number of these exceptions thrown everyday. There were 546 in July and 48 so far this month. Either these cases are exceptional and need to be fixed or they shouldn't return 500s. We're running candlepin-jboss-0.3.14-1.el5. Caused by: java.lang.RuntimeException: No entitlements for products: [69] at org.fedoraproject.candlepin.controller.CandlepinPoolManager.entitleByProducts(CandlepinPoolManager.java:378) at org.fedoraproject.candlepin.controller.CandlepinPoolManager$$EnhancerByGuice$$808fbb68.CGLIB$entitleByProducts$4(<generated>) at org.fedoraproject.candlepin.controller.CandlepinPoolManager$$EnhancerByGuice$$808fbb68$$FastClassByGuice$$630d9dad.invoke(<generated>) at com.google.inject.internal.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at com.google.inject.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:64) at com.wideplay.warp.persist.jpa.JpaLocalTxnInterceptor.invoke(JpaLocalTxnInterceptor.java:68) at com.google.inject.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:64) at com.google.inject.InterceptorStackCallback.intercept(InterceptorStackCallback.java:44) at org.fedoraproject.candlepin.controller.CandlepinPoolManager$$EnhancerByGuice$$808fbb68.entitleByProducts(<generated>) at org.fedoraproject.candlepin.resource.ConsumerResource.bindByProducts(ConsumerResource.java:489) at org.fedoraproject.candlepin.resource.ConsumerResource.bind(ConsumerResource.java:669) at org.fedoraproject.candlepin.resource.ConsumerResource$$EnhancerByGuice$$72edc4ae.CGLIB$bind$2(<generated>) at org.fedoraproject.candlepin.resource.ConsumerResource$$EnhancerByGuice$$72edc4ae$$FastClassByGuice$$54c158ab.invoke(<generated>) ....
Just an update on this: We've seen this call fail 183 times this month. Users have successfully made this call 595 times. This appears to be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=708058 filed last May.
*** This bug has been marked as a duplicate of bug 708058 ***