Hi there,
Facing this on brokers, and crashing:
2020-07-22 20:39:45,857 [main] INFO (Server.java:379) - Started @19462ms
2020-07-22 20:39:48,713 [KahaDB Page Writer] INFO (PageFile.java:1110) -
Unexpected io error on pagefile write of 1 pages.
java.io.IOException: No space left on device
at sun.nio.ch.FileDispatcherImpl.force0(Native Method)
at sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:76)
at sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:388)
at
org.apache.activemq.util.RecoverableRandomAccessFile.sync(RecoverableRandomAccessFile.java:397)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.writeBatch(PageFile.java:1095)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.pollWrites(PageFile.java:1025)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.access$000(PageFile.java:66)
at
org.apache.activemq.store.kahadb.disk.page.PageFile$2.run(PageFile.java:1226)
2020-07-22 20:39:48,719 [KahaDB Page Writer] INFO (PageFile.java:1028) - An
exception was raised while performing poll writes
java.io.IOException: No space left on device
at sun.nio.ch.FileDispatcherImpl.force0(Native Method)
at sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:76)
at sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:388)
at
org.apache.activemq.util.RecoverableRandomAccessFile.sync(RecoverableRandomAccessFile.java:397)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.writeBatch(PageFile.java:1095)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.pollWrites(PageFile.java:1025)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.access$000(PageFile.java:66)
at
org.apache.activemq.store.kahadb.disk.page.PageFile$2.run(PageFile.java:1226)
2020-07-22 20:39:53,720 [ActiveMQ Journal Checkpoint Worker] ERROR
(MessageDatabase.java:441) - Checkpoint failed
java.lang.IllegalStateException: PageFile is not loaded
at
org.apache.activemq.store.kahadb.disk.page.PageFile.assertLoaded(PageFile.java:819)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.tx(PageFile.java:304)
at
org.apache.activemq.store.kahadb.MessageDatabase.checkpointUpdate(MessageDatabase.java:1698)
at
org.apache.activemq.store.kahadb.MessageDatabase.checkpointCleanup(MessageDatabase.java:1070)
at
org.apache.activemq.store.kahadb.MessageDatabase$CheckpointRunner.run(MessageDatabase.java:433)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2020-07-22 20:39:53,723 [ActiveMQ Journal Checkpoint Worker] INFO
(DefaultIOExceptionHandler.java:177) - Stopping BrokerService[localhost] due to
exception, java.io.IOException: PageFile is not loaded
java.io.IOException: PageFile is not loaded
at
org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:40)
at
org.apache.activemq.store.kahadb.MessageDatabase$CheckpointRunner.run(MessageDatabase.java:442)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.IllegalStateException: PageFile is not loaded
at
org.apache.activemq.store.kahadb.disk.page.PageFile.assertLoaded(PageFile.java:819)
at
org.apache.activemq.store.kahadb.disk.page.PageFile.tx(PageFile.java:304)
at
org.apache.activemq.store.kahadb.MessageDatabase.checkpointUpdate(MessageDatabase.java:1698)
at
org.apache.activemq.store.kahadb.MessageDatabase.checkpointCleanup(MessageDatabase.java:1070)
at
org.apache.activemq.store.kahadb.MessageDatabase$CheckpointRunner.run(MessageDatabase.java:433)
... 7 more
2020-07-22 20:39:53,725 [IOExceptionHandler: stopping BrokerService[localhost]]
INFO (BrokerService.java:836) - Apache ActiveMQ 5.15.0 (localhost,
ID:prdxpeb21b2b001.prod.williamhill.plc-34078-1595446783723-0:1) is shutting
down
2020-07-22 20:39:53,726 [ActiveMQ Transport: tcp:///10.121.68.129:58814@61321]
WARN (TransportConnection.java:237) - Transport Connection to:
tcp://10.121.68.129:58814 failed: java.io.IOException: Unexpected error
occurred: org.apache.activemq.broker.BrokerStoppedException: Broker
BrokerService[localhost] is being stopped
2020-07-22 20:39:53,736 [ActiveMQ Transport Server Thread Handler:
tcp://0.0.0.0:61321?maximumConnections=1000&wireFormat.maxFrameSize=104857600]
INFO (TcpTransportServer.java:496) - socketQueue interrupted - stopping
2020-07-22 20:39:53,739 [ActiveMQ Transport Server Thread Handler:
tcp://0.0.0.0:61321?maximumConnections=1000&wireFormat.maxFrameSize=104857600]
INFO (TransportConnector.java:243) - Could not accept connection during
shutdown : {}
java.lang.InterruptedException
Any idea about the problem? Using remote NFS mount partition.
Thanks
[https://www.williamhillplc.com/content/signature/WHlogo.gif?width=180]<http://www.williamhill.com/>
[https://www.williamhillplc.com/content/signature/senet.gif?width=180]<http://www.whenthefunstops.co.uk/>
Jose Manuel Vega Monroy
Java Developer / Software Developer Engineer in Test
Direct: +0035 0 2008038 (Ext. 8038)
Email: [email protected]<mailto:[email protected]>
William Hill | 6/1 Waterport Place | Gibraltar | GX11 1AA
Confidentiality: The contents of this e-mail and any attachments transmitted
with it are intended to be confidential to the intended recipient; and may be
privileged or otherwise protected from disclosure. If you are not an intended
recipient of this e-mail, do not duplicate or redistribute it by any means.
Please delete it and any attachments and notify the sender that you have
received it in error. This e-mail is sent by a William Hill PLC group company.
The William Hill group companies include, among others, William Hill PLC
(registered number 4212563), William Hill Organization Limited (registered
number 278208), William Hill US HoldCo Inc, WHG (International) Limited
(registered number 99191) and Mr Green Limited (registered number C43260). Each
of William Hill PLC and William Hill Organization Limited is registered in
England and Wales and has its registered office at 1 Bedford Avenue, London,
WC1B 3AU, UK. William Hill U.S. HoldCo, Inc. is registered in Delaware and has
its registered office at 1007 N. Orange Street, 9 Floor, Wilmington, New Castle
County DE 19801 Delaware, United States of America. WHG (International) Limited
is registered in Gibraltar and has its registered office at 6/1 Waterport
Place, Gibraltar. Mr Green Limited is registered in Malta and has its
registered office at Tagliaferro Business Centre, Level 7, 14 High Street,
Sliema SLM 1549, Malta. Unless specifically indicated otherwise, the contents
of this e-mail are subject to contract; and are not an official statement, and
do not necessarily represent the views, of William Hill PLC, its subsidiaries
or affiliated companies. Please note that neither William Hill PLC, nor its
subsidiaries and affiliated companies can accept any responsibility for any
viruses contained within this e-mail and it is your responsibility to scan any
emails and their attachments. William Hill PLC, its subsidiaries and affiliated
companies may monitor e-mail traffic data and also the content of e-mails for
effective operation of the e-mail system, or for security, purposes.