You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by vrmerlin <fi...@llnl.gov> on 2006/08/24 04:33:13 UTC

faileded startup on new install


I'm new to ActiveMQ and trying to get things up and going with the default
setup. My first install when great -- I unzipped the file and fired up
activemq.bat and things went great. I was able to get a demo application
working fine.

However, on a second computer I did the same steps, but when I run
activemq.bat, I get a nasty error message I don't understand. I've included
it below. Can somebody help me with explain how to get around this?

Thanks,
John

C:\activemq\bin>activemq
ACTIVEMQ_HOME: C:\activemq\bin\..
Loading message broker from: xbean:activemq.xml
INFO  BrokerService                  - ActiveMQ 4.0.1 JMS Message Broker
(localhost) is starting
INFO  BrokerService                  - For help or more information please
see: http://incubator.apache.org/activemq/
ERROR BrokerService                  - Failed to start ActiveMQ JMS Message
Broker. Reason: java.io.IOException: Failed
to create database 'derbydb', see the next exception for details.
java.io.IOException: Failed to create database 'derbydb', see the next
exception for details.
        at
org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:42)
        at
org.apache.activemq.store.jdbc.TransactionContext.getConnection(TransactionContext.java:58)
        at
org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.createAdapter(JDBCPersistenceAdapter.java:229)
        at
org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.getAdapter(JDBCPersistenceAdapter.java:213)
        at
org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.start(JDBCPersistenceAdapter.java:139)
        at
org.apache.activemq.store.journal.JournalPersistenceAdapter.start(JournalPersistenceAdapter.java:216)
        at
org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:930)
        at
org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:888)
        at
org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:458)
        at
org.apache.activemq.broker.BrokerService.start(BrokerService.java:361)
        at
org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:43)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowi
reCapableBeanFactory.java:1059)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapab
leBeanFactory.java:363)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListable
BeanFactory.java:275)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
        at
org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:158
)
        at
org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:48)

        at
org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:40)
        at
org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:56)
        at
org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:81)
        at
org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:46)
        at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:49)
        at
org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:64)
        at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:49)
        at
org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:45)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.activemq.console.Main.runTaskClass(Main.java:135)
        at org.apache.activemq.console.Main.main(Main.java:67)
Caused by: SQL Exception: Failed to create database 'derbydb', see the next
exception for details.
        at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
Source)
        at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
Source)
        at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
Source)
        at
org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source)
        at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown
Source)
        at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
        at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown
Source)
        at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown
Source)
        at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
        at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
Source)
        at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
Source)
        at
org.apache.activemq.store.jdbc.TransactionContext.getConnection(TransactionContext.java:54)
        ... 31 more
ERROR: java.lang.RuntimeException: Failed to execute start task. Reason:
org.springframework.beans.factory.BeanCreationE
xception: Error creating bean with name
'org.apache.activemq.xbean.XBeanBrokerService' defined in class path
resource [a
ctivemq.xml]: Initialization of bean failed; nested exception is
java.io.IOException: Failed to create database 'derbydb
', see the next exception for details.
ERROR: java.lang.Exception:
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'org.
apache.activemq.xbean.XBeanBrokerService' defined in class path resource
[activemq.xml]: Initialization of bean failed;
nested exception is java.io.IOException: Failed to create database
'derbydb', see the next exception for details.
INFO  BrokerService                  - ActiveMQ Message Broker (localhost,
null) is shutting down
INFO  NetworkConnector               - Network Connector default Stopped
INFO  TransportConnector             - Connector default Stopped
INFO  TransportConnector             - Connector stomp Stopped
INFO  VMTransportFactory             - Shutting down VM connectors for
broker: localhost
INFO  BrokerService                  - ActiveMQ JMS Message Broker
(localhost, null) stopped
C:\activemq\bin>

-- 
View this message in context: http://www.nabble.com/faileded-startup-on-new-install-tf2156174.html#a5956531
Sent from the ActiveMQ - User forum at Nabble.com.


Re: faileded startup on new install

Posted by vrmerlin <fi...@llnl.gov>.

Hm, oddly enough the problem was that the directory *already* existed, but
was corrupt for some reason. I deleted it, and restared, and it came up
fine. Very strange. Anyway, thanks for the help!

John



