Hi All, I am using an Airbyte connector from MySQL...
# ask-community-for-troubleshooting
b
Hi All, I am using an Airbyte connector from MySQL to Snowflake. The connection is frequently failing with the following exception:
Copy code
2023-05-16 14:50:37 [44msource[0m > ERROR i.a.i.b.AirbyteExceptionHandler(uncaughtException):26 Something went wrong in the connector. See the logs for more details. java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLException: Streaming result set com.mysql.cj.protocol.a.result.ResultsetRowsStreaming@3e48d38 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
I wonder if there is a bug in the Java code that is not closing connections? Either way has anyone faced a similar issue or have any suggested workarounds? Thanks in advance.
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, I recommend checking the Airbyte [documentation](https://docs.airbyte.com) and [GitHub issues](https://github.com/airbytehq/airbyte/issues) to see if there are any related discussions or solutions.
c
@Benjamin Edwards - I’m getting the same issue, did you find a solution or workaround?
b
Hi @Carolina Buckler the error message is not at all clear, it was being caused by a particular table having an extremely wide column, by removing that table from the connection it worked.
But I think this error message could be returned due to a number of causes