-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.running on app enginetype: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Pub/Sub give problem in AppEngine with Standard Environment with Java 7
Hi, I have created Google PUB/SUB using topic. I get error in my Subscriber code. my code works on my local tomcat server but when I deployed it on Google cloud AppEngine with standard environment. It gives following error.
Could not initialize class com.google.cloud.pubsub.v1.Subscriber
Initialization of Subscriber instance is failed on Google cloud AppEngine whereas Subscriber is initialized in local tomcat
com.google.cloud.pubsub.v1.Subscriber subscriber = Subscriber.defaultBuilder(subscription,receiver).build();
I have used following Maven dependencies
com.google.appengine
appengine-api-1.0-sdk
1.9.54
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.running on app enginetype: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.