[
https://issues.jboss.org/browse/JBIDE-10034?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-10034:
-------------------------------------
Description:
In OpenShift Express you can actually only create 5 applications. In the tooling, if you
try to create the 6th, the tooling would report you that the 6th app could not be
configured.
It unfortunately does not tell you that there is a limit of 5 applications. We should tell
the user that he can only create 5 applications.
The backend (the REST service) actually reports that you can only create 5 apps:
org.jboss.tools.openshift.express.internal.client.httpclient.BadRequestException:
{"debug":"Validating application limit toolsjboss(a)gmail.com: num of apps(5)
must be < app
limit(5)\n","data":null,"messages":"","broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"api":"1.1.1","result":"toolsjboss@gmail.com
has already reached the application limit of
5","api_c":["placeholder"],"exit_code":104,"broker":"1.1.1"}
was:
In OpenShift Express you can actually only create 5 applications. In the tooling, if you
try to create the 6th, the tooling would report you that the 6th app could not be
configured.
!cannot-create-6th-app.png!
It unfortunately does not tell you that there is a limit of 5 applications. We should tell
the user that he can only create 5 applications.
The backend (the REST service) actually reports that you can only create 5 apps:
{code}
org.jboss.tools.openshift.express.internal.client.httpclient.BadRequestException:
{"debug":"Validating application limit toolsjboss(a)gmail.com: num of apps(5)
must be < app
limit(5)\n","data":null,"messages":"","broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"api":"1.1.1","result":"toolsjboss@gmail.com
has already reached the application limit of
5","api_c":["placeholder"],"exit_code":104,"broker":"1.1.1"}
{code}
When you try to create the 6th application, error says "could
not configure", not mentioning that 5 apps is the maximum
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10034
URL:
https://issues.jboss.org/browse/JBIDE-10034
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.M4
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.CR1
Attachments: cannot-create-6th-app.png
In OpenShift Express you can actually only create 5 applications. In the tooling, if you
try to create the 6th, the tooling would report you that the 6th app could not be
configured.
It unfortunately does not tell you that there is a limit of 5 applications. We should
tell the user that he can only create 5 applications.
The backend (the REST service) actually reports that you can only create 5 apps:
org.jboss.tools.openshift.express.internal.client.httpclient.BadRequestException:
{"debug":"Validating application limit toolsjboss(a)gmail.com: num of
apps(5) must be < app
limit(5)\n","data":null,"messages":"","broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"api":"1.1.1","result":"toolsjboss@gmail.com
has already reached the application limit of
5","api_c":["placeholder"],"exit_code":104,"broker":"1.1.1"}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira