...
Tip |
---|
Tip: The Restart Trifacta button in the Admin Settings page is the preferred method for restarting the platform. |
Info | ||||
---|---|---|---|---|
NOTE: The restart button is not available when high availability is enabled for the
|
See See Admin Settings Page in the Admin Guide.
Command Line
Info |
---|
NOTE: In an Azure HDI environment, you must perform platform start and stop operations from |
...
Check logs for errors:
Code Block /opt/trifacta/logs/*.log
You can also access logs through the the
for each service. See See System Services and Logs in the Admin Guide.D s webapp r true
Login to the the
. If available, perform a simple transformation operation. See See Login.D s webapp Run a simple job. See Verify Operations in the Admin Guide.
...
D s config Locate the following parameters, and adjust settings as needed:
Code Block "webapp.waitForRestart.initialWait": 45000, "webapp.waitForRestart.intervalWait": 5000, "webapp.waitForRestart.maxChecks": 60,
Setting Description webapp.waitForRestart.initialWait Number of seconds to wait for the
before checking it for a successful restart. Default isD s webapp 45000
milliseconds (45 seconds).webapp.waitForRestart.intervalWait After the initial wait period has failed, this value is the number of seconds to wait before checking the
for a successful restart. Default isD s webapp 5000
milliseconds (5 seconds).webapp.waitForRestart.maxChecks Total number of checks for a successful restart before failing the
.D s webapp - Save your changes and restart the application.
...
After installation is complete, restart the platform.
Error - SequelizeConnectionRefusedError: connect ECONNREFUSED
If you have attempted to start the platform after an operating system reboot, you may receive the following error message, and the platform start fails to complete:
...
Info |
---|
NOTE: This solution applies to PostgreSQL 912.6 3 only. Please modify for your installed database version. |
...
Code Block |
---|
chkconfig postgresql-9.612 on |
Then, restart the platform as normal.
...