Hello, I'm getting this problem when I add or click on an impedemenent. Can anyone help please?
com.danube.scrumworks.exception.FiveHundredException: Error fetching team associated with the new/updated impediment.
at com.danube.scrumworks.sprint.SprintDefinitionLogicBean.getTeamRef(SprintDefinitionLogicBean.java:1079)
at com.danube.scrumworks.sprint.SprintDefinitionLogicBean.createOrUpdateImpediment(SprintDefinitionLogicBean.java:1044)
at sun.reflect.GeneratedMethodAccessor812.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:95)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:110)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:240)
at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:210)
at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:84)
at $Proxy164.createOrUpdateImpediment(Unknown Source)
at com.danube.scrumworks.command.ExecutableSetImpediment.execute(ExecutableSetImpediment.java:31)
at com.danube.scrumworks.command.ExecutableSetImpediment.execute(ExecutableSetImpediment.java:20)
at com.danube.scrumworks.controller.FrontController.setUserAndExecuteCommand(FrontController.java:326)
at com.danube.scrumworks.controller.FrontController.runCommandIfAuthorized(FrontController.java:257)
at com.danube.scrumworks.controller.FrontController.doPost(FrontController.java:116)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
-
Hi Kevin,
Looks like there can be an issue with deleting or resolving an impediment that was created for a team that is no longer in the system. If you open the impediment it should say for the team if this is the case.
Is this what you are currently seeing?-
kevink April 30, 2010 23:03The team still exist though. I am only not able to add/resolve impedement under this product. Other products just work fine.EditDeleteRemove
-
-
-
-
-
Hi Kevin,
Within the impediment, does the team display as "< deleted >" ?
edit: sorry, my first post actually had < deleted > in it, but it looks like that is some of the HTML allowed on the community page and it doesn't display without the spaces in it. -
-
-
-
-
-
Hi Kevin,
I will see what I can do to reproduce this, I have been able to get that error by deleting the team. Re-creating the team does not appear to fix the issue.
Have these teams been changed recently in any way?
Has anything else occurred with this product. For example, was it recently created with an import? -
-
There has not been any changed made to any of the team. The only thing that has changed are several new products got created.
I cannot delete the team, because they are associated with a sprint. Can I workaround this by assigning existing team to a new team, then delete the old team?-
I do not believe that will work, in my test here when I deleted a team that an impediment was attached to I couldn't delete the impediment.
At this point I have sent this question to the development group and I am awaiting a reply.
I will update you as soon as I have any information -
-
-
-
-
-
-
Hi Kevin,
I just received a reply from the development group. They have confirmed that this is a bug, and they have create a backlog item to resolve it. I don't have information from the Product Owner yet as to which sprint it will be scheduled in, but based on my experience I would expect this fix to be in release 4.4. -
-
-
Good question, Ill see what I can find for a tentative release date and let you know.
-
-
Hi Kevin,
Just got word from the Product Owner, they are aiming for the end of Q2 here. -
-
-
-
-
When exactly is end of Q2? Do you have any exact date for the 4.4 release?
-
End of June is the target last I heard. I do not believe there is an exact date set.
-
-
-
-
Loading Profile...



Twitter,
Facebook, or email.

EMPLOYEE


