Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. 2019-09-17 12:32:28.924 ERROR qtp283471991-205 ru.omnicomm.fas.jpf.events.Events:getReportData:291 - Error occurred while retrieving data
  2. java.util.ConcurrentModificationException: null
  3. at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:719)
  4. at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742)
  5. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  6. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  7. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  8. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  9. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  10. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  11. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  12. at ru.omnicomm.fas.analyticalServer.services.address.AddressDAOImpl.getAddresses(AddressDAOImpl.java:81)
  13. at com.palominolabs.metrics.guice.TimedInterceptor.invoke(TimedInterceptor.java:26)
  14. at ru.omnicomm.fas.jpf.events.Events.getReportData(Events.java:267)
  15. at ru.omnicomm.fas.jpf.events.Events.getReportData(Events.java:119)
  16. at sun.reflect.GeneratedMethodAccessor710.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:498)
  19. at ru.omnicomm.fas.jpf.core.BasicReportHandler.execute(BasicReportHandler.java:1328)
  20. at ru.omnicomm.fas.analyticalServer.http.jetty.DynamicHandler.handle(DynamicHandler.java:34)
  21. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
  22. at ru.omnicomm.fas.analyticalServer.handler.CheckRequestRepeatHandler.handle(CheckRequestRepeatHandler.java:61)
  23. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
  24. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  25. at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
  26. at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
  27. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
  28. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1182)
  29. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:187)
  30. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
  31. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  32. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
  33. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
  34. at org.eclipse.jetty.server.Server.handle(Server.java:534)
  35. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
  36. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
  37. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  38. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
  39. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
  40. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  41. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  42. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  43. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  44. at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
  45. at java.lang.Thread.run(Thread.java:748)
  46. 2019-09-17 12:32:29.323 ERROR qtp283471991-165 ru.omnicomm.fas.jpf.events.Events:getReportData:291 - Error occurred while retrieving data
  47. java.lang.NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement