You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to execute a task, the server returns 500 internal server error.
Error Message:
In the UI: Error executing task: natres-harvest-server
In the dev console: Unable to load rest/harvester/tasks/e748f210-5af0-48f0-8393-5f648819a9df/execute? status: 500
Task - this is accessible at /rest/harvester/tasks/e748f210-5af0-48f0-8393-5f648819a9df:
The task executes and harvests content or fails gracefully with feedback to the user on whatever caused the failure.
Environment
Provided for context only, the deployment is working fine otherwise for both the geoportal and harvester. I can login, add brokers, add tasks, etc just not execute them.
Only thing in the logs that looked potentially relevant was this warning:
WARNING [http-nio-8080-exec-3] org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.logException
Resolved [org.springframework.http.converter.HttpMessageNotReadableException:
Required request body is missing: public org.springframework.http.ResponseEntity<com.esri.geoportal.harvester.support.TaskResponse> com.esri.geoportal.harvester.rest.TaskController.addTask(com.esri.geoportal.harvester.api.defs.TaskDefinition)]
Issue
When attempting to execute a task, the server returns 500 internal server error.
Error Message:
In the UI:
Error executing task: natres-harvest-server
In the dev console:
Unable to load rest/harvester/tasks/e748f210-5af0-48f0-8393-5f648819a9df/execute? status: 500
Task - this is accessible at /rest/harvester/tasks/e748f210-5af0-48f0-8393-5f648819a9df:
Expected
The task executes and harvests content or fails gracefully with feedback to the user on whatever caused the failure.
Environment
Provided for context only, the deployment is working fine otherwise for both the geoportal and harvester. I can login, add brokers, add tasks, etc just not execute them.
Only thing in the logs that looked potentially relevant was this warning:
Versions:
docker 20.10, docker-compose 1.27.4, adoptopenjdk 11, openj9, tomcat 9.0.41
Dockerfile
docker-compose.yml
The text was updated successfully, but these errors were encountered: