You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During server start presto-admin gives the following error message:
Fatal error: coercing to Unicode: need string or buffer, int found
Underlying exception:
coercing to Unicode: need string or buffer, int found
Aborting.
Putting double quotes around the port number in /etc/opt/prestoadmin/config.json fixed the issue.
The text was updated successfully, but these errors were encountered:
During server start presto-admin gives the following error message:
Putting double quotes around the port number in
/etc/opt/prestoadmin/config.json
fixed the issue.The text was updated successfully, but these errors were encountered: