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

NPE on PreviewUIControllerImpl due to PreviewSettingsTopComponent deserialization issues #2562

Closed
mbastian opened this issue Jul 17, 2022 · 2 comments
Assignees
Labels
Milestone

Comments

@mbastian
Copy link
Member

https://sentry.io/organizations/gephi/issues/3223584482/?referrer=github_plugin

NullPointerException: None
    at org.gephi.desktop.preview.PreviewUIControllerImpl$3.run(PreviewUIControllerImpl.java:222)
    at java.awt.event.InvocationEvent.dispatch
    at java.awt.EventQueue.dispatchEventImpl
    at java.awt.EventQueue$4.run
    at java.awt.EventQueue$4.run
...
(10 additional frame(s) were not displayed)
@mbastian mbastian self-assigned this Jul 17, 2022
@mbastian
Copy link
Member Author

In every instance one can also see this message in the logs

INFO [org.netbeans.core.windows.persistence]: [PersistenceManager.getTopComponentForID] Problem when deserializing TopComponent for tcID:'PreviewSettingsTopComponent'. Reason: Top component PreviewSettingsTopComponent could not be located or loaded from Components folder.

@mbastian mbastian added this to the 0.9.7 milestone Jul 17, 2022
@mbastian
Copy link
Member Author

Lets try to change the persistence type and see if the issue persists.

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

No branches or pull requests

1 participant