pinpoint-docker icon indicating copy to clipboard operation
pinpoint-docker copied to clipboard

The pinpoint-docker-pinot-init service failed to start

Open lxxxxxxk opened this issue 6 months ago • 14 comments

When attempting to use the URL Statistic feature in version 2.5.3, an error occurred. Modifications were made during the startup process:

"Error querying the database. The cause was java.sql.SQLException: Failed to execute the query: SELECT uri, sum(apdexRaw) as apdexRaw, sum("count") as totalCount, max(maxLatencyMs) as maxTimeMs, sum(totalTimeMs) as totalTimeMs, sum(failureCount) as failureCount, version FROM uriStat WHERE tenantId = 'pinpoint'."

When checking the Docker logs, it shows: "2024/02/27 03:47:20.476 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile null -realtimeTableConfigFile /opt/test/dataTypeTable.json -schemaFile /opt/test/dataTypeSchema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -user null -password [hidden] -exec. java.net.ConnectException: Connection refused (Connection refused)."

Could you help answer this, please? Thank you.

lxxxxxxk avatar Feb 27 '24 04:02 lxxxxxxk