Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException on Mac Os BigSur #755

Open
keeneye7 opened this issue Sep 28, 2020 · 2 comments
Open

java.lang.NullPointerException on Mac Os BigSur #755

keeneye7 opened this issue Sep 28, 2020 · 2 comments

Comments

@keeneye7
Copy link

@keeneye7 keeneye7 commented Sep 28, 2020

BigSur 업데이트 후 scouter client 실행시 NullPointException이 발생하고 있습니다.

.scouter/.meta/.log
`eclipse.buildId=unknown
java.version=1.8.0_261
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_KR
Framework arguments: -keyring /Users/keeneye7/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -data @user.home/.scouter -keyring /Users/keeneye7/.eclipse_keyring

!ENTRY org.eclipse.osgi 4 0 2020-09-28 15:06:34.523
!MESSAGE Application error
!STACK 1
java.lang.NullPointerException
at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:2180)
at org.eclipse.swt.graphics.GC.(GC.java:177)
at org.eclipse.swt.graphics.GC.(GC.java:138)
at org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialog.java:937)
at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:769)
at org.eclipse.jface.window.Window.create(Window.java:429)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1099)
at org.eclipse.jface.window.Window.open(Window.java:786)
at scouter.client.Application.openLoginDialog(Application.java:97)
at scouter.client.Application.start(Application.java:76)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:199)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:391)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246)
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:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
at org.eclipse.equinox.launcher.Main.run(Main.java:1501)`

다른 어플리케이션에서도 비슷한 사례가 있어 링크 보내드립니다.
https://forum.portfolio-performance.info/t/java-lang-nullpointerexception-on-mac-os-big-sur/9884

@showtime926
Copy link

@showtime926 showtime926 commented Nov 12, 2020

저도 bigsur에서 같은 증상입니다.

@gunlee01
Copy link
Member

@gunlee01 gunlee01 commented Dec 20, 2020

Scouter RCP가 오래된 컴포넌트들에 대한 의존성이 많아 BigSur 이슈는 해결에 시간이 걸릴 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.