For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 16 replies, 3 voices, and was last updated 10 years, 11 months ago by
support-piotr.
-
AuthorPosts
-
Cannot even open my project now…
Unhandled event loop exceptioneclipse.buildId=unknown
java.version=1.7.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_NZ
Command-line arguments: -os win32 -ws win32 -arch x86_64java.lang.StackOverflowError
at java.util.TreeMap$NavigableSubMap$SubMapIterator.<init>(TreeMap.java:1578)
at java.util.TreeMap$NavigableSubMap$SubMapKeyIterator.<init>(TreeMap.java:1652)
at java.util.TreeMap$AscendingSubMap.keyIterator(TreeMap.java:1743)
at java.util.TreeMap$KeySet.iterator(TreeMap.java:1033)
at com.genuitec.eclipse.ws.jaxrs.explorer.internal.RESTAnnotationModelProvider.buildPathNodes(RESTAnnotationModelProvider.java:546)
at com.genuitec.eclipse.ws.jaxrs.explorer.internal.RESTAnnotationModelProvider.buildPathNodes(RESTAnnotationModelProvider.java:575)
at com.genuitec.eclipse.ws.jaxrs.explorer.internal.RESTAnnotationModelProvider.buildPathNodes(RESTAnnotationModelProvider.java:575)
at com.genuitec.eclipse.ws.jaxrs.explorer.internal.RESTAnnotationModelProvider.buildPathNodes(RESTAnnotationModelProvider.java:575)
at com.genuitec.eclipse.ws.jaxrs.explorer.internal.RESTAnnotationModelProvider.bSeptember 28, 2014 at 9:04 pm #351795Bit of a show stopper.
Any Updates?September 29, 2014 at 4:22 am #351805
support-pradeepMemberTony,
Sorry that you are seeing this issue.
I have filed a bug for the dev team to investigate the issue. As a workaround, can you please disable REST content provider from MyEclipse Explorer View > View Menu > Customize View > Content tab > Uncheck ‘REST Classes Contents’ option > click Ok and check if the project opens.
Let us know how the workaround works for you.
September 29, 2014 at 2:03 pm #351825Disabling this worked.
Would be useful if you get it to work.September 30, 2014 at 4:08 am #351842
support-pradeepMemberTony,
Glad that you got it working.
Our dev team is investigating the issue and I will get back to you once I have any updates from our dev team.October 9, 2014 at 4:48 pm #352011Any Update.
October 10, 2014 at 2:03 am #352030
support-pradeepMemberTony,
The fix for the issue was out with our MyEclipse 2015 CI 6 release.
Let us know if you see any issues.
October 10, 2014 at 2:07 am #352032Update and ran up with these errors
(I added JSHint for at least some javascript support).
Probably conflicts with tern; reinstalling.>>>
Errors occurred during the build.
Errors running builder ‘JSHint Problem Checker’ on project ‘XXX’.
com/eclipsesource/json/PrettyPrintJsonWriterOctober 10, 2014 at 2:49 am #352034Re-enabled REST classes Contents:
Unhandled event loop exception
java.lang.StackOverflowErrorSadly; still broken:(
October 10, 2014 at 3:22 am #352036
support-piotrParticipantTony,
We have replicted your previous error on our end, so I am very surprised to see that you are still getting same problem. Anyways, it will be very helpful if you can paste part of the stack trace. I am very sorry for this issue and we will address it ASAP.
October 10, 2014 at 3:26 am #352037Unhandled event loop exception
eclipse.buildId=unknown
java.version=1.7.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_NZjava.lang.StackOverflowError at java.util.TreeMap.compare(TreeMap.java:1188) at java.util.TreeMap$NavigableSubMap.<init>(TreeMap.java:1260) at java.util.TreeMap$AscendingSubMap.<init>(TreeMap.java:1699) at java.util.TreeMap$AscendingSubMap.subMap(TreeMap.java:1712) at java.util.TreeMap$NavigableSubMap.subMap(TreeMap.java:1503) at com.genuitec.eclipse.ws.jaxrs.explorer.internal.RESTAnnotationModelProvider.buildPathNodes(RESTAnnotationModelProvider.java:583) at com.genuitec.eclipse.ws.jaxrs.explorer.internal.RESTAnnotationModelProvider.buildPathNodes(RESTAnnotationModelProvider.java:586) at
October 10, 2014 at 3:51 am #352039
support-piotrParticipantTony,
Thank you for the stack trace. I will personally look into this issue and I hope I will be able to provide you with a patched plugin within 1-2 business days. Could you elaborate more on the issue with JSHint? Maybe in a separate forum thread to keep some separation here. We are going to provide a very tight integration with Tern (this is just a first step) and at the same time we don’t want to cause any troubles for 3-rd party tools, so any input at this early stage is going to be very valuable.
October 10, 2014 at 4:02 am #352040Simple enough.
Just install JSHint (into the last version of CI) and it will highlight dodgy js in the editor… works great.
Upgrading to latest CI then run up and you should see the error.
JSHint offers some very useful validation in your .js
(it may alos break if you add it into your latest MyEclipse CI).October 10, 2014 at 9:41 am #352055
support-piotrParticipantI have addressed JSHint issue here: https://www.genuitec.com/forums/topic/please-add-in-jshint-whilst-you-are-adding-js-support/#post-352053
October 10, 2014 at 3:12 pm #352065
support-piotrParticipantI have sent you a Private Message with patched plugin containing possible fix and instructions on how to patch your installation.
-
AuthorPosts