Fórum

RE: Users get deleted when restarting the liferay server...

Laxman Rana, modificado 11 Anos atrás.

Users get deleted when restarting the liferay server...

Junior Member Postagens: 38 Data de Entrada: 01/03/12 Postagens Recentes
Hi all,

my users,community,organization gets deleted when i am restarting the server....i am using liferay 6.0.6..
thumbnail
Tejas Kanani, modificado 11 Anos atrás.

RE: Users get deleted when restarting the liferay server...

Liferay Master Postagens: 654 Data de Entrada: 06/01/09 Postagens Recentes
Make sure you have properly configured your DB properties in portal-ext.properties.
And just to make sure, verify your DB and check whether all those users, communities, etc. it's stored in DB or not ??
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Users get deleted when restarting the liferay server... (Resposta)

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Please remove 7cogs related portlets hooks and themes from webapps folder and try once again.
Laxman Rana, modificado 11 Anos atrás.

RE: Users get deleted when restarting the liferay server...

Junior Member Postagens: 38 Data de Entrada: 01/03/12 Postagens Recentes
thanks jignesh...
its worked emoticon
what is the reason behind this??
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Users get deleted when restarting the liferay server...

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Some where in the seven cogs hook they have some bad code and due to that its everytime getting affect and import users and communities again by deleting existing one.

HTH,
Liferay Solutions
Laxman Rana, modificado 11 Anos atrás.

RE: Users get deleted when restarting the liferay server...

Junior Member Postagens: 38 Data de Entrada: 01/03/12 Postagens Recentes
ok thanks.....for your kind help....
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Users get deleted when restarting the liferay server...

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Some where in the seven cogs hook they have some bad code and due to that its everytime getting affect and import users and communities again by deleting existing one.


It's not a "bad code". seven cogs portlet is a demo portlet and it's suppose to operate this way. Seven cogs portlet reinstalls itself by reinstalling users and organizations to make the demo operate properly.
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Users get deleted when restarting the liferay server...

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Yes right but as end user point of view its disturbing the existing functionality which we can say bad code only.[indent][/indent]
This portlet should not come out with the bundle in that case or need to provide as a separate plugin.