René's URL Explorer Experiment


Title: Failed to unpack response from 'any' field on v1beta2.ClusterControllerClient.createClusterAsync · Issue #3585 · googleapis/google-cloud-java · GitHub

Open Graph Title: Failed to unpack response from 'any' field on v1beta2.ClusterControllerClient.createClusterAsync · Issue #3585 · googleapis/google-cloud-java

X Title: Failed to unpack response from 'any' field on v1beta2.ClusterControllerClient.createClusterAsync · Issue #3585 · googleapis/google-cloud-java

Description: ClusterControllerClient.createClusterAsync throws the following exception when it successfully created a cluster. java.util.concurrent.ExecutionException: com.google.api.gax.rpc.UnknownException: java.lang.IllegalStateException: Failed t...

Open Graph Description: ClusterControllerClient.createClusterAsync throws the following exception when it successfully created a cluster. java.util.concurrent.ExecutionException: com.google.api.gax.rpc.UnknownException: j...

X Description: ClusterControllerClient.createClusterAsync throws the following exception when it successfully created a cluster. java.util.concurrent.ExecutionException: com.google.api.gax.rpc.UnknownException: j...

Opengraph URL: https://github.com/googleapis/google-cloud-java/issues/3585

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Failed to unpack response from 'any' field on v1beta2.ClusterControllerClient.createClusterAsync","articleBody":"[`ClusterControllerClient.createClusterAsync`](https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/ClusterControllerClient.java) throws the following exception when it successfully created a cluster. \r\n\r\n```\r\njava.util.concurrent.ExecutionException: com.google.api.gax.rpc.UnknownException: java.lang.IllegalStateException: Failed to unpack object from 'any' field. Expected com.google.cloud.dataproc.v1beta2.Cluster, found type.googleapis.com/google.cloud.dataproc.v1.Cluster\r\n        at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:502)\r\n        at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:481)\r\n        at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:83)\r\n        at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:62)\r\n        at com.google.api.gax.longrunning.OperationFutureImpl.get(OperationFutureImpl.java:127)\r\n        at App.main(App.java:41)\r\nCaused by: com.google.api.gax.rpc.UnknownException: java.lang.IllegalStateException: Failed to unpack object from 'any' field. Expected com.google.cloud.dataproc.v1beta2.Cluster, found type.googleapis.com/google.cloud.dataproc.v1.Cluster\r\n        at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:117)\r\n        at com.google.api.gax.grpc.ProtoOperationTransformers$ResponseTransformer.apply(ProtoOperationTransformers.java:69)\r\n        at com.google.api.gax.grpc.ProtoOperationTransformers$ResponseTransformer.apply(ProtoOperationTransformers.java:46)\r\n        at com.google.api.core.ApiFutures$GaxFunctionToGuavaFunction.apply(ApiFutures.java:204)\r\n        at com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture.doTransform(AbstractTransformFuture.java:249)\r\n        at com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture.doTransform(AbstractTransformFuture.java:239)\r\n        at com.google.common.util.concurrent.AbstractTransformFuture.run(AbstractTransformFuture.java:130)\r\n        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)\r\n        at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:973)\r\n        at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:821)\r\n        at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:663)\r\n        at com.google.api.gax.retrying.BasicRetryingFuture.handleAttempt(BasicRetryingFuture.java:159)\r\n        at com.google.api.gax.retrying.CallbackChainRetryingFuture$AttemptCompletionListener.handle(CallbackChainRetryingFuture.java:134)\r\n        at com.google.api.gax.retrying.CallbackChainRetryingFuture$AttemptCompletionListener.run(CallbackChainRetryingFuture.java:114)\r\n        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)\r\n        at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:973)\r\n        at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:821)\r\n        at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:663)\r\n        at com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture.setResult(AbstractTransformFuture.java:255)\r\n        at com.google.common.util.concurrent.AbstractTransformFuture.run(AbstractTransformFuture.java:177)\r\n        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)\r\n        at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:973)\r\n        at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:821)\r\n        at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:663)\r\n        at com.google.api.gax.retrying.BasicRetryingFuture.handleAttempt(BasicRetryingFuture.java:159)\r\n        at com.google.api.gax.retrying.CallbackChainRetryingFuture$AttemptCompletionListener.handle(CallbackChainRetryingFuture.java:134)\r\n        at com.google.api.gax.retrying.CallbackChainRetryingFuture$AttemptCompletionListener.run(CallbackChainRetryingFuture.java:114)\r\n        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)\r\n        at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:973)\r\n        at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:821)\r\n        at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:663)\r\n        at com.google.api.core.AbstractApiFuture$InternalSettableFuture.set(AbstractApiFuture.java:90)\r\n        at com.google.api.core.AbstractApiFuture.set(AbstractApiFuture.java:73)\r\n        at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onSuccess(GrpcExceptionCallable.java:88)\r\n        at com.google.api.core.ApiFutures$1.onSuccess(ApiFutures.java:73)\r\n        at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1374)\r\n        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)\r\n        at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:973)\r\n        at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:821)\r\n        at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:663)\r\n        at io.grpc.stub.ClientCalls$GrpcFuture.set(ClientCalls.java:488)\r\n        at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:466)\r\n        at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)\r\n        at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)\r\n        at io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)\r\n        at io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:684)\r\n        at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)\r\n        at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)\r\n        at io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)\r\n        at io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:403)\r\n        at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:459)\r\n        at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:63)\r\n        at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:546)\r\n        at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$600(ClientCallImpl.java:467)\r\n        at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:584)\r\n        at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)\r\n        at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)\r\n        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\r\n        at java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)\r\n        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)\r\n        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n        at java.lang.Thread.run(Thread.java:748)\r\nCaused by: java.lang.IllegalStateException: Failed to unpack object from 'any' field. Expected com.google.cloud.dataproc.v1beta2.Cluster, found type.googleapis.com/google.cloud.dataproc.v1.Cluster\r\n        at com.google.api.gax.grpc.ProtoOperationTransformers$AnyTransformer.apply(ProtoOperationTransformers.java:131)\r\n        at com.google.api.gax.grpc.ProtoOperationTransformers$ResponseTransformer.apply(ProtoOperationTransformers.java:67)\r\n        ... 62 more\r\n```","author":{"url":"https://github.com/ex-hota911","@type":"Person","name":"ex-hota911"},"datePublished":"2018-08-21T08:17:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/3585/google-cloud-java/issues/3585"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:21ddc433-326d-5c8a-81ae-c67f69a65f6f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA83E:7CA5C:2DAA73:3DE36F:6A4C7C84
html-safe-noncead6dd0c556d4bf30fd9befdecd6d14d5ccbd7e983c4b161995b18c817fd91375
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBODNFOjdDQTVDOjJEQUE3MzozREUzNkY6NkE0QzdDODQiLCJ2aXNpdG9yX2lkIjoiMTE0ODkzMTU1MDQ5MTczNzIyMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacee81cd5308fa0341221d143f17ea5af5b4f06dc3364931772eebb6b9e8c25887
hovercard-subject-tagissue:352432343
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/google-cloud-java/3585/issue_layout
twitter:imagehttps://opengraph.githubassets.com/51f82ea56772b261d8451eff27cd4fd265418dbc002e4dde755e296096b91992/googleapis/google-cloud-java/issues/3585
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/51f82ea56772b261d8451eff27cd4fd265418dbc002e4dde755e296096b91992/googleapis/google-cloud-java/issues/3585
og:image:altClusterControllerClient.createClusterAsync throws the following exception when it successfully created a cluster. java.util.concurrent.ExecutionException: com.google.api.gax.rpc.UnknownException: j...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameex-hota911
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/googleapis/google-cloud-java git https://github.com/googleapis/google-cloud-java.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id26181278
octolytics-dimension-repository_nwogoogleapis/google-cloud-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id26181278
octolytics-dimension-repository_network_root_nwogoogleapis/google-cloud-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasecd470457e909b9d062f8002cf438ba870e6acff6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/google-cloud-java/issues/3585#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-java%2Fissues%2F3585
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-java%2Fissues%2F3585
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fgoogle-cloud-java
Reloadhttps://github.com/googleapis/google-cloud-java/issues/3585
Reloadhttps://github.com/googleapis/google-cloud-java/issues/3585
Reloadhttps://github.com/googleapis/google-cloud-java/issues/3585
Please reload this pagehttps://github.com/googleapis/google-cloud-java/issues/3585
googleapis https://github.com/googleapis
google-cloud-javahttps://github.com/googleapis/google-cloud-java
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-java
Fork 1.1k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-java
Star 2.1k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-java
Code https://github.com/googleapis/google-cloud-java
Issues 651 https://github.com/googleapis/google-cloud-java/issues
Pull requests 102 https://github.com/googleapis/google-cloud-java/pulls
Actions https://github.com/googleapis/google-cloud-java/actions
Security and quality 0 https://github.com/googleapis/google-cloud-java/security
Insights https://github.com/googleapis/google-cloud-java/pulse
Code https://github.com/googleapis/google-cloud-java
Issues https://github.com/googleapis/google-cloud-java/issues
Pull requests https://github.com/googleapis/google-cloud-java/pulls
Actions https://github.com/googleapis/google-cloud-java/actions
Security and quality https://github.com/googleapis/google-cloud-java/security
Insights https://github.com/googleapis/google-cloud-java/pulse
Failed to unpack response from 'any' field on v1beta2.ClusterControllerClient.createClusterAsynchttps://github.com/googleapis/google-cloud-java/issues/3585#top
https://github.com/ajaaym
api: dataprocIssues related to the Managed Service for Apache Spark API.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22api%3A%20dataproc%22
priority: p2Moderately-important priority. Fix may not be included in next release.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22priority%3A%20p2%22
status: blockedResolving the issue is dependent on other work.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22status%3A%20blocked%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com/ex-hota911
ex-hota911https://github.com/ex-hota911
on Aug 21, 2018https://github.com/googleapis/google-cloud-java/issues/3585#issue-352432343
ClusterControllerClient.createClusterAsynchttps://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/google-cloud-clients/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1beta2/ClusterControllerClient.java
ajaaymhttps://github.com/ajaaym
api: dataprocIssues related to the Managed Service for Apache Spark API.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22api%3A%20dataproc%22
priority: p2Moderately-important priority. Fix may not be included in next release.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22priority%3A%20p2%22
status: blockedResolving the issue is dependent on other work.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22status%3A%20blocked%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/google-cloud-java/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.