Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

DB Connector - Error when crating account

ejeong
Valued Contributor
Valued Contributor

We made new connection with DB interface.

CreateAccountJSON works one day and not working next day. then we need to make new job and connection and it works.

Here is error we found in debug log. has anyone seen this error before?

2022-11-23/02:33:51.412 [{}] [quartzScheduler_Worker-1]  ERROR provisoning.DBProvisioningService - Error occured in Excecuting Query
2022-11-23/02:33:51.461 [{}] [quartzScheduler_Worker-1]  DEBUG provisoning.DBProvisioningService - Closing statements
2022-11-23/02:33:51.462 [{}] [quartzScheduler_Worker-1]  DEBUG provisoning.DBProvisioningService - Closing stmt
2022-11-23/02:33:51.464 [{}] [quartzScheduler_Worker-1]  DEBUG rest.RestUtilService - Got showLogs = true
2022-11-23/02:33:51.480 [{}] [quartzScheduler_Worker-1]  ERROR provisoning.DBProvisioningService - Error occured in creating account
groovy.lang.MissingMethodException: No signature of method: org.apache.commons.logging.impl.SLF4JLog.error() is applicable for argument types: (java.lang.String, java.lang.String) values: [ Exception occurred while assigning, salee19-Exception occured while Excecuting Query]
Possible solutions: error(java.lang.Object), error(java.lang.Object, java.lang.Throwable), iterator(), grep(), every()
	at com.saviynt.provisoning.DBProvisioningService$_createAccount_closure2.doCall(DBProvisioningService.groovy:474)
	at com.saviynt.provisoning.DBProvisioningService.createAccount(DBProvisioningService.groovy:288)
	at com.saviynt.ecm.services.ArsTaskService.createAccountTarget(ArsTaskService.groovy:10515)
	at com.saviynt.ecm.services.ArsTaskHelperService$_whenTaskTypeIsThreeNewAccountAccess_closure48.doCall(ArsTaskHelperService.groovy:2902)
	at com.saviynt.ecm.services.ArsTaskHelperService.whenTaskTypeIsThreeNewAccountAccess(ArsTaskHelperService.groovy:2893)
	at com.saviynt.ecm.services.ArsTaskHelperService$_completeAutoProvTasksUpgraded_closure1.doCall(ArsTaskHelperService.groovy:160)
	at com.saviynt.ecm.services.ArsTaskHelperService.completeAutoProvTasksUpgraded(ArsTaskHelperService.groovy:145)
	at MultipleProvisioningJob.execute(MultipleProvisioningJob.groovy:222)
	at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
	at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546)
1 REPLY 1

rushikeshvartak
All-Star
All-Star

Share json


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.