nadment opened a new issue, #5482:
URL: https://github.com/apache/hop/issues/5482
### Apache Hop version?
2.15
### Java version?
17
### Operating system
Windows
### What happened?
Check workflow that contains ActionCheckDbConnections throws the following
exception
```
00:05:08.873 [Thread-37] ERROR
org.apache.commons.validator.util.ValidatorUtils - Unknown property 'tablename'
on class 'class
org.apache.hop.workflow.actions.checkdbconnection.ActionCheckDbConnections'
java.lang.NoSuchMethodException: Unknown property 'tablename' on class
'class
org.apache.hop.workflow.actions.checkdbconnection.ActionCheckDbConnections'
at
org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1270)
~[commons-beanutils-1.9.4.jar:1.9.4]
at
org.apache.commons.beanutils.PropertyUtilsBean.getNestedProperty(PropertyUtilsBean.java:809)
~[commons-beanutils-1.9.4.jar:1.9.4]
at
org.apache.commons.beanutils.PropertyUtilsBean.getProperty(PropertyUtilsBean.java:885)
~[commons-beanutils-1.9.4.jar:1.9.4]
at
org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:464)
~[commons-beanutils-1.9.4.jar:1.9.4]
at
org.apache.commons.validator.util.ValidatorUtils.getValueAsString(ValidatorUtils.java:121)
~[commons-validator-1.9.0.jar:1.9.0]
at
org.apache.hop.workflow.action.validator.NotBlankValidator.validate(NotBlankValidator.java:42)
~[hop-engine-2.15.0-SNAPSHOT.jar:2.15.0-SNAPSHOT]
at
org.apache.hop.workflow.action.validator.AndValidator.validate(AndValidator.java:46)
~[hop-engine-2.15.0-SNAPSHOT.jar:2.15.0-SNAPSHOT]
at
org.apache.hop.workflow.actions.checkdbconnection.ActionCheckDbConnections.check(ActionCheckDbConnections.java:227)
~[?:?]
at
org.apache.hop.workflow.WorkflowMeta.checkActions(WorkflowMeta.java:1788)
~[hop-engine-2.15.0-SNAPSHOT.jar:2.15.0-SNAPSHOT]
at
org.apache.hop.ui.hopgui.file.workflow.delegates.HopGuiWorkflowCheckDelegate.lambda$checkWorkflow$0(HopGuiWorkflowCheckDelegate.java:191)
~[hop-ui-2.15.0-SNAPSHOT.jar:2.15.0-SNAPSHOT]
at
org.apache.hop.ui.core.dialog.ProgressMonitorDialog.lambda$run$2(ProgressMonitorDialog.java:164)
~[hop-ui-2.15.0-SNAPSHOT.jar:2.15.0-SNAPSHOT]
at java.base/java.lang.Thread.run(Thread.java:842) [?:?]
```
### Issue Priority
Priority: 3
### Issue Component
Component: Actions
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]