简体   繁体   中英

Netbeans 7.3 Error in Startup

After I upgraded from Netbeans 7.2 to 7.3 I get the below error. I tried uninstalling Netbeans including setting files etc. and reinstalled it .. But the error persists.

Warning - could not install some modules: org.eclipse.equinox.common - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-equinox-common.jar: Cannot start org.eclipse.equinox.common state remains INSTALLED after start() org.eclipse.core.runtime.compatibility.auth - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-core-runtime-compatibility-auth.jar: Cannot start org.eclipse.core.runtime.compatibility.auth state remains INSTALLED after start() org.eclipse.core.jobs - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-core-jobs.jar: Cannot start org.eclipse.core.jobs state remains INSTALLED after start() org.eclipse.equinox.registry - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-equinox-registry.jar: Cannot start org.eclipse.equinox.registry state remains INSTALLED after start() org.eclipse.equinox.app - org.netbeans.InvalidException: Netigso: X:\\IDE \\NetBeans 7.3\\ide\\modules\\org-eclipse-equinox-app.jar: Cannot start org.eclipse.equinox.app state remains INSTALLED after start() org.eclipse.equinox.preferences - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-equinox-preferences.jar: Cannot start org.eclipse.equinox.preferences state remains INSTALLED after start() org.eclipse.core.contenttype - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-core-contenttype.jar: Cannot start org.eclipse.core.contenttype state remains INSTALLED after start() org.eclipse.core.runtime - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-core-runtime.jar: Cannot start org.eclipse.core.runtime state remains INSTALLED after start() org.eclipse.equinox.security - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-equinox-security.jar: Cannot start org.eclipse.equinox.security state remains INSTALLED after start() org.e clipse.core.net - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-core-net.jar: Cannot start org.eclipse.core.net state remains INSTALLED after start() org.eclipse.mylyn.commons.core - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-mylyn-commons-core.jar: Cannot start org.eclipse.mylyn.commons.core state remains INSTALLED after start() org.eclipse.mylyn.commons.repositories.core - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-mylyn-commons-repositories-core.jar: Cannot start org.eclipse.mylyn.commons.repositories.core state remains INSTALLED after start() org.eclipse.mylyn.commons.net - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-mylyn-commons-net.jar: Cannot start org.eclipse.mylyn.commons.net state remains INSTALLED after start() org.eclipse.mylyn.tasks.core - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org- eclipse-mylyn-tasks-core.jar: Cannot start org.eclipse.mylyn.tasks.core state remains INSTALLED after start() org.eclipse.mylyn.commons.xmlrpc - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-mylyn-commons-xmlrpc.jar: Cannot start org.eclipse.mylyn.commons.xmlrpc state remains INSTALLED after start() org.eclipse.mylyn.bugzilla.core - org.netbeans.InvalidException: Netigso: X:\\IDE\\NetBeans 7.3\\ide\\modules\\org-eclipse-mylyn-bugzilla-core.jar: Cannot start org.eclipse.mylyn.bugzilla.core state remains INSTALLED after start()

Try to clean your userdir http://wiki.netbeans.org/FaqWhatIsUserdir

But be careful it will erase all your IDE settings

It's very simple :

1 - Try to find this file /home/yourname/.cache/netbeans

2 - And clear all files 在此输入图像描述

如果清除用户目录不起作用,请尝试删除netbeans缓存:rm -rf~ / .cache / netbeans

Rename the modules folder out of within your userdir and then reinstall 7.3. This works and loses none of your custom settings.

更好的是,您只能删除模块目录中的文件org.eclipse.equinox.common (以及显示错误的任何其他模块)并保留所有其他模块和设置。

在netbeans用户目录user \\ config \\ Modules中保存所有文件的备份,然后删除此文件夹并启动netbeans,该文件夹将在关闭netbeans后重新创建,然后添加不在文件夹模块内的文件

For 7.2 version, if none of the other solutions was useful, try the following (settings will be lost):

  1. (Consider to make a copy of the whole Netbeans installed folder for any future possible need)
  2. Uninstall Netbeans IDE.
  3. Delete the userdir and cachedir contents, where userdir is located usually at "C:\\Users\\{username}\\AppData\\Roaming\\NetBeans\\7.2\\" , and the cachedir at "C:\\Users\\{username}\\AppData\\Local\\NetBeans\\Cache\\7.2\\".
  4. Install the IDE again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM