0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

java.lang.IncompatibleClassChangeError: Implementing class

Posted at

環境

  • Wicket 7.10
  • Tomcat 8
  • Java 8
  • org.apache.xmlrpc 3.1.3

背景

eclipse でデバッグ時に変なエラーでてちょっとはまったのでメモ

現象

Tomcat アプリ起動時にタイトルのエラー、環境関連か・・・

結論

バージョンの異なるライブラリの読み込みを行ってしまっていたため。
pom.xml の依存関係をチェックする。

原因

pom.xml にとりあえずライブラリ入れてみて問題ないからOKと思っていたら
WEB-INF/lib のディレクトリに新旧の xmlrpc の jar ファイルがあったという…凡ミスでした

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?