Application not start

Hi,
From one application named “gaz” I created two applications “ottogaz” updated first from v6.9.7 to v6.10.3 and then to v7.05 and from this I created “ottogaz”.
Applications “gaz” and “ottogaz” start but “nordgaz” do not start.
Sure I changed Module prefix from gaz to ottogaz and to nordgaz and also I changed the database name.
Look databases exists.

florin@otp-deb-01:~$ psql postgres
psql (9.6.10)
Type "help" for help.

postgres=# \l
                                  List of databases
   Name    |  Owner   | Encoding |   Collate   |    Ctype    |   Access privileges   
-----------+----------+----------+-------------+-------------+-----------------------
 gaz       | postgres | UTF8     | ro_RO.UTF-8 | ro_RO.UTF-8 | 
 nordgaz   | postgres | UTF8     | ro_RO.UTF-8 | ro_RO.UTF-8 | 
 ottogaz   | postgres | UTF8     | ro_RO.UTF-8 | ro_RO.UTF-8 | 
 postgres  | postgres | UTF8     | ro_RO.UTF-8 | ro_RO.UTF-8 | 
 template0 | postgres | UTF8     | ro_RO.UTF-8 | ro_RO.UTF-8 | =c/postgres          +
           |          |          |             |             | postgres=CTc/postgres
 template1 | postgres | UTF8     | ro_RO.UTF-8 | ro_RO.UTF-8 | =c/postgres          +
           |          |          |             |             | postgres=CTc/postgres
(6 rows)

postgres=#

Locally application nordgaz start, but on server machine not start.

I attached also Catalina logs:
catalina.2019-05-14.log (25.2 KB)

catalina.out.log (1.6 MB)

Where is the problem?
Thank you!

LE> After update to ottogaz for nordgaz I copy only the files and I changed Module prefix and database name using Cuba Studio.

I resolved.
The problems was some *.jar files from ottogaz project.

When start locally files “ottogaz-core-0.1-SNAPSHOT.jar”, “ottogaz-web-0.1-SNAPSHOT.jar”, etc from project nordgaz_database/modules/* is not take it, but when I build the War file the old files ottogaz-*.jar was added in ottogaz.war.

My mistake was,
I not know what is minimum source files necessary to be take it from project to be used in another project
so I take it everything.

Thanks!