Skip to content
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

Datapusher stuck with pending status #100

Open
sagargg opened this issue Jun 26, 2023 · 2 comments
Open

Datapusher stuck with pending status #100

sagargg opened this issue Jun 26, 2023 · 2 comments

Comments

@sagargg
Copy link

sagargg commented Jun 26, 2023

Describe the bug

Datapusher stuck with pending status, when i check the datapusher log it's throwing the below error.

datapusher-plus  | During handling of the above exception, another exception occurred:
datapusher-plus  | 
datapusher-plus  | Traceback (most recent call last):
datapusher-plus  |   File "/usr/lib/ckan/dpplus_venv/lib/python3.10/site-packages/apscheduler/executors/base.py", line 125, in run_job
datapusher-plus  |     retval = job.func(*job.args, **job.kwargs)
datapusher-plus  |   File "/srv/app/src/datapusher-plus/datapusher/jobs.py", line 406, in push_to_datastore
datapusher-plus  |     raise util.JobError("Cannot parse qsv version info: {}".format(e))
datapusher-plus  | ckanserviceprovider.util.JobError: Cannot parse qsv version info:  is not valid SemVer string
datapusher-plus  | --- Logging error ---
datapusher-plus  | Traceback (most recent call last):
datapusher-plus  |   File "/srv/app/src/datapusher-plus/datapusher/jobs.py", line 399, in push_to_datastore
datapusher-plus  |     if semver.compare(qsv_semver, MINIMUM_QSV_VERSION) < 0:
datapusher-plus  |   File "/usr/lib/ckan/dpplus_venv/lib/python3.10/site-packages/semver/_deprecated.py", line 80, in wrapper
datapusher-plus  |     return func(*args, **kwargs)  # type: ignore
datapusher-plus  |   File "/usr/lib/ckan/dpplus_venv/lib/python3.10/site-packages/semver/_deprecated.py", line 112, in compare
datapusher-plus  |     return Version.parse(ver1).compare(ver2)
datapusher-plus  |   File "/usr/lib/ckan/dpplus_venv/lib/python3.10/site-packages/semver/version.py", line 646, in parse
datapusher-plus  |     raise ValueError(f"{version} is not valid SemVer string")
datapusher-plus  | ValueError:  is not valid SemVer string
datapusher-plus  | 
datapusher-plus  | During handling of the above exception, another exception occurred:

I've used the docker datapusher-plus-docker , it seems like it's due to the qsvdp, running /usr/local/bin/qsvdp --version also throwing error. below
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

@jqnatividad
Copy link
Contributor

Thanks @sagargg for the report.

It looks like the qsvdp bin in the docker image is not at the right version.

Regardless, we're minting a new release today of both DP+ and DP+-docker and we'll ping you once its ready.

cc @minhajuddin2510

@sagargg
Copy link
Author

sagargg commented Jun 27, 2023

Cool. Thanks @jqnatividad .
I am able to setup it locally, but yeah once a new version is released. This issue can be closed. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants