That error means your partition has run out of disk space. Changing configuration isn't going to fix it, you need to clear space on your file system.
On Mon, Jan 11, 2016 at 4:25 AM, AmolG <[email protected]> wrote: > Hi, > > I am new to ActiveMQ. Using latest stable release i.e ActiveMQ 5.12.1 > Release. > > I have taken ActiveMQ C client code from > “http://svn.apache.org/repos/asf/activemq/sandbox/openwire-c/”, compiled > it > and started ActiveMQ server and trying to execute C client. > But programs prompts “No space left on device (28)” error. > > After executing C client, ActiveMQ server shows error like “Transport > Connection to: tcp://127.0.0.1:52546 failed: java.io.EOFException”. > > I have tried changing activemq.xml configuration as below - > > <kahaDB directory="${activemq.data}/kahadb" journalMaxFileLength="32mb"/> > > .................... > <systemUsage> > <systemUsage> > <memoryUsage> > <memoryUsage percentOfJvmHeap="70" /> > </memoryUsage> > <storeUsage> > <storeUsage limit="50 mb"/> > </storeUsage> > <tempUsage> > <tempUsage limit="32 mb"/> > </tempUsage> > </systemUsage> > </systemUsage> > > but problem still persists. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/No-space-left-on-device-28-error-while-running-C-Client-producer-tp4705741.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
