Forums de discussion

ProxyHttpServletResponse unsupported operation

PortletFaces Community Member, modifié il y a 13 années.

ProxyHttpServletResponse unsupported operation

Regular Member Publications: 199 Date d'inscription: 03/04/12 Publications récentes
Hi everyone.
I just started to development portlet with liferay 6.0.5 and jsf 2.0 which using with icefaces ipc portlet example.

Jsf ipc ice push example working normally. But if i click refresh ipc front side not working and i am seeing an error in console that

SEVERE: ProxyHttpServletResponse unsupported operation
Feb 28, 2011 4:36:02 PM org.icefaces.impl.push.servlet.ProxyHttpServletResponse getOutputStream
SEVERE: ProxyHttpServletResponse unsupported operation

??
Thanks
thumbnail
Neil Griffin, modifié il y a 13 années.

RE: ProxyHttpServletResponse unsupported operation

Liferay Legend Publications: 2655 Date d'inscription: 27/07/05 Publications récentes
We just deployed that portlet as a live demo here. I tried the reload operation and everything seems to be OK, and I didn't see any output in the logs. Please try the new BETA4 version of the portlet WAR, available from the same link.
PortletFaces Community Member, modifié il y a 12 années.

RE: ProxyHttpServletResponse unsupported operation

Regular Member Publications: 199 Date d'inscription: 03/04/12 Publications récentes
Hi,

i am using portletfaces-bridge-2.0.0-RC1.jar and iceface2.0 with Liferay6.0. Still i am getting below error with ICEfaces2 Ajax Push Inter-Portlet Communication (IPC) example.

WARNING [CharacterEncodingHandler] can't set encoding UTF-8; charset=UTF-8 UTF-8; charset=UTF-8
SEVERE [ProxyHttpServletResponse] ProxyHttpServletResponse unsupported operation

please help me how to resolve this issue?

Thanks,
Venkat
PortletFaces Community Member, modifié il y a 12 années.

RE: ProxyHttpServletResponse unsupported operation

Regular Member Publications: 199 Date d'inscription: 03/04/12 Publications récentes
I also get these errors!

config: liferay 6.0.6, jboss5.1 GA, icefaces2.0
icepush itself is working properly!

server.log:
2011-07-07 10:43:19,756 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (liferay/scheduler_dispatch) ProxyHttpServletResponse unsupported operation
2011-07-07 10:43:19,756 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (liferay/scheduler_dispatch) ProxyHttpServletResponse unsupported operation
2011-07-07 10:43:19,784 WARNING [org.icefaces.impl.util.CharacterEncodingHandler] (http-0.0.0.0-8080-4) can't set encoding UTF-8; charset=UTF-8 UTF-8; charset=UTF-8
2011-07-07 10:43:19,785 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (http-0.0.0.0-8080-4) ProxyHttpServletResponse unsupported operation
2011-07-07 10:43:19,785 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (http-0.0.0.0-8080-4) ProxyHttpServletResponse unsupported operation
2011-07-07 10:43:19,812 WARNING [org.icefaces.impl.util.CharacterEncodingHandler] (http-0.0.0.0-8080-4) can't set encoding UTF-8; charset=UTF-8 UTF-8; charset=UTF-8
PortletFaces Community Member, modifié il y a 12 années.

RE: ProxyHttpServletResponse unsupported operation

Regular Member Publications: 199 Date d'inscription: 03/04/12 Publications récentes
I have the same problem here...

WARNING [CharacterEncodingHandler] can't set encoding UTF-8; charset=UTF-8 UTF-8; charset=UTF-8

Anyone knows how can I fix it?
thumbnail
Neil Griffin, modifié il y a 12 années.

RE: ProxyHttpServletResponse unsupported operation

Liferay Legend Publications: 2655 Date d'inscription: 27/07/05 Publications récentes
Does this only happen with JBoss AS? The example mentioned above works fine with Tomcat.
PortletFaces Community Member, modifié il y a 12 années.

RE: ProxyHttpServletResponse unsupported operation

Regular Member Publications: 199 Date d'inscription: 03/04/12 Publications récentes
I have also this problem on JBoss AS 5.1. Also IcePush is working.

2011-08-02 14:42:03,210 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (Timer-1) ProxyHttpServletResponse unsupported operation
2011-08-02 14:42:03,211 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (Timer-1) ProxyHttpServletResponse unsupported operation
2011-08-02 14:42:03,234 WARNING [org.icefaces.impl.util.CharacterEncodingHandler] (http-0.0.0.0-8080-3) can't set encoding UTF-8; charset=UTF-8 UTF-8; charset=UTF-8
2011-08-02 14:42:54,210 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (Timer-1) ProxyHttpServletResponse unsupported operation
2011-08-02 14:42:54,211 SEVERE [org.icefaces.impl.push.servlet.ProxyHttpServletResponse] (Timer-1) ProxyHttpServletResponse unsupported operation
2011-08-02 14:42:54,235 WARNING [org.icefaces.impl.util.CharacterEncodingHandler] (http-0.0.0.0-8080-3) can't set encoding UTF-8; charset=UTF-8 UTF-8; charset=UTF-8
PortletFaces Community Member, modifié il y a 12 années.

RE: ProxyHttpServletResponse unsupported operation

Regular Member Publications: 199 Date d'inscription: 03/04/12 Publications récentes
I'm using JBoss 5.1 too...
thumbnail
Neil Griffin, modifié il y a 12 années.

RE: ProxyHttpServletResponse unsupported operation

Liferay Legend Publications: 2655 Date d'inscription: 27/07/05 Publications récentes
http://jira.icefaces.org/browse/ICE-7179