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.