Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Getting the following error when I try to push - can anyone see what I'm doing wrong? #160

Closed
marcz2007 opened this issue Jun 26, 2019 · 7 comments
Labels

Comments

@marcz2007
Copy link

When pushing from manifest to org, I get an error message:
marcwatts$ ibmcloud app push songtone
Invoking 'cf push songtone'...

Pushing from manifest to org [email protected] / space dev as [email protected]...
Using manifest file /Users/marcwatts/Desktop/mxw817/tone/tone-analyzer-nodejs-master/manifest.yml
Getting app info...
Service instance my-tone-analyzer-service not found
FAILED

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?

@germanattanasio
Copy link
Contributor

Remove the my-tone-analyzer-service from the manifest.yml

@marcz2007
Copy link
Author

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...

  • name: songtone
    path: /Users/marcwatts/Desktop/mxw817/tone/tone-analyzer-nodejs-master
  • command: npm start
  • instances: 2
  • memory: 256M
    routes:
  • songtone.eu-gb.mybluemix.net

Creating app songtone...
Mapping routes...
Comparing local files to remote cache...
Packaging files to upload...
Uploading files...
73.78 KiB / 73.78 KiB [============================================] 100.00% 2s

Waiting for API to complete processing files...

Staging app and tracing logs...
You have exceeded your organization's memory limit: app requested more memory than available
FAILED

@cclauss
Copy link

cclauss commented Jun 26, 2019

Jack up the memory in manifest.yml?

Or your organization might not have additional memory to use without shutting down other running apps.

@marcz2007
Copy link
Author

Ah amazing thank you for your help! I changed the memory in the manifest file and that seemed to work :)

@marcz2007
Copy link
Author

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?

@germanattanasio
Copy link
Contributor

Yes you need a pay-as-you-go account

watson-github-bot pushed a commit that referenced this issue Jul 19, 2019
## [1.3.1](v1.3.0...v1.3.1) (2019-07-19)

### Bug Fixes

* remove tone analyzer service, fix [#160](#160) ([6cc6d65](6cc6d65))
@watson-github-bot
Copy link
Member

🎉 This issue has been resolved in version 1.3.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

4 participants