Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコードが機能しない理由を理解する必要があり、より多くの情報が必要です。デバッグ メッセージが役立つでしょう。
デバッグモードで GridGain ノードを起動するには?
GridGain をデバッグ モードで起動するには、JVM オプションを追加します。
-DGRIDGAIN_DEBUG_ENABLED=true
GridGain 起動スクリプトで、GRIDGAIN_HOME/config/default-log4j.xml ファイルの次のセクションのコメントを外します。
<category name="org.gridgain"> <level value="DEBUG"/> </category>