I've updated a version, following the guide. <http...
# java
f
I've updated a version, following the guide. https://github.com/pulumi/pulumi-java?tab=readme-ov-file It works perfectly when pulumi is compliling for me. But when I'm following the second part of the guide and providing the jar file compiled by pulumi - I'm getting GRCP unable to connect error. What might be the reason?
Copy code
<{%reset%}>)
I0109 14:23:07.174520  285840 log.go:81] eventSink::Infoerr(<{%reset%}>SEVERE: Running program [PID: 285916](/home/eg/.sdkman/candidates/java/17.0.9-tem/bin/java -jar compiled.jar) failed with an unhandled exception:
<{%reset%}>)
I0109 14:23:07.174558  285840 log.go:81] eventSink::Infoerr(<{%reset%}>io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
<{%reset%}>)
I0109 14:23:07.174570  285840 log.go:81] eventSink::Infoerr(<{%reset%}> at io.grpc.Status.asRuntimeException(Status.java:539)
<{%reset%}>)
I0109 14:23:07.174576  285840 log.go:81] eventSink::Infoerr(<{%reset%}> at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:544)
<{%reset%}>)
I0109 14:23:07.174580  285840 log.go:81] eventSink::Infoerr(<{%reset%}> at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:576)
<{%reset%}>)