I'm new to IBM Bluemix. I faced this error message 'BXNUI0515E: The attempt to retrieve the spaces in the org failed because of a network connection problem. Try again later.' Please Help me
相关问题
- Bluemix Analytics for Apache Spark log file inform
- Not able to push my local app to bluemix
- How to extract current date in watson conversation
- Can I use IBM Watson services without Bluemix?
- Debug nodejs app in CF
相关文章
- Is there an npm module to modify a pdf file in nod
- Kubernetes Persistent Volume Claim mounted with wr
- how to order SoftLayer_Virtual_ReservedCapacityGro
- Can I call the Bluemix message hub service from Py
- GYP ERR! build error. stack Error: 'make'
- Unable to run bms-samples-cordova-hellopush - bms_
- Spark Hive reporting pyspark.sql.utils.AnalysisExc
- Cloud Foundry / Bluemix load balancing
1) Generally this issue is resolved creating application\service using the Bluemix catalog page directly: https://console.ng.bluemix.net/catalog/
2) you could use cf command line too:
create an application:
create a service:
3) make sure that you have selected the correct organization\space in UI dashboard (this information is available from the user avatar in the upper right corner of the main Bluemix UI.)
4) if the issue is still there open a new ticket:
Use the Support Widget to open a ticket. It is available from the user avatar in the upper right corner of the main Bluemix UI. After opening the support widget panel, select Get Help > Get In Touch, select the type of assistance you need, and then fill out the support form. Use the Support Site 'Get Help' form. This form is available on a separate site that is made available for ticket submission when you cannot log into Bluemix and access the Support Widget. Go to http://ibm.biz/bluemixsupport and fill in the support request form.
Please double check if you have created a space in the current Region. This error often is received when you try to create an application or a service directly from the Catalog for the first time without creating a space.