-
Notifications
You must be signed in to change notification settings - Fork 144
Description
In hammerdb 4.0 TPC-C, "vurun" command fails with error "invalid command name "cal/bin/tclsh8.6"".
Looks like the pathname is truncated and it is expecting the path "/usr/local/bin/tclsh8.6"
Below is the output when we run "vurun"
Error in Virtual User 19: invalid command name "cal/bin/tclsh8.6"
Vuser 19:FINISHED FAILED
Error in Virtual User 20: invalid command name "cal/bin/tclsh8.6"
Vuser 20:FINISHED FAILED
Vuser 22:RUNNING
Vuser 23:RUNNING
Error in Virtual User 21: invalid command name "cal/bin/tclsh8.6"
Vuser 21:FINISHED FAILED
Error in Virtual User 22: invalid command name "cal/bin/tclsh8.6"
Vuser 22:FINISHED FAILED
Vuser 24:RUNNING
Vuser 25:RUNNING
Error in Virtual User 23: invalid command name "cal/bin/tclsh8.6"
Vuser 23:FINISHED FAILED
Vuser 26:RUNNING
Error in Virtual User 24: invalid command name "cal/bin/tclsh8.6"
Vuser 24:FINISHED FAILED
hammer-tpcc-run.log
mysql-dict.log
In the logs the my_sql host IP address has been masked for reasons of privacy
How do we fix this? We want to run tpc-c benchmarking.