No DB bundled with the application error in the logs while starting from windows services

No DB bundled with the application error in the logs while starting from windows services

When not able to start the application from the windows services and it runs in the CMD fine without any issues.

After checking the logs you will find the error trace as "NO DB BUNDLED WITH THE APPLICATION".

If the database is MSSQL please follow the below steps,

Go to /ManageEngine/ME/SupportCenter/server/default/conf --> Edit the file "nms-service.xml" and look for parameter ""StartDBServer".

If it set to "TRUE" change it to "FALSE".

Attached screenshot for better understanding,

                  New to ADSelfService Plus?

                    • Related Articles

                    • Failed to start the database

                      For the error "Failed to start the database", Check what database being used and, execute changeDBServer.bat. For Pgsql,  Start PGSQL from the command link, execute StartDB.bat 65432 under C:\Manageengine\ServiceDesk\bin 65432 is the default port ...
                    • How to change the database from MySQL/PostgreSQL to MSSQL

                      The steps mentioned below are applicable only if you migrate the DB from PgSQL to MSSQL. This means that the application server is going to remain the same. The data alone is going to be transferred to MSSQL DB from the existing PgSQL DB.    For ...
                    • Application startup issue with Windows Services

                      Upon starting the application from Windows Services (from the windows server), if you receive an error like "Error2: The system cannot find the file specified", please follow the below steps to fix the issue: ** Right-click on the ManageEngine ...
                    • Application Startup Issue : Failed to format system error message (Error: 1813)

                      Issue : Able to start the application from Command Prompt and not from Services.msc. Worked fine with PGSQL but issue occurs after changing to MSSQL database Error Trace in Wrapper file :-1: Failed to format system error message (Error: 1813) ...
                    • How to resolve Connectivity issues with Postgresql Database from our product?

                      Log Traces Feb 20, 2024 6:40:00 PM [SYSERR] [INFO] : java.sql.SQLException: java.lang.Exception: Exception during getConnection from pool Exception occurred during get connection from datasource Nov 15, 2023 1:29:10 PM [SYSERR] [INFO] : Caused by: ...