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

scheduler not working #44

Closed
smrgeoinfo opened this issue Jan 25, 2018 · 2 comments
Closed

scheduler not working #44

smrgeoinfo opened this issue Jan 25, 2018 · 2 comments

Comments

@smrgeoinfo
Copy link

I'm trying to set a schedule for harvest jobs, using harvester release 2.5.1. I've set up several tasks, and I want to schedule them. I'm working with a new VM, CentOS 7.3., geoportal 2.5.0 runnign on same machine. SELunix is set to permissive. Harvesting works when I run the tasks (the input brokers are WAF, Output is localhost geoportal).
When I click on 'schedule' a little modal dialog opens with titled 'Task', with a 'Type' combo box and a 'Submit' button. The menu in the 'Type' combo box is empty. Clicking submit does nothing.
In the hrvyyy-mm-dd.log file, I see this message that appears to be related to trying to schedule:

... SEVERE [http-nio-8080-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [spring] in context with path [/harvester] threw exception [Request processing failed; nested exception is java.util.MissingResourceException: Can't find bundle for base name EngineResource, locale en_US] with root cause
...
at com.esri.geoportal.harvester.engine.triggers.AtTrigger.getTemplate(AtTrigger.java:95

)

@pandzel-zz
Copy link

Indeed, EngineResource.properties file has been missing. Latest commit fixes that.

@smrgeoinfo
Copy link
Author

smrgeoinfo commented Jan 26, 2018

I can't get a workable war to build in Eclipse (still a newbie), so I just want to copy the EngineResource.properties onto the server webapps/harvester folder, It goes at
/opt/tomcat/webapps/harvester/WEB-INF/classes

Thanks-- got it working now.

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