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