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

creating an import job results in oops #123

Closed
GerbenRienk opened this issue Jan 26, 2020 · 1 comment · Fixed by #130
Closed

creating an import job results in oops #123

GerbenRienk opened this issue Jan 26, 2020 · 1 comment · Fixed by #130
Assignees
Labels
bug Something isn't working

Comments

@GerbenRienk
Copy link
Collaborator

GerbenRienk commented Jan 26, 2020

lc 0.6.0

creating an importjob results in an error.
In lcw060.2020-01-26.log:
01/26 14:36:39 [] FTP INFO lctest_techadmin o.a.o.c.c.SecureController:154 - found no validation errors, continuing
01/26 14:36:39 [] FTP ERROR lctest_techadmin o.a.o.c.c.SecureController:605 - Process is throwing exception:
java.lang.ClassCastException: org.quartz.TriggerBuilder cannot be cast to org.quartz.SimpleTrigger
at org.akaza.openclinica.web.job.TriggerService.generateImportTrigger(TriggerService.java:162)
at org.akaza.openclinica.web.job.TriggerService.generateImportTrigger(TriggerService.java:135)
at org.akaza.openclinica.control.admin.CreateJobImportServlet.processRequest(CreateJobImportServlet.java:158)
at org.akaza.openclinica.control.core.SecureController.process(SecureController.java:589)
at org.akaza.openclinica.control.core.SecureController.doPost(SecureController.java:649)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
etc.

create_import_job_errors.log

@toskrip toskrip self-assigned this Jan 28, 2020
@toskrip toskrip added the bug Something isn't working label Jan 28, 2020
@toskrip toskrip added this to the LibreClinica-1.0 milestone Jan 28, 2020
@toskrip
Copy link
Collaborator

toskrip commented Jan 28, 2020

I reproduce this issue.

It occurs also for update import job and for cancel scheduled job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants