java.lang.IllegalArgumentException: The main resource set specified […] is not valid

后端 未结 6 1378
萌比男神i
萌比男神i 2020-11-29 11:47

I\'m having trouble starting my Tomcat server, it used to work, but I did something wrong and now it throws me this exception:

Caused by: java.lang.IllegalAr         


        
6条回答
  •  迷失自我
    2020-11-29 12:42

    A maven update did the trick for me.

    Right click on your maven project:

    • Maven > Update Project...
    • Select All
    • Check "Force Update of Snapshots/Releases"
    • Click Ok

    Now, right click on your server:

    • Clean...

提交回复
热议问题