You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When benchmarking MariaDB using MariaDB 10.1 on Ubuntu 14.04 AMI provided by AWS, I get the following errors :
PRELOAD-thread-0] ERROR de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction - Could not retrieve parameters for one or more operations in txId=0, processId=2
java.lang.RuntimeException: There was no registered custom parameter for the requested param ID -1
at de.tuberlin.ise.benchfoundry.logicalschema.queries.ParameterRegistry.getCustomParamForID(ParameterRegistry.java:85) ~[BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction.prepare(BusinessTransaction.java:165) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessProcess.run(BusinessProcess.java:113) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
2017-01-01 21:58:14.373 [PRELOAD-thread-1] ERROR de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction - Could not retrieve parameters for one or more operations in txId=0, processId=7
java.lang.RuntimeException: There was no registered custom parameter for the requested param ID -1
at de.tuberlin.ise.benchfoundry.logicalschema.queries.ParameterRegistry.getCustomParamForID(ParameterRegistry.java:85) ~[BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction.prepare(BusinessTransaction.java:165) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessProcess.run(BusinessProcess.java:113) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111][PRELOAD-thread-0] ERROR de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction - Could not retrieve parameters for one or more operations in txId=0, processId=2
java.lang.RuntimeException: There was no registered custom parameter for the requested param ID -1
at de.tuberlin.ise.benchfoundry.logicalschema.queries.ParameterRegistry.getCustomParamForID(ParameterRegistry.java:85) ~[BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction.prepare(BusinessTransaction.java:165) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessProcess.run(BusinessProcess.java:113) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
2017-01-01 21:58:14.373 [PRELOAD-thread-1] ERROR de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction - Could not retrieve parameters for one or more operations in txId=0, processId=7
java.lang.RuntimeException: There was no registered custom parameter for the requested param ID -1
at de.tuberlin.ise.benchfoundry.logicalschema.queries.ParameterRegistry.getCustomParamForID(ParameterRegistry.java:85) ~[BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessTransaction.prepare(BusinessTransaction.java:165) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at de.tuberlin.ise.benchfoundry.scheduling.BusinessProcess.run(BusinessProcess.java:113) [BenchFoundry-1.0-SNAPSHOT-jar-with-dependencies.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Thank you in advance,
Said026
The text was updated successfully, but these errors were encountered:
Hello ,
When benchmarking MariaDB using MariaDB 10.1 on Ubuntu 14.04 AMI provided by AWS, I get the following errors :
Thank you in advance,
Said026
The text was updated successfully, but these errors were encountered: