Skip to content

Instantly share code, notes, and snippets.

@t-book
Created May 21, 2024 08:06
Show Gist options
  • Save t-book/59fb9909f8a6b0bed2f2af9d2d93809c to your computer and use it in GitHub Desktop.
Save t-book/59fb9909f8a6b0bed2f2af9d2d93809c to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/importer/celery_tasks.py", line 235, in publish_resource
_publisher.publish_resources(data)
File "/usr/local/lib/python3.10/dist-packages/importer/publisher.py", line 69, in publish_resources
result = self.handler.publish_resources(
File "/usr/local/lib/python3.10/dist-packages/importer/handlers/common/vector.py", line 146, in publish_resources
raise e
File "/usr/local/lib/python3.10/dist-packages/importer/handlers/common/vector.py", line 134, in publish_resources
catalog.publish_featuretype(
File "/usr/local/lib/python3.10/dist-packages/geoserver/catalog.py", line 935, in publish_featuretype
raise FailedRequestError(
geoserver.catalog.FailedRequestError: Failed to publish feature type tl_2018_02_anrc : 500, This is unexpected, the layer srs seems to be mis-configured
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/celery/app/trace.py", line 453, in trace_task
R = retval = fun(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/celery/app/trace.py", line 736, in __protected_call__
return self.run(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/importer/celery_tasks.py", line 281, in publish_resource
raise PublishResourceException(detail=error_handler(e, execution_id))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment