RHDG 7 starts with errors 1 services failed of missing dependencies
Issue
- RHDG starts with an error summary that a service failed because of dependencies but there is no further error message what is missing. How can I check which service is failing?
ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: Data Grid 7.2.3 (WildFly Core 2.1.18.Final-redhat-1) started (with errors) in 8886ms - Started 216 of 264 services (1 services failed or missing dependencies, 137 services are lazy, passive or on-demand)
- RHDG starts with errors 1 services failed of missing dependencies when distributed-cache with string-keyed-jdbc-store used
datasource defined as followed:
<datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true">
Cache has this configuration :
<distributed-cache name="myCache" owners="2" segments="20">
<locking isolation="READ_COMMITTED" striping="false" acquire-timeout="30000" concurrency-level="1000"/>
<transaction mode="NONE"/>
<compatibility enabled="false"/>
<string-keyed-jdbc-store name="STRING_KEYED_JDBC_STORE" datasource="java:jboss/datasources/ExampleDs" shared="false" preload="false" passivation="false" fetch-state="true" purge="false">
<string-keyed-table prefix="JDG">
<id-column name="id" type="VARCHAR(255)"/>
<data-column name="datum" type="BLOB"/>
<timestamp-column name="version" type="NUMBER"/>
</string-keyed-table>
</string-keyed-jdbc-store>
<indexing index="ALL">
<property name="default.directory_provider">
ram
</property>
</indexing>
</distributed-cache>
Environment
- Red Hat Data Grid (RHDG)
- 7.3
- 7.2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.