Hi mates.. I was having some troubles at upgrading...
# ask-community-for-troubleshooting
m
Hi mates.. I was having some troubles at upgrading about
versionMismatchServer
, so I decided to erase whole project and clone it again from your repo, and I'm having the same error. Thank You
c
Getting a weird error related to setting up the Airbyte server when running Docker Compose -- wondering if this is because I played around with Airbyte in a past version?
If you are okay with losing your previous Airbyte configurations, you can run
docker-compose down -v
and that should fix things then
docker-compose up
.
m
yes, also tried with no success
even restarting Docker..
c
Try:
Copy code
docker volume rm $(docker volume ls -q | grep airbyte)
because:
docker-compose down -v
will be deleting volumes from the directory where you cloned from and you might have started airbyte from a different folder
m
Let's try it.. thank you @Chris (deprecated profile)
Absolutelly Thank you very much
c
yes it used to be in our docs… https://github.com/airbytehq/airbyte/blob/v0.26.0-alpha/docs/operator-guides/upgrading-airbyte.md @Subodh (Airbyte) / @abhi can we restore the docs for cases when automatic update does not handle it?
m
yes of course, I just wanted to tell that you sumarized perfectly the route, so I think your indication could be preponderant to the current. I'm having another issue, related to form-load on source selection
non-json response
c
could you post the logs?
m
lets see
1. {message: "Internal Server Error: null", exceptionClassName: "java.lang.NullPointerException",…} a. exceptionClassName: "java.lang.NullPointerException" b. exceptionStack: ["java.lang.NullPointerException",…] c. message: "Internal Server Error: null" d. rootCauseExceptionClassName: null e. rootCauseExceptionStack: []
u
@Mané Rom i could check_connection for this source, is possible to you share the Response from the server?
m
lets see
trying to get specifications for google-sheet source
airbyte-server | 2021-07-12 143431 ERROR i.a.s.RequestLogger(filter):107 - {workspace_app_root=/tmp/workspace/server/logs} - REQ 172.23.0.5 POST 500 /api/v1/source_definition_specifications/get - {"sourceDefinitionId":"71607ba1-c0ac-4799-8049-7f4b90dd50f7"}
a
As far as upgrading goes, here's the doc changes: https://github.com/airbytehq/airbyte/pull/4709 @Chris (deprecated profile) @Mané Rom
🙌 1