giteng

Results 37 comments of giteng

Thank you @soulgalore ! I haven't tried that. I will check it out.

I am facing the same issue with v1.7.2 as well. I think the reason is that after v1.5.0, the underlying binary that blade invokes for executing Docker/container - JVM experiments...

> Have you tried the newest version @ramgiteng? Now v1.0.2? Hi Jacob, apologies for not following up. It's been a while since I last attempted using this. Will try it...

Thank you, Sai. Suppose a website has a number of new builds for the same app and I want the app on all my real devices to upgrade to the...

Sai, do we start the DeviceManager by running the jar file in the specific directory? Using the command: java -jar .jar?

My use-case is to obtain information about the connected devices such as capturing screenshots, collecting device logs, and obtaining device properties. I added the maven dependency but do we need...

Hi, may I know on what process did you inject the chaos? Producer or Consumer or Server?

@xcaspar I downloaded and tried the throwCustomException/delay experiments. It still didn't work. Please refer to the following logs from **~/logs/sandbox/sandbox.log** ``` 2025-09-19 05:45:06 chaosblade INFO IMLCB: found new module, prepare...

Restarted the application by running the below command: `java --add-opens java.base/java.net=ALL-UNNAMED -jar demo-17.jar` and executed `./blade create jvm throwCustomException --exception java.lang.Exception --classname com.pace.azure.demo.SpringAzureDemoApplication --methodname message --timeout 30s --process demo` Still...