Fórum

remote portlet in liferay

Jitunu Sahoo, modificado 9 Anos atrás.

remote portlet in liferay

New Member Postagens: 3 Data de Entrada: 16/06/14 Postagens Recentes
how to access oracle wsrp remote portlet in liferay ?
created wsrp producer in weblogic 10g and getting the xml in link : http://localhost:7001/DemoRemoteProducer/producer?wsdl
but while accessing this link in consumer in liferay its giving error as "URL does not point to a valid WSRP producer."

please anyone can help in this....
thumbnail
Riccardo Ferrari, modificado 9 Anos atrás.

RE: remote portlet in liferay

Regular Member Postagens: 139 Data de Entrada: 13/11/10 Postagens Recentes
Hi,

I guess that without detail is going to be hard to answer you.
What Liferay version?
What are the Liferay logs saying?
Can you consume it on Oracle?

best,
Riccardo
Jitunu Sahoo, modificado 9 Anos atrás.

RE: remote portlet in liferay

New Member Postagens: 3 Data de Entrada: 16/06/14 Postagens Recentes
Hi Riccardo,

Thanks for the reply.

Liferay Version - 6.0

Liferay log - URL does not point to a valid WSRP producer.

and Yes it consumes in Oracle.


Looking forward to your answer.


Thanks,
Jitun
thumbnail
Riccardo Ferrari, modificado 9 Anos atrás.

RE: remote portlet in liferay

Regular Member Postagens: 139 Data de Entrada: 13/11/10 Postagens Recentes
Ok,

This is not really helping. Can you:
-shutdown Liferay
-clean (taking a backup if required) your logs (catalina.out or liferay.log assuming tomcat)
-startup liferay again
-try to consume the Oracle producer

when the error displays

-attach the catalina.out/liferay.log whatever

Liferay 6.0 can be from 6.0.0 to 6.0.6, what is your exact liferay version?

Best,
Riccardo
Jitunu Sahoo, modificado 9 Anos atrás.

RE: remote portlet in liferay

New Member Postagens: 3 Data de Entrada: 16/06/14 Postagens Recentes
Hi,

Using liferay 6.0.6

getting below error in console while adding consumer.

ERROR [ServiceDescriptionServiceHandler:45] Unknown exception, internal system processing error.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: Unknown exception, internal system processing error.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:Unknown exception, internal system processing error.
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:601) and soon....

Thanks.
thumbnail
Riccardo Ferrari, modificado 9 Anos atrás.

RE: remote portlet in liferay

Regular Member Postagens: 139 Data de Entrada: 13/11/10 Postagens Recentes
Doing some google search about "Unknown exception, internal system processing error." sounds like it's mostly related to some security policy/authentication issue. Can that be the case?

Attaching the logs would have been more helpful though. By the way what is WL saying in the logs? Any complaints?

Best,
Riccardo