Forums de discussion

Problem with the installation

Evgeni Dimitrov, modifié il y a 10 années.

Problem with the installation

New Member Envoyer: 1 Date d'inscription: 02/01/14 Publications récentes
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, modifié il y a 10 années.

RE: Problem with the installation

Liferay Legend Publications: 14916 Date d'inscription: 02/09/06 Publications récentes
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, modifié il y a 10 années.

RE: Problem with the installation

Regular Member Publications: 220 Date d'inscription: 07/02/07 Publications récentes
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, modifié il y a 9 années.

RE: Problem with the installation

New Member Publications: 3 Date d'inscription: 15/11/14 Publications récentes
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, modifié il y a 9 années.

RE: Problem with the installation

Expert Publications: 375 Date d'inscription: 21/04/09 Publications récentes
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, modifié il y a 9 années.

RE: Problem with the installation

New Member Publications: 3 Date d'inscription: 15/11/14 Publications récentes
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, modifié il y a 9 années.

RE: Problem with the installation

Liferay Legend Publications: 14916 Date d'inscription: 02/09/06 Publications récentes
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, modifié il y a 9 années.

RE: Problem with the installation

New Member Publications: 3 Date d'inscription: 15/11/14 Publications récentes
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, modifié il y a 9 années.

RE: Problem with the installation

New Member Publications: 11 Date d'inscription: 10/01/15 Publications récentes
the jdk and jre usually get a lot of programmers confused. glad you got it sorted. emoticonwww.sunlife.co.uk/50plan
Adi Schlemm, modifié il y a 10 années.

RE: Problem with the installation

New Member Publications: 16 Date d'inscription: 17/01/14 Publications récentes
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, modifié il y a 9 années.

RE: Problem with the installation

Junior Member Publications: 78 Date d'inscription: 08/01/15 Publications récentes
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