Getting error on schema discovery. #39116
Replies: 4 comments
-
same issue |
Beta Was this translation helpful? Give feedback.
-
Comparing the logs, between first that work fine and second that fails, I can see that the second starting a second HikariPool, called HikariPool-2, the first one end when HikariPool-1 shutdowns. In addition I can see, in the first, a message when start the log that says |
Beta Was this translation helpful? Give feedback.
-
That is independent of source type, I have tried MSSQL Server as source and Postgres too, the same result. I think is not source connector problem, I think is a main machine communication problem with source machine, however the creation of source success, the source connection testing is successful ... I dont understand ... |
Beta Was this translation helpful? Give feedback.
-
I couldn't solve it. I have created a new virtual machine, I have make a fresh Ubuntu 24.04 and Docker installation and I have test it again and voila, it works. But I don't know what is the reason. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Airbyte version: 0.61.0
OS Version / Instance: Ubuntu 22.04.4 LTS
Deployment: Docker
Source Connector and version: SQL Server 4.0.27
Destination Connector and version: Postgress 2.0.10
Step where error happened: Setup new connection
I'm begining to test airbyte, I deployed it using docker compose following this instructions: https://docs.airbyte.com/deploying-airbyte/docker-compose
I could transfer data from source database to dest database but when I try to move a big set of data I get memory and cpu issues. The machine where I were testing it was insuficient.
Ok, I create a new machine with more resources (CPU, RAM and HDD), install ubuntu 22.04 and docker.
However now when I try to move data between 2 databases I get this error:
And there is the log:
I don't know what can be the problem ...
I don't know how to see more logs or view the error description, I don't know what happen ...
Can some one help me?
Beta Was this translation helpful? Give feedback.
All reactions