Foros de discusión

My Sites online member

thumbnail
Arryandra Luis, modificado hace 11 años.

My Sites online member

Junior Member Mensajes: 26 Fecha de incorporación: 19/11/09 Mensajes recientes
Hi all,

i'm using liferay 6.1 with Jetty.

I have create a site, and have 5 members inside the site.
But when i tried using My Sites portlet, "Online Now" column didn't display the correct number, meanwhile the Chat portlet was displaying the correct number of online users.

i have set these ini portal-ext.properties :
live.users.enabled=true
session.tracker.memory.enabled=true



but it doesn't help at all.


Please kindly advise on my problem.

regards.
thumbnail
Dhrutika Parekh, modificado hace 11 años.

RE: My Sites online member

Expert Mensajes: 435 Fecha de incorporación: 9/02/09 Mensajes recientes
Hi,

live.users.enabled=true property should work.

Try to do re indexing and clear database cache after restarting the server

Regards,
Dhrutika
thumbnail
Arryandra Luis, modificado hace 11 años.

RE: My Sites online member

Junior Member Mensajes: 26 Fecha de incorporación: 19/11/09 Mensajes recientes
hi Dhrutika,

i have tried your suggestion, but the display value for online member is still '0'.

Here is the screenshot :




Hi LIferay Staff,

please advise on my case.


regards.
thumbnail
Milen Dyankov, modificado hace 11 años.

RE: My Sites online member

Regular Member Mensajes: 171 Fecha de incorporación: 23/09/09 Mensajes recientes
Is it a single Liferay instance or cluster?
thumbnail
Arryandra Luis, modificado hace 11 años.

RE: My Sites online member

Junior Member Mensajes: 26 Fecha de incorporación: 19/11/09 Mensajes recientes
hi Milen,

this is a single liferay instance, the database is single server too.

i really appreciate any help on this problem.


regards.
thumbnail
Arryandra Luis, modificado hace 11 años.

RE: My Sites online member

Junior Member Mensajes: 26 Fecha de incorporación: 19/11/09 Mensajes recientes
hi any help / suggestion for my problem ?

regards.
thumbnail
Milen Dyankov, modificado hace 11 años.

RE: My Sites online member

Regular Member Mensajes: 171 Fecha de incorporación: 23/09/09 Mensajes recientes
Sorry for late response. I finally found some time to look at the source code and it seams your problem is a side effect of the following issue NullPointerException after login when live.users.enabled is true and no clustering is configured
Please see how it was fixed and patch/hook your Liferay instance in the same way.
thumbnail
Arryandra Luis, modificado hace 11 años.

RE: My Sites online member

Junior Member Mensajes: 26 Fecha de incorporación: 19/11/09 Mensajes recientes
hi Milen,

thanks for your response, yes i always see these exception in the logs.

i will read the information there.

regards.