Error while starting the application after cloning 12.1.3:-

Check the application status:-

[applmgr@ebstemp scripts]$./adoacorectl.sh status

Check the log file

From the log file below error came

HTTP listener is not responding

Due to missing library.  /usr/lib/libdb.so.2

Solution:–

* Shut all application services.

* create the below link for library file

[applmgr@ebstemp scripts]$ su – root
password

[root@ebstemp ~]# ln -s /usr/lib/libgdbm.so.2.0.0  /usr/lib/libdb.so.2

* Startup all the application services.

* Now check the application status

[applmgr@ebstemp scripts]$ ./adoacorectl.sh status

Recent Posts