rstudio / shinyloadtest

Tools for load testing Shiny applications
https://rstudio.github.io/shinyloadtest
108 stars 22 forks source link

Interpretation of 'Playback failed' messages #151

Open GitHunter0 opened 2 years ago

GitHunter0 commented 2 years ago

Hi folks, sorry to open an issue about this, but I don't know how to interpret the playback failed message below. Any hint?

Is there a guide to understand error messages? I didn't find documentation about that.

2022-01-13 20:18:25.065 INFO [thread00] - Detected target application type: R/Shiny
2022-01-13 20:18:25.070 INFO [progress] - Running: 0, Failed: 0, Done: 0
2022-01-13 20:18:25.085 INFO [thread00] - Waiting for warmup to complete
2022-01-13 20:18:25.087 INFO [thread01] - Warming up
2022-01-13 20:18:30.083 INFO [progress] - Running: 1, Failed: 0, Done: 0
2022-01-13 20:18:35.087 INFO [progress] - Running: 1, Failed: 0, Done: 0
2022-01-13 20:18:40.088 INFO [progress] - Running: 1, Failed: 0, Done: 0
2022-01-13 20:18:45.089 INFO [progress] - Running: 1, Failed: 0, Done: 0
2022-01-13 20:18:50.090 INFO [progress] - Running: 1, Failed: 0, Done: 0
2022-01-13 20:18:55.090 INFO [progress] - Running: 1, Failed: 0, Done: 0
2022-01-13 20:18:59.804 INFO [thread02] - Warming up
2022-01-13 20:18:59.805 INFO [thread00] - Maintaining for 2 minutes (120000 ms)
2022-01-13 20:19:00.091 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:05.094 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:10.104 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:15.120 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:20.121 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:25.135 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:30.137 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:35.138 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:40.144 INFO [progress] - Running: 2, Failed: 0, Done: 0
2022-01-13 20:19:44.903 INFO [thread01] - Running again
2022-01-13 20:19:45.145 INFO [progress] - Running: 2, Failed: 0, Done: 1
2022-01-13 20:19:50.146 INFO [progress] - Running: 2, Failed: 0, Done: 1
2022-01-13 20:19:55.147 INFO [progress] - Running: 2, Failed: 0, Done: 1
2022-01-13 20:20:00.148 INFO [progress] - Running: 2, Failed: 0, Done: 1
2022-01-13 20:20:05.148 INFO [progress] - Running: 2, Failed: 0, Done: 1
2022-01-13 20:20:08.076 ERROR [thread02] - Playback failed: Parameter specified as non-null is null: method com.rstudio.shinycannon.Event$WS_OPEN$handle$2$$special$$inlined$also$lambda$1.onDisconnected, parameter serverCloseFrame
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method com.rstudio.shinycannon.Event$WS_OPEN$handle$2$$special$$inlined$also$lambda$1.onDisconnected, parameter serverCloseFrame
        at com.rstudio.shinycannon.Event$WS_OPEN$handle$2$$special$$inlined$also$lambda$1.onDisconnected(Events.kt)2022-01-13 20:20:08.086 INFO [thread02] - Running again
2022-01-13 20:20:10.151 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:15.152 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:20.161 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:25.176 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:30.177 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:35.178 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:40.193 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:45.193 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:50.200 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:55.202 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:20:59.807 INFO [thread00] - Stopped maintaining, waiting for workers to stop
2022-01-13 20:21:00.203 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:21:05.204 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:21:10.204 INFO [progress] - Running: 2, Failed: 1, Done: 1
2022-01-13 20:21:12.602 INFO [thread01] - Stopped
2022-01-13 20:21:15.205 INFO [progress] - Running: 1, Failed: 1, Done: 2
2022-01-13 20:21:20.206 INFO [progress] - Running: 1, Failed: 1, Done: 2
2022-01-13 20:21:21.273 ERROR [thread02] - Playback failed: Parameter specified as non-null is null: method com.rstudio.shinycannon.Event$WS_OPEN$handle$2$$special$$inlined$also$lambda$1.onDisconnected, parameter serverCloseFrame
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method com.rstudio.shinycannon.Event$WS_OPEN$handle$2$$special$$inlined$also$lambda$1.onDisconnected, parameter serverCloseFrame
        at com.rstudio.shinycannon.Event$WS_OPEN$handle$2$$special$$inlined$also$lambda$1.onDisconnected(Events.kt)2022-01-13 20:21:21.275 INFO [thread02] - Stopped
2022-01-13 20:21:21.276 INFO [thread00] - Complete. Failed: 2, Done: 2

Thank you