掲示板

Liferay 6.1 startup problem Ubuntu

12年前 に karthik N によって更新されました。

Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi all,
Im new person to liferay , Im trying to install liferay 6.1 (beta version) in Ubuntu 11.10 server.
But i will not be able to start liferay in ubuntu machine when i run startup.sh file, im getting following things in console

Using CATALINA_BASE: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26
Using CATALINA_HOME: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26
Using CATALINA_TMPDIR: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26/temp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26/bin/bootstrap.jar

, but im not able to enter into liferay using http://localhost:8080/web/guest/home?


Any help guys?

Thanks & Regards,
Karthik
thumbnail
12年前 に Juan Gonzalez P によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Liferay Legend 投稿: 3089 参加年月日: 08/10/28 最新の投稿
karthik N:
Hi all,
Im new person to liferay , Im trying to install liferay 6.1 (beta version) in Ubuntu 11.10 server.
But i will not be able to start liferay in ubuntu machine when i run startup.sh file, im getting following things in console

Using CATALINA_BASE: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26
Using CATALINA_HOME: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26
Using CATALINA_TMPDIR: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26/temp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26/bin/bootstrap.jar

, but im not able to enter into liferay using http://localhost:8080/web/guest/home?


Any help guys?

Thanks & Regards,
Karthik


Please post the logs (/usr/liferay/liferay-portal-6.0.5/tomcat-6.0.26/catalina.out)

Have you got permissions of read/write over that folder?
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
hi,
im getting this error in my catalina.out file, even i tried stop run the another application i cannot able to start liferay,

Dec 13, 2011 12:57:53 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/usr/lib/jni:/lib:/usr/lib
Dec 13, 2011 12:57:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Dec 13, 2011 12:57:53 PM org.apache.coyote.AbstractProtocol init
SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]
java.net.BindException: Address already in use <null>:8080
at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:386)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:498)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:369)
at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:909)
thumbnail
12年前 に Milen Dyankov によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 171 参加年月日: 09/09/23 最新の投稿
In your log file I can see 2 things:

1) The port 8080 is used by another application. You may think you have stopped it but it still uses the port. Try to run lsof -i :8080 to see which process uses the port and then stop/kill it.

2) you are using OpenJDK. Not sure if this is a problem with Liferay but I would suggest to switch to Sun's java.
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi Milen,
Thanks for your reply... I have installed sun java, bt still problem persist,
Any idea? when i type java -version in terminal, It shows open JDK only,
How can i make sunjava as default?

Regards,
Karthik
thumbnail
12年前 に Nagendra Kumar Busam によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Liferay Master 投稿: 678 参加年月日: 09/07/07 最新の投稿
Did you try checking the classpath/path environment variables for java
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi,

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/bin"
CATALINA_HOME="/home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22"
TOMCAT_HOME="/home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22"
JRE_HOME="/home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/jre1.6.0_20/win"

this s my environment variable setup in /etc/environment...

IS der anything wrong with this?

Thanks and Regards,
Karthik
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi all,
Im getting this information in my catalina.out file

eval: 1: /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/jre1.6.0_20/win/bin/java: not found
eval: 1: /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/jre1.6.0_20/win/bin/java: not found

Any clue guys?



Thanks and Regards,
Karthik
thumbnail
12年前 に Ravi Kumar Gupta によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Liferay Legend 投稿: 1302 参加年月日: 09/06/24 最新の投稿
Hi.. Please check this directory /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/jre1.6.0_20/win

do you see bin, lib directories there.. if not then you have not set JRE_HOME correctly.. from the first look it seems it is /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/jre1.6.0_20 not with /win at the last..

Please confirm
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi all,
Thanks for all of your reply, solved that problem,
For operating system other then windows we need to Configure environmental variable as JRE_HOME="jre path in our java installation"

Regards,
Karthik
thumbnail
12年前 に Geeta Raghu Vamsi Kotipalli によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Junior Member 投稿: 58 参加年月日: 11/11/10 最新の投稿
karthik N:
Hi all,
Thanks for all of your reply, solved that problem,
For operating system other then windows we need to Configure environmental variable as JRE_HOME="jre path in our java installation"

