# "@(#)Exceptions.properties 1.15 99/05/11 SMI" # Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved. # This software is the confidential and proprietary information of Sun # Microsystems, Inc. ("Confidential Information"). You shall not # disclose such Confidential Information and shall use it only in # accordance with the terms of the license agreement you entered into # with Sun. # Management exceptions resource property file # This file contains a series of keyword=string constructs # where the keyword uniquely (within this file) identifies # a management application exception text message and the # associated string is the localizable pattern template # string used in a MessageFormat.format method call. # Substitutaion arguments are specified as "{n}", where # the "n" signifies the nth argument in an array of # substitution arguments passed to the format method. # # The message keys and text strings in this file are used # by the AdminException class and its subclasses to return # localized exception messages via the getLocalizedMessage # method. For readability in the source code throwing the # exception, all key strings begin with the "EXM_" prefix # to indicate an exception message key. # # # Developers should place the message in the correct section. EXM_CMD_FAIL_SRV=Cannot modify port information.\n This could be temporary. Try again. If problem continues, see Help->Help Topics->Troubleshooting, "Serial Port Problems." EXM_SEC_SRV=A security violation occurred while reading serial port information. See Log Viewer for details. EXM_INV_SRV=Port {0} is not a valid port name. The name may have been changed by a system administrator.\nExit from AdminSuite and restart it. EXM_NODEV_SRV=No serial devices connected at this time. Please see Log Viewer for details. EXM_DEL_SRV=Cannot delete services on port {0}. Try again.\nIf problem continues, see Help->Help Topics->Troubleshooting, "Serial Port Problems." EXM_DELNODATA_SRV=No data available for port {0}. Delete did not succeed. EXM_DELAUTH_SRV=Permission denied. You are not authorized to delete a port on this machine. EXM_MODAUTH_SRV=Permission denied. You are not authorized to modify port information on this machine. EXM_VERF=Warning! Data sent from the AdminSuite client is not the same data received by the server.\nThis could indicate a security breach, possibly a network break-in. Please refer to the Log Viewer for additional information. EXM_IO_SRV=Cannot complete your request because the file for storing this information is unavailable.\nThis could be temporary. Try again.\nIf this problem continues, see Help->Help Topics->Troubleshooting, "Serial Port Problems." EXM_AUTHFAIL_SRV=Cannot run authorization check because of a server error.\n This could be temporary. Try again.\nIf this problem persists, refer to the Log Viewer and contact your Sun Microsystems support provider. EXM_PORTMONERR_SRV=Unable to detect the existence of a portmonitor. The process (zsmon, for example) may not be running. See Help->Help Topics->Troubleshooting, "Serial Port Problems." EXM_NULL_DATA_SRV=No data available for port {0}.\nSee Help->Help Topics->Troubleshooting, "Serial Port Problems." EXM_CONSOLE_SRV=Port {0} is a console. Console data cannot be modified through serial port manager, but must be modified by editing the /etc/inittab file. EXM_SACADM_ERR_SRV=Error running command {0} while attempting to modify port monitor data.\nThis could be temporary. Try again.\nIf this problem persists, refer to the Log Viewer and contact your Sun Microsystems support provider. EXM_TTYDEFS_SRV=Unable to find service label {1} in ttydefs file {0}. Add {1} to the ttydefs file or use a different label.\nSee Help->Help Topics->Files Used or Modified by Solaris AdminSuite. EXM_NO_TTYLABEL_SRV=Label {0} is not in ttydefs file {1}. EXM_EEPROM_SRV=Error setting carrier detect flag in the eeprom. EXM_REMOTE=The management server cannot perform the operation requested. Verify that the server is running. If it is running, try stopping and restarting it, and then restart AdminSuite.\n\nIf this problem persists, refer to the Log Viewer for additional information and contact your Sun Microsystems support provider.\n\nThe actual error reported was:\n ############################################################ # # GUI Exception Messages EXM_SPRT_GUI_MISSING_PROPS_VALUE=Please enter a value for {0}. EXM_SPRT_GUI_FIND_FAILED="{0}" not found. EXM_SPRT_GUI_NO_COLUMNS_TO_DISPLAY=You must specify at least one column to display. ############################################################ # # Data object validation messages EXM_DAT_MOD=Streams modules must be provided as a comma separated list of modules with no whitespaces included. EXM_DAT_PMTAG=Please enter a valid port monitor tag (eg. zsmon). EXM_DAT_SVCCMDLINE=Please enter a valid service program for the port.