Error when deploying dynamic projects using jsf for payara server in eclipse

Asked 1 years ago, Updated 1 years ago, 326 views

An error occurs when deploying a dynamic project called example2 using jsf for payara server in eclipse.

I want to eliminate this error and deploy this dynamic project to the server.

Development Environment
java 1.8
payara server5
jsf 2.2
Dynamic Project 4.0

error messages:

deploy is example2 failing=error occurred during deployment:exception while loading the app:java.lang.illlegalstateexception:containerbase.addchild:start:org.apache.catalina.lifecyclexception:java.lang.faxation:java.ransception:junction:java.lang.ransception:jacement.faxation:java.fax.

Tried

  • Reduce jsf version
  • Decrease the dynamic project version

java eclipse jsf

2022-09-30 22:03

1 Answers

I didn't get an error with the combination below.Try it.
·JSF in Project Facet: v2.2
·Dynamic Web Module Version: v3.1

By the way, the other environments are as follows.
·Eclipse uses 2022-06 from Pleiades
·Payara Server Community v5.2022.2
·JDK is Amazon Corretto jdk 1.8.0_332 (I have confirmed that it also works on jdk 11.0.15_9)

Thank you for your cooperation.


2022-09-30 22:03

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.