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