Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Fwd: EclipseOxygen_issue_in_MacoS_ventura_13.5.1

On Thu, Aug 31, 2023 at 10:51 PM Pisipati, Surya Pavan Bharadwaj via ide-dev <ide-dev@xxxxxxxxxxx> wrote:
Hello!

Not sure if this is the right email address to reach out for the help & support. but Issue is related to IDE. 

Issue - I tried to launch and run Eclipse Oxygen 4.7.0  IDE on MacOS Ventura 13.5.1 to run jbpm application and this IDE is failing due to swt jar issue on MacOS Ventura 13.5.1. 

Eclipse 4.7 is a very ancient version (released in June 2017 https://projects.eclipse.org/releases/oxygen) and not maintained anymore.
You should update to a current, supported version which is 2023-06 (4.28) at the moment. 2023-09 (4.29) will be released on Sep 13.


-Matthias
 
Error:

!SESSION 2023-08-31 10:03:08.697 -----------------------------------------------

eclipse.buildId=4.7.3.M20180330-0640

java.version=1.8.0_382

java.vendor=Azul Systems, Inc.

BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US

Framework arguments:  -product org.eclipse.epp.package.java.product -keyring /Users/suryapisipati/.eclipse_keyring

Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.java.product -keyring /Users/suryapisipati/.eclipse_keyring


!ENTRY org.eclipse.ui.workbench 4 2 2023-08-31 10:03:16.830

!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".

!STACK 0

java.lang.NullPointerException

at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:2176)

at org.eclipse.swt.graphics.GC.<init>(GC.java:174)

at org.eclipse.swt.graphics.GC.<init>(GC.java:135)

at org.eclipse.jface.wizard.ProgressMonitorPart.initialize(ProgressMonitorPart.java:233)

at org.eclipse.jface.wizard.ProgressMonitorPart.<init>(ProgressMonitorPart.java:134)

at org.eclipse.jface.wizard.ProgressMonitorPart.<init>(ProgressMonitorPart.java:99)

at org.eclipse.ui.splash.BasicSplashHandler$AbsolutePositionProgressMonitorPart.<init>(BasicSplashHandler.java:50)

at org.eclipse.ui.splash.BasicSplashHandler.getBundleProgressMonitor(BasicSplashHandler.java:138)

at org.eclipse.ui.splash.BasicSplashHandler.getContent(BasicSplashHandler.java:237)

at org.eclipse.ui.internal.splash.EclipseSplashHandler.init(EclipseSplashHandler.java:107)

at org.eclipse.ui.internal.Workbench$2.run(Workbench.java:865)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:880)

at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)

at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)

at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)

at org.eclipse.equinox.launcher.Main.run(Main.java:1499)



I tried adding the -vm arguments in eclipse.ini file. but i didn't see the IDE starting. 

Can you kindly look into this issue and let us use Eclipse oxygen 4.7.0 on MacOs ventura 13.5.1

Looking forward to hearing from you soon. 



Thanks & Regards,
Surya
_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ide-dev

Back to the top