Regards,
Karthik



Oh cool Man seems Like you are some what a new bee for the Setup of Liferay related to Environmental Changes emoticon
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi Geeta,
Thanks, Yes Im newbie to the Ubuntu
11年前 に long zhao によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Junior Member 投稿: 39 参加年月日: 11/08/29 最新の投稿
Geeta Raghu Vamsi Kotipalli:
karthik N:
Hi all,
Thanks for all of your reply, solved that problem,
For operating system other then windows we need to Configure environmental variable as JRE_HOME="jre path in our java installation"

Regards,
Karthik



Oh cool Man seems Like you are some what a new bee for the Setup of Liferay related to Environmental Changes emoticon



I have the same problem.
What is your mean of "jre path in our java installation"?
I am using the Sun Java installed by myself at /usr/java/jdk1.6.0_27
thumbnail
11年前 に David H Nebinger によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Liferay Legend 投稿: 14914 参加年月日: 06/09/02 最新の投稿
so your jre path would be something like /usr/java/jdk1.6.0_27/jre...
11年前 に long zhao によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Junior Member 投稿: 39 参加年月日: 11/08/29 最新の投稿
David H Nebinger:
so your jre path would be something like /usr/java/jdk1.6.0_27/jre...



That is just what I am using.
But I still have that bug. I am so confused about that.
10年前 に Granger Guillaume によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

New Member 投稿: 3 参加年月日: 10/05/18 最新の投稿
I have the same installation and the same problem...
Have you find why, Liferay don't start?
I have also this Stacktrace :

Exception in thread "main" java.lang.NoClassDefFoundError: Developer
Caused by: java.lang.ClassNotFoundException: Developer
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
thumbnail
12年前 に Geeta Raghu Vamsi Kotipalli によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Junior Member 投稿: 58 参加年月日: 11/11/10 最新の投稿
karthik N:
hi,
im getting this error in my catalina.out file, even i tried stop run the another application i cannot able to start liferay,

Dec 13, 2011 12:57:53 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/usr/lib/jni:/lib:/usr/lib
Dec 13, 2011 12:57:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Dec 13, 2011 12:57:53 PM org.apache.coyote.AbstractProtocol init
SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]
java.net.BindException: Address already in use <null>:8080
at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:386)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:498)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:369)
at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:909)



Hi Karthik

Apply this Command and check the process of the 8080 port

ps -aux|grep 8080 (grep can also be done with java,tomcat as well)

After that kill the process apart from the color related process (because color process is a default process)

then try to start the Tomcat

If u still face the same problem try to make the whole tomcat folder conversion with dos2unix and then try again (because some of the files which require the tomcat execution might be in the Windows format which a unix /linux platform cant recognize the files)

Thanks

K.G.R Vamsi
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi geeta,
I have checked with my port there is no problem with that, how can i change the tomcat folder dos2unix environment?


Thanks and Regards,
Karthik
thumbnail
12年前 に Walter Christian Guardia Casas によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 127 参加年月日: 10/05/05 最新の投稿
Hi,

If you are using Liferay 6.1 B4 so the liferay bundle use tomcat 7 and JDK 1.6 u20 to run portal, that logs are Liferay 6.0.5, are you sure you run the correct shell?

Regards,
12年前 に karthik N によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Regular Member 投稿: 106 参加年月日: 11/07/01 最新の投稿
Hi,

Using CATALINA_BASE: /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22
Using CATALINA_HOME: /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22
Using CATALINA_TMPDIR: /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/temp
Using JRE_HOME: /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/jre1.6.0_20/win
Using CLASSPATH: /home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/bin/bootstrap.jar:/home/bpauser/Desktop/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/bin/tomcat-juli.jar

Actually im getting this information when start the startup.sh file?

Any clue?

Thanks.

Regards,
Karthik.
thumbnail
12年前 に Raja Nagendra Kumar によって更新されました。

RE: Liferay 6.1 startup problem Ubuntu

Expert 投稿: 484 参加年月日: 06/03/02 最新の投稿
Check your 8080 port.. is is already in use by some other application..

Try changing the LR tomcat port to some thing else in services.xml file.


Regards
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com