Cant scale out two simulation.log.

34 views
Skip to first unread message

yigal ulger

unread,
Jan 8, 2017, 11:40:27 AM1/8/17
to Gatling User Group
.Hi
:I am trying to scale two simulation files and getting

java.util.NoSuchElementException: head of empty list

at scala.collection.immutable.Nil$.head(List.scala:420)

at scala.collection.immutable.Nil$.head(List.scala:417)

at scala.collection.generic.TraversableForwarder$class.head(TraversableForwarder.scala:56)

at scala.collection.mutable.ListBuffer.head(ListBuffer.scala:45)

at io.gatling.charts.stats.LogFileReader.firstPass(LogFileReader.scala:122)

at io.gatling.charts.stats.LogFileReader.io$gatling$charts$stats$LogFileReader$$$anonfun$8(LogFileReader.scala:125)

at io.gatling.charts.stats.LogFileReader$$Lambda$25/1122130699.apply(Unknown Source)

at io.gatling.charts.stats.LogFileReader.parseInputFiles(LogFileReader.scala:63)

at io.gatling.charts.stats.LogFileReader.<init>(LogFileReader.scala:125)

at io.gatling.app.RunResultProcessor.initLogFileReader(RunResultProcessor.scala:67)

at io.gatling.app.RunResultProcessor.processRunResult(RunResultProcessor.scala:49)

at io.gatling.app.Gatling$.start(Gatling.scala:61)

at io.gatling.app.Gatling$.fromArgs(Gatling.scala:41)

at io.gatling.app.Gatling$.main(Gatling.scala:33)

at io.gatling.app.Gatling.main(Gatling.scala) 

.I am using gatling.sh version 2.2.3
.Commend: ./gatling.sh -ro ./simulations
 simulations directory contains two logs files

first 10 lines from first file:


test.performance.simulations.SimulationSendMessageHttpOldIdentity simulationsendmessagehttpoldidentity RUN 1483884387130 2.0
Load test 671566810404008833-0 USER START 1483884387156 0
Load test 671566810404008833-1 USER START 1483884387733 0
Load test 671566810404008833-2 USER START 1483884388233 0
Load test 671566810404008833-1 REQUEST Login 1483884388349 1483884388573 1483884388673 1483884388673 OK  
Load test 671566810404008833-3 USER START 1483884388733 0
Load test 671566810404008833-0 REQUEST Login 1483884387189 1483884388576 1483884388734 1483884388734 OK  
Load test 671566810404008833-2 REQUEST Login 1483884388352 1483884388578 1483884388735 1483884388735 OK  
Load test 671566810404008833-0 REQUEST GetToken 1483884388740 1483884388742 1483884388881 1483884388881 OK  
Load test 671566810404008833-1 REQUEST GetToken 1483884388721 1483884388723 1483884388968 1483884388968 OK  


:first 10 lines from second file

test.performance.simulations.SimulationSendMessageHttpOldIdentity simulationsendmessagehttpoldidentity RUN 1483884388130 2.0
Load test 9158292336216160079-0 USER START 1483884388149 0
Load test 9158292336216160079-1 USER START 1483884388734 0
Load test 9158292336216160079-0 REQUEST Login 1483884388182 1483884388568 1483884388735 1483884388735 OK  
Load test 9158292336216160079-0 REQUEST GetToken 1483884388788 1483884388790 1483884388879 1483884388879 KO status.find.is(200), but actually found 400
Load test 9158292336216160079-1 REQUEST Login 1483884388736 1483884388832 1483884389005 1483884389005 OK  
Load test 9158292336216160079-1 REQUEST GetToken 1483884389007 1483884389010 1483884389100 1483884389100 KO status.find.is(200), but actually found 400
Load test 9158292336216160079-2 USER START 1483884389235 0
Load test 9158292336216160079-2 REQUEST Login 1483884389237 1483884389333 1483884389506 1483884389506 OK  
Load test 9158292336216160079-2 REQUEST GetToken 1483884389508 1483884389510 1483884389588 1483884389588 KO status.find.is(200), but actually found 400

What am i doing wrong?

Thanks
Reply all
Reply to author
Forward
0 new messages