This message was deleted.
# rancher-desktop
a
This message was deleted.
w
so remember this is a public forum and unrelated to Oracle and thus we don't have access to their docs. It looks like they have an error in their docs. RD doesn't put that file in the "roaming" side of your profile so it would be in %LOCALAPPDATA%\rancher-desktop\settings.json
l
Hi @wide-mechanic-33041 My dev setup is on virtual but once the code is built I'm moving the artifact to local and running i.e., move the package to windows laptop(local) and run it using rancher I am getting below error Exception in thread "main" java.lang.RuntimeException: org.mandas.docker.client.exceptions.DockerException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:2375 [localhost/127.0.0.1, localhost/0000000:1] failed: Connection refused: getsockopt at com.cerner.alva.internal.DockerUtil.handleDockerException(DockerUtil.java:171) at com.cerner.alva.internal.DockerUtil.buildImage(DockerUtil.java:124) at com.cerner.alva.internal.DockerGenerator.buildImage(DockerGenerator.java:287) at com.cerner.alva.LoneWolf.generate(LoneWolf.java:212) at com.cerner.alva.LoneWolf.execute(LoneWolf.java:173) at com.cerner.alva.LoneWolf.main(LoneWolf.java:106) Caused by: org.mandas.docker.client.exceptions.DockerException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:2375 [localhost/127.0.0.1, localhost/0000000:1] failed: Connection refused: getsockopt
@wide-mechanic-33041 can you help me resolve this?
w
so thats your app code. so tough for me to help with that, but on the surface it looks like it is expecting docker to be listening on tcp:2375 versus the more common unix socket (or named pipe in windows world). you would need to adjust containerd to include a tcp listener most likely. i would talk to the app maintainers if they require containerd to be listening on 2375 as well
l
yeah please check that
w
its your code? none of us have access to it. i really do think talking to a team member or someone inside oracle may have a better outcome as none of us have a clue on what you. are trying to do
l
ok
f
I think
settings.json
(and others) were moved from the roaming to the local profile in Rancher Desktop 1.11.0 (see also Why is Rancher Desktop using %APPDATA% at all? · Issue #5378)
👍 1
w
i know i checked mine and it was already manual so may just be out of date docs in a couple places.