ServerConnection.properties revision b87033953be26b0dc7dead8febd499b666a54126
6324N/A/**
6324N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6324N/A *
6324N/A * Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
6324N/A *
6324N/A * The contents of this file are subject to the terms
6324N/A * of the Common Development and Distribution License
6324N/A * (the License). You may not use this file except in
6324N/A * compliance with the License.
6324N/A *
6324N/A * You can obtain a copy of the License at
6324N/A * https://opensso.dev.java.net/public/CDDLv1.0.html or
6324N/A * opensso/legal/CDDLv1.0.txt
6324N/A * See the License for the specific language governing
6324N/A * permission and limitations under the License.
6324N/A *
6324N/A * When distributing Covered Code, include this CDDL
6324N/A * Header Notice in each file and include the License file
6324N/A * at opensso/legal/CDDLv1.0.txt.
6324N/A * If applicable, add the following below the CDDL Header,
6324N/A * with the fields enclosed by brackets [] replaced by
6324N/A * your own identifying information:
6324N/A * "Portions Copyrighted [year] [name of copyright owner]"
6324N/A *
6324N/A * $Id: ServerConnection.properties,v 1.3 2009/12/11 01:43:23 goodearth Exp $
6324N/A *
6324N/A */
6324N/A
6324N/A#General
6324N/Aservice-start-msg=Connection Test Service started ...
6324N/Aservice-done-msg=Connection Test Service done ...
6324N/Amsg-fail=Failed
6324N/Amsg-pass=Passed
6324N/Amsg-ok=OK
6324N/A
6324N/A#Connection related
6324N/Ainvalid-bootstrap-location=Invalid bootstrap location :
6324N/Acannot-bootstrap-system=Cannot bootstrap the system.
6324N/Acannot-load-properties=Cannot load properties from directory : {0}
6324N/Acnt-auth-msg=Authentication failed
6324N/Acnt-svr-msg=Connecting to server instance(s)
6324N/Acnt-process-svr-ins=Processing server instance and site entries for: {0}
6324N/Acnt-svr-current=Server instance : {0}
6324N/Acnt-svr-connect-status=Connection : {0}
6324N/Acnt-svr-connect-ssl-fail=SSL/TLS connection failed. Unable to find valid certification path.
6324N/Acnt-ds-msg=Connecting to datastore(s)
6324N/Acnt-ds-datastore=Processing Data store instance : {0}
6324N/Acnt-ds-no-entries=No entries were found/retrieved
6324N/Acnt-ds-invalid-port=Invalid port specified using default: 389
6324N/Acnt-ds-no-port=No port specified using default: 389
6324N/A
6324N/Asfo-validate-cfg-prop=Validating Session Failover configuration
6324N/Asfo-cfg-not-enabled=Session Failover is not enabled.
6324N/Asfo-cfg-prop-notfound=There is no configuration for Session Failover
6324N/Asfo-connect-credential-fail=Connecting to Message Queue failed as user : {0}
6324N/Asfo-cfg-connect-failed=Connection failed at : {0}
6324N/Asfo-cfg-connect-test=Connecting with user : [{0}] at : {1}
6324N/Asfo-cfg-enabled=Session Failover is enabled.
6324N/Asfo-cfg-prop-details=Session Failover default properties :
6324N/Asfo-invalid-jdbc-url=Invalid JDBC URL specified: {0}
sfo-jdbc-url-no-port=Invalid hostname syntax. Port is missing : {0}
sfo-jdbc-url-invalid-host=Invalid hostname : {0}
sfo-jdbc-url-invalid-port=Invalid port : {0}
sfo-mq-connect-status=Connection: {0}
sfo-jdbc-url-invalid=Invalid URL : {0}
sfo-cfg-params=UserName = {0} \n clusterServerList = {1} \n connectionMaxWaitTime = {2} \n minPoolSize = {3} \n maxPoolSize = {4}