聞きたいこと
intramartのresinでのエラー
(e-builderでresinサーバを起動したときの赤文字で表示される部分)
3点エラーがあるので修正したいです。
発生している問題・エラーメッセージ
①
[20-04-09 13:09:25.370] {main} java.lang.IllegalStateException: LongColumn[id,index]: invalid index (key=28, index value=0, row addr=6e73, Table[log_name:6,c:\resin-pro-4.0.63\resin-data\app-0\log\log_name.db])
②
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:/c:/resin-pro-4.0.63/webapps/imart/WEB-INF/lib/jaxb-impl-2.3.0.1.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
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
③
js: warning: RHINO USAGE WARNING: Invalid method "get": name "get" is already in use.
問題の原因
セットアップ後にJDKを変更しました。(JDK14→JDK11)
補足情報(FW/ツールのバージョンなど)
intra-mart Accel Platform 2018 Winter(Urara)
resin-pro-4.0.63
OPEN JDK11
あなたの回答
tips
プレビュー