Foren

Liferray 5.2.3 : Adding Users Under Control Pannel

A S, geändert vor 13 Jahren.

Liferray 5.2.3 : Adding Users Under Control Pannel

New Member Beitrag: 1 Beitrittsdatum: 13.10.10 Neueste Beiträge
Hi,

I am using LifeRay 5.2.3 on Windows Weblogic 10.3.3.
I am using Oracle 9.x as the back end DB.

I am logged in as the Test user
I am going under Control pannel and click on Users for adding additional users to liferay database.

Problem :

When I add in all the user information and I click on Save. I get on the screen

User is not found.

The weird thing is, sometimes it works. It is very inconsistent.

Any help on how I can get this to work consistently to work would be great. - Amlan




Since the above did not work I even tried SQL insertions in this very order:

insert into User_
insert into Contact_
insert into Group_
insert into LayoutSet
insert into Layout
insert into Users_Groups

insert into Organization_
insert into Users_Orgs
insert into Users_Roles
insert into Users_Roles
insert into Users_Roles

That did not work either !!!. - Amlan


----------------------------

I decided to get the Liferay 5.2.3 bundled with Tomcat 6.x and try that out. It seems I am able to adminsters users in Oracle DB fine from Tomcat with Liferay.

Anyone aware of issues with liferay 5.2.3 running through WebLogic ?

- Amlan