I am trying to install xDI runtime with default docker-compose file. These are my steps:
- Add jdbc postgresql driver file (postgresql-42.6.0.jar) into ./shared-resources/modules/BACKEND-DATABASE/ folder. - docker compose up
But I got this err:
My xDi runtime version is 2023.2.0.
So please check, and help me. Thanks
Best Answer
C
Cécile FRANCHINI
said
over 1 year ago
When installing xDI on Docker using Semarchy xDI Docker Compose file, the error Module BACKEND_DATABASE does not exist in the runtime, can happen if only "postgresql-42.5.3.jar" has been coped in ./shared-resources/modules/BACKEND-DATABASE/ folder.
Make sure you have also copied "module_descriptor.properties" from <xdi-designer-folder>\runtime\modules\PostgreSQL to
as this question is publicly available, this would be great to share the way you fixed your issue. This might help others. Thanks in advance for the details!
Best regards,
Stéphanie.
C
Cécile FRANCHINI
said
over 1 year ago
Answer
When installing xDI on Docker using Semarchy xDI Docker Compose file, the error Module BACKEND_DATABASE does not exist in the runtime, can happen if only "postgresql-42.5.3.jar" has been coped in ./shared-resources/modules/BACKEND-DATABASE/ folder.
Make sure you have also copied "module_descriptor.properties" from <xdi-designer-folder>\runtime\modules\PostgreSQL to
Tung. px
Hi team,
I am trying to install xDI runtime with default docker-compose file. These are my steps:
- Add jdbc postgresql driver file (postgresql-42.6.0.jar) into ./shared-resources/modules/BACKEND-DATABASE/ folder.
- docker compose up
But I got this err:
My xDi runtime version is 2023.2.0.
So please check, and help me. Thanks
When installing xDI on Docker using Semarchy xDI Docker Compose file, the error Module BACKEND_DATABASE does not exist in the runtime,
can happen if only "postgresql-42.5.3.jar" has been coped in ./shared-resources/modules/BACKEND-DATABASE/ folder.
Make sure you have also copied "module_descriptor.properties" from
<xdi-designer-folder>\runtime\modules\PostgreSQL
to
<docker-quick-install>\docker\xdi-runtime\docker-compose\shared-resources\modules\BACKEND-DATABASE
You can refer to following tutorial Install Semarchy xDI on Docker
- Oldest First
- Popular
- Newest First
Sorted by PopularTung. px
I fixed this iss.
Closed.
Stéphanie FOURRIER
Hi Tung,
as this question is publicly available, this would be great to share the way you fixed your issue. This might help others. Thanks in advance for the details!
Best regards,
Stéphanie.
Cécile FRANCHINI
When installing xDI on Docker using Semarchy xDI Docker Compose file, the error Module BACKEND_DATABASE does not exist in the runtime,
can happen if only "postgresql-42.5.3.jar" has been coped in ./shared-resources/modules/BACKEND-DATABASE/ folder.
Make sure you have also copied "module_descriptor.properties" from
<xdi-designer-folder>\runtime\modules\PostgreSQL
to
<docker-quick-install>\docker\xdi-runtime\docker-compose\shared-resources\modules\BACKEND-DATABASE
You can refer to following tutorial Install Semarchy xDI on Docker
-
How to fix error "HikariPool-3 - Connection is not available, request timed out after 100005ms."
-
How to force the decimal separator by setting user.country java option?
-
All the deliveries failed
-
How to configure the scheduler for Sql Server database ? (having a specific schema name (not dbo))
-
[Error]: ClassNotFoundException
-
Error when using quartz scheduler
-
Getting issue when trying to install xdi runtime on docker
-
[startdelivery] : error Caused by: javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
-
How to check runtime version ?
See all 13 topics