We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I open NetBeans, I found this exception in the messages.log
INFO [org.netbeans.core.windows.persistence]: [PersistenceManager.getTopComponentForID] Problem when deserializing TopComponent for tcID:'MapReduceTopComponent'. Reason: null Content: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd"> <settings version="1.0"> <instance class="org.netbeans.modules.mongodb.ui.windows.MapReduceTopComponent"/> </settings> Class: class org.netbeans.modules.mongodb.ui.windows.MapReduceTopComponent Source: MultiFileObject@7bba9dd6[Windows2Local/Components/MapReduceTopComponent.settings] Content: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd"> <settings version="1.0"> <instance class="org.netbeans.modules.mongodb.ui.windows.MapReduceTopComponent"/> </settings> Class: class org.netbeans.modules.mongodb.ui.windows.MapReduceTopComponent Source: MultiFileObject@7bba9dd6[Windows2Local/Components/MapReduceTopComponent.settings] Caused: java.lang.NoSuchMethodException: org.netbeans.modules.mongodb.ui.windows.MapReduceTopComponent.<init>() at java.lang.Class.getConstructor0(Class.java:3082) at java.lang.Class.getDeclaredConstructor(Class.java:2178) at org.netbeans.modules.settings.convertors.XMLSettingsSupport.newInstance(XMLSettingsSupport.java:98) at org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.instanceCreate(XMLSettingsSupport.java:628)
I found it twice, please have a look and it would be great to fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I open NetBeans, I found this exception in the messages.log
I found it twice, please have a look and it would be great to fix it.
The text was updated successfully, but these errors were encountered: