shubhammapara-sprih commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2859617601
Do we have a fix for this? I'm facing same issue inside, here's the stack
trace
```
com.google.common.util.concurrent.ExecutionError:
java.lang.NoSuchMethodError: 'java.lang.String
com.google.auth.Credentials.getUniverseDomain()'
at
com.google.common.util.concurrent.Futures.wrapAndThrowUnchecked(Futures.java:1388)
~[guava-31.1-jre.jar:?]
at
com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1381)
~[guava-31.1-jre.jar:?]
at
com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:53)
~[gax-2.49.0.jar:2.49.0]
at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
~[gax-2.49.0.jar:2.49.0]
at
com.google.cloud.vertexai.generativeai.GenerativeModel.generateContent(GenerativeModel.java:400)
~[google-cloud-vertexai-1.5.0.jar:1.5.0]
at
com.google.cloud.vertexai.generativeai.GenerativeModel.generateContent(GenerativeModel.java:387)
~[google-cloud-vertexai-1.5.0.jar:1.5.0]
at
com.google.cloud.vertexai.generativeai.GenerativeModel.generateContent(GenerativeModel.java:374)
~[google-cloud-vertexai-1.5.0.jar:1.5.0]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]