- This topic has 5 replies, 2 voices, and was last updated 3 years, 11 months ago by orezvani.
-
AuthorPosts
-
orezvaniParticipantI upgraded my macOS to the Big Sur 11.0.1 (20B29), but I haven’t been able to open the Eclipse after the upgrade.
What I experienced is that the screen freezes on the Launch dialogue, aka “choosing workspace” dialogue. I was wondering if you could help me fix the issue.
I am unable to use the chat or inside-app support. Therefore posting the question here.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorHi,
Sorry that you are seeing this issue. Thank you for the screenshot.
We couldn’t replicate the problem with Eclipse JEE 2020-09 on Big Sur. Can you please share the Eclipse Version and Build Id details?I’m assuming you’re not able to click anything at all in the launch dialog? One way to fix this would be to bypass the dialog by adding a -data switch to your eclipse.ini file, like
-data /my/workspace/path
which should force Eclipse to open directly with your workspace, not displaying the launch dialog in between.Please let us know if this works for you.
–Swapna
Genuitec Support
orezvaniParticipantThank you for your response. The version I am using is:
Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200 Lombok v1.18.4 "Envious Ferret" is installed. https://projectlombok.org/
The CodeMix version is: 3.6.0.202007221454
I tried loading the workspace directly and the IDE launches but I cannot maximise the window or change its size, as it freezes again.
Edit:I changed the view to CodeMix view and now it freezes when the window is loaded. The following is the output of the terminal
MacOS/eclipse -data ~/eclipse-workspace/web-customer-tracker/ WARNING: Using incubator modules: jdk.incubator.httpclient org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.osgi.internal.loader.ModuleClassLoader (file:/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.loader.ModuleClassLoader WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release org.eclipse.m2e.logback.configuration: Logback config file: /Users/omid/eclipse-workspace/web-customer-tracker/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.8.3.20180227-2137.xml org.eclipse.m2e.logback.configuration: Initializing logback 00:12:43,611 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] 00:12:43,612 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 00:12:43,612 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml] 00:12:43,614 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Setting up default configuration. 00:12:43,707 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 00:12:43,712 |-INFO in ReconfigureOnChangeFilter{invocationCounter=0} - Will scan for changes in [[/Users/omid/eclipse-workspace/web-customer-tracker/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.8.3.20180227-2137.xml]] every 60 seconds. 00:12:43,712 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Adding ReconfigureOnChangeFilter as a turbo filter 00:12:43,742 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 00:12:43,742 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 00:12:43,799 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 00:12:43,799 |-ERROR in ch.qos.logback.core.joran.action.AppenderAction - Could not create an Appender of type [ch.qos.logback.core.rolling.RollingFileAppender]. ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.core.rolling.RollingFileAppender at ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.core.rolling.RollingFileAppender at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73) at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:48) at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:35) at at ch.qos.logback.core.joran.action.AppenderAction.begin(AppenderAction.java:54) at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:275) at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:147) at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:129) at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:50) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49) at at org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration(LogPlugin.java:185) at at org.eclipse.m2e.logback.configuration.LogPlugin.configureLogback(LogPlugin.java:144) at at org.eclipse.m2e.logback.configuration.LogPlugin.access$2(LogPlugin.java:107) at at org.eclipse.m2e.logback.configuration.LogPlugin$1.run(LogPlugin.java:62) at at java.base/java.util.TimerThread.mainLoop(Timer.java:556) at at java.base/java.util.TimerThread.run(Timer.java:506) Caused by: java.lang.ClassNotFoundException: ch.qos.logback.core.rolling.RollingFileAppender cannot be found by ch.qos.logback.classic_1.1.2.v20160208-0839 at at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:484) at at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395) at at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387) at at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150) at at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:60) at ... 17 common frames omitted 00:12:43,799 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@11:81 - ActionException in Action for tag [appender] ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.core.rolling.RollingFileAppender at ch.qos.logback.core.joran.spi.ActionException: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.core.rolling.RollingFileAppender at at ch.qos.logback.core.joran.action.AppenderAction.begin(AppenderAction.java:82) at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:275) at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:147) at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:129) at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:50) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49) at at org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration(LogPlugin.java:185) at at org.eclipse.m2e.logback.configuration.LogPlugin.configureLogback(LogPlugin.java:144) at at org.eclipse.m2e.logback.configuration.LogPlugin.access$2(LogPlugin.java:107) at at org.eclipse.m2e.logback.configuration.LogPlugin$1.run(LogPlugin.java:62) at at java.base/java.util.TimerThread.mainLoop(Timer.java:556) at at java.base/java.util.TimerThread.run(Timer.java:506) Caused by: ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.core.rolling.RollingFileAppender at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:73) at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:48) at at ch.qos.logback.core.util.OptionHelper.instantiateByClassName(OptionHelper.java:35) at at ch.qos.logback.core.joran.action.AppenderAction.begin(AppenderAction.java:54) at ... 14 common frames omitted Caused by: java.lang.ClassNotFoundException: ch.qos.logback.core.rolling.RollingFileAppender cannot be found by ch.qos.logback.classic_1.1.2.v20160208-0839 at at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:484) at at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395) at at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387) at at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150) at at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) at at ch.qos.logback.core.util.OptionHelper.instantiateByClassNameAndParameter(OptionHelper.java:60) at ... 17 common frames omitted 00:12:43,800 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [org.eclipse.m2e.logback.appender.EclipseLogAppender] 00:12:43,801 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [EclipseLog] 00:12:43,803 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [org.eclipse.m2e.logback.appender.MavenConsoleAppender] 00:12:43,803 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [MavenConsoleLog] 00:12:43,803 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO 00:12:43,803 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [FILE]. Did you define it below instead of above in the configuration file? 00:12:43,803 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details. 00:12:43,803 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] 00:12:43,803 |-INFO in ch.qos.logback.core.jora
- This reply was modified 3 years, 12 months ago by orezvani.
Attachments:
You must be logged in to view attached files.
orezvaniParticipantI tried running
eclipse -clean -refresh -debug -consolelog -clearPersistedState
Here is the output:
Start VM: -Dosgi.requiredJavaVersion=1.8 -Dosgi.instance.area.default=@user.home/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx1024m --add-modules=ALL-SYSTEM -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -javaagent:/Applications/Eclipse.app/Contents/Eclipse/lombok.jar -Djava.class.path=/Applications/Eclipse.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar -os macosx -ws cocoa -arch x86_64 -showsplash -launcher /Applications/Eclipse.app/Contents/MacOS/eclipse -name Eclipse --launcher.library /Applications/Eclipse.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.551.v20171108-1834/eclipse_1630.so -startup /Applications/Eclipse.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar --launcher.appendVmargs -product org.eclipse.epp.package.jee.product -clean -refresh -debug -consolelog -clearPersistedState -vm /System/Library/Frameworks/JavaVM.framework -vmargs -Dosgi.requiredJavaVersion=1.8 -Dosgi.instance.area.default=@user.home/eclipse-workspace -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx1024m --add-modules=ALL-SYSTEM -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -javaagent:/Applications/Eclipse.app/Contents/Eclipse/lombok.jar -Djava.class.path=/Applications/Eclipse.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar WARNING: Using incubator modules: jdk.incubator.httpclient Install location: file:/Applications/Eclipse.app/Contents/Eclipse/ Configuration file: file:/Applications/Eclipse.app/Contents/Eclipse/configuration/config.ini loaded Configuration location: file:/Applications/Eclipse.app/Contents/Eclipse/configuration/ Framework located: file:/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar eclipse.properties not found Framework classpath: file:/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar file:/Applications/Eclipse.app/Contents/Eclipse/plugins/ file:/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar Splash location: /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.platform_4.7.3.v20180330-0640/splash.bmp Debug options: file:/Applications/Eclipse.app/Contents/MacOS/.options not found Time to load bundles: 47 org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized. Starting application: 10269 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.osgi.internal.loader.ModuleClassLoader (file:/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.100.v20180210-1608.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.loader.ModuleClassLoader WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release
support-swapnaModeratororezvani,
Apologies for the delayed response. Thank you for reporting the issue with CodeMix launch on Big Sur.
It looks like there are problems with older Eclipse versions on Big Sur. The dev team is currently investigating it and will update you as soon as we have a fix.For now, please install the latest Eclipse version i.e Eclipse 2020-09 and install CodeMix from the Eclipse Marketplace.
Apologies for inconvenience caused. Please let us know how this works for you.
–Swapna
Genuitec Support
orezvaniParticipantThank you for your response. I did try removing the Eclipse IDE and installing the latest version. It fixed the problem.
I went through a lot of pain getting my application to work after the transition, but it is now working fine.
- This reply was modified 3 years, 11 months ago by orezvani.
-
AuthorPosts