# Installation failure

**URL:** https://talk.openelis-global.org/t/installation-failure/1418
**Category:** Ask OpenELIS
**Created:** [March 28, 2025, 6:51am UTC](https://talk.openelis-global.org/t/installation-failure/1418 "2025-03-28T06:51:35Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![DebbieLou](https://avatars.discourse-cdn.com/v4/letter/d/e36b37/32.png) [@DebbieLou](https://talk.openelis-global.org/u/DebbieLou)
#### Post date: [March 28, 2025, 6:51am UTC](https://talk.openelis-global.org/t/installation-failure/1418/1 "2025-03-28T06:51:35Z")

</div>

My containers start successfully but on yesterday’s call, we got some new commands which i thought were meant for setting a test environment on the front end but i encountered an error as attached. [Failure to run some commands - Pastebin](https://pastebin.pl/view/ae581294)

---

<div class="post-metadata">

### Author: ![aditya](https://avatars.discourse-cdn.com/v4/letter/a/df705f/32.png) [@aditya](https://talk.openelis-global.org/u/aditya)
#### Post date: [March 28, 2025, 7:38am UTC](https://talk.openelis-global.org/t/installation-failure/1418/2 "2025-03-28T07:38:42Z")

</div>

install node in your system. and then try `npm install` on the frontend directory!

---

<div class="post-metadata">

### Author: ![Moses\_Mutesasira](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.openelis-global.org/moses_mutesasira/32/72_2.png) [@Moses\_Mutesasira](https://talk.openelis-global.org/u/Moses_Mutesasira)
#### Post date: [March 28, 2025, 7:42am UTC](https://talk.openelis-global.org/t/installation-failure/1418/3 "2025-03-28T07:42:10Z")

</div>

Did you also run this `docker logs Container openelisglobal-webapp --tail 30`. ?

it should be d`ocker logs openelisglobal-webapp --tail 30`. drop the `Container` argument

---

<div class="post-metadata">

### Author: ![bouba](https://avatars.discourse-cdn.com/v4/letter/b/a8b319/32.png) [@bouba](https://talk.openelis-global.org/u/bouba)
#### Post date: [November 2, 2025, 8:33am UTC](https://talk.openelis-global.org/t/installation-failure/1418/4 "2025-11-02T08:33:42Z")

</div>

Hello,

I deployed OpenELIS-Global-2 using Docker and it works wonderfully. I then installed Tomcat 11 and PostgreSQL 18 independently from Docker and tried to deploy the previously obtained `.war` file from Docker. Unfortunately, I get the following messages:

```auto
2025-11-02T09:05:56.446+0100 -- INFO -- Root WebApplicationContext: initialization started
2025-11-02T09:05:59.120+0100 -- INFO -- Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-11-02T09:05:59.244+0100 -- INFO -- Finished Spring Data repository scanning in 92 ms. Found 3 JPA repository interfaces.
Cannot create JDBC driver of class 'org.postgresql.Driver' for connect URL '${datasource.url}'
java.sql.SQLException: No suitable driver

```

The PostgreSQL JDBC driver (`postgresql-42.7.2.jar`) is present both in `\Tomcat-11.0.13\bin` and in `\Tomcat-11.0.13\webapps\OpenELIS-Global\WEB-INF\lib`.

Could someone help me? Thank you in advance!

---

<div class="post-metadata">

### Author: ![Moses\_Mutesasira](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.openelis-global.org/moses_mutesasira/32/72_2.png) [@Moses\_Mutesasira](https://talk.openelis-global.org/u/Moses_Mutesasira)
#### Post date: [November 3, 2025, 9:53am UTC](https://talk.openelis-global.org/t/installation-failure/1418/5 "2025-11-03T09:53:51Z")

</div>

> [@bouba](#):
>
> I then installed Tomcat 11 and PostgreSQL 18 independently from Docker and tried to deploy the previously obtained `.war` file from Docker. Unfortunately, I get the following messages:

Sorry about that @bouba .  
Is there any specific reason you would want to deploy OpenELIS outside Docker ??

---

<div class="post-metadata">

### Author: ![bouba](https://avatars.discourse-cdn.com/v4/letter/b/a8b319/32.png) [@bouba](https://talk.openelis-global.org/u/bouba)
#### Post date: [November 3, 2025, 1:10pm UTC](https://talk.openelis-global.org/t/installation-failure/1418/6 "2025-11-03T13:10:55Z")

</div>

Thanks, Moses! How are you doing? I’d like to have a manual setup for a production environment where Docker isn’t allowed.  
It would be great if you could help me with that !
