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 stop Mail fetching before starting the application services in UAT ?
1. When the application services are stopped, navigate to the bin folder [ServiceDesk Plus – MSP Home] \ bin in the command prompt and execute the startDB.bat 65432 2. Now navigate go to [ServiceDesk Plus – MSP Home] \ pgsql \ bin and execute ...
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) ...
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 ...
How to stop Mail fetching before starting the application services ?
Use case: When you restore the data in your test environment or trying to migrate to a new server, once the restore is done, the application if started will have emails being fetched in the new server/Test server which you would not wish to. Hence ...