René's URL Explorer Experiment


Title: PubSub grpc configuration error · Issue #2184 · googleapis/google-cloud-java · GitHub

Open Graph Title: PubSub grpc configuration error · Issue #2184 · googleapis/google-cloud-java

X Title: PubSub grpc configuration error · Issue #2184 · googleapis/google-cloud-java

Description: Hello. I'm using PubSub 0.20.0-beta but I have this problem since few versions. I'm using it with spring boot with Tomcat and deploying to kubernetes on compute engine with COS image. When trying to push message I get error "Jetty ALPN/N...

Open Graph Description: Hello. I'm using PubSub 0.20.0-beta but I have this problem since few versions. I'm using it with spring boot with Tomcat and deploying to kubernetes on compute engine with COS image. When trying t...

X Description: Hello. I'm using PubSub 0.20.0-beta but I have this problem since few versions. I'm using it with spring boot with Tomcat and deploying to kubernetes on compute engine with COS image. When ...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"PubSub grpc configuration error","articleBody":"Hello. I'm using PubSub 0.20.0-beta but I have this problem since few versions. \r\nI'm using it with spring boot with Tomcat and deploying to kubernetes on compute engine with COS image. \r\n\r\nWhen trying to push message I get error \"Jetty ALPN/NPN has not been properly configured\".\r\nI have tried  to use Jetty but I got the same error. What's weird, locally it's ok and everything is working.\r\n\r\nI saw there is #2039 where upgrade of grpc lib is mentioned but there is no separate issue for this error. \r\n```\r\n2017-06-24T16:20:34.20659867Z java.lang.IllegalArgumentException: Jetty ALPN/NPN has not been properly configured.\r\n2017-06-24T16:20:34.206602706Z \tat io.grpc.netty.GrpcSslContexts.selectApplicationProtocolConfig(GrpcSslContexts.java:174) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.20660692Z \tat io.grpc.netty.GrpcSslContexts.configure(GrpcSslContexts.java:151) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206610273Z \tat io.grpc.netty.GrpcSslContexts.configure(GrpcSslContexts.java:139) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206613683Z \tat io.grpc.netty.GrpcSslContexts.forClient(GrpcSslContexts.java:109) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206617344Z \tat io.grpc.netty.NettyChannelBuilder.createProtocolNegotiatorByType(NettyChannelBuilder.java:335) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206620776Z \tat io.grpc.netty.NettyChannelBuilder.createProtocolNegotiator(NettyChannelBuilder.java:308) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206624331Z \tat io.grpc.netty.NettyChannelBuilder$NettyTransportFactory$DynamicNettyTransportParams.getProtocolNegotiator(NettyChannelBuilder.java:499) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206627826Z \tat io.grpc.netty.NettyChannelBuilder$NettyTransportFactory.newClientTransport(NettyChannelBuilder.java:448) ~[grpc-netty-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206632384Z \tat io.grpc.internal.CallCredentialsApplyingTransportFactory.newClientTransport(CallCredentialsApplyingTransportFactory.java:61) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.20663599Z \tat io.grpc.internal.InternalSubchannel.startNewTransport(InternalSubchannel.java:209) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206639526Z \tat io.grpc.internal.InternalSubchannel.obtainActiveTransport(InternalSubchannel.java:186) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206658614Z \tat io.grpc.internal.ManagedChannelImpl$SubchannelImplImpl.obtainActiveTransport(ManagedChannelImpl.java:806) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.20666273Z \tat io.grpc.internal.GrpcUtil.getTransportFromPickResult(GrpcUtil.java:568) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206666037Z \tat io.grpc.internal.DelayedClientTransport.reprocess(DelayedClientTransport.java:296) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206669031Z \tat io.grpc.internal.ManagedChannelImpl$LbHelperImpl$5.run(ManagedChannelImpl.java:724) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206672086Z \tat io.grpc.internal.ChannelExecutor.drain(ChannelExecutor.java:87) ~[grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206675044Z \tat io.grpc.internal.ManagedChannelImpl$LbHelperImpl.runSerialized(ManagedChannelImpl.java:715) [grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206678244Z \tat io.grpc.internal.ManagedChannelImpl$NameResolverListenerImpl.onUpdate(ManagedChannelImpl.java:752) [grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.20668125Z \tat io.grpc.internal.DnsNameResolver$1.run(DnsNameResolver.java:174) [grpc-core-1.2.0.jar!/:1.2.0]\r\n2017-06-24T16:20:34.206684289Z \tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_111-internal]\r\n2017-06-24T16:20:34.206687236Z \tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_111-internal]\r\n2017-06-24T16:20:34.206690707Z \tat java.lang.Thread.run(Thread.java:745) [na:1.8.0_111-internal]\r\n```","author":{"url":"https://github.com/Mistic92","@type":"Person","name":"Mistic92"},"datePublished":"2017-06-24T16:35:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/2184/google-cloud-java/issues/2184"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d87d8879-95ae-7287-cfad-8e3cd004bb6b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9FDA:3B772C:100AD0:164DC9:6A4D1420
html-safe-nonce98bfd14e2389fc9278f2de681dd41ea8d590ec2b262e33bce0a42a504a1676db
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RkRBOjNCNzcyQzoxMDBBRDA6MTY0REM5OjZBNEQxNDIwIiwidmlzaXRvcl9pZCI6IjM1NjIxMDQ2NjI4NTYxMTExMzYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac046ee77dd2aaebb53689bfdb0c2e9610abf336c51ee03bb4757ceccf71462cee
hovercard-subject-tagissue:238327539
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/2184/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f11fd233e786d67c2a922985ab4121a5161f7f103219fb5ca7073998eceeb640/googleapis/google-cloud-java/issues/2184
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f11fd233e786d67c2a922985ab4121a5161f7f103219fb5ca7073998eceeb640/googleapis/google-cloud-java/issues/2184
og:image:altHello. I'm using PubSub 0.20.0-beta but I have this problem since few versions. I'm using it with spring boot with Tomcat and deploying to kubernetes on compute engine with COS image. When trying t...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMistic92
hostnamegithub.com
expected-hostnamegithub.com
Nonef02420044fa3730a0607f4a52546bdd73f5ae60187ef57d284ecb6d7f3f1d880
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
releasef0b6a62c1f0be1086cb0b5b077b82cebe520eb42
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/google-cloud-java/issues/2184#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-java%2Fissues%2F2184
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%2F2184
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/2184
Reloadhttps://github.com/googleapis/google-cloud-java/issues/2184
Reloadhttps://github.com/googleapis/google-cloud-java/issues/2184
Please reload this pagehttps://github.com/googleapis/google-cloud-java/issues/2184
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 104 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
PubSub grpc configuration errorhttps://github.com/googleapis/google-cloud-java/issues/2184#top
https://github.com/Mistic92
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
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/Mistic92
Mistic92https://github.com/Mistic92
on Jun 24, 2017https://github.com/googleapis/google-cloud-java/issues/2184#issue-238327539
#2039https://github.com/googleapis/google-cloud-java/issues/2039
Mistic92https://github.com/Mistic92
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
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.