Compute Engine fail at launch (Activate for billing)

1,752 views
Skip to first unread message

Lite5h4dow

unread,
Oct 9, 2016, 4:35:04 PM10/9/16
to Google App Engine
Hi there, I just signed up for the trial for the google Voice API and I'm going through the tutorial now and am facing an issue with computing engine, in faced with that java response saying I need to enable for billing, however, the project is already enabled for billing.

APPLICATION_ERROR;google.api.servicemanagement.v1/ServiceManagerV1.ActivateServices;Operation does not satisfy the following requirements: billing-enabled {Billing must be enabled for activation of service '' in project 'hypnotic-spider-145919' to proceed., https://console.developers.google.com/project/hypnotic-spider-145919/settings} com.google.api.management.server.common.exceptions.ServiceManagementNonRetriableStorageException: Operation does not satisfy the following requirements: billing-enabled {Billing must be enabled for activation of service '' in project 'hypnotic-spider-145919' to proceed., https://console.developers.google.com/project/hypnotic-spider-145919/settings} at com.google.api.management.server.integrations.usage.requirements.RequirementChecker$4.apply(RequirementChecker.java:174) at com.google.api.management.server.integrations.usage.requirements.RequirementChecker$4.apply(RequirementChecker.java:161) at com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture.doTransform(AbstractTransformFuture.java:246) at com.google.common.util.concurrent.AbstractTransformFuture$TransformFuture.doTransform(AbstractTransformFuture.java:236) at com.google.common.util.concurrent.AbstractTransformFuture.run(AbstractTransformFuture.java:137) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:439) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:903) at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:814) at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:656) at com.google.common.util.concurrent.CollectionFuture$CollectionFutureRunningState.handleAllCompleted(CollectionFuture.java:81) at com.google.common.util.concurrent.AggregateFuture$RunningState.processCompleted(AggregateFuture.java:245) at com.google.common.util.concurrent.AggregateFuture$RunningState.decrementCountAndMaybeComplete(AggregateFuture.java:232) at com.google.common.util.concurrent.AggregateFuture$RunningState.access$300(AggregateFuture.java:78) at com.google.common.util.concurrent.AggregateFuture$RunningState$1.run(AggregateFuture.java:135) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:439) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:903) at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:814) at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:656) at com.google.net.rpc3.client.AbstractRpcFuture.success(AbstractRpcFuture.java:114) at com.google.net.rpc3.client.RpcStub$RpcCallbackDispatcher$1.runInContext(RpcStub.java:847) at com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:453) at com.google.tracing.CurrentContext.runInContext(CurrentContext.java:276) at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:312) at com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:304) at com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:450) at com.google.net.rpc3.client.RpcStub$RpcCallbackDispatcher.runCallback(RpcStub.java:885) at com.google.net.rpc3.client.RpcStub$RpcCallbackDispatcher.rpcFinished(RpcStub.java:895) at com.google.net.rpc3.client.RpcStub$RpcCallbackDispatcher.success(RpcStub.java:874) at com.google.net.rpc3.impl.client.RpcClientInternalContext.runCallbacks(RpcClientInternalContext.java:1243) at com.google.net.rpc3.impl.client.RpcClientInternalContext.finishRpcAndNotifyApp(RpcClientInternalContext.java:1140) at com.google.net.rpc3.client.loadbalancer.ReplicatedRpcChannel$InterceptedCallback.finishRpc(ReplicatedRpcChannel.java:1066) at com.google.net.rpc3.client.loadbalancer.ReplicatedRpcChannel$InterceptedCallback.rpcFinished(ReplicatedRpcChannel.java:928) at com.google.net.rpc3.client.loadbalancer.ReplicatedRpcChannel$InterceptedCallback.success(ReplicatedRpcChannel.java:890) at com.google.net.rpc3.impl.client.RpcClientInternalContext.runCallbacks(RpcClientInternalContext.java:1243) at com.google.net.rpc3.impl.client.RpcClientInternalContext.finishRpcAndNotifyApp(RpcClientInternalContext.java:1140) at com.google.net.rpc3.impl.client.RpcNetChannel.afterFinishingActiveRpc(RpcNetChannel.java:1620) at com.google.net.rpc3.impl.client.RpcNetChannel.finishRpc(RpcNetChannel.java:1435) at com.google.net.rpc3.impl.client.RpcNetChannel.handleResponse(RpcNetChannel.java:3242) at com.google.net.rpc3.impl.client.RpcNetChannel.messageReceived(RpcNetChannel.java:2981) at com.google.net.rpc3.impl.client.RpcNetChannel.access$2900(RpcNetChannel.java:180) at com.google.net.rpc3.impl.client.RpcNetChannel$TransportCallback.receivedMessage(RpcNetChannel.java:4190) at com.google.net.rpc3.impl.client.RpcChannelTransportData$TransportCallback.receivedMessage(RpcChannelTransportData.java:688) at com.google.net.rpc3.impl.wire.RpcBaseTransport.receivedMessage(RpcBaseTransport.java:463) at com.google.net.rpc3.impl.wire.RpcClientTcpTransport.parseOneMessage(RpcClientTcpTransport.java:889) at com.google.net.rpc3.impl.wire.RpcClientTcpTransport.parseMessages(RpcClientTcpTransport.java:766) at com.google.net.rpc3.impl.wire.RpcClientTcpTransport.access$400(RpcClientTcpTransport.java:47) at com.google.net.rpc3.impl.wire.RpcClientTcpTransport$2.dataReceived(RpcClientTcpTransport.java:366) at com.google.net.async3.SocketConnection.handleNetworkReadEvent(SocketConnection.java:967) at com.google.net.async3.SocketConnection.access$400(SocketConnection.java:43) at com.google.net.async3.SocketConnection$NetworkReadHandlerImpl.run(SocketConnection.java:988) at com.google.net.eventmanager.AbstractFutureTask$Sync.innerRun(AbstractFutureTask.java:260) at com.google.net.eventmanager.AbstractFutureTask.run(AbstractFutureTask.java:121) at com.google.net.eventmanager.EventManagerImpl.runTask(EventManagerImpl.java:594) at com.google.net.eventmanager.EventManagerImpl.internalRunWorkerLoop(EventManagerImpl.java:1012) at com.google.net.eventmanager.EventManagerImpl.runWorkerLoop(EventManagerImpl.java:892) at com.google.net.eventmanager.WorkerThreadInfo.runWorkerLoop(WorkerThreadInfo.java:161) at com.google.net.eventmanager.EventManagerImpl$WorkerThread.run(EventManagerImpl.java:1877) Suppressed: java.util.concurrent.ExecutionException: ;AppErrorCode=9;StartTimeMs=1476042193474;appengine-stubby;Deadline(sec)=10.0;ResFormat=AUTOMATIC;NoServerTime;LogBytes=256;FailFast;EffSecLevel=none;ReqFormat=AUTOMATIC;ReqID=8a97a8d3c6b3ed70;GlobalID=0;Server=UnknownIP:UnknownPort

(this is why I stick to python (>'-')>)

Jordan (Cloud Platform Support)

unread,
Oct 13, 2016, 12:23:55 PM10/13/16
to Google App Engine
Since you have just activated the Free Trial for your Google Cloud project, it will take some time for your credit card to be verified for your billing account to be opened. As of the 12th I am seeing your Billing Account is now active, and so I ask that you attempt to re-create your Compute Engine instance again.

I also recommend you enable the Compute Engine API if it is not already enabled, which may be required by the API you are using for programmatic access and control over your Compute Engine instances. 

If you are still seeing issues with Billing after performing the above, you may contact our free billing support and they will be able to investigate the issue further for you. Just ensure you provide your Billing ID and Project ID found in the console for your project. 

orm...@gmail.com

unread,
May 16, 2017, 9:17:46 AM5/16/17
to Google App Engine
I am also getting error even when I have give correct credit card details. Its almost 3+ hours I am getting this error if I am enable billing.

Uh oh, something went wrong
An unexpected error has occurred. Please try again later. [OR-CBAT-05]

It's better to use other cloud services which connects fast

Nicholas (Google Cloud Support)

unread,
May 16, 2017, 1:40:15 PM5/16/17
to Google App Engine
Hey ormbvm,

I'm sorry to hear you been having some difficulty getting your billing information setup.  I would recommend contacting our free billing support as listed above.  They will be able to investigate this issue further.  You will need to provide them with your Billing ID and Project ID.
Reply all
Reply to author
Forward
0 new messages