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

Exception while opening NetBeans #77

Open
Chris2011 opened this issue Jun 12, 2017 · 0 comments
Open

Exception while opening NetBeans #77

Chris2011 opened this issue Jun 12, 2017 · 0 comments

Comments

@Chris2011
Copy link

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.

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

No branches or pull requests

1 participant