Also, I noticed it is looking for data-queue-data--1 (notice TWO dashes at the 
end...) and on my system exists a data-queue-data-1. How does it build this 
name?


---- Dave Carlson <[EMAIL PROTECTED]> wrote: 
> apache-activemq-4.2-20070328.130210-35
> 
> Thanks
> 
> 
> ---- Rob Davies <[EMAIL PROTECTED]> wrote: 
> > which snapshot and could you send the entire log please ?
> > 
> > 
> > On Apr 11, 2007, at 10:07 PM, Dave Carlson wrote:
> > 
> > > Hi, I have downloaded activemq-4.2-SNAPSHOT, and I started the  
> > > activemq server, and tried to run the ProducerTool (ant producer)  
> > > and I am now getting the below error. I have been running and  
> > > playing with examples for a few days now, and everything was  
> > > working until today.
> > >
> > >
> > > org.apache.activemq.kaha.RuntimeStoreException:  
> > > java.io.IOException: Could not locate data file data-queue-data--1
> > >   at org.apache.activemq.kaha.impl.container.MapContainerImpl.load 
> > > (MapContainerImpl.java:105)
> > >   at  
> > > org.apache.activemq.store.kahadaptor.KahaReferenceStoreAdapter.getMapR 
> > > eferenceContainer(KahaReferenceStoreAdapter.java:166)
> > >   at  
> > > org.apache.activemq.store.kahadaptor.KahaReferenceStoreAdapter.createQ 
> > > ueueReferenceStore(KahaReferenceStoreAdapter.java:116)
> > >   at  
> > > org.apache.activemq.store.amq.AMQPersistenceAdapter.createQueueMessage 
> > > Store(AMQPersistenceAdapter.java:352)
> > >   at  
> > > org.apache.activemq.broker.region.DestinationFactoryImpl.createDestina 
> > > tion(DestinationFactoryImpl.java:92)
> > >   at  
> > > org.apache.activemq.broker.region.AbstractRegion.createDestination 
> > > (AbstractRegion.java:373)
> > >   at  
> > > org.apache.activemq.broker.jmx.ManagedQueueRegion.createDestination 
> > > (ManagedQueueRegion.java:56)
> > >   at org.apache.activemq.broker.region.AbstractRegion.addDestination 
> > > (AbstractRegion.java:105)
> > >   at org.apache.activemq.broker.region.RegionBroker.addDestination 
> > > (RegionBroker.java:260)
> > >   at org.apache.activemq.broker.region.RegionBroker.send 
> > > (RegionBroker.java:387)
> > >   at org.apache.activemq.broker.TransactionBroker.send 
> > > (TransactionBroker.java:203)
> > >   at org.apache.activemq.broker.BrokerFilter.send(BrokerFilter.java: 
> > > 127)
> > >   at org.apache.activemq.broker.CompositeDestinationBroker.send 
> > > (CompositeDestinationBroker.java:97)
> > >   at org.apache.activemq.broker.MutableBrokerFilter.send 
> > > (MutableBrokerFilter.java:137)
> > >   at org.apache.activemq.broker.TransportConnection.processMessage 
> > > (TransportConnection.java:474)
> > >   at org.apache.activemq.command.ActiveMQMessage.visit 
> > > (ActiveMQMessage.java:618)
> > >   at org.apache.activemq.broker.TransportConnection.service 
> > > (TransportConnection.java:282)
> > >   at org.apache.activemq.broker.TransportConnection$1.onCommand 
> > > (TransportConnection.java:188)
> > >   at org.apache.activemq.transport.TransportFilter.onCommand 
> > > (TransportFilter.java:65)
> > >   at org.apache.activemq.transport.WireFormatNegotiator.onCommand 
> > > (WireFormatNegotiator.java:133)
> > >   at org.apache.activemq.transport.InactivityMonitor.onCommand 
> > > (InactivityMonitor.java:121)
> > >   at org.apache.activemq.transport.TransportSupport.doConsume 
> > > (TransportSupport.java:84)
> > >   at org.apache.activemq.transport.tcp.TcpTransport.run 
> > > (TcpTransport.java:137)
> > >   at java.lang.Thread.run(Thread.java:595)
> > > Caused by: java.io.IOException: Could not locate data file data- 
> > > queue-data--1
> > >   at org.apache.activemq.kaha.impl.data.DataManagerImpl.getDataFile 
> > > (DataManagerImpl.java:121)
> > >   at org.apache.activemq.kaha.impl.data.SyncDataFileReader.readItem 
> > > (SyncDataFileReader.java:60)
> > >   at org.apache.activemq.kaha.impl.data.DataManagerImpl.readItem 
> > > (DataManagerImpl.java:130)
> > >   at org.apache.activemq.kaha.impl.container.MapContainerImpl.load 
> > > (MapContainerImpl.java:96)
> > >   ... 23 more
> > 

Reply via email to