James.Strachan wrote:
> 
> It looks like Derby can't create its database which is normally in
> ${activemq.home}/activemq-data by default (see the dataDirectory
> attribute in the conf/activemq.xml file).
> 
> I wonder if the current user does not have write access to the
> activemq directory? Maybe try creating the directory
> C:\activemq\activemq-data and trying again?
> 
> On 8/24/06, vrmerlin <fi...@llnl.gov> wrote:
>> I'm new to ActiveMQ and trying to get things up and going with the
>> default
>> setup. My first install when great -- I unzipped the file and fired up
>> activemq.bat and things went great. I was able to get a demo application
>> working fine.
>>
>> However, on a second computer I did the same steps, but when I run
>> activemq.bat, I get a nasty error message I don't understand. I've
>> included
>> it below. Can somebody help me with explain how to get around this?
>>
>> Thanks,
>> John
>>
>> C:\activemq\bin>activemq
>> ACTIVEMQ_HOME: C:\activemq\bin\..
>> Loading message broker from: xbean:activemq.xml
>> INFO  BrokerService                  - ActiveMQ 4.0.1 JMS Message Broker
>> (localhost) is starting
>> INFO  BrokerService                  - For help or more information
>> please
>> see: http://incubator.apache.org/activemq/
>> ERROR BrokerService                  - Failed to start ActiveMQ JMS
>> Message
>> Broker. Reason: java.io.IOException: Failed
>> to create database 'derbydb', see the next exception for details.
>> java.io.IOException: Failed to create database 'derbydb', see the next
>> exception for details.
>>         at
>> org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:42)
>>         at
>> org.apache.activemq.store.jdbc.TransactionContext.getConnection(TransactionContext.java:58)
>>         at
>> org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.createAdapter(JDBCPersistenceAdapter.java:229)
>>         at
>> org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.getAdapter(JDBCPersistenceAdapter.java:213)
>>         at
>> org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.start(JDBCPersistenceAdapter.java:139)
>>         at
>> org.apache.activemq.store.journal.JournalPersistenceAdapter.start(JournalPersistenceAdapter.java:216)
>>         at
>> org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:930)
>>         at
>> org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:888)
>>         at
>> org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:458)
>>         at
>> org.apache.activemq.broker.BrokerService.start(BrokerService.java:361)
>>         at
>> org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:43)
>>         at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowi
>> reCapableBeanFactory.java:1059)
>>         at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapab
>> leBeanFactory.java:363)
>>         at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
>>         at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
>>         at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListable
>> BeanFactory.java:275)
>>         at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
>>         at
>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:158
>> )
>>         at
>> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:48)
>>
>>         at
>> org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:40)
>>         at
>> org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:56)
>>         at
>> org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:81)
>>         at
>> org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:46)
>>         at
>> org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:49)
>>         at
>> org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:64)
>>         at
>> org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:49)
>>         at
>> org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:45)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>         at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>         at org.apache.activemq.console.Main.runTaskClass(Main.java:135)
>>         at org.apache.activemq.console.Main.main(Main.java:67)
>> Caused by: SQL Exception: Failed to create database 'derbydb', see the
>> next
>> exception for details.
>>         at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
>> Source)
>>         at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
>> Source)
>>         at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
>> Source)
>>         at
>> org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown
>> Source)
>>         at
>> org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown
>> Source)
>>         at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown
>> Source)
>>         at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown
>> Source)
>>         at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown
>> Source)
>>         at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>>         at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
>> Source)
>>         at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
>> Source)
>>         at
>> org.apache.activemq.store.jdbc.TransactionContext.getConnection(TransactionContext.java:54)
>>         ... 31 more
>> ERROR: java.lang.RuntimeException: Failed to execute start task. Reason:
>> org.springframework.beans.factory.BeanCreationE
>> xception: Error creating bean with name
>> 'org.apache.activemq.xbean.XBeanBrokerService' defined in class path
>> resource [a
>> ctivemq.xml]: Initialization of bean failed; nested exception is
>> java.io.IOException: Failed to create database 'derbydb
>> ', see the next exception for details.
>> ERROR: java.lang.Exception:
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean
>> with name 'org.
>> apache.activemq.xbean.XBeanBrokerService' defined in class path resource
>> [activemq.xml]: Initialization of bean failed;
>> nested exception is java.io.IOException: Failed to create database
>> 'derbydb', see the next exception for details.
>> INFO  BrokerService                  - ActiveMQ Message Broker
>> (localhost,
>> null) is shutting down
>> INFO  NetworkConnector               - Network Connector default Stopped
>> INFO  TransportConnector             - Connector default Stopped
>> INFO  TransportConnector             - Connector stomp Stopped
>> INFO  VMTransportFactory             - Shutting down VM connectors for
>> broker: localhost
>> INFO  BrokerService                  - ActiveMQ JMS Message Broker
>> (localhost, null) stopped
>> C:\activemq\bin>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/faileded-startup-on-new-install-tf2156174.html#a5956531
>> Sent from the ActiveMQ - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> 
> James
> -------
> http://radio.weblogs.com/0112098/
> 
> 

-- 
View this message in context: http://www.nabble.com/faileded-startup-on-new-install-tf2156174.html#a5965229
Sent from the ActiveMQ - User forum at Nabble.com.


