as usual when any developer meet ClassNotfoundException through his deployment of EAR , he will be confused about the reason of this issues . the first reason might come to your mind is missing jar , which will be the right solution in most of cases but not this case !
today i have faced the following exception :
weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.TrinidadConverterELTag
as you may expect i started with looking jars and checking weblogic.xml to find any missing jar or reference without any hope .
finally , the solution came from smart colleague and it was simple and direct and it just recreation the Ear profile and use it to deploy again and everything has worked like charm !
today i have faced the following exception :
weblogic.application.ModuleException: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.TrinidadConverterELTag
as you may expect i started with looking jars and checking weblogic.xml to find any missing jar or reference without any hope .
finally , the solution came from smart colleague and it was simple and direct and it just recreation the Ear profile and use it to deploy again and everything has worked like charm !
No comments:
Post a Comment