I am getting the following error: Could you please help me narrow down to the cause
c:\TBJOLT\tabjolt-master>go --t=testplans\InteractVizLoadTest.jmx --d=10 --c=1
[2016-02-04 13:40:44,955] Perf harness is started with parameters: --rootPath=c:
\TBJOLT\tabjolt-master --t=testplans\InteractVizLoadTest.jmx --d=10 --c=1
[2016-02-04 13:40:45,128] unable to load configuration file based on binary loca
tion reflection; continuing...
[2016-02-04 13:40:45,131] Loaded properties file from c:\TBJOLT\tabjolt-master/c
onfig/PerfRunHarness.properties
[2016-02-04 13:40:45,138] Looking for `config` starting in: C:\TBJOLT\tabjolt-ma
ster\bin\perfRunHarness
[2016-02-04 13:40:45,149] Config folder path is: C:\TBJOLT\tabjolt-master\config
[2016-02-04 13:40:45,161] Loading Log4j configuration from: C:\TBJOLT\tabjolt-ma
ster\config\log4j.properties
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.tableausoftware.test.tools.perfRunHarness.Main.main(Main.java:66)
Caused by: com.tableausoftware.test.server.configuration.ConfigurationException:
Read empty configuration settings from: C:\TBJOLT\tabjolt-master\config\ServerT
estConfig.yaml
at com.tableausoftware.test.server.configuration.ConfigurationFileParser
.parseFile(ConfigurationFileParser.java:122)
at com.tableausoftware.test.server.configuration.AbstractConfig.loadConf
iguration(AbstractConfig.java:134)
at com.tableausoftware.test.server.configuration.AbstractConfig.loadConf
iguration(AbstractConfig.java:85)
at com.tableausoftware.test.server.configuration.ServerTestConfig.loadCo
nfiguration(ServerTestConfig.java:89)
at com.tableausoftware.test.server.configuration.ServerTestConfig.getIns
tance(ServerTestConfig.java:164)
at com.tableausoftware.test.server.configuration.ServerTestConfig.getIns
tance(ServerTestConfig.java:153)
at com.tableausoftware.test.server.configuration.ServerTestConfig.<clini
t>(ServerTestConfig.java:67)
... 1 more
2 answers
Hi Abhay,
Were you able to resolve this issue? I'm having the same problem and can't find a solution.