Re: Fatal Error: java.io.SyncFailedException: sync failed

2017-01-12 Thread Tim Bain
Also, are there any other errors in the logs? You say that this error took down the broker, but it might be that some other error or condition took down the broker and this error was simply collateral damage from the process of shutting down. On Jan 12, 2017 2:27 PM, "Clebert Suconic" wrote: Th

Re: Fatal Error: java.io.SyncFailedException: sync failed

2017-01-12 Thread Clebert Suconic
There's probably a race condition somewhere. Something closing the File before the sync is done... Did you stop the server at the time it happened? For instance, the following test will throw the same exception: public class FileTest { @Test public void test() throws Exception {

Re: Fatal Error: java.io.SyncFailedException: sync failed

2017-01-12 Thread AkashRajkumar
Hi , Can you please confirm how can we investigate further to find out if the issue is with hardware/OS/Network ? what sort of information/evidence needs to be gathered to prove this as an issue due to hardware/OS/Network ?? -- View this message in context: http://activemq.2283324.n4.nabble.c

Re: Fatal Error: java.io.SyncFailedException: sync failed

2017-01-10 Thread AkashRajkumar
Hello, have you found any solution for this ? we are facing a similar error, the broker goes down and we have observed this message in the logs and are unable to proceed further as the network team says there are no issues in the network itself and everything is clean. the storage is also relative

Re: Re: Fatal Error: java.io.SyncFailedException: sync failed

2013-06-20 Thread Gary Tully
any disk space issues? On 18 June 2013 13:27, lzr wrote: > The machine is a phsical machine with good Hardware set up; What's more, no > cluster, no NFS (LOCAL Storage). > > At 2013-06-18 19:55:26,"Christian Posta" wrote: >>You're probably going to find this is a OS/hardware/network issue. Can

Re:Re: Fatal Error: java.io.SyncFailedException: sync failed

2013-06-18 Thread lzr
The machine is a phsical machine with good Hardware set up; What's more, no cluster, no NFS (LOCAL Storage). At 2013-06-18 19:55:26,"Christian Posta" wrote: >You're probably going to find this is a OS/hardware/network issue. Can you >tell more about your set up here? Are you on a VM? NFS mount s

Re: Fatal Error: java.io.SyncFailedException: sync failed

2013-06-18 Thread Christian Posta
You're probably going to find this is a OS/hardware/network issue. Can you tell more about your set up here? Are you on a VM? NFS mount shared drive? what OS, etc, etc? On Tue, Jun 18, 2013 at 4:05 AM, lzr wrote: > Dear all, > > > I constuct a distributed business platform based on the message

Fatal Error: java.io.SyncFailedException: sync failed

2013-06-18 Thread lzr
Dear all, I constuct a distributed business platform based on the message transformation via ActiveMQ. Most of the time it works fine. Recently, I found one critical(The broker will shutdown once the following exception occurred!!!) issues during normally running: 2013-04-14 13:20:21,140 | ERRO