Message Boards

Problem after Liferay 7 installation

Mattia Zecchinato, modified 7 Years ago.

Problem after Liferay 7 installation

New Member Posts: 4 Join Date: 6/1/16 Recent Posts
I've installed liferay 7 but when it starts i can't open admin panel and it does't show some components.
anyone know hot to selve this?
i used liferay CE with tomcat 8 and mySQL
thanks
thumbnail
Christoph Rabel, modified 7 Years ago.

RE: Problem after Liferay 7 installation

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts
Please look into the log file if there are any errors. What do those errors say?
Also, please check if you are indeed using Java 8.
Mattia Zecchinato, modified 7 Years ago.

RE: Problem after Liferay 7 installation

New Member Posts: 4 Join Date: 6/1/16 Recent Posts
i found this error
17:54:15,522 ERROR [http-nio-8080-exec-1][PortletRequestDispatcherImpl:261] org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required
org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required


but i istalled JDK from here and set JAVA_HOME = C:\Program Files\Java\jdk1.8.0_91
JRE_HOME = C:\Program Files\Java\jre1.8.0_91
and add to PATH "C:\Program Files\Java\jdk1.8.0_91\bin"
thumbnail
Arun Das, modified 7 Years ago.

RE: Problem after Liferay 7 installation (Answer)

Regular Member Posts: 166 Join Date: 7/23/12 Recent Posts
Hi,
You have to point JRE like the following
JRE_HOME = C:\Program Files\Java\jdk1.8.0_91\jre . Please refer here

HTH
Arun
Mattia Zecchinato, modified 7 Years ago.

RE: Problem after Liferay 7 installation

New Member Posts: 4 Join Date: 6/1/16 Recent Posts
problem solved
thanks to both

Mattia
thumbnail
Ketan Savaliya, modified 7 Years ago.

RE: Problem after Liferay 7 installation

Regular Member Posts: 117 Join Date: 3/3/11 Recent Posts
Arun Das:
Hi,
You have to point JRE like the following
JRE_HOME = C:\Program Files\Java\jdk1.8.0_91\jre . Please refer here

HTH
Arun



@Arun: Thanks, it's work for me.