CKCG5001: INFO: CheckJSPSize started.
[意味]
CheckJSPSizeコマンドを開始しました。
※result.logだけに出力されます。
[ユーザーの対処]
CKCG5002: INFO: CheckJSPSize ended.
[意味]
CheckJSPSizeコマンドが終了しました。
※result.logだけに出力されます。
[ユーザーの対処]
CKCG5010: INFO: The check is skipped because DAS is running.
[意味]
DASが起動されていますので、CheckJSPSizeコマンドは処理をしません。
※result.logだけに出力されます。
[ユーザーの対処]
CKCG5011: SEVERE: org.apache.jasper.JspC is not found. Please check the environment.
[意味]
[ユーザーの対処]
CKCG5020: INFO: Application: アプリケーション名
[意味]
表示されたアプリケーションをチェックします。
※result.logだけに出力されます。
[ユーザーの対処]
CKCG5023: WARNING: PWC6033: Error in Javac compilation for JSP
[意味]
[ユーザーの対処]
本メッセージが表示された場合は、“13.19 パラメータ点検機能の異常”に記載されている対応を実施してください。
CKCG5024: WARNING: Application: アプリケーション名
Javaの定数文字列が64KBを超過しています。Stringを使用したJavaコード部分を見直し、文字列長を64KB未満にしてください。
CKCG5024: WARNING: Application: アプリケーション名
The size of a constant string is larger than 64KB. Please divide the string into several strings.
[意味]
[ユーザーの対処]
Stringを使用したJavaコード部分を見直し、文字列長を64KB未満にしてください。
CKCG5025: WARNING: Application: アプリケーション名
メソッドサイズが64KBを超過しています。JSPファイルを分割し、動的にincludeを行ってください。
CKCG5025: WARNING: Application: アプリケーション名
The size of a method in the class file is larger than 64KB. Please modify JSP file by diveding into multiple files and using dynamic include.
[意味]
[ユーザーの対処]
JSPファイルを分割し、動的にincludeを行ってください