掲示板

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

7年前 に David Cloutier によって更新されました。

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

New Member 投稿: 1 参加年月日: 16/09/29 最新の投稿
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
7年前 に Jamie Sammons によって更新されました。

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

Expert 投稿: 301 参加年月日: 14/09/05 最新の投稿
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
7年前 に Aleksey Borsch によって更新されました。

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

New Member 投稿: 2 参加年月日: 14/10/20 最新の投稿
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
7年前 に Gregory Amerson によって更新されました。

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

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

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

Expert 投稿: 301 参加年月日: 14/09/05 最新の投稿
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!
7年前 に Aleksey Borsch によって更新されました。

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

New Member 投稿: 2 参加年月日: 14/10/20 最新の投稿
Hello Gregory!

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