0
我使用Jdeveloper 12.1.3構建了ADF應用程序,並試圖將.ear文件部署到Glassfish 3.1.2,但在部署期間,我收到了如下錯誤消息,我的JDK版本1.7部署.ear文件到Glassfish 3.1.2
Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: Factory 'javax.faces.context.ExceptionHandlerFactory' was not configured properly.. Please see server.log for more details.
在服務器日誌:
2016-09-17T07:33:26.509+0200|SEVERE|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=84;_ThreadName=Thread-2;|Critical error during deployment:
com.sun.faces.config.ConfigurationException: Factory 'javax.faces.context.ExceptionHandlerFactory' was not configured properly.
Caused by: java.lang.UnsupportedClassVersionError: oracle/adf/share/logging/ADFLogger : Unsupported major.minor version 52.0
任何幫助解決這一問題,請 謝謝,
非常感謝您的幫助 – Tom