[daisy] [JIRA] Resolved: (DSY-404) repository init script fails due
to changes in activemq-conf.xml
Bruno Dumon (JIRA)
issues at cocoondev.org
Mon Mar 5 09:28:20 CST 2007
[ http://issues.cocoondev.org//browse/DSY-404?page=all ]
Bruno Dumon resolved DSY-404:
-----------------------------
Resolution: Fixed
I've applied your patch with some changes:
* In CliUtil.promptPassword, I found the combination of "required" and "default password" confusing so I've split this into two methods
* use createElementNS instead of createElement -- the latter shouldn't be used on namespace-aware DOM-trees.
> repository init script fails due to changes in activemq-conf.xml
> ----------------------------------------------------------------
>
> Key: DSY-404
> URL: http://issues.cocoondev.org//browse/DSY-404
> Project: Daisy
> Type: Bug
> Components: Repository
> Versions: public - 2.0
> Reporter: Andreas Deininger
> Priority: Minor
> Fix For: public - 2.0
> Attachments: startup.patch
>
> With the upgrade to ActiveMQ 4.1.0, changes have to be made to activemq-conf.xml, as described here:
> http://cocoondev.org/daisyscratchpad/g3/354.html
> Due to these changes, the repository init script now fails:
> port10:/cons/daisy5/daisydata/backups/bin>./daisy-repository-init
> ...
> ...
> Registering driver...
> Successful.
> Exception in thread "main" java.lang.NullPointerException
> at org.outerj.daisy.install.RepositoryServerInit.jmsConfiguration(RepositoryServerInit.java:513)
> at org.outerj.daisy.install.RepositoryServerInit.install(RepositoryServerInit.java:123)
> at org.outerj.daisy.install.RepositoryServerInit.main(RepositoryServerInit.java:56)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list