# # Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # agent.err.error = 错误 agent.err.exception = 代理抛出异常错误 agent.err.warning = 警告 agent.err.configfile.notfound = 找不到配置文件 agent.err.configfile.failed = 未能读取配置文件 agent.err.configfile.closed.failed = 未能关闭配置文件 agent.err.configfile.access.denied = 拒绝访问配置文件 agent.err.exportaddress.failed = 未能将 JMX 连接器地址导出到检测缓冲区 agent.err.agentclass.notfound = 找不到管理代理类 agent.err.agentclass.failed = 管理代理类失败 agent.err.premain.notfound = 代理类中不存在 premain(String) agent.err.agentclass.access.denied = 拒绝访问 premain(String) agent.err.invalid.agentclass = com.sun.management.agent.class 属性值无效 agent.err.invalid.state = 无效的代理状态: {0} agent.err.invalid.jmxremote.port = com.sun.management.jmxremote.port 编号无效 agent.err.invalid.jmxremote.rmi.port = com.sun.management.jmxremote.rmi.port 编号无效 agent.err.file.not.set = 未指定文件 agent.err.file.not.readable = 文件不可读取 agent.err.file.read.failed = 未能读取文件 agent.err.file.not.found = 找不到文件 agent.err.file.access.not.restricted = 必须限制文件读取访问权限 agent.err.password.file.notset = 未指定口令文件, 但 com.sun.management.jmxremote.authenticate=true agent.err.password.file.not.readable = 口令文件不可读取 agent.err.password.file.read.failed = 读取口令文件失败 agent.err.password.file.notfound = 找不到口令文件 agent.err.password.file.access.notrestricted = 必须限制口令文件读取访问权限 agent.err.access.file.notset = 未指定访问文件, 但 com.sun.management.jmxremote.authenticate=true agent.err.access.file.not.readable = 访问文件不可读取 agent.err.access.file.read.failed = 读取访问文件失败 agent.err.access.file.notfound = 找不到访问文件 agent.err.connector.server.io.error = JMX 连接器服务器通信错误 agent.err.invalid.option = 指定的选项无效 jmxremote.ConnectorBootstrap.starting = 正在启动 JMX 连接器服务器: jmxremote.ConnectorBootstrap.noAuthentication = 无验证 jmxremote.ConnectorBootstrap.ready = 位于{0}的 JMX 连接器已就绪 jmxremote.ConnectorBootstrap.password.readonly = 必须限制口令文件读取访问权限: {0} jmxremote.ConnectorBootstrap.file.readonly = 必须限制文件读取访问权限: {0}