Web アプリを実行しようとしています。最初はうまくいっていましたが、プロジェクト フォルダーからいくつかの jar を削除する必要がありました。Eclipseを使用してjarを削除しませんでした。だから、私はこれらのエラーを取得し始めました:
Publishing failed with multiple errors
Could not delete C:/Users/maniceto/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/fj21-tarefas/WEB-INF/lib. May be locked by another process.
Could not delete C:/Users/maniceto/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/fj21-tarefas/WEB-INF. May be locked by another process.
プロジェクト全体を削除して、もう一度コーディングしようとしました。しかし、うまくいきません。Tomcat サーバーも削除しましたが、やはり機能しません。次に、この問題を「修正」するには、このフォルダーを削除する必要があることに気付きました。
C:/Users/maniceto/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/fj21-tarefas/WEB-INF .
サーバーとプロジェクトをクリーンアップします。しかし、Eclipseを閉じて再度開くと、同じエラーが発生するため、このプロセスを実行する必要があります。
この種の tomcat バグを修正する方法を知っている人はいますか?