Fórum

portal 6.1.1 GA2 C.E strange issue

thumbnail
jaid shaik, modificado 10 Anos atrás.

portal 6.1.1 GA2 C.E strange issue

Regular Member Postagens: 171 Data de Entrada: 08/10/10 Postagens Recentes
Hi,

I am working on portal 6.1.1 C.E GA2 in my local desktop windows calender, Message board portlets working fine, But same zip folder i extracted on staging server Linux machine Add event, Add category functionality of calender and message board portlets is not working...

Is it liferay known Bug, then can some one have solution for this { like new patch} please revert me.



Thanks
Jaid.Shaik
thumbnail
jaid shaik, modificado 10 Anos atrás.

RE: portal 6.1.1 GA2 C.E strange issue

Regular Member Postagens: 171 Data de Entrada: 08/10/10 Postagens Recentes
Hi,

Finally got the solution.

It's known issue. Issue

#
    # Set this property to "ip" or "domain" for the redirect security method. If
    # set to "domain", the portal will only redirect users to domains listed in
    # the property "redirect.url.domain.allowed". If set to "ip", the portal
    # will only redirect to domains whose IP address resolve to an IP address
    # listed in the property "redirect.url.ip.allowed".
    #
    #redirect.url.security.mode=domain
    redirect.url.security.mode=ip

    #
    # Input a list of comma delimited domains which the portal is allowed to
    # redirect to. Input a blank list to allow any domain.
    #
    redirect.url.domains.allowed=

    #
    # Input a list of comma delimited IPs which the portal is allowed to
    # redirect to. Input a blank list to allow any IP. SERVER_IP will be
    # replaced with the IP of the host server.
    #
    redirect.url.ips.allowed=127.0.0.1,SERVER_IP
thumbnail
Juan Gonzalez, modificado 10 Anos atrás.

RE: portal 6.1.1 GA2 C.E strange issue

Liferay Legend Postagens: 3089 Data de Entrada: 28/10/08 Postagens Recentes
Hi Jaid,

Well, that isn't really a bug neither an issue. It's simply a misconfiguration issue.

BTW, please provide more information next time when asking for help (portal-ext.properties, error log, etc). Your description didn't give us any clue.

Thanks for pointing out how you solved it.
thumbnail
jaid shaik, modificado 10 Anos atrás.

RE: portal 6.1.1 GA2 C.E strange issue

Regular Member Postagens: 171 Data de Entrada: 08/10/10 Postagens Recentes
Hi Juan,

I had provided complete information, I was not getting any error on my console log.

As i said earlier, This functionality was working in windows BUT not in LINUX

http://issues.liferay.com/browse/LPS-26281 Please go through this link.

I resolved this issue same way as mentioned in above link.

I added below property in portal-ext.properties { For Linux}.

redirect.url.ips.allowed = ip 



Thanks for your reply....



Thanks
Jaid.Shaik