掲示板

Problem with the installation

10年前 に Evgeni Dimitrov によって更新されました。

Problem with the installation

New Member 投稿: 1 参加年月日: 14/01/02 最新の投稿
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
10年前 に David H Nebinger によって更新されました。

RE: Problem with the installation

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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
10年前 に Richard Sezov によって更新されました。

RE: Problem with the installation

Regular Member 投稿: 220 参加年月日: 07/02/07 最新の投稿
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
9年前 に Mohamed Aliouat によって更新されました。

RE: Problem with the installation

New Member 投稿: 3 参加年月日: 14/11/15 最新の投稿
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
9年前 に Denis Signoretto によって更新されました。

RE: Problem with the installation

Expert 投稿: 375 参加年月日: 09/04/21 最新の投稿
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.
9年前 に Mohamed Aliouat によって更新されました。

RE: Problem with the installation

New Member 投稿: 3 参加年月日: 14/11/15 最新の投稿
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
9年前 に David H Nebinger によって更新されました。

RE: Problem with the installation

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
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)?
9年前 に Mohamed Aliouat によって更新されました。

RE: Problem with the installation

New Member 投稿: 3 参加年月日: 14/11/15 最新の投稿
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.
9年前 に mark grant によって更新されました。

RE: Problem with the installation

New Member 投稿: 11 参加年月日: 15/01/10 最新の投稿
the jdk and jre usually get a lot of programmers confused. glad you got it sorted. emoticonwww.sunlife.co.uk/50plan
6年前 に asif aftab によって更新されました。

RE: Problem with the installation

Regular Member 投稿: 123 参加年月日: 13/09/02 最新の投稿
10年前 に Adi Schlemm によって更新されました。

RE: Problem with the installation

New Member 投稿: 16 参加年月日: 14/01/17 最新の投稿
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
9年前 に Aditya Bhardwaj によって更新されました。

RE: Problem with the installation

Junior Member 投稿: 78 参加年月日: 15/01/08 最新の投稿
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