Foren

Problem while installing liferay with MYsql on linux - Resolved

Vin k k, geändert vor 16 Jahren.

Problem while installing liferay with MYsql on linux - Resolved

Regular Member Beiträge: 138 Beitrittsdatum: 04.12.07 Neueste Beiträge
Hi frinds,

Iam trying to install liferay with mysql on linux.i have installed liferay, mysql and modified liferay/conf/catalina/localhost/ROOT.XML, after that i created a database using
create database lportal character set utf8;
but when i start liferay with localhost:8080 i get following the errors in catalina.out
Table 'lportal.Portlet' doesn't exist

please help.
Thanks
thumbnail
Roman Hoyenko, geändert vor 16 Jahren.

RE: Problem while installing liferay with MYsql on linux

Liferay Master Beiträge: 878 Beitrittsdatum: 08.10.07 Neueste Beiträge
can you check that the tables are there? Just login into mysql and do:

use lportal;
select * from Portlet;

If they are then something wrong with your connection settings. If they are not, then you need to create them properly.
thumbnail
Artur Linhart, geändert vor 16 Jahren.

RE: Problem while installing liferay with MYsql on linux

Expert Beiträge: 459 Beitrittsdatum: 13.09.07 Neueste Beiträge
Hello,

the reason could be You did not granted enough permissions for the lportal database to the user which is used for the connection to the database... Then also the tables appear to be "non existing" and similar message can come...

with regards, Archie
Vin k k, geändert vor 16 Jahren.

RE: Problem while installing liferay with MYsql on linux

Regular Member Beiträge: 138 Beitrittsdatum: 04.12.07 Neueste Beiträge
Hi Roman and arthur,

Thanks for the reply, i did two mystakes,1. i didnt create the tables 2. i did little
error in ROOT.xml, its working fine,
thanks
thumbnail
yangxiaowei yang, geändert vor 14 Jahren.

RE: Problem while installing liferay with MYsql on linux

New Member Beiträge: 8 Beitrittsdatum: 21.05.09 Neueste Beiträge
hi frind:
please tell me how to write ROOT.xml ?
i hava a ext package of window ,i want install it to linux,what file i had to modify?
thumbnail
Alex Wallace, geändert vor 14 Jahren.

RE: Problem while installing liferay with MYsql on linux

Liferay Master Beiträge: 640 Beitrittsdatum: 05.11.07 Neueste Beiträge
ROOT.xml is part of tomcat, it is inside of conf/Catalina/localhost for tomcat 5.5, not part of your ext environment.

Hope this helps.
thumbnail
yangxiaowei yang, geändert vor 14 Jahren.

RE: Problem while installing liferay with MYsql on linux

New Member Beiträge: 8 Beitrittsdatum: 21.05.09 Neueste Beiträge
thanks,i have get the problem.