-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cygnus ckan-sink throw a error saving the objects #1899
Comments
It seems that the request to CKAN API results in error:
Maybe the Cygnus log trace could be prettier and provide more information, but the cause seems to be at CKAN. I don't know why CKAN is responding with 409 response code. Maybe getting traces of the request sent by Cygnus and response received by CKAN could help. I'd suggest to increase Cygnus log level to DEBUG and check CKAN logs also. If that doesn't provide useful information, need step is to capture (using tcpdump or similar) and analyze the request-response between Cygnus and CKAN. |
|
|
In CKAN I have data stored in CKAN resources. But the communication between cygnus-ckan return 409, if the entity does not change, |
From the logs:
So it seems there is some kind of validation error when Cygnus tries to interact with CKAN. Which request is the one done by Cygnus that produces that error? If not easy to get that in the Cygnus logs, maybe capturing traffic in the Cygnus-CKAN interaction can help. |
Hello, i would like to know if this issue was solved. Thank you. |
Maybe could you tried with latest cygnus docker image and tell us, please? |
okay, i will try and i let you know. |
I still get the same error.
I added a an Entity, that all worked without any problems. Then in CKAN i deleted the dataset and also any trace of it in the Admin-Trash. Then when i try to add again the same Entity i get the 404. If i restart Cygnus and try again, it works perfectly. Do you think the error is more related to CKAN than to Cygnus implementation? |
Hello Alvaro, I would like to know if you could give me some hints? Thank you. |
Hi @sanamart your previous reported errors where 409 (typically already created), now you are getting a 404 error (topically not found error). It seems not the same. |
Hi @AlvaroVega , should i open a new issue? |
Hello
I have deployed a Cygnus-ckan instance.
When I update the entity attribute and Orion executes the subscriptions. Cygnus throws the following error:
The text was updated successfully, but these errors were encountered: