Foros de discusión

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

David Cloutier, modificado hace 7 años.

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

New Member Mensaje: 1 Fecha de incorporación: 29/09/16 Mensajes recientes
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 hace 7 años.

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

Expert Mensajes: 301 Fecha de incorporación: 5/09/14 Mensajes recientes
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 hace 7 años.

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

New Member Mensajes: 2 Fecha de incorporación: 20/10/14 Mensajes recientes
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 hace 7 años.

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

Liferay Legend Mensajes: 1123 Fecha de incorporación: 16/02/10 Mensajes recientes
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 hace 7 años.

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

Expert Mensajes: 301 Fecha de incorporación: 5/09/14 Mensajes recientes
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 hace 7 años.

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

New Member Mensajes: 2 Fecha de incorporación: 20/10/14 Mensajes recientes
Hello Gregory!

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