ページの先頭行へ戻る
Enterprise Application Platform V1.1.0 GlassFishユーザーズガイド
FUJITSU Software

1.5.18 Java VM起動時に出力される警告メッセージ

運用時のJava VMログ(console.log)や、アプリケーションクライアントコンテナ(appclient)起動の際、以下のような警告メッセージが出力されることがあります。

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by <略>
WARNING: Please consider reporting this to the maintainers of <略>
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

これはリフレクションを使用して特定パッケージに対してアクセスした際に、Java VMにより出力される警告です。現状では運用に影響しないため、無視して問題ありません。