Interstage

アプリケーションデプロイ環境の確認

JavaEEを使用している場合、SheltyのJava Agent用の引数に追加で引数の指定が必要です。

【確認方法】
Agent導入サーバで、以下のコマンドを実行してください。

ps -ef | grep FJSVj2ee/var/deployment | grep -v grep

 

実行結果に何も出力されない場合、JavaEEを使用していると思われます。以降の手順が必要になります。

 

「V11」の場合

【追加する引数】

  • 対象ファイル
    /opt/FJSVisje6/glassfish/config/osgi.properties

追記箇所
org.osgi.framework.bootdelegation=${eclipselink.bootdelegation},
                 com.sun.btrace, com.sun.btrace.,
 
追記内容
jp.co.iim.collie.agent.core, jp.co.iim.collie.agent.instrument.hooks,
                 org.netbeans.lib.profiler, org.netbeans.lib.profiler.
 

パラメータを追記すると以下のようになります
(例)
 org.osgi.framework.bootdelegation=${eclipselink.bootdelegation},
                 com.sun.btrace, com.sun.btrace.,
          ここに追記→ jp.co.iim.collie.agent.core, jp.co.iim.collie.agent.instrument.hooks,
                 org.netbeans.lib.profiler, org.netbeans.lib.profiler.

 

「V12」の場合

【追加する引数】
Shelty のJava Agent用の引数に以下を追加してください。UNIXメタ文字等の特殊文字については、環境に応じてエスケープが必要な場合があります。

-Dorg.osgi.framework.bootdelegation=${org.osgi.framework.bootdelegation}, jp.co.iim.collie.agent.core, jp.co.iim.collie.agent.instrument.hooks

 

 

 

 

Copyright © IIM. All Rights Reserved.