Foros de discusión

Problem with the installation

Evgeni Dimitrov, modificado hace 10 años.

Problem with the installation

New Member Mensaje: 1 Fecha de incorporación: 2/01/14 Mensajes recientes
Hello everybody,

I followed the instructions on this page : https://www.liferay.com/quick-start
1.I do not want JDK for now , so I did not install neither JDK or Java or Eclipse.
2.I downloaded this version:
Liferay Portal 6.2
Community Edition GA1
From here : https://www.liferay.com/downloads/liferay-portal/available-releases

3.Now I am in this folder: D:\Programs\liferay\liferay-portal-6.2.0-ce-ga1\tomcat-7.0.42\bin and i am starting the startup.bat file, and the console just shows for 1 second and then it dissapears.I watched a video where it was on the screen for lika .. 30 seconds.But mine is not starting.

Do I have to install anything else before liferay, what could be the problem.I saw that in this version there is not need form license key, in the 3 steps.
I would be really thankful if someone help me.
thumbnail
David H Nebinger, modificado hace 10 años.

RE: Problem with the installation

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
Please help me. I'm trying to run Java software but I don't install Java. Can you help me get the software to run even though I haven't installed Java?

BTW, I've also powered down my computer and now the screen is black and I cannot read my email. How do I make the email come up without powering up my computer?
thumbnail
Richard Sezov, modificado hace 10 años.

RE: Problem with the installation

Regular Member Mensajes: 220 Fecha de incorporación: 7/02/07 Mensajes recientes
Liferay Portal is written in Java and runs in Java, so you must have Java installed in order for it to work. The second sentence of the installation chapter states:

It supports a wide variety of application servers, freeing you to use the Java application server you think is best.


I know Dave's reply was a bit sarcastic, but please refrain from abuse on the forums. Dave helps out a lot of people on the forums every day, so maybe he was just having a bad day. We're all here to help each other out. Go ahead and install Java (the latest 1.7.x would work well), and if you have any other issues getting Liferay installed, we'll be happy to help.

Thanks!

--Rich
Mohamed Aliouat, modificado hace 9 años.

RE: Problem with the installation

New Member Mensajes: 3 Fecha de incorporación: 15/11/14 Mensajes recientes
Hi!! I nedd your help with Liferay Bundle 6.1.1-ce-ga2 for Glassfish installation on linux redhat... after download the package and unzip it, I execut "asadmin start-domain domain1" command, the output is :
".......................................
admin Port: 4848
Command start-domain executed successfully."

but when I try http://localhost:8080, I have http status 500 error. (org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required)

for information my javac version is 1.6.0_33.

Any suggestion to resolve this probleme. thank you.
thumbnail
Denis Signoretto, modificado hace 9 años.

RE: Problem with the installation

Expert Mensajes: 375 Fecha de incorporación: 21/04/09 Mensajes recientes
Hi Mohamed,

do you have set up JAVA_HOME variable point to your JDK installation dir ?
Please for installation/setup issue don't use a previous thread but open a new one on dedicated category:

Home » Liferay Portal » English » 1. Installation / Deployment / Setup

Best Regards,
Denis.
Mohamed Aliouat, modificado hace 9 años.

RE: Problem with the installation

New Member Mensajes: 3 Fecha de incorporación: 15/11/14 Mensajes recientes
Hi Denis !!

I'm sorry if I didn't open a new thread ... beginner mistake.
I remove open jdk and use Oracle java and there is no error after that.

thank you for help emoticon
thumbnail
David H Nebinger, modificado hace 9 años.

RE: Problem with the installation

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
Mohamed Aliouat:
There is an error in invoking javac. A full JDK (not just JRE) is required.


Just to be clear, you do understand the difference between the JRE (java runtime environment, runtime meaning it does not include compilation stuff) and the JDK (java development kit, includes the JRE as well as all of the development stuff including javac)?
Mohamed Aliouat, modificado hace 9 años.

RE: Problem with the installation

New Member Mensajes: 3 Fecha de incorporación: 15/11/14 Mensajes recientes
Hi David !!

[ " http status 500 error. (org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required) " ]

it's not my message but a server error message response, and It's a must for every developer to know the defference between a JRE and JDK emoticon.

Thank you for help.
mark grant, modificado hace 9 años.

RE: Problem with the installation

New Member Mensajes: 11 Fecha de incorporación: 10/01/15 Mensajes recientes
the jdk and jre usually get a lot of programmers confused. glad you got it sorted. emoticonwww.sunlife.co.uk/50plan
Adi Schlemm, modificado hace 10 años.

RE: Problem with the installation

New Member Mensajes: 16 Fecha de incorporación: 17/01/14 Mensajes recientes
What do you want?
The install documentation is good and its relativ simple
with that, to install liferay with tomcat, jboss and so on...
thumbnail
Aditya Bhardwaj, modificado hace 9 años.

RE: Problem with the installation

Junior Member Mensajes: 78 Fecha de incorporación: 8/01/15 Mensajes recientes
Hi Evgeni Dimitrov,

For installation(Full set up) of liferay you need:-
1)Java
2)Sdk(If you are not using maven)
3)Server( Tomcat, GlassFish etc)
4)ide (eclipse)
5)Database (mysql etc) by default we have hypersonic.

Install java set paths> Start server>hit http://localhost:8080/ >Change Database and provide credential of db Thats it

In eclipse attach you sdk and you can create your plugin portlet,themes etc