Hi,
Not working :
Exception in thread "main" java.lang.IllegalArgumentException: Uploaded file /home/ehugonnet/programs/gatling-charts-highcharts-1.2.4-SNAPSHOT/user-files/request-bodies/application/vnd.openxmlformats-officedocument.wordprocessingml.document does not exist
at com.excilys.ebi.gatling.http.request.builder.UploadedFile$.apply(UploadedFile.scala:31)
at com.excilys.ebi.gatling.http.request.builder.AbstractHttpRequestWithBodyAndParamsBuilder.upload(AbstractHttpRequestWithBodyAndParamsBuilder.scala:110)
at com.silverpeas.customers.inra.SimulationCreationPublication.apply(SimulationCreationPublication.scala:700)
at com.silverpeas.customers.inra.SimulationCreationPublication.apply(SimulationCreationPublication.scala:11)
Offending code :
.upload("""ScenariiAudit.docx""",
"""application/vnd.openxmlformats-officedocument.wordprocessingml.document""","""UTF-8""")
Cheers,
Le lundi 25 juin 2012 09:28:18 UTC+2, Stéphane Landelle a écrit :
Hi,
Very strange.
Nicolas a reimplemented our CookieStore, now it's way cleaner, and I've added some logs that would help us understand what happens.
Cheers,
Stephane
2012/6/25 Emmanuel Hugonnet
Hi,