-
Notifications
You must be signed in to change notification settings - Fork 274
Getting the following error when I try to push - can anyone see what I'm doing wrong? #160
Comments
Remove the |
Thank you, that solved that problem! Although now it is saying that I have a memory restriction? Any ideas how to solve that? Creating app with these attributes...
Creating app songtone... Waiting for API to complete processing files... Staging app and tracing logs... |
Jack up the memory in manifest.yml? Or your organization might not have additional memory to use without shutting down other running apps. |
Ah amazing thank you for your help! I changed the memory in the manifest file and that seemed to work :) |
When I try to create a new free cluster it says that I cannot on my account and that I should upgrade to a pay-as-you go subscription - is this meant to happen when the cluster is supposedly free? |
Yes you need a pay-as-you-go account |
## [1.3.1](v1.3.0...v1.3.1) (2019-07-19) ### Bug Fixes * remove tone analyzer service, fix [#160](#160) ([6cc6d65](6cc6d65))
🎉 This issue has been resolved in version 1.3.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
When pushing from manifest to org, I get an error message:
marcwatts$ ibmcloud app push songtone
Invoking 'cf push songtone'...
Here is my manifest file:
---
declared-services:
my-tone-analyzer-service:
label: tone_analyzer
plan: lite
applications:
- services:
- my-tone-analyzer-service
name: songtone
command: npm start
path: .
instances: 2
memory: 256MB
What is going wrong here?
The text was updated successfully, but these errors were encountered: