[AthenaJDBC](100131) An error has been thrown from the AWS SDK client. Connecting to Amazon Athena Data Source
I received the following issue when connecting to Amazon Athena from the IDE (client desktop). However, I see a query running in the Athena console under the specified workgroup.
Simba(100123) An error has occurred. Exception during column initialization: Details: Unable to execute HTTP request:Connect to Athena us-east-1-amazonaws.com…….. failed: Connection timed out: connectExecution ID:xxxxxxxx-xxxx...........
The connection between the host where the JDBC/ODBC driver was installed and the Athena endpoints is the cause of this problem. Please ensure that port 444, which Athena uses to stream query results, is open to outbound traffic. When you use a PrivateLink endpoint to connect to Athena, ensure that the security group attached to the PrivateLink endpoint is open to inbound traffic on port 444. If port 444 is blocked, you may receive the error message Simba(100123) An error has occurred. Exception during column initialization.
https://aws.amazon.com/premiumsupport/knowledge-center/athena-connection-timeout-jdbc-odbc-driver/ https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html
Relevant questions
Avoid metadata from Athena with Boto 3
asked 2 months agoConnecting to Athena using JDBC driver from a Spring Java application
asked a year agoCan i execute an Athena saved query from lambda?
Accepted AnswerAthena connect to snowflake no driver issue
asked 5 days agoRow is not a valid JSON Object - JSONException: Expected a ',' or '}'
asked a month agoNot able to connect with Tableau Desktop to Amazon Athena. Error: AA76601F
asked 6 months agoSagemake couldn't access S3 vis athena query
asked 2 months ago[AthenaJDBC](100131) An error has been thrown from the AWS SDK client. Connecting to Amazon Athena Data Source
Accepted Answerasked 2 months agoAthena QuickSight query timesout
asked 4 months agoConstant ERR_SIG_TIMEOUT using the web client on Linux and Windows
asked 2 years ago