Re: faileded startup on new install

Posted by James Strachan <ja...@gmail.com>.
It looks like Derby can't create its database which is normally in
${activemq.home}/activemq-data by default (see the dataDirectory
attribute in the conf/activemq.xml file).

I wonder if the current user does not have write access to the
activemq directory? Maybe try creating the directory
C:\activemq\activemq-data and trying again?

On 8/24/06, vrmerlin <fi...@llnl.gov> wrote:
> I'm new to ActiveMQ and trying to get things up and going with the default
> setup. My first install when great -- I unzipped the file and fired up
> activemq.bat and things went great. I was able to get a demo application
> working fine.
>
> However, on a second computer I did the same steps, but when I run
> activemq.bat, I get a nasty error message I don't understand. I've included
> it below. Can somebody help me with explain how to get around this?
>
> Thanks,
> John
>
> C:\activemq\bin>activemq
> ACTIVEMQ_HOME: C:\activemq\bin\..
> Loading message broker from: xbean:activemq.xml
> INFO  BrokerService                  - ActiveMQ 4.0.1 JMS Message Broker
> (localhost) is starting
> INFO  BrokerService                  - For help or more information please
> see: http://incubator.apache.org/activemq/
> ERROR BrokerService                  - Failed to start ActiveMQ JMS Message
> Broker. Reason: java.io.IOException: Failed
> to create database 'derbydb', see the next exception for details.
> java.io.IOException: Failed to create database 'derbydb', see the next
> exception for details.
>         at
> org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:42)
>         at
> org.apache.activemq.store.jdbc.TransactionContext.getConnection(TransactionContext.java:58)
>         at
> org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.createAdapter(JDBCPersistenceAdapter.java:229)
>         at
> org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.getAdapter(JDBCPersistenceAdapter.java:213)
>         at
> org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.start(JDBCPersistenceAdapter.java:139)
>         at
> org.apache.activemq.store.journal.JournalPersistenceAdapter.start(JournalPersistenceAdapter.java:216)
>         at
> org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:930)
>         at
> org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:888)
>         at
> org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:458)
>         at
> org.apache.activemq.broker.BrokerService.start(BrokerService.java:361)
>         at
> org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:43)
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowi
> reCapableBeanFactory.java:1059)
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapab
> leBeanFactory.java:363)
>         at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
>         at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
>         at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListable
> BeanFactory.java:275)
>         at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
>         at
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:158
> )
>         at
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:48)
>
>         at
> org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:40)
>         at
> org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:56)
>         at
> org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:81)
>         at
> org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:46)
>         at
> org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:49)
>         at
> org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:64)
>         at
> org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:49)
>         at
> org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:45)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.activemq.console.Main.runTaskClass(Main.java:135)
>         at org.apache.activemq.console.Main.main(Main.java:67)
> Caused by: SQL Exception: Failed to create database 'derbydb', see the next
> exception for details.
>         at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
> Source)
>         at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown
> Source)
>         at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
> Source)
>         at
> org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source)
>         at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown
> Source)
>         at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>         at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown
> Source)
>         at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown
> Source)
>         at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>         at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
> Source)
>         at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
> Source)
>         at
> org.apache.activemq.store.jdbc.TransactionContext.getConnection(TransactionContext.java:54)
>         ... 31 more
> ERROR: java.lang.RuntimeException: Failed to execute start task. Reason:
> org.springframework.beans.factory.BeanCreationE
> xception: Error creating bean with name
> 'org.apache.activemq.xbean.XBeanBrokerService' defined in class path
> resource [a
> ctivemq.xml]: Initialization of bean failed; nested exception is
> java.io.IOException: Failed to create database 'derbydb
> ', see the next exception for details.
> ERROR: java.lang.Exception:
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.
> apache.activemq.xbean.XBeanBrokerService' defined in class path resource
> [activemq.xml]: Initialization of bean failed;
> nested exception is java.io.IOException: Failed to create database
> 'derbydb', see the next exception for details.
> INFO  BrokerService                  - ActiveMQ Message Broker (localhost,
> null) is shutting down
> INFO  NetworkConnector               - Network Connector default Stopped
> INFO  TransportConnector             - Connector default Stopped
> INFO  TransportConnector             - Connector stomp Stopped
> INFO  VMTransportFactory             - Shutting down VM connectors for
> broker: localhost
> INFO  BrokerService                  - ActiveMQ JMS Message Broker
> (localhost, null) stopped
> C:\activemq\bin>
>
> --
> View this message in context: http://www.nabble.com/faileded-startup-on-new-install-tf2156174.html#a5956531
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


-- 

James
-------
http://radio.weblogs.com/0112098/