cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud Foundry trial : You have exceeded the total routes for your organization's quota.

frank_neugebauer
Explorer

Hello experts,

in my cf trial account I had the idea to start over from scratch so I deleted subaccounts, switched off and on the "Enable Cloud Foundry" button. But to my surprise it seems something is wrong with my quotas. I keep getting a

Mapping routes... You have exceeded the total routes for your organization's quota. FAILED

during deployment even when cf routes says: "No routes found".

Any ideas?

Best regards

Frank

Accepted Solutions (1)

Accepted Solutions (1)

frank_neugebauer
Explorer

Found the solution myself: sorry to have spamed the list...

https://answers.sap.com/questions/541477/setting-up-trial-cf-subaccount.html

Best regards


Frank

Dan_Wroblewski
Developer Advocate
Developer Advocate

Can you explain exactly what you did? I went to the blog but it just says configure entitlements but I don’t see how.

Answers (3)

Answers (3)

mtoerpe
Discoverer

Also you maybe want to create a new "Quota Plan" and assign it to your space!
That is where you distribute resource quotas.

SubAccount -> Quota Plans

Dan_Wroblewski
Developer Advocate
Developer Advocate

But in my trial the org limits shown on this screen are all 0 — except for services, for which 10 are allowed. How do I set these org limits?

frangulo
Explorer
0 Kudos

You have to add the following entitlement:

mariusobert
Developer Advocate
Developer Advocate

Better late then never (as this question seems to get a lot of traffic):

In the trial, the number of routes is fixed and cannot be configured in the entitlements. If you already used all available routes, you'll have to remove old ones to continue.

Can you check how many routes are assigned (and used) to your space? You can find this information in the SAP Cloud Cockpit in your Space (click "routes" in the side panel). There, you can also remove (unused) routes:

Alternatively, you can run this command from the command line (in case you're using the CF CLI):

cf delete-orphaned-routes

https://cli.cloudfoundry.org/en-US/cf/delete-orphaned-routes.html

0 Kudos

Check the quota on your organization using

cf org <org>

If there are no route ports free, you can try and delete orphaned routes: http://cli.cloudfoundry.org/en-US/cf/delete-orphaned-routes.html

Cheers,
Poonam