InvokeActionEventListener无法在本地服务器的Omnifaces Showcase中工作

时间:2016-08-14 09:52:41

标签: jsf jsf-2.2 wildfly-8 omnifaces mojarra

我已在本地服务器中部署Omnifaces Showcase 2.4来测试InvokeActionEventListener,因为我遇到了Flash Scope的一些问题。由于展示InvokeActionEventListener无效,我下载了一个干净的Wildfly 8.2.0并将其部署在那里,我得到了相同的结果。

基本上问题是在页面eventlisteners/InvokeActionEventListener中,当我点击演示部分中的“此链接”时,重定向发生后没有消息,尽管它在官方展示网站中正确显示。

请在下面打开“eventlisteners / InvokeActionEventListener”页面时的日志条目:

2016-08-14 11:00:50,796 SEVERE [javax.enterprise.resource.webcontainer.jsf.flash] (default task-11) JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value.  Processing will continue, but the flash is unavailable for this request.

点击“此链接”时:

2016-08-14 11:01:11,854 SEVERE [javax.enterprise.resource.webcontainer.jsf.flash] (default task-13) JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value.  Processing will continue, but the flash is unavailable for this request.
2016-08-14 11:01:11,861 INFO  [org.hibernate.validator.internal.xml.ValidationXmlParser] (default task-13) HV000007: META-INF/validation.xml found. Parsing XML based configuration.
2016-08-14 11:01:11,885 INFO  [org.hibernate.validator.internal.xml.ValidationBootstrapParameters] (default task-13) HV000004: Using org.omnifaces.validator.JsfLabelMessageInterpolator as message interpolator.
2016-08-14 11:01:11,896 INFO  [stdout] (default task-13) InvokeActionBean.initParam() INVOKE_APPLICATION 5
2016-08-14 11:01:11,907 SEVERE [javax.enterprise.resource.webcontainer.jsf.flash] (default task-14) JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value.  Processing will continue, but the flash is unavailable for this request.

我正在使用Ubuntu 16.04。我必须采取哪些额外步骤才能在本地正确使用Omnifaces Showcase?也许服务器配置?

0 个答案:

没有答案