# # 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 = JMXコネクタの準備ができました: {0} jmxremote.ConnectorBootstrap.password.readonly = パスワード・ファイルの読取りアクセスは制限する必要があります: {0} jmxremote.ConnectorBootstrap.file.readonly = ファイルの読取りアクセスは制限する必要があります: {0}