@tejas hard to say from the error message alone. Could you provide some more information about your instance? Some useful information would be the type of web server used during installation and operating system. Additionally, DreamFactory does some logging here (may differ depending on your environment): {install directory}/storage/logs/dreamfactory.log
These logs might reveal some useful information in helping us identify the culprit preventing your instance from opening to the admin. page.
@tejas Assuming you installed from GitHub could you tell me what is the system database you are using? Is it MySQL or SQLite? The error message you are receiving can be better interpreted with some more detailed information about the environment in which you’ve installed your DreamFactory instance.
Still the error message is same: "Failed to launch service “df”: Service not found"
One thing to notice is that, I have “df” in my URL. Eg- hostname/df/dreamfactory/public.
DreamFactory cannot be run as a subfolder of a site. The DreamFactory public directory must be the root of the site in order for it to function properly. You should set up a separate virtual host for your DreamFactory installation.
check you dreamfactory log and your apache log to see what specific errors are reported there.
just guessing, but it could be a permissions issue. Make sure that the Apache user (www-data on Ubuntu/debian systems) has read & write access to the storage/ and bootstrap/cache/ directories.
Checked the logs. Also checked the AJAX call which is made to get the ENVIRONMENT details. http://domain.com/api/v2/system/environment
This AJAX call is failing in the index page of Admin Console.
Entered the URL in the browser - It worked.
Repeated the AJAX call without headers using POSTMAN - It worked.
Repeated the AJAX call with headers by adding X-DreamFactory-API-Key using POSTMAN - Error.