-
Sub-task
-
Resolution: Won't Do
-
Major
-
None
-
8.13
-
None
enable datasource command
/subsystem=datasources/data-source=h2:enable
seems redundant, cause datasource add already enable it, so if execute setup.cli
./bin/jboss-cli.sh --connect --file=setup.cli
will cause a eror
{ "outcome" => "failed", "failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service jboss.data-source-config.h2 is already registered", "rolled-back" => true } 14:35:55,436 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 9) WFLYCTL0013: Operation ("enable") failed - address: ([ ("subsystem" => "datasources"), ("data-source" => "h2") ]): org.jboss.msc.service.DuplicateServiceException: Service jboss.data-source-config.h2 is already registered at org.jboss.msc.service.ServiceRegistrationImpl.setInstance(ServiceRegistrationImpl.java:158)
- is duplicated by
-
TEIID-4592 Creation, deletion and recreation of data source fails with exception
- Closed
- is related to
-
JBEAP-5166 Provide ability to start/stop Resource Adapter creation/deletion without restart of server
- Closed
-
WFLY-6773 Provide ability to start/stop Data Source creation without restart of server
- Closed
-
WFLY-6774 Provide ability to start/stop Resource Adapter creation/deletion without restart of server
- Closed
- relates to
-
AS7-4776 Error during (re) adding connection factory using CLI
- Resolved
-
JBAS-9578 Enabling/Disabling a Datasource prompts for server restart
- Open