|
|
Re: Eclipse Photon ( for Java EE) stuck at starting up [message #1798100 is a reply to message #1798003] |
Mon, 12 November 2018 14:22 |
harry sheng Messages: 62 Registered: July 2009 |
Member |
|
|
The most frustrating thing with Oxygen, Photon and SimRel2018-09 of Eclipse is, a couple minute before, it worked perfectly fine, and suddenly everything slowed down, like taking a few seconds to toggle a breakpoint, a few seconds to switch from one file to another in the editor, etc.
This time, when Photon eventually started up, the IDE was in a unusable state. Nothing really works, expanding the source code tree takes one year, opening a java file takes another year, switching between opened java files takes forever. And nothing can be found in the .log file, except the network timeout.
A few minutes later, I killed the Eclipse process from windows task manager, and restarted Photon again. And it just healed it self! I did make any change whatsoever! Only that no network timeout in the .log file.
I've using Oxygen for quite some time now, I did not remember any problem with it before the official release of Photon, or SimRel2018-09 maybe. I fall back from Photon or SimRel2018-09 to Oxygen a couple times, and now I'm having the same headache with Oxygen! I guess next time I'll have to go back to Neon and see if it can give me a break.
|
|
|
Re: Eclipse Photon ( for Java EE) stuck at starting up [message #1798105 is a reply to message #1798100] |
Mon, 12 November 2018 14:59 |
harry sheng Messages: 62 Registered: July 2009 |
Member |
|
|
Ok, I guess the problem with Photon is largely related to the network issue.
I had a slow startup of Photon just now, and everything was slow after it eventually started up. When I checked the .log file, I saw this again:
!MESSAGE Server 'org.eclipse.epp.logging.aeri.ide.server' failed with exception: Connect to dev.eclipse.org:443 [dev.eclipse.org/198.41.30.200] failed: connect timed out. ; version: 2.0.7.v20170906-1327
!STACK 0
org.apache.http.conn.ConnectTimeoutException: Connect to dev.eclipse.org:443 [dev.eclipse.org/198.41.30.200] failed: connect timed out
So I added the following two lines in the eclipse.ini file (https://wiki.eclipse.org/EPP/Logging#Disabling_AERI_in_builds_and_runtime_Eclipse), and restarted Photon,
-Dorg.eclipse.epp.logging.aeri.skipReports=true
-Dorg.eclipse.epp.logging.aeri.ui.skipReports=true
Now, I see no more "connection timeout" in .log, and Photon seems startup quickly and work smoothly.
[Updated on: Mon, 12 November 2018 14:59] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03743 seconds