githubuser100007

Results 6 comments of githubuser100007

Had same issue. Workaround regexp here: --direct-access-hostpath-regexps="(.*pagead2.googlesyndication.com.*$|.*accounts.google.com.*$|.*dl.google.com.*$|.*clients2.google.com.*$|.*?\\.(?:txt|css|eot|svg|gif|ico|jpe?g|js|less|mkv|min|mp4|mpe?g|png|ttf|webm|webp|woff2?)$)"

So whenever we receive a: ``` java.net.SocketTimeoutException: Read timed out ``` We can assume it's ChatGPT? Because we get these when running multiple threads, and the other threads are doing...

All I am getting is a read timeout error. No error code from the chat completion call since it is throwing an exception. Is there a best practice for running...

+1 for this. I have an EAR project that contains all of my jar files (under /EarContent) and two other projects reference it via the MANIFEST.MF mechanism. So running your...

I'd like to add that the issue is that the location of sdkProperties cannot be changed. I cannot deploy a WAR file and have FileInputStream find it. To lookup any...

When running a Java application in a containerized environment, accessing external files or resources might require a different approach compared to running the application locally. In your case, the code...