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

Error al subir al Data Store-Error 500 #175

Open
sebastiancorrea81 opened this issue Oct 16, 2018 · 2 comments
Open

Error al subir al Data Store-Error 500 #175

sebastiancorrea81 opened this issue Oct 16, 2018 · 2 comments

Comments

@sebastiancorrea81
Copy link

Buenos dias al querer subir un archivo al data store. el portal me aroja un error 500, aparentemente por quenoe estaria bien definida la url. intente cambiar del puerto 80 al 8080 y al 8800 y da el mismo
imagen

@poligarcia
Copy link
Contributor

Hola @sebastiancorrea81 !

Podras fijate si dentro del contenedor portal este comando lanza un error relacionado con flask?

/usr/lib/ckan/datapusher/bin/datapusher

@sebastiancorrea81
Copy link
Author

Hola @poligarcia, esto me devuelve el comando
root@1809e58c7aef:/usr/lib/ckan/datapusher/bin# ./datapusher
Traceback (most recent call last):
File "./datapusher", line 11, in
load_entry_point('datapusher', 'console_scripts', 'datapusher')()
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2691, in load_entry_point
return ep.load()
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2322, in load
return self.resolve()
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2328, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/lib/ckan/datapusher/src/datapusher/datapusher/main.py", line 3, in
import ckanserviceprovider.web as web
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/ckanserviceprovider/web.py", line 13, in
import flask.ext.login as flogin
ImportError: No module named ext.login
root@1809e58c7aef:/usr/lib/ckan/datapusher/bin#

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