Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: LIFERAY7.1: liferay-faces-portal causes Catastrophic initialization fai
Hello Everyone!
I'm currently migrating a 6.2 jsf (PrimeFaces) portlet to 7.1
and I'm getting the following error whenever I try to deploy a portlet
that contains the liferay-faces-portal dependency : Catastrophic
initialization failure! Shutting down "theportlet" WAB due
to: com.sun.faces.config.ConfigurationException: Exceeded maximum
number of attempts to sort the faces-config documents.
I'm using maven and the 3.0.1-ga2 version for the LiferayFacesPortal (The specified at the docs for liferay 7.1). I'm not even using any class from this dependency yet so I find it pretty odd to just throw that error while deploy time.
Any idea on how should I approach this failure? Am I missing
something? I found litterally no answers on google.
Thanks in advance
Can you post your dependencies from your
pom.xml
or
build.gradle
file? Please make sure your dependencies are up-to-date with the
recommended dependencies on liferayfaces.org
.- Kyle