Fórum

Liferay 7 with IDE 3.0.1(Eclipse Neon) server starting timesout

David Cloutier, modificado 7 Anos atrás.

Liferay 7 with IDE 3.0.1(Eclipse Neon) server starting timesout

New Member Mensagem: 1 Data de Entrada: 29/09/16 Postagens Recentes
Using:
* Java 8
* Eclipse Neon
* Liferay 7 CE bundled with Tomcat 8
* Lifereay IDE 3.0.1
* Ubuntu 16

The server starts properly with no errors... the liferay ide plugin is stuck in "starting ..." and eventualy timesout, then kills the liferay server.

My eclipse proxy setings are ok.
Liferay 6 has no issues on the same setup.

Any ideas?
thumbnail
Jamie Sammons, modificado 7 Anos atrás.

RE: Liferay 7 with IDE 3.0.1(Eclipse Neon) server starting timesout

Expert Postagens: 301 Data de Entrada: 05/09/14 Postagens Recentes
Hi David,

I tried to recreate the issue with your environment and wasn't able to do so. When the server is started are you able to browse to it using http://localhost:8080? If that works I have seen some reports of extracting a clean bundle to resolve the issue.

Hope that helps,
Jamie
Aleksey Borsch, modificado 7 Anos atrás.

RE: Liferay 7 with IDE 3.0.1(Eclipse Neon) server starting timesout

New Member Postagens: 2 Data de Entrada: 20/10/14 Postagens Recentes
Hi Jamie!

I have same problem but with some difference:
I changed tomcat ports in conf/server.xml

<Server port="8006" shutdown="SHUTDOWN">
...
<Connector port="8081" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8444" URIEncoding="UTF-8" />
...
<Connector port="8010" protocol="AJP/1.3" redirectPort="8444" URIEncoding="UTF-8" />
...
Tomcat has started with console message like
"13-Dec-2016 14:31:08.292 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 143634 ms"
and I can work with Liferay Portal but it is looks like eclipse still waiting additional "signal" that means server started succesfully
thumbnail
Gregory Amerson, modificado 7 Anos atrás.

RE: Liferay 7 with IDE 3.0.1(Eclipse Neon) server starting timesout

Liferay Legend Postagens: 1123 Data de Entrada: 16/02/10 Postagens Recentes
Hello Aleksey,

We just released Liferay IDE 3.1 Milestone-1 here, you can see the release announcement here: https://web.liferay.com/web/gregory.amerson/blog/-/blogs/liferay-ide-3-1-milestone-1-released

In that release we have support for reading custom tomcat ports and that should fix the server startup problem. Let us know if this doesn't work.
thumbnail
Jamie Sammons, modificado 7 Anos atrás.

RE: Liferay 7 with IDE 3.0.1(Eclipse Neon) server starting timesout

Expert Postagens: 301 Data de Entrada: 05/09/14 Postagens Recentes
I was just going to say that I think it has to do with custom Tomcat ports. Good to hear that it is fixed in 3.1 M1. Thanks for the update Greg!
Aleksey Borsch, modificado 7 Anos atrás.

RE: Liferay 7 with IDE 3.0.1(Eclipse Neon) server starting timesout

New Member Postagens: 2 Data de Entrada: 20/10/14 Postagens Recentes
Hello Gregory!

Thanks for you reply! it sounds great. I'll try to check this out with first opportunity