Guest User

Untitled

a guest
Jan 6th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. java.util.concurrent.RejectedExecutionException
  2. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
  3. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
  4. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
  5. at org.hornetq.core.asyncio.impl.AsynchronousFileImpl.startPoller(AsynchronousFileImpl.java:586)
  6. at org.hornetq.core.asyncio.impl.AsynchronousFileImpl.write(AsynchronousFileImpl.java:300)
  7. at org.hornetq.core.journal.impl.AIOSequentialFile.writeDirect(AIOSequentialFile.java:283)
  8. at org.hornetq.core.journal.impl.AIOSequentialFile.writeDirect(AIOSequentialFile.java:263)
  9. at org.hornetq.core.journal.impl.JournalImpl.initFileHeader(JournalImpl.java:2682)
  10. at org.hornetq.core.journal.impl.JournalFilesRepository.createFile(JournalFilesRepository.java:502)
  11. at org.hornetq.core.journal.impl.JournalFilesRepository.ensureMinFiles(JournalFilesRepository.java:197)
  12. at org.hornetq.core.journal.impl.JournalBase.setUpCurrentFile(JournalBase.java:290)
  13. at org.hornetq.core.journal.impl.FileWrapperJournal.<init>(FileWrapperJournal.java:48)
  14. at org.hornetq.core.replication.impl.ReplicationEndpointImpl.handleStartReplicationSynchronization(ReplicationEndpointImpl.java:553)
  15. at org.hornetq.core.replication.impl.ReplicationEndpointImpl.handlePacket(ReplicationEndpointImpl.java:203)
  16. at org.hornetq.tests.integration.cluster.util.BackupSyncDelay$ReplicationChannelHandler.handlePacket(BackupSyncDelay.java:157)
  17. at org.hornetq.core.protocol.core.impl.ChannelImpl.handlePacket(ChannelImpl.java:498)
  18. at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.doBufferReceived(RemotingConnectionImpl.java:491)
  19. at org.hornetq.core.protocol.core.impl.RemotingConnectionImpl.bufferReceived(RemotingConnectionImpl.java:452)
  20. at org.hornetq.core.client.impl.ClientSessionFactoryImpl$DelegatingBufferHandler.bufferReceived(ClientSessionFactoryImpl.java:1320)
  21. at org.hornetq.core.remoting.impl.invm.InVMConnection$1.run(InVMConnection.java:137)
  22. at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100)
  23. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  24. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  25. at java.lang.Thread.run(Thread.java:662)
Add Comment
Please, Sign In to add comment