[jboss-jira] [JBoss JIRA] Updated: (AS7-889) En/disable datasources fails in standalone mode
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Tue May 24 12:00:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Heiko Braun updated AS7-889:
----------------------------
Description:
Disable XA datasource (fails):
[standalone at localhost:9999 /] /subsystem=datasources/xa-data-source=jdbc\/xa\/myDS:disable
{
"outcome" => "failed",
"failure-description" => "Data-source service [jdbc/xa/myDS] is not available"
}
was:
With regular DS I get this, when trying to disable it:
17:54:22,033 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.data-source.java:/H2DS: org.jboss.msc.service.StartException in service jboss.data-source.java:/H2DS: Error during the deployment of java:/H2DS
at org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService.start(AbstractDataSourceService.java:113)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
Caused by: org.jboss.msc.service.StartException in anonymous service: unable to start the ds because it generate more than one cf
at org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService.start(AbstractDataSourceService.java:108)
... 4 more
17:54:22,038 INFO [org.jboss.as.server] (MSC service thread 1-2) Service status report
Services which failed to start:
service jboss.data-source.java:/H2DS: org.jboss.msc.service.StartException in service jboss.data-source.java:/H2DS: Error during the deployment of java:/H2DS
> En/disable datasources fails in standalone mode
> -----------------------------------------------
>
> Key: AS7-889
> URL: https://issues.jboss.org/browse/AS7-889
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, JCA
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Fix For: 7.0.0.CR1
>
>
> Disable XA datasource (fails):
> [standalone at localhost:9999 /] /subsystem=datasources/xa-data-source=jdbc\/xa\/myDS:disable
> {
> "outcome" => "failed",
> "failure-description" => "Data-source service [jdbc/xa/myDS] is not available"
> }
--
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