Foros de discusión

Remote publishing with Webphere and Liferay 5.2.3

Nicolas Muller, modificado hace 14 años.

Remote publishing with Webphere and Liferay 5.2.3

Junior Member Mensajes: 57 Fecha de incorporación: 22/02/07 Mensajes recientes
Hello,

I am using two liferay 5.2.3 instance on the same host working with Websphere 6.1. We have too an IIS Microsoft Http Plugin.

My tests with remote publishing are right with tomcat but no access to tunnel-web on Websphere.

I would like to know how to deploy tunnel-web. My stacktrace from the client is :

com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:792)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
Caused by: java.io.FileNotFoundException: http://dev.nm:80/tunnel-web/secure/liferay/do
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1194)
at com.liferay.portal.service.http.TunnelUtil.invoke(TunnelUtil.java:70)
at com.liferay.portal.service.http.GroupServiceHttp.getGroup(GroupServiceHttp.java:297)
... 115 more


Do I need a particular configuration into portal-ext.properties. I already set the tunnel-web properties for host authorized and https access.

Best regards,
Mukul Kumar, modificado hace 10 años.

RE: Remote publishing with Webphere and Liferay 5.2.3

New Member Mensaje: 1 Fecha de incorporación: 18/05/12 Mensajes recientes
It is a very old post but I want to answer it because at some level anyone else can get benefit from it. This error is occur if your tunnel-web is not deployed on destination (live environment) or you do not have correct entries in web.xml file.

Happy learning emoticon

Mukul