mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD (5.1) to 5.1.N (5.1.1)
116607 jphuynh: ACE-4593: Updated port binding error message. - Will need to go through localisation. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@117201 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -30,6 +30,12 @@
|
|||||||
<portTest port="${alfresco_sharepoint_port}" condition="cannot_bind"/>
|
<portTest port="${alfresco_sharepoint_port}" condition="cannot_bind"/>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</throwError>
|
</throwError>
|
||||||
|
<throwError>
|
||||||
|
<text>Use numbers only the port configuration fields. Other characters are not permitted.</text>
|
||||||
|
<ruleList>
|
||||||
|
<stringTest text="${alfresco_sharepoint_port}" type="not_digit" />
|
||||||
|
</ruleList>
|
||||||
|
</throwError>
|
||||||
</validationActionList>
|
</validationActionList>
|
||||||
</stringParameter>
|
</stringParameter>
|
||||||
</parameterList>
|
</parameterList>
|
||||||
|
@@ -60,6 +60,12 @@
|
|||||||
<portTest port="${alfresco_ftp_port}" condition="cannot_bind"/>
|
<portTest port="${alfresco_ftp_port}" condition="cannot_bind"/>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</throwError>
|
</throwError>
|
||||||
|
<throwError>
|
||||||
|
<text>Use numbers only in the port configuration fields. Other characters are not permitted.</text>
|
||||||
|
<ruleList>
|
||||||
|
<stringTest text="${alfresco_ftp_port}" type="not_digit" />
|
||||||
|
</ruleList>
|
||||||
|
</throwError>
|
||||||
</validationActionList>
|
</validationActionList>
|
||||||
</stringParameter>
|
</stringParameter>
|
||||||
<stringParameter>
|
<stringParameter>
|
||||||
@@ -82,6 +88,12 @@
|
|||||||
<portTest port="${alfresco_rmi_port}" condition="cannot_bind"/>
|
<portTest port="${alfresco_rmi_port}" condition="cannot_bind"/>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</throwError>
|
</throwError>
|
||||||
|
<throwError>
|
||||||
|
<text>Use numbers only in the port configuration fields. Other characters are not permitted.</text>
|
||||||
|
<ruleList>
|
||||||
|
<stringTest text="${alfresco_rmi_port}" type="not_digit" />
|
||||||
|
</ruleList>
|
||||||
|
</throwError>
|
||||||
</validationActionList>
|
</validationActionList>
|
||||||
</stringParameter>
|
</stringParameter>
|
||||||
<directoryParameter>
|
<directoryParameter>
|
||||||
|
@@ -1665,7 +1665,7 @@ rem RUBY_APPLICATION_STOP</value>
|
|||||||
</parameterList>
|
</parameterList>
|
||||||
<actionList>
|
<actionList>
|
||||||
<throwError>
|
<throwError>
|
||||||
<text>Please choose a correct value number for the ports (only digits are allowed)</text>
|
<text>Use numbers only in the port configuration fields. Other characters are not permitted.</text>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<stringTest text="${serverPort}" type="not_digit" />
|
<stringTest text="${serverPort}" type="not_digit" />
|
||||||
</ruleList>
|
</ruleList>
|
||||||
|
@@ -562,6 +562,9 @@ msgstr "Couldn’t bind to the given port number. Select another Tomcat Server P
|
|||||||
msgid "Couldn’t bind to the given port number. Select another Tomcat Shutdown Port."
|
msgid "Couldn’t bind to the given port number. Select another Tomcat Shutdown Port."
|
||||||
msgstr "Couldn’t bind to the given port number. Select another Tomcat Shutdown Port."
|
msgstr "Couldn’t bind to the given port number. Select another Tomcat Shutdown Port."
|
||||||
|
|
||||||
|
msgid "Use numbers only in the port configuration fields. Other characters are not permitted."
|
||||||
|
msgstr "Use numbers only in the port configuration fields. Other characters are not permitted."
|
||||||
|
|
||||||
msgid "Couldn’t bind to the given port number. Select another port for the SharePoint Protocol."
|
msgid "Couldn’t bind to the given port number. Select another port for the SharePoint Protocol."
|
||||||
msgstr "Couldn’t bind to the given port number. Select another port for the SharePoint Protocol."
|
msgstr "Couldn’t bind to the given port number. Select another port for the SharePoint Protocol."
|
||||||
|
|
||||||
|
@@ -300,6 +300,12 @@ System variables provided by this component:
|
|||||||
<compareText text="${tomcat_server_shutdown_port}" logic="equals" value="${tomcat_server_port}"/>
|
<compareText text="${tomcat_server_shutdown_port}" logic="equals" value="${tomcat_server_port}"/>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</throwError>
|
</throwError>
|
||||||
|
<throwError>
|
||||||
|
<text>Use numbers only in the port configuration fields. Other characters are not permitted.</text>
|
||||||
|
<ruleList>
|
||||||
|
<stringTest text="${tomcat_server_shutdown_port}" type="not_digit" />
|
||||||
|
</ruleList>
|
||||||
|
</throwError>
|
||||||
</validationActionList>
|
</validationActionList>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
||||||
@@ -318,6 +324,12 @@ System variables provided by this component:
|
|||||||
<portTest port="${tomcat_server_ssl_port}" condition="cannot_bind"/>
|
<portTest port="${tomcat_server_ssl_port}" condition="cannot_bind"/>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</throwError>
|
</throwError>
|
||||||
|
<throwError>
|
||||||
|
<text>Use numbers only in the port configuration fields. Other characters are not permitted.</text>
|
||||||
|
<ruleList>
|
||||||
|
<stringTest text="${tomcat_server_ssl_port}" type="not_digit" />
|
||||||
|
</ruleList>
|
||||||
|
</throwError>
|
||||||
</validationActionList>
|
</validationActionList>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
||||||
@@ -336,6 +348,12 @@ System variables provided by this component:
|
|||||||
<portTest port="${tomcat_server_ajp_port}" condition="cannot_bind"/>
|
<portTest port="${tomcat_server_ajp_port}" condition="cannot_bind"/>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</throwError>
|
</throwError>
|
||||||
|
<throwError>
|
||||||
|
<text>Use numbers only in the port configuration fields. Other characters are not permitted.</text>
|
||||||
|
<ruleList>
|
||||||
|
<stringTest text="${tomcat_server_ajp_port}" type="not_digit" />
|
||||||
|
</ruleList>
|
||||||
|
</throwError>
|
||||||
</validationActionList>
|
</validationActionList>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
||||||
@@ -354,6 +372,12 @@ System variables provided by this component:
|
|||||||
<portTest port="${tomcat_server_jmx_port}" condition="cannot_bind"/>
|
<portTest port="${tomcat_server_jmx_port}" condition="cannot_bind"/>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</throwError>
|
</throwError>
|
||||||
|
<throwError>
|
||||||
|
<text>Use numbers only in the port configuration fields. Other characters are not permitted.</text>
|
||||||
|
<ruleList>
|
||||||
|
<stringTest text="${tomcat_server_jmx_port}" type="not_digit" />
|
||||||
|
</ruleList>
|
||||||
|
</throwError>
|
||||||
</validationActionList>
|
</validationActionList>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
<compareText text="${tomcat_installation_type}" logic="equals" value="bundled"/>
|
||||||
|
Reference in New Issue
Block a user