теперь так-
wrapper.conf
Код:
wrapper.java.maxmemory=512
aqtivemq.xml уменьшил с запасам=)
Код:
<systemUsage>
<systemUsage>
<memoryUsage>
<memoryUsage limit="60 mb"/>
</memoryUsage>
<storeUsage>
<storeUsage limit="1 gb"/>
</storeUsage>
<tempUsage>
<tempUsage limit="600 mb"/>
</tempUsage>
</systemUsage>
</systemUsage>
Код:
BG conf # free
total used free shared buffers cached
Mem: 3630532 1414868 2215664 0 3472 104748
-/+ buffers/cache: 1306648 2323884
Swap: 2047996 0 2047996
BG conf # df
Файловая система 1K-блоков Использовано Доступно Использовано% Cмонтировано в
rootfs 6047492 2959600 2780692 52% /
/dev/root 6047492 2959600 2780692 52% /
devtmpfs 1815044 0 1815044 0% /dev
tmpfs 1815264 176 1815088 1% /run
rc-svcdir 1024 52 972 6% /lib/rc/init.d
cgroup_root 10240 0 10240 0% /sys/fs/cgroup
shm 1815264 0 1815264 0% /dev/shm
/dev/cciss/c0d0p4 26534988 317696 24869360 2% /var
tmpfs 1024000 32 1023968 1% /tmp
BG conf #
wrapper.log
Код:
STATUS | wrapper | 2012/11/13 13:15:12 | --> Wrapper Started as Daemon
STATUS | wrapper | 2012/11/13 13:15:12 | Launching a JVM...
INFO | jvm 1 | 2012/11/13 13:15:13 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO | jvm 1 | 2012/11/13 13:15:13 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
INFO | jvm 1 | 2012/11/13 13:15:13 |
INFO | jvm 1 | 2012/11/13 13:15:13 | Java Runtime: Sun Microsystems Inc. 1.6.0_35 /opt/java/jdk1.6.0_35/jre
INFO | jvm 1 | 2012/11/13 13:15:13 | Heap sizes: current=54464k free=50991k max=466048k
INFO | jvm 1 | 2012/11/13 13:15:13 | JVM args: -Dactivemq.home=../.. -Dactivemq.base=../.. -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStorePassword=password -Djavax.net.ssl.keyStore=../../conf/broker.ks -Djavax.net.ssl.trustStore=../../conf/broker.ts -Dcom.sun.management.jmxremote -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties -Xmx512m -Djava.library.path=../../bin/linux/ -Dwrapper.key=Ati6hLGquiVsBFLf -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=2172 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1
INFO | jvm 1 | 2012/11/13 13:15:13 | ACTIVEMQ_HOME: ../..
INFO | jvm 1 | 2012/11/13 13:15:13 | ACTIVEMQ_BASE: ../..
INFO | jvm 1 | 2012/11/13 13:15:13 | Loading message broker from: xbean:activemq.xml
INFO | jvm 1 | 2012/11/13 13:15:13 | INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@195d4fe: startup date [Tue Nov 13 13:15:13 SAMT 2012]; root of context hierarchy
INFO | jvm 1 | 2012/11/13 13:15:15 | WARN | destroyApplicationContextOnStop parameter is deprecated, please use shutdown hooks instead
INFO | jvm 1 | 2012/11/13 13:15:15 | INFO | PListStore:../../data/activeMQ/tmp_storage started
INFO | jvm 1 | 2012/11/13 13:15:15 | INFO | Using Persistence Adapter: KahaDBPersistenceAdapter[../../data/kahadb]
INFO | jvm 1 | 2012/11/13 13:15:15 | INFO | KahaDB is version 3
INFO | jvm 1 | 2012/11/13 13:15:15 | ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:98)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:143)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:85)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.reflect.Method.invoke(Method.java:597)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.Main.runTaskClass(Main.java:251)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.Main.main(Main.java:107)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.reflect.Method.invoke(Method.java:597)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.Thread.run(Thread.java:662)
INFO | jvm 1 | 2012/11/13 13:15:15 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory$1.<init>(XBeanBrokerFactory.java:117)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:115)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:71)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74)
INFO | jvm 1 | 2012/11/13 13:15:15 | ... 16 more
INFO | jvm 1 | 2012/11/13 13:15:15 | Caused by: java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.kahadb.journal.DataFileAccessor.readRecord(DataFileAccessor.java:89)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.kahadb.journal.Journal.read(Journal.java:596)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:786)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.recoverProducerAudit(MessageDatabase.java:484)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.recover(MessageDatabase.java:438)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.open(MessageDatabase.java:315)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:357)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.doStart(MessageDatabase.java:222)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.KahaDBStore.doStart(KahaDBStore.java:180)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:53)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter.start(KahaDBPersistenceAdapter.java:186)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.broker.BrokerService.start(BrokerService.java:485)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:60)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.reflect.Method.invoke(Method.java:597)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1536)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory$1.<init>(XBeanBrokerFactory.java:117)
INFO | jvm 1 | 2012/11/13 13:15:15 | ERROR: java.lang.Exception: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | java.lang.Exception: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:99)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:143)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:85)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.reflect.Method.invoke(Method.java:597)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.Main.runTaskClass(Main.java:251)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.Main.main(Main.java:107)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.reflect.Method.invoke(Method.java:597)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.Thread.run(Thread.java:662)
INFO | jvm 1 | 2012/11/13 13:15:15 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1412)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory$1.<init>(XBeanBrokerFactory.java:117)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:115)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:71)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:74)
INFO | jvm 1 | 2012/11/13 13:15:15 | ... 16 more
INFO | jvm 1 | 2012/11/13 13:15:15 | Caused by: java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.kahadb.journal.DataFileAccessor.readRecord(DataFileAccessor.java:89)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.kahadb.journal.Journal.read(Journal.java:596)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:786)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.recoverProducerAudit(MessageDatabase.java:484)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.recover(MessageDatabase.java:438)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.open(MessageDatabase.java:315)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:357)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.MessageDatabase.doStart(MessageDatabase.java:222)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.KahaDBStore.doStart(KahaDBStore.java:180)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:53)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter.start(KahaDBPersistenceAdapter.java:186)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.broker.BrokerService.start(BrokerService.java:485)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:60)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO | jvm 1 | 2012/11/13 13:15:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO | jvm 1 | 2012/11/13 13:15:15 | at java.lang.reflect.Method.invoke(Method.java:597)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1536)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)
INFO | jvm 1 | 2012/11/13 13:15:15 | at org.apache.activemq.xbean.XBeanBrokerFactory$1.<init>(XBeanBrokerFactory.java:117)
STATUS | wrapper | 2012/11/13 13:15:18 | <-- Wrapper Stopped