Tagged: licence
- This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago by febe59229.
-
AuthorPosts
-
febe59229ParticipantHello,
I had a previous licence of CodeMix with Eclipse 2019-12. I upgrade my Eclipse to Eclipse IDE for Enterprise Java Developers (Version: 2020-09 (4.17.0) ) Everything worked perfectly with anonymous user.
NOW, I have to log in CodeMix in order to use it. So, this morning, I bought a new CodeMix licence and upgrade to CodeMix 3.
On Eclipse, I went to Help / CodeMix / Update Licence and … nothing appended. I can’t work anymore, can you help me ?
I think it can’t create “version.txt” in “com.genuitec.eclipse.webclipse.livepreview”. (access refused)
I found this exception in .metadata/.log8<————————————————————–
!ENTRY org.eclipse.e4.ui.workbench 4 0 2020-11-02 15:05:25.430
!MESSAGE Unable to create class ‘org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor’ from bundle ‘776’
!STACK 0
org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: org/eclipse/jface/util/Assert
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:416)
[ … ]
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
Caused by: java.lang.NoClassDefFoundError: org/eclipse/jface/util/Assert
at com.genuitec.eclipse.code.common.portability.wizard.DialogField.A(Unknown Source)
at com.genuitec.eclipse.code.common.portability.wizard.SimpleStringDialogFieldWithInfo.doFillIntoGrid(Unknown Source)
at com.genuitec.eclipse.code.ui.LicensingUIUtil.createStringDFWithInfo(Unknown Source)
at com.genuitec.eclipse.code.controls.AbstractAuthenticateControlProvider.createBody(Unknown Source)
at com.genuitec.eclipse.code.controls.AbstractControlProvider.createControl(Unknown Source)
at com.genuitec.eclipse.code.controls.AbstractAuthenticateControlProvider.createControl(Unknown Source)
at com.genuitec.eclipse.code.controls.ControlContainer.showContent(Unknown Source)
at com.genuitec.eclipse.code.ui.ExpirationCompositeContainer.showContent(Unknown Source)
at com.genuitec.eclipse.code.ui.editor.CodeEditor$9.showContent(CodeEditor.java:1333)
at com.genuitec.eclipse.code.ui.editor.CodeEditor.createStatusControl(CodeEditor.java:1367)
at org.eclipse.ui.texteditor.StatusTextEditor.updatePartControl(StatusTextEditor.java:102)
at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:66)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:454)
at com.genuitec.eclipse.code.ui.editor.CodeEditor.createPartControl(CodeEditor.java:458)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:96)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:999)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:964)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:140)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:405)
… 112 more
Caused by: java.lang.ClassNotFoundException: org.eclipse.jface.util.Assert cannot be found by com.genuitec.eclipse.code_3.6.0.202007221454
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
… 138 more
Aaron LaraMemberHello! Thanks for reaching out. This is a known compatibility issue with CodeMix and Eclipse 2020-09. Please follow the instructions in this thread. Sorry for the inconvenience.
Cheers!
Aaron Lara
febe59229ParticipantIt worked. Thanks
-
AuthorPosts