Pierre Hilson
Pierre Hilson
This is true when the --auto-restart is set, which is the default (while I don't know how to disable it ;-) ). Note: A simple "vi mocks/mock1/mock1-config.yaml" is triggering many...
@outofcoffee Do not close it yet. I'll try to find some time to provide you with more info. Just need some time...
Here is the way to reproduce it. I create a mock of my provider: provider\provider-config.yaml ``` plugin: rest resources: - path: "/get_204_nobody" response: statusCode: 204 ``` I start an imposter...
Thank you for the details. The imposter mocks are lauched by "monit" that even have no $HOME when launching commands :-( I somehow managed to work-around it by adding this...
I couldn't easily reply to the "If you run the `env` command..." because the imposter mocks are lauched by "monit" that even have no $HOME when launching commands :-( I...
I'm afraid this is not working in 3.22.0 ``` C:\Users\ME\Documents\imposter>imposter up csesd\inscriptionV1 time="2023-06-08T13:02:34+02:00" level=debug msg="engine binary '3.22.0' already present" WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 13:02:37 ERROR...
Even setting the variable does not help anymore... ``` C:\Users\ME\Documents\imposter>set JAVA_TOOL_OPTIONS="-Dvertx.cacheDirBase=C:\Temp\vertx-cache" C:\Users\ME\Documents\imposter>imposter up csesd\inscriptionV1 time="2023-06-08T13:05:09+02:00" level=debug msg="engine binary '3.22.0' already present" Picked up JAVA_TOOL_OPTIONS: "-Dvertx.cacheDirBase=C:\Temp\vertx-cache" WARNING: sun.reflect.Reflection.getCallerClass is not supported....
Hi, `echo %TEMP%` shows: `C:\Users\ME\AppData\Local\Temp` The 3.22.1 seems ok: ``` C:\Users\ME\Documents\imposter>imposter up csesd\inscriptionV1 time="2023-06-12T09:09:54+02:00" level=debug msg="downloading https://github.com/outofcoffee/imposter/releases/download/v3.22.1/imposter.jar" Picked up JAVA_TOOL_OPTIONS: "-Dvertx.cacheDirBase=C:\Temp\vertx-cache" WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance....
3.23.2 does not seem to work :-/ C:\Users\ME\Documents\ESB\apigee-workspace\api-proxies\prov\soa>imposter up mock\prov-soa-csesd-imposterTest-v1\mock time="2023-06-18T11:17:05+02:00" level=debug msg="downloading https://github.com/outofcoffee/imposter/releases/download/v3.23.2/imposter.jar" 11:17:15 ERROR i.g.i.c.ImposterLauncher - Error starting server java.lang.IllegalStateException: Unable to create folder at path 'C:\WINDOWS\\vertx-cache' at...
Maybe this is if some help... or not 😉 https://github.com/OAI/OpenAPI-Specification/issues/1969 https://github.com/OAI/OpenAPI-Specification/issues/2804