[jboss-jira] [JBoss JIRA] Commented: (JBAS-9127) H2 Datasource fails in domain mode
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Mar 23 15:40:45 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591383#comment-12591383 ]
Brian Stansberry commented on JBAS-9127:
----------------------------------------
The reason it doesn't start properly is because in domain.xml, the ds config has 'enabled="false"'. Set it to true and it starts fine.
I'm going to commit domain.xml fixes to make this config consistent with standalone.xml, but this JIRA is to figure out why having 'enabled="false"' doesn't work.
> H2 Datasource fails in domain mode
> ----------------------------------
>
> Key: JBAS-9127
> URL: https://issues.jboss.org/browse/JBAS-9127
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management, JCA service
> Reporter: Brian Stansberry
> Fix For: 7.0.0.Beta2
>
>
> [Server:server-one] 14:20:07,644 ERROR [org.jboss.as] (MSC service thread 1-3) JBoss AS 7.0.0.Beta2 "(TBD)" started (with errors) in 3449ms - Started 77 of 104 services (2 services failed or missing dependencies, 24 services are passive or on-demand)
> [Server:server-one] Services missing dependencies:
> [Server:server-one] service jboss.data-source.reference-factory.java:/H2DS
> [Server:server-one] service jboss.naming.context.java.java:/H2DS
> Partly this is because this is missing from domain.xml:
> <drivers>
> <driver module="com.h2database.h2"/>
> </drivers>
> But when I add that the server's don't complete startup (i.e. the server started messages are never logged) and when I ctrl-c stop the process controller, the same messages get logged.
> I suspect there is a problem with the DESCRIBE operation handler.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list