Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/jsf/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jsf AsyncSupportListenerAdapter primefaces异常_Jsf_Tomcat_Primefaces - Fatal编程技术网

Jsf AsyncSupportListenerAdapter primefaces异常

Jsf AsyncSupportListenerAdapter primefaces异常,jsf,tomcat,primefaces,Jsf,Tomcat,Primefaces,我是jsf新手,我正在尝试使用primefaces做一些示例,当我尝试运行这个示例时, 我遇到了这样一个例外 SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/primefaces] threw exception [org/atmosphere/cpr/AsyncSupportListenerAdapter] with root cause java.lang.ClassNotFoundEx

我是jsf新手,我正在尝试使用primefaces做一些示例,当我尝试运行这个示例时, 我遇到了这样一个例外

SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/primefaces] threw exception [org/atmosphere/cpr/AsyncSupportListenerAdapter] with root cause
java.lang.ClassNotFoundException: org.atmosphere.cpr.AsyncSupportListenerAdapter

我想我必须有一个大气jar文件,但我不确定。任何建议都会很有帮助。

这个建议帮助我解决问题