[
https://issues.apache.org/jira/browse/STRATOS-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mariangela Hills updated STRATOS-1273:
--------------------------------------
Description:
There is a grammar mistake in the java error message [1] that appears when
updating a cartridge, if the cartridge definition has not already been added.
Add "does" to the error message [2] to correct the grammar mistake.
[1] Current message:
[2015-03-21 07:30:31,056] INFO
{org.apache.stratos.cloud.controller.services.impl.CloudControllerServiceImpl}
- Updating cartridge: [cartridge-type] tomcat2
[2015-03-21 07:30:31,057] ERROR
{org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - This cartridge
definition not exists
org.apache.stratos.cloud.controller.exception.CartridgeDefinitionNotExistsException:
This cartridge definition not exists
Proposed message:
[2015-03-21 07:30:31,056] INFO
{org.apache.stratos.cloud.controller.services.impl.CloudControllerServiceImpl}
- Updating cartridge: [cartridge-type] tomcat2
[2015-03-21 07:30:31,057] ERROR
{org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - This cartridge
definition does not exists
org.apache.stratos.cloud.controller.exception.CartridgeDefinitionNotExistsException:
This cartridge definition does not exists
--------------
was:
There is a grammar mistake in the java error message [1] that appears when
updating a cartridge, if the cartridge definition has not already been added.
Add "does" to the error message [2] to correct the grammar mistake.
[1] Current message:
[2015-03-21 06:44:52,117] ERROR
{org.apache.stratos.rest.endpoint.api.StratosApiV41Utils} - Could not update
cartridge
org.apache.axis2.AxisFault: This cartridge definition not exists
Proposed message:
[2015-03-21 06:44:52,117] ERROR
{org.apache.stratos.rest.endpoint.api.StratosApiV41Utils} - Could not update
cartridge
org.apache.axis2.AxisFault: This cartridge definition does not exists
--------------
> Error in Java log message when updating a cartridge
> ---------------------------------------------------
>
> Key: STRATOS-1273
> URL: https://issues.apache.org/jira/browse/STRATOS-1273
> Project: Stratos
> Issue Type: Bug
> Components: REST API
> Affects Versions: 4.1.0 Alpha
> Reporter: Mariangela Hills
> Priority: Trivial
>
> There is a grammar mistake in the java error message [1] that appears when
> updating a cartridge, if the cartridge definition has not already been added.
> Add "does" to the error message [2] to correct the grammar mistake.
> [1] Current message:
> [2015-03-21 07:30:31,056] INFO
> {org.apache.stratos.cloud.controller.services.impl.CloudControllerServiceImpl}
> - Updating cartridge: [cartridge-type] tomcat2
> [2015-03-21 07:30:31,057] ERROR
> {org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - This cartridge
> definition not exists
> org.apache.stratos.cloud.controller.exception.CartridgeDefinitionNotExistsException:
> This cartridge definition not exists
> Proposed message:
> [2015-03-21 07:30:31,056] INFO
> {org.apache.stratos.cloud.controller.services.impl.CloudControllerServiceImpl}
> - Updating cartridge: [cartridge-type] tomcat2
> [2015-03-21 07:30:31,057] ERROR
> {org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - This cartridge
> definition does not exists
> org.apache.stratos.cloud.controller.exception.CartridgeDefinitionNotExistsException:
> This cartridge definition does not exists
> --------------
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)