RESIN 报listener-class ‘com.sun.faces.application.W

Deploying JSF portlets #

Some JSF portlets (like: sample-icefaces-ipc-ajax-push-portlet) can not be deployed on Resin due to following exception:

com.caucho.config.ConfigException: listener-class ‘com.sun.faces.application.WebappLifecycleListener‘ does not implement any web-app listener interface.

This happens since Resin comes with its own JSF implementation: (resin-4.0.26/lib/jsf-mojarra-2.1.3.jar) that is loaded first.

To fix this, just remove the jsf-impl.jar from the deployed portlet or from the portlet war.

RESIN 报listener-class ‘com.sun.faces.application.W,布布扣,bubuko.com

时间: 2024-10-21 01:30:13

RESIN 报listener-class ‘com.sun.faces.application.W的相关文章

Error configuring application listener of class com.sun.faces.config.ConfigureListener

错误信息如下: 严重: Error configuring application listener of class com.sun.faces.config.ConfigureListener java.lang.NoClassDefFoundError: javax/faces/event/SystemEventListener 个人删掉下面这两个包后,错误就没了: jsf-api.jar jsf-impl.jar

生产resin报错之Resin can't load com.sun.tools.javac.Main

在使用ssh执行远程重启脚本重启resin时,会出现一下报错: com.caucho.jsp.JspParseException: Resin can't load com.sun.tools.javac.Main.  Usually this means that the JDK tools.jar is missing from the classpath, possibly because of using a JRE instead of the JDK.  You can either

ETL技术工具kettle入门笔记(一) 之kettle连接oracle rac 报listener does not currently know of sid错误的解决

1 问题现象: 之前做的kettle 连接某个oracle数据库 做表抽取 脚本的表输入信息如下图: 执行时(脚本上传到linux机器 用sh命令执行的)表输入报的错误信息: 但是在机器里面用sqlplus 命令登录却可以成功: 2 解决过程: 出现问题后,一开始联系  源数据系统 厂家 看是不是他们那边数据库做了 限制. 经过他们查看,他们那边没有做限制.这边也查不到原因 后来参照别的系统 发现 134.64.197.198 是rac一个节点的浮动地址  对应的sid是 iprandb1.而i

scala 2.11报错error: not found: type Application

FROM: http://j-q-j.org/scala/scala-2-11-application-error.html 这两天学习scala,官网下载的最新版本2.11,书用的是<Programming in scala>,看到类和对象,这一章最后一段代码 1 2 3 4 5 import ChecksumAccumulator.calculate object FallWinterSpringSummer extends Application {   for (season <

Https协议报错:com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl解决方法

旭日Follow_24 的CSDN 博客 ,全文地址请点击: https://blog.csdn.net/xuri24/article/details/82220333 所用应用服务器:JBoss服务器 jdk环境:jdk1.6 通信协议:http/https 场景:本地项目对接外部项目(接口编程),尤其银行对接等: 使用外部系统提供的sdk,sdk中封装好了http通信协议等.使用sdk进行调用正常,当导入本地项目对接时,调用请求出现报错: sun.net.www.protocol.http.

【Tomcat】【3】报错 Illegal access: this web application instance has been stopped already. Could not load [org.apache.commons.pool.impl.CursorableLinkedList$Cursor]

用Tomcat运行项目报错: Illegal access: this web application instance has been stopped already. Could not load [org.apache.commons.pool.impl.CursorableLinkedList$Cursor]. The following stack trace is thrown for debugging purposes as well as to attempt to term

项目跑起来之后,一会儿后台就会报错Illegal access: this web application instance has been stopped already. Could not load [com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask]. The following stack trace

一月 24, 2016 6:42:54 下午 org.apache.catalina.loader.WebappClassLoaderBase checkStateForResourceLoading 信息: Illegal access: this web application instance has been stopped already. Could not load [com.mchange.v2.resourcepool.BasicResourcePool$1DestroyRes

安装nginx报错cp: &quot;conf/koi-win&quot; 与&quot;/application/nginx-1.6.3/conf/koi-win&quot; 为同一文件

安装nginx时,进行到make install是突然报以下错误,并且停止安装: cp: "conf/koi-win" 与"/application/nginx-1.6.3/conf/koi-win" 为同一文件 错误原因:安装目录和解压后的安装包为同一个目录. 解决办法:将安装包移动到另外的一个目录,或者重新选择安装路径.

XCODE 6 经常报错 “Could not inspect the application package”

XCODE 6.01,真机运行时,总是是 第一次 蹦出弹窗, 提示:App installation failedCould not inspect the application package. 再来一次就可以运行了.但是,一直反复出现. 为什么呢? 分析后发现:项目一开始是没有问题的.后来我把工程名改成中文,就出现这个问题了.所以只要恢复成之前的英文就好了.