[JBoss JIRA] (TEIID-3834) Error during (re) adding connection factory using CLI
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3834?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-3834:
--------------------------------
Component/s: Server
(was: Quick Starts)
> Error during (re) adding connection factory using CLI
> -----------------------------------------------------
>
> Key: TEIID-3834
> URL: https://issues.jboss.org/browse/TEIID-3834
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Van Halbert
> Fix For: 8.13
>
>
> enable datasource command
> {code}
> /subsystem=datasources/data-source=h2:enable
> {code}
> seems redundant, cause datasource add already enable it, so if execute setup.cli
> {code}
> ./bin/jboss-cli.sh --connect --file=setup.cli
> {code}
> will cause a eror
> {code}
> {
> "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)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3834) Error during (re) adding connection factory using CLI
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3834?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-3834:
--------------------------------
Summary: Error during (re) adding connection factory using CLI (was: dynamicvdb-datafederation quickstart setup.cli execute failed)
> Error during (re) adding connection factory using CLI
> -----------------------------------------------------
>
> Key: TEIID-3834
> URL: https://issues.jboss.org/browse/TEIID-3834
> Project: Teiid
> Issue Type: Quality Risk
> Components: Quick Starts
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Van Halbert
> Fix For: 8.13
>
>
> enable datasource command
> {code}
> /subsystem=datasources/data-source=h2:enable
> {code}
> seems redundant, cause datasource add already enable it, so if execute setup.cli
> {code}
> ./bin/jboss-cli.sh --connect --file=setup.cli
> {code}
> will cause a eror
> {code}
> {
> "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)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3836) Create a quick start to demonstrate OData
by Kylin Soong (JIRA)
Kylin Soong created TEIID-3836:
----------------------------------
Summary: Create a quick start to demonstrate OData
Key: TEIID-3836
URL: https://issues.jboss.org/browse/TEIID-3836
Project: Teiid
Issue Type: Task
Components: Quick Starts
Affects Versions: 9.x
Reporter: Kylin Soong
Assignee: Van Halbert
Fix For: 9.x
Add a quick start to demonstrate OData api may helpful for users.
After deploy portfolio-vdb.xml successful, I test with(http://localhost:8080/odata/Portfolio.1/Stocks.StockPrices) return a error:
{code}
TEIID16011 EntitySet "Stocks.StockPrices" is not found; Check the spelling, use modelName.tableName; The table that representing the Entity type must either have a PRIMARY KEY or UNIQUE key(s)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3834) dynamicvdb-datafederation quickstart setup.cli execute failed
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIID-3834?page=com.atlassian.jira.plugin... ]
Kylin Soong updated TEIID-3834:
-------------------------------
Issue Type: Quality Risk (was: Bug)
> dynamicvdb-datafederation quickstart setup.cli execute failed
> -------------------------------------------------------------
>
> Key: TEIID-3834
> URL: https://issues.jboss.org/browse/TEIID-3834
> Project: Teiid
> Issue Type: Quality Risk
> Components: Quick Starts
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Van Halbert
> Fix For: 8.13
>
>
> enable datasource command
> {code}
> /subsystem=datasources/data-source=h2:enable
> {code}
> seems redundant, cause datasource add already enable it, so if execute setup.cli
> {code}
> ./bin/jboss-cli.sh --connect --file=setup.cli
> {code}
> will cause a eror
> {code}
> {
> "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)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3834) dynamicvdb-datafederation quickstart setup.cli execute failed
by Kylin Soong (JIRA)
Kylin Soong created TEIID-3834:
----------------------------------
Summary: dynamicvdb-datafederation quickstart setup.cli execute failed
Key: TEIID-3834
URL: https://issues.jboss.org/browse/TEIID-3834
Project: Teiid
Issue Type: Bug
Components: Quick Starts
Affects Versions: 8.13
Reporter: Kylin Soong
Assignee: Van Halbert
Fix For: 8.13
enable datasource command
{code}
/subsystem=datasources/data-source=h2:enable
{code}
seems redundant, cause datasource add already enable it, so if execute setup.cli
{code}
./bin/jboss-cli.sh --connect --file=setup.cli
{code}
will cause a eror
{code}
{
"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)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3832) domain install(run teiid-domain-mode-install.cli) failed
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3832?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-3832:
-------------------------------------
There is more work to be done for clustering, that I put off before for later.
> domain install(run teiid-domain-mode-install.cli) failed
> --------------------------------------------------------
>
> Key: TEIID-3832
> URL: https://issues.jboss.org/browse/TEIID-3832
> Project: Teiid
> Issue Type: Sub-task
> Components: Build/Kits
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Ramesh Reddy
> Fix For: 8.13
>
>
> CLI command
> {code}
> /host=master:reload(restart-servers=true)
> {code}
> execute failed due to some errors.
> h3. Error one
> java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main"
> {code}
> [Server:server-one] Caused by: java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main" from local module loader @621be5d1 (finder: local module finder @573fd745 (roots: /home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/dv,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/base))]
> [Server:server-two] Caused by: java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main" from local module loader @621be5d1 (finder: local module finder @573fd745 (roots: /home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/dv,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/base))]
> {code}
> h3. Error two
> Failed to start service jboss.infinispan.teiid-cache.resultset-repl
> {code}
> [Server:server-one] 11:54:59,644 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 70) MSC000001: Failed to start service jboss.infinispan.teiid-cache.resultset-repl.config: org.jboss.msc.service.StartException in service jboss.infinispan.teiid-cache.resultset-repl.config: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> [Server:server-one] at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:107)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [Server:server-one] at java.lang.Thread.run(Thread.java:745)
> [Server:server-one] at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> [Server:server-one] Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> [Server:server-one] at org.infinispan.configuration.cache.ClusteringConfigurationBuilder.validate(ClusteringConfigurationBuilder.java:115)
> [Server:server-one] at org.infinispan.configuration.cache.ConfigurationBuilder.validate(ConfigurationBuilder.java:187)
> [Server:server-one] at org.infinispan.configuration.cache.ConfigurationBuilder.build(ConfigurationBuilder.java:198)
> [Server:server-one] at org.infinispan.manager.DefaultCacheManager.defineConfiguration(DefaultCacheManager.java:382)
> [Server:server-one] at org.infinispan.manager.DefaultCacheManager.defineConfiguration(DefaultCacheManager.java:344)
> [Server:server-one] at org.jboss.as.clustering.infinispan.DefaultCacheContainer.defineConfiguration(DefaultCacheContainer.java:76)
> [Server:server-one] at org.wildfly.clustering.infinispan.spi.service.ConfigurationBuilder.start(ConfigurationBuilder.java:75)
> [Server:server-one] at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:102)
> [Server:server-one] ... 4 more
> [Server:server-two] 11:54:59,948 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 69) MSC000001: Failed to start service jboss.infinispan.teiid-cache.resultset-repl.config: org.jboss.msc.service.StartException in service jboss.infinispan.teiid-cache.resultset-repl.config: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3832) domain install(run teiid-domain-mode-install.cli) failed
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3832?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-3832:
--------------------------------
Parent: TEIID-3519
Issue Type: Sub-task (was: Bug)
> domain install(run teiid-domain-mode-install.cli) failed
> --------------------------------------------------------
>
> Key: TEIID-3832
> URL: https://issues.jboss.org/browse/TEIID-3832
> Project: Teiid
> Issue Type: Sub-task
> Components: Build/Kits
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Ramesh Reddy
> Fix For: 8.13
>
>
> CLI command
> {code}
> /host=master:reload(restart-servers=true)
> {code}
> execute failed due to some errors.
> h3. Error one
> java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main"
> {code}
> [Server:server-one] Caused by: java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main" from local module loader @621be5d1 (finder: local module finder @573fd745 (roots: /home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/dv,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/base))]
> [Server:server-two] Caused by: java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main" from local module loader @621be5d1 (finder: local module finder @573fd745 (roots: /home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/dv,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/base))]
> {code}
> h3. Error two
> Failed to start service jboss.infinispan.teiid-cache.resultset-repl
> {code}
> [Server:server-one] 11:54:59,644 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 70) MSC000001: Failed to start service jboss.infinispan.teiid-cache.resultset-repl.config: org.jboss.msc.service.StartException in service jboss.infinispan.teiid-cache.resultset-repl.config: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> [Server:server-one] at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:107)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [Server:server-one] at java.lang.Thread.run(Thread.java:745)
> [Server:server-one] at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> [Server:server-one] Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> [Server:server-one] at org.infinispan.configuration.cache.ClusteringConfigurationBuilder.validate(ClusteringConfigurationBuilder.java:115)
> [Server:server-one] at org.infinispan.configuration.cache.ConfigurationBuilder.validate(ConfigurationBuilder.java:187)
> [Server:server-one] at org.infinispan.configuration.cache.ConfigurationBuilder.build(ConfigurationBuilder.java:198)
> [Server:server-one] at org.infinispan.manager.DefaultCacheManager.defineConfiguration(DefaultCacheManager.java:382)
> [Server:server-one] at org.infinispan.manager.DefaultCacheManager.defineConfiguration(DefaultCacheManager.java:344)
> [Server:server-one] at org.jboss.as.clustering.infinispan.DefaultCacheContainer.defineConfiguration(DefaultCacheContainer.java:76)
> [Server:server-one] at org.wildfly.clustering.infinispan.spi.service.ConfigurationBuilder.start(ConfigurationBuilder.java:75)
> [Server:server-one] at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:102)
> [Server:server-one] ... 4 more
> [Server:server-two] 11:54:59,948 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 69) MSC000001: Failed to start service jboss.infinispan.teiid-cache.resultset-repl.config: org.jboss.msc.service.StartException in service jboss.infinispan.teiid-cache.resultset-repl.config: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3832) domain install(run teiid-domain-mode-install.cli) failed
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIID-3832?page=com.atlassian.jira.plugin... ]
Kylin Soong commented on TEIID-3832:
------------------------------------
Edit dv/org/jboss/teiid/main/module.xml, add the following line to dependencies
{code}
<module name="org.wildfly.clustering.jgroups.api"/>
{code}
> domain install(run teiid-domain-mode-install.cli) failed
> --------------------------------------------------------
>
> Key: TEIID-3832
> URL: https://issues.jboss.org/browse/TEIID-3832
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Ramesh Reddy
> Fix For: 8.13
>
>
> CLI command
> {code}
> /host=master:reload(restart-servers=true)
> {code}
> execute failed due to some errors.
> h3. Error one
> java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main"
> {code}
> [Server:server-one] Caused by: java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main" from local module loader @621be5d1 (finder: local module finder @573fd745 (roots: /home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/dv,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/base))]
> [Server:server-two] Caused by: java.lang.ClassNotFoundException: org.wildfly.clustering.jgroups.ChannelFactory from [Module "org.jboss.teiid:main" from local module loader @621be5d1 (finder: local module finder @573fd745 (roots: /home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/dv,/home/kylin/tmp2/teiid-8.13.0.Alpha1-SNAPSHOT/modules/system/layers/base))]
> {code}
> h3. Error two
> Failed to start service jboss.infinispan.teiid-cache.resultset-repl
> {code}
> [Server:server-one] 11:54:59,644 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 70) MSC000001: Failed to start service jboss.infinispan.teiid-cache.resultset-repl.config: org.jboss.msc.service.StartException in service jboss.infinispan.teiid-cache.resultset-repl.config: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> [Server:server-one] at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:107)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [Server:server-one] at java.lang.Thread.run(Thread.java:745)
> [Server:server-one] at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> [Server:server-one] Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> [Server:server-one] at org.infinispan.configuration.cache.ClusteringConfigurationBuilder.validate(ClusteringConfigurationBuilder.java:115)
> [Server:server-one] at org.infinispan.configuration.cache.ConfigurationBuilder.validate(ConfigurationBuilder.java:187)
> [Server:server-one] at org.infinispan.configuration.cache.ConfigurationBuilder.build(ConfigurationBuilder.java:198)
> [Server:server-one] at org.infinispan.manager.DefaultCacheManager.defineConfiguration(DefaultCacheManager.java:382)
> [Server:server-one] at org.infinispan.manager.DefaultCacheManager.defineConfiguration(DefaultCacheManager.java:344)
> [Server:server-one] at org.jboss.as.clustering.infinispan.DefaultCacheContainer.defineConfiguration(DefaultCacheContainer.java:76)
> [Server:server-one] at org.wildfly.clustering.infinispan.spi.service.ConfigurationBuilder.start(ConfigurationBuilder.java:75)
> [Server:server-one] at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:102)
> [Server:server-one] ... 4 more
> [Server:server-two] 11:54:59,948 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 69) MSC000001: Failed to start service jboss.infinispan.teiid-cache.resultset-repl.config: org.jboss.msc.service.StartException in service jboss.infinispan.teiid-cache.resultset-repl.config: org.infinispan.commons.CacheConfigurationException: ISPN000343: Must have a transport set in the global configuration in order to define a clustered cache
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (TEIID-3833) Using fully qualified names creates invalid table names
by Steve Tran (JIRA)
Steve Tran created TEIID-3833:
---------------------------------
Summary: Using fully qualified names creates invalid table names
Key: TEIID-3833
URL: https://issues.jboss.org/browse/TEIID-3833
Project: Teiid
Issue Type: Bug
Affects Versions: 8.7.1
Environment: Red Hat JBoss Data Virtualization 6.2 on EAP6.4.0 patched to version 6.4.3,
JBoss Developer Studio 8.1.0GA with Teiid Designer plugin 9.0.3.Final.v20150810-1438-B1157
64-bit Windows 7 environment
Reporter: Steve Tran
Assignee: Steven Hawkins
Attachments: step1.PNG, step2.PNG
When I import a JDBC datasource and am asked if I want to Use Fully Qualified Names, doing so will cause errors later when trying to deploy the VDB. It doesn't like periods in the table names.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month