- This topic has 6 replies, 2 voices, and was last updated 6 years, 6 months ago by Brian Fernandes.
-
AuthorPosts
-
xrvxrvParticipantCodemix editors (jsp editor and some others), do not work.
How to reproduce:
– install CodeMix from Eclipse Marketplace, restart, etc.
– open your workspace and double click on a jsp fileExpected to see the jsp file opened in an editor tab.
Instead the result was an editor tab with the next error: “Editor could not be initialized.”. It is annoying when you are debuging.
java.lang.NullPointerException
at com.genuitec.eclipse.code.ui.editor.CodeEditor.dispose(CodeEditor.java:298)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.handlePartInitException(CompatibilityPart.java:302)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:335)
at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
…java.lang.ArrayIndexOutOfBoundsException: 100
at com.genuitec.eclipse.code.LicenseUtil.A(Unknown Source)
at com.genuitec.eclipse.code.D.A(Unknown Source)
at com.genuitec.eclipse.code.D.N(Unknown Source)
…In bot an Neon 3 , neon 3 updated up to Oxigen 3a, and also a new Oxygen 3a installation.
Version: Oxygen.3a Release (4.7.3a)
Build id: 20180405-1200I also found out other problems… welcome to CodeMix do not work, and other I remember found but I do not remember now. If I find it again I will post it.
In any case, the project is nice. I am awaiting to test it fully working.
xrvxrvParticipantThe Neon eclipse version (before updating to Oxygen):
Version: Neon.3 Release (4.6.3)
Build id: 20170314-1500
Brian FernandesModeratorWe did have some problems with encoding that could affect a small subset of our users, but the issue had been fixed and released a couple of weeks ago. The AIOOBE you reported does seem to point at the same problem though, and this could be caused by data that was incorrectly written out by a version which had the bug. Unfortunately, The bug is in a core area which could affect most of the CodeMix functionality – once fixed you should see the editors work.
1) Can you tell me when you first installed CodeMix? If you tried with Oxygen 3a – was that a brand new install you did recently?
2) What is your current version of CodeMix? Window > Preferences > CodeMix to check.
3) Can you send us your Error log? You can find it at[workspace_location]/.metadata/.log
.
4) Out of curiosity, how did you discover the “Welcome to CodeMix” action?
5) Can you go to Help > About > Installation Details > Configuration and give us the value of thefile.encoding
property?Thanks!
xrvxrvParticipant1) First time around some days to 1 week. Last time before this thread: yesterday over oxygen 3a, also installed yesterday from scratch. I have just installed it again just to reply to you.
2) Last version? 2018 CI 2018.4.20 – build id: 0.9.0.201804210117
3) Shared on https://drive.google.com/drive/folders/1tdMdMJghqrLzxq-smS04qOU62Z7wsMT5?usp=sharing
4) I was looking for version or support data of your product, so Help –? CodeMix –> …
5) file.encoding=Cp1252 <– AFAIK it is the default encoding as I have not changed it. I would like to use UTF8.Thanks!
xrvxrvParticipantAh, yes, after uninstalling the log continues to show genuitec errors, so I guess that you are leaving crap behind.
xrvxrvParticipantHmmm, or maybe the same thing to fix for the working of the editor is also breaking the uninstall process?
Brian FernandesModeratorIt’s possible that the uninstall did not go all the way. Could you go to Help > About > Installation Details > Plug-ins and see if that list shows any com.genuitec plugins?
Given the odd nature of this problem – if you are online right now, and available, we could have a video call to go over this issue. It would also be beneficial to see what’s going on with CodeMix on your installations, if you still have that around.
-
AuthorPosts