jdk/src/share/classes/sun/management/resources/agent.properties
author ohair
Tue, 25 May 2010 15:58:33 -0700
changeset 5506 202f599c92aa
parent 2 90ce3da70b43
child 11991 800d0ff7b043
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     3
# Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     8
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    10
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    24
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# Localizations for Level names.  For the US locale
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# these are the same as the non-localized level name.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
agent.err.error			   = Error
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
agent.err.exception                = Exception thrown by the agent 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
agent.err.warning		   = Warning
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
agent.err.configfile.notfound      = Config file not found
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
agent.err.configfile.failed        = Failed in reading the config file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
agent.err.configfile.closed.failed = Failed in closing the config file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
agent.err.configfile.access.denied = Access to the config file is denied
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
agent.err.exportaddress.failed	   = Export of JMX connector address to instrumentation buffer failed
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
agent.err.agentclass.notfound      = Management agent class not found
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
agent.err.agentclass.failed        = Management agent class failed 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
agent.err.premain.notfound         = premain(String) does not exist in agent class
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
agent.err.agentclass.access.denied = Access to premain(String) is denied
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
agent.err.invalid.agentclass       = Invalid com.sun.management.agent.class property value
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
agent.err.invalid.jmxremote.port   = Invalid com.sun.management.jmxremote.port number
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
agent.err.file.not.set               = File not specified
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
agent.err.file.not.readable          = File not readable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
agent.err.file.read.failed           = Failed in reading the file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
agent.err.file.not.found             = File not found
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
agent.err.file.access.not.restricted = File read access must be restricted
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
agent.err.password.file.notset     = Password file is not specified but com.sun.management.jmxremote.authenticate=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
agent.err.password.file.not.readable = Password file not readable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
agent.err.password.file.read.failed = Failed in reading the password file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
agent.err.password.file.notfound   = Password file not found
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
agent.err.password.file.access.notrestricted = Password file read access must be restricted
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
agent.err.access.file.notset       = Access file is not specified but com.sun.management.jmxremote.authenticate=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
agent.err.access.file.not.readable = Access file not readable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
agent.err.access.file.read.failed  = Failed in reading the access file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
agent.err.access.file.notfound     = Access file not found
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
agent.err.connector.server.io.error = JMX connector server communication error
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
agent.err.invalid.option	   = Invalid option specified
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
agent.err.invalid.snmp.port        = Invalid com.sun.management.snmp.port number
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
agent.err.invalid.snmp.trap.port   = Invalid com.sun.management.snmp.trap number
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
agent.err.unknown.snmp.interface   = Unknown SNMP interface
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
agent.err.acl.file.notset          = No SNMP ACL file is specified but com.sun.management.snmp.acl=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
agent.err.acl.file.notfound        = SNMP ACL file not found
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
agent.err.acl.file.not.readable    = SNMP ACL file not readable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
agent.err.acl.file.read.failed     = Failed in reading SNMP ACL file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
agent.err.acl.file.access.notrestricted = Password file read access must be restricted
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
agent.err.snmp.adaptor.start.failed = Failed to start SNMP adaptor with address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
agent.err.snmp.mib.init.failed     = Failed to initialize SNMP MIB with error
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
jmxremote.ConnectorBootstrap.initialize = Starting JMX Connector Server:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
jmxremote.ConnectorBootstrap.initialize.noAuthentication = No Authentication
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
jmxremote.ConnectorBootstrap.initialize.ready = JMX Connector ready at: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
jmxremote.ConnectorBootstrap.initialize.password.readonly = Password file read access must be restricted: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
jmxremote.ConnectorBootstrap.initialize.file.readonly = File read access must be restricted: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
jmxremote.AdaptorBootstrap.getTargetList.processing = Processing ACL
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
jmxremote.AdaptorBootstrap.getTargetList.adding = Adding target: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
jmxremote.AdaptorBootstrap.getTargetList.starting = Starting Adaptor Server:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptor ready.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
jmxremote.AdaptorBootstrap.getTargetList.initialize2 = SNMP Adaptor ready on: {0}:{1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
jmxremote.AdaptorBootstrap.getTargetList.terminate = terminate {0}