[jboss-jira] [JBoss JIRA] Resolved: (JBAS-9127) H2 Datasource fails in domain mode
John Bailey (JIRA)
jira-events at lists.jboss.org
Thu Mar 24 12:13:55 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Bailey resolved JBAS-9127.
-------------------------------
Resolution: Done
Fixed in: https://github.com/jbossas/jboss-as/commit/b981bdfb3356a5f4961b97902a0d3f24c54aac94
> 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
> Assignee: John Bailey
> 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