Perforce Repository Stuck in Stopping State When Stopped During Operation

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 4.0.4, 4.2.0, 4.6.1
    • Component/s: None
    • None
    • Severity 2 - Major
    • 0

      Summary

      In FishEye, if you stop a repository that is already performing an operation, the following error will occur, and the repository will be stuck in Stopping state.

      2016-09-03 16:07:29,395 INFO  [qtp1041109062-18656 ] fisheye RepositoryHandle-stop - STOP requested on XXXXX
      2016-09-03 16:07:29,395 WARN  [InitPing2 XXXXX ] com.atlassian.utils.process.LatchedRunnable LatchedRunnable-await - Interrupted waiting for ExternalProcess pump to complete
      2016-09-03 16:07:29,398 ERROR [InitPing2 XXXXX ] com.atlassian.utils.process.ExternalProcessImpl ExternalProcessImpl-notifyAfterFinished - Error while processing 'afterFinished' event:
      java.util.NoSuchElementException
              at java.util.LinkedList.removeFirst(Unknown Source) [?:1.8.0_91]
              at java.util.LinkedList.pop(Unknown Source) [?:1.8.0_91]
              at com.cenqua.fisheye.perforce.client.P4Exec$1.onAfterFinished(P4Exec.java:85) [fisheye.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.notifyAfterFinished(ExternalProcessImpl.java:353) [atlassian-processutils-1.5.14.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.wrapUpProcess(ExternalProcessImpl.java:511) [atlassian-processutils-1.5.14.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.finish(ExternalProcessImpl.java:423) [atlassian-processutils-1.5.14.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.execute(ExternalProcessImpl.java:378) [atlassian-processutils-1.5.14.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Exec.executeStreamCommand(P4Exec.java:158) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Exec.executeAndStream(P4Exec.java:260) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Client.execMultiPrint(P4Client.java:782) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Client.streamMultipleContent(P4Client.java:772) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.indexContentBlock(P4Scanner.java:954) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.indexUpdatedContent(P4Scanner.java:904) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.indexContent(P4Scanner.java:1408) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.processContent(P4Scanner.java:1301) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.LifecycleRepositoryScanner.slurpRepository(LifecycleRepositoryScanner.java:110) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.LifecycleRepositoryScanner.doSlurpTransaction(LifecycleRepositoryScanner.java:49) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.doSlurpTransaction(P4Scanner.java:1076) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.BaseRepositoryScanner.ping(BaseRepositoryScanner.java:73) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.BaseRepositoryEngine.doSlurp(BaseRepositoryEngine.java:86) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryEngine.slurp(RepositoryEngine.java:415) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.IndexingPingRequest.doRequest(IndexingPingRequest.java:27) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.IncrementalPingRequest.doRequest(IncrementalPingRequest.java:30) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.PingRequest$1.run(PingRequest.java:55) [fisheye.jar:?]
              at com.cenqua.fisheye.util.NamedExecution.run(NamedExecution.java:27) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.PingRequest.process(PingRequest.java:52) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryHandle.processPingRequests(RepositoryHandle.java:216) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryHandle.access$100(RepositoryHandle.java:58) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryHandle$2.run(RepositoryHandle.java:172) [fisheye.jar:?]
              at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_91]
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_91]
              at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
      2016-09-03 16:07:49,407 WARN  [qtp1041109062-18656 ] fisheye RepositoryAdminRpcServiceImpl-performFullReindex - Timed out waiting for the repository XXXXX to stop
      java.util.concurrent.TimeoutException: Timed out waiting for the repository ses to stop
              at com.atlassian.fisheye.spi.admin.impl.DefaultRepositoryAdminService.fullReindex(DefaultRepositoryAdminService.java:1623) [fisheye.jar:?]
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.8.0_91]
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.cenqua.crucible.hibernate.WithSessionAspect.doCloseSession(WithSessionAspect.java:56) [fisheye.jar:?]
              at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) [?:?]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.sun.proxy.$Proxy96.fullReindex(Unknown Source) [?:?]
              at com.atlassian.fecru.gwt.admin.server.RepositoryAdminRpcServiceImpl.performFullReindex(RepositoryAdminRpcServiceImpl.java:795) [fisheye.jar:?]
              at com.atlassian.fecru.gwt.admin.server.RepositoryAdminRpcServiceImpl.performFullReindex(RepositoryAdminRpcServiceImpl.java:787) [fisheye.jar:?]
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.8.0_91]
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.atlassian.fecru.gwt.admin.server.AdminSecurityAspect.doCloseSession(AdminSecurityAspect.java:33) [fisheye.jar:?]
              at sun.reflect.GeneratedMethodAccessor1005.invoke(Unknown Source) [?:?]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.sun.proxy.$Proxy98.performFullReindex(Unknown Source) [?:?]
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.8.0_91]
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
      

      Steps to Reproduce

      1. Stop a Perforce repository that is performing an operation.
      2. The repository will be stuck in Stopping state, and you will need to terminate external processes, and restart FishEye.

      Expected Results

      The repository stops gracefully.

      Actual Results

      The below exception is thrown when stopping the repository:

      2016-09-03 16:07:29,395 INFO  [qtp1041109062-18656 ] fisheye RepositoryHandle-stop - STOP requested on XXXXX
      2016-09-03 16:07:29,395 WARN  [InitPing2 XXXXX ] com.atlassian.utils.process.LatchedRunnable LatchedRunnable-await - Interrupted waiting for ExternalProcess pump to complete
      2016-09-03 16:07:29,398 ERROR [InitPing2 XXXXX ] com.atlassian.utils.process.ExternalProcessImpl ExternalProcessImpl-notifyAfterFinished - Error while processing 'afterFinished' event:
      java.util.NoSuchElementException
              at java.util.LinkedList.removeFirst(Unknown Source) [?:1.8.0_91]
              at java.util.LinkedList.pop(Unknown Source) [?:1.8.0_91]
              at com.cenqua.fisheye.perforce.client.P4Exec$1.onAfterFinished(P4Exec.java:85) [fisheye.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.notifyAfterFinished(ExternalProcessImpl.java:353) [atlassian-processutils-1.5.14.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.wrapUpProcess(ExternalProcessImpl.java:511) [atlassian-processutils-1.5.14.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.finish(ExternalProcessImpl.java:423) [atlassian-processutils-1.5.14.jar:?]
              at com.atlassian.utils.process.ExternalProcessImpl.execute(ExternalProcessImpl.java:378) [atlassian-processutils-1.5.14.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Exec.executeStreamCommand(P4Exec.java:158) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Exec.executeAndStream(P4Exec.java:260) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Client.execMultiPrint(P4Client.java:782) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.client.P4Client.streamMultipleContent(P4Client.java:772) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.indexContentBlock(P4Scanner.java:954) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.indexUpdatedContent(P4Scanner.java:904) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.indexContent(P4Scanner.java:1408) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.processContent(P4Scanner.java:1301) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.LifecycleRepositoryScanner.slurpRepository(LifecycleRepositoryScanner.java:110) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.LifecycleRepositoryScanner.doSlurpTransaction(LifecycleRepositoryScanner.java:49) [fisheye.jar:?]
              at com.cenqua.fisheye.perforce.P4Scanner.doSlurpTransaction(P4Scanner.java:1076) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.BaseRepositoryScanner.ping(BaseRepositoryScanner.java:73) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.BaseRepositoryEngine.doSlurp(BaseRepositoryEngine.java:86) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryEngine.slurp(RepositoryEngine.java:415) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.IndexingPingRequest.doRequest(IndexingPingRequest.java:27) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.IncrementalPingRequest.doRequest(IncrementalPingRequest.java:30) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.PingRequest$1.run(PingRequest.java:55) [fisheye.jar:?]
              at com.cenqua.fisheye.util.NamedExecution.run(NamedExecution.java:27) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.ping.PingRequest.process(PingRequest.java:52) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryHandle.processPingRequests(RepositoryHandle.java:216) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryHandle.access$100(RepositoryHandle.java:58) [fisheye.jar:?]
              at com.cenqua.fisheye.rep.RepositoryHandle$2.run(RepositoryHandle.java:172) [fisheye.jar:?]
              at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_91]
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_91]
              at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
      2016-09-03 16:07:49,407 WARN  [qtp1041109062-18656 ] fisheye RepositoryAdminRpcServiceImpl-performFullReindex - Timed out waiting for the repository XXXXX to stop
      java.util.concurrent.TimeoutException: Timed out waiting for the repository ses to stop
              at com.atlassian.fisheye.spi.admin.impl.DefaultRepositoryAdminService.fullReindex(DefaultRepositoryAdminService.java:1623) [fisheye.jar:?]
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.8.0_91]
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.cenqua.crucible.hibernate.WithSessionAspect.doCloseSession(WithSessionAspect.java:56) [fisheye.jar:?]
              at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) [?:?]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.sun.proxy.$Proxy96.fullReindex(Unknown Source) [?:?]
              at com.atlassian.fecru.gwt.admin.server.RepositoryAdminRpcServiceImpl.performFullReindex(RepositoryAdminRpcServiceImpl.java:795) [fisheye.jar:?]
              at com.atlassian.fecru.gwt.admin.server.RepositoryAdminRpcServiceImpl.performFullReindex(RepositoryAdminRpcServiceImpl.java:787) [fisheye.jar:?]
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.8.0_91]
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.atlassian.fecru.gwt.admin.server.AdminSecurityAspect.doCloseSession(AdminSecurityAspect.java:33) [fisheye.jar:?]
              at sun.reflect.GeneratedMethodAccessor1005.invoke(Unknown Source) [?:?]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) [spring-aop-4.0.9.RELEASE.jar:4.0.9.RELEASE]
              at com.sun.proxy.$Proxy98.performFullReindex(Unknown Source) [?:?]
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.8.0_91]
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91]
              at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91]
      

      Workaround

      Restart FishEye instance.

              Assignee:
              Unassigned
              Reporter:
              David Lahn (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              16 Start watching this issue

                Created:
                Updated: