Open GoogleCodeExporter opened 9 years ago
[deleted comment]
OS: Windows 7
Eclipse Kepler SR2 build 20140224-0627
JDK 1.7.0_60
Original comment by u023...@googlemail.com
on 21 Aug 2014 at 11:46
What happens if you download the latest edge release and put this in your
eclipse.ini, somewhere below -vmargs:
-Dlombok.disableConfig
Does that fix the problem?
http://projectlombok.org/download-edge.html
Original comment by r.spilker
on 21 Aug 2014 at 8:28
Original comment by r.spilker
on 21 Aug 2014 at 8:28
Hi! Thanks for your quick reply.
Well if I do what you suggested, it works fine again (but I only tested that
the Deployment Descriptors are being loaded). After that successful test I shut
down Eclipse and tried again with 1.14.4, but it still hangs then...
Here my working eclipse.ini with latest edge release + -Dlombok.disableConfig:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512mM
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dsun.rmi.dgc.client.gcInterval=3600000
-javaagent:lombok-edge-1.14.5-20140821-2024.jar
-Xbootclasspath/a:lombok-edge-1.14.5-20140821-2024.jar
-Dosgi.requiredJavaVersion=1.6
-Dlombok.disableConfig
-Xms256m
-Xmx3072m
Here the one with 1.14.4, which fails:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512mM
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dsun.rmi.dgc.client.gcInterval=3600000
-javaagent:lombok-v1.14.4.jar
-Xbootclasspath/a:lombok-v1.14.4.jar
-Dosgi.requiredJavaVersion=1.6
-Xms256m
-Xmx3072m
Original comment by u023...@googlemail.com
on 22 Aug 2014 at 8:57
[deleted comment]
Here my hanging Eclipse as screenshot... I marked the places where you can see
that nothing happens - this was after hang of appx. 5mins.
Original comment by u023...@googlemail.com
on 22 Aug 2014 at 9:02
Attachments:
And this is a screenshot how it should be... Session Beans are being displayed
properly in Eclipse's "Project Explorer".
Original comment by u023...@googlemail.com
on 22 Aug 2014 at 9:06
Attachments:
We're working on getting to the source of the problem. The 1.14.6 release
supports the -Dlombok.disableConfig flag, so you should be able to use that
version. Also, we did find some other opportunities to make things faster. Can
you test that version and tell us your findings?
Original comment by r.spilker
on 9 Sep 2014 at 6:42
Original issue reported on code.google.com by
u023...@googlemail.com
on 21 Aug 2014 at 11:41