Duplicate key OpsManager

40 views
Skip to first unread message

Balam Eliseo Barron Ortiz

unread,
May 11, 2017, 10:07:31 AM5/11/17
to mongodb-user
I have a problem with my OpsManager after adding the file everything is ok without problems but after a few days I started to send an error and I did not show the metrics, but it is still active and makes backups without problems the error sent to me is the following :

com.xgen.svc.atm.res.DeploymentStatusResource.getDeploymentStatus(java.lang.String,com.xgen.svc.mms.model.Group) - msg: Duplicate key com.xgen.svc.atm.model.LastAgentStatus@1f9b4024 java.lang.IllegalStateException Duplicate key com.xgen.svc.atm.model.LastAgentStatus@1f9b4024 
java.util.stream.Collectors.lambda$throwingMerger$0(Collectors.java:133) 
java.util.HashMap.merge(HashMap.java:1253) 
java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320) 
java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) 
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) 
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) 
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) 
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) 
com.xgen.svc.atm.svc.DeploymentStatusSvc.isInGoalState(DeploymentStatusSvc.java:84) 
com.xgen.svc.atm.svc.DeploymentStatusSvc.getDeploymentStatus(DeploymentStatusSvc.java:55) 
com.xgen.svc.atm.res.DeploymentStatusResource.getDeploymentStatus(DeploymentStatusResource.java:39) 
sun.reflect.GeneratedMethodAccessor128.invoke(:-1) 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
java.lang.reflect.Method.invoke(Method.java:498) 
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144) 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161) 
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160) 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) 
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389) 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347) 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102) 
org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:308) 
org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) 
org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) 
org.glassfish.jersey.internal.Errors.process(Errors.java:315) 
org.glassfish.jersey.internal.Errors.process(Errors.java:297) 
org.glassfish.jersey.internal.Errors.process(Errors.java:267) 
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317) 
org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:291) 
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1140) 
org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:403) 
org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:386) 
org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:548) 
org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:489) 
org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:426) 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82) 
com.xgen.svc.brs.slurp.IncorrectContentTypeFilter.doFilter(IncorrectContentTypeFilter.java:27) 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82) 
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:119) 
com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:133) 
com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:130) 
com.google.inject.servlet.GuiceFilter$Context.call(GuiceFilter.java:203) 
com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:130) 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) 
org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82) 
org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:243) 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) 
org.eclipse.jetty.server.Server.handle(Server.java:365) 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) 
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) 
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) 
java.lang.Thread.run(Thread.java:745) 


Can anybody help me?

Wan Bachtiar

unread,
May 23, 2017, 2:31:34 AM5/23/17
to mongodb-user

I have a problem with my OpsManager after adding the file everything is ok without problems

Hi Balam,

OpsManager Application is part of MongoDB Enterprise edition, which is a commercially supported product. If your company already has a commercial subscription and you have further questions about running OpsManager, you should open a private case in the Commercial Support Portal.

Alternatively if you are evaluating OpsManager and interested, send me a private message with your contact details and I will request a MongoDB Account Executive to contact you.

Regards,

Wan.

Reply all
Reply to author
Forward
0 new messages