Forums de discussion

Liferay 6.1 startup problem Ubuntu

karthik N, modifié il y a 12 années.

Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
Juan Gonzalez P, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Liferay Legend Publications: 3089 Date d'inscription: 28/10/08 Publications récentes
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?
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
Milen Dyankov, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 171 Date d'inscription: 23/09/09 Publications récentes
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.
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
Nagendra Kumar Busam, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Liferay Master Publications: 678 Date d'inscription: 07/07/09 Publications récentes
Did you try checking the classpath/path environment variables for java
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
Ravi Kumar Gupta, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Liferay Legend Publications: 1302 Date d'inscription: 24/06/09 Publications récentes
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
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
Geeta Raghu Vamsi Kotipalli, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Junior Member Publications: 58 Date d'inscription: 10/11/11 Publications récentes
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
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
Hi Geeta,
Thanks, Yes Im newbie to the Ubuntu
long zhao, modifié il y a 11 années.

RE: Liferay 6.1 startup problem Ubuntu

Junior Member Publications: 39 Date d'inscription: 29/08/11 Publications récentes
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
David H Nebinger, modifié il y a 11 années.

RE: Liferay 6.1 startup problem Ubuntu

Liferay Legend Publications: 14914 Date d'inscription: 02/09/06 Publications récentes
so your jre path would be something like /usr/java/jdk1.6.0_27/jre...
long zhao, modifié il y a 11 années.

RE: Liferay 6.1 startup problem Ubuntu

Junior Member Publications: 39 Date d'inscription: 29/08/11 Publications récentes
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.
Granger Guillaume, modifié il y a 10 années.

RE: Liferay 6.1 startup problem Ubuntu

New Member Publications: 3 Date d'inscription: 18/05/10 Publications récentes
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
Geeta Raghu Vamsi Kotipalli, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Junior Member Publications: 58 Date d'inscription: 10/11/11 Publications récentes
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
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
Walter Christian Guardia Casas, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 127 Date d'inscription: 05/05/10 Publications récentes
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,
karthik N, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Regular Member Publications: 106 Date d'inscription: 01/07/11 Publications récentes
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
Raja Nagendra Kumar, modifié il y a 12 années.

RE: Liferay 6.1 startup problem Ubuntu

Expert Publications: 484 Date d'inscription: 02/03/06 Publications récentes
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