Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Caused by: java.lang.RuntimeException: ETCD Service Failure! - sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  2. at nwu.student.addsanddrops.workitemhandlers.AddAndDropModulesInStudentSystemWorkItemHandler.getService(AddAndDropModulesInStudentSystemWorkItemHandler.java:126)
  3. at nwu.student.addsanddrops.workitemhandlers.AddAndDropModulesInStudentSystemWorkItemHandler.executeWorkItem(AddAndDropModulesInStudentSystemWorkItemHandler.java:57)
  4. at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.internalExecuteWorkItem(JPAWorkItemManager.java:69)
  5. at org.jbpm.workflow.instance.node.WorkItemNodeInstance.internalTrigger(WorkItemNodeInstance.java:139)
  6. ... 108 more
  7. Caused by: assemble.edu.exceptions.OperationFailedException: ETCD Service Failure! - sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  8. at za.ac.nwu.registry.EtcdRegistryClient.getWSEndpoint(EtcdRegistryClient.java:91)
  9. at nwu.teachingandlearning.studentadministration.studentrecordmaintenance.service.factory.StudentRecordMaintenanceServiceCRUDClientFactory.getStudentRecordMaintenanceServiceCRUD(StudentRecordMaintenanceServiceCRUDClientFactory.java:28)
  10. at nwu.student.addsanddrops.workitemhandlers.AddAndDropModulesInStudentSystemWorkItemHandler.getService(AddAndDropModulesInStudentSystemWorkItemHandler.java:122)
  11. ... 111 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement