Hello,
I am facing this issue where intermittently some of my simulation files are not appearing in the selection menu on running gatling.sh, even though they are present in user_files/simulations
kishankumar:/opt/software/old_gatling-charts-highcharts-bundle-2.1.7/bin$ sudo sh gatling.sh
GATLING_HOME is set to /opt/software/old_gatling-charts-highcharts-bundle-2.1.7
Choose a simulation number:
[0] computerdatabase.BasicSimulation
[1] computerdatabase.advanced.AdvancedSimulationStep01
[2] computerdatabase.advanced.AdvancedSimulationStep02
[3] computerdatabase.advanced.AdvancedSimulationStep03
[4] computerdatabase.advanced.AdvancedSimulationStep04
[5] computerdatabase.advanced.AdvancedSimulationStep05
[6] gamma1.UAT1oct27HomePageNoStaticResources
[7] gamma1.UAT1oct27HomePageNoStaticResourcesWL
[8] gamma1.UAT49HomePageNoStaticResources
[9] gamma1.UAT49HomePageNoStaticResourcesWL
[10] gamma1.gammaCarLoanFullFlowNoStaticResources
[11] gamma1.gammaHomePageNoStaticResourcesWL
[12] prod111.gammaTest1
[13] prod111.prodTest1
[14] prod111.prodTest1Dup
[15] prod111.prodtempTest1
[16] prod111.testProd111111
[17] prod111.testProd123
[18] prod111.testProdHomePage
I am using Gatling on Ubuntu & am using HAR method to get the recording and am able to generate scala simulation files out of them using Gatling recorder.
I tried with the latest snapshots of both the Gatling versions 2.1.7 & 2.2.0.
Please find attached couple of .har & .scala files for reference.
There is one more issue, where I am hitting "MissingResourceException Issue in getting Date Pattern
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key date.format".
This same issue is not seen during normal browsing but seen only when I do the HAR recording & run the scala simulation using Gatling.
Below is the formParam for the corresponding HTTP request from the scala file:
.formParam("timestamp", "1445947913855")
Any clue in this regard would be highly appreciated.