This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 193956 - Core IDE Updates Prevent IDE From Starting
Summary: Core IDE Updates Prevent IDE From Starting
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: PC All
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-01 01:17 UTC by digipixel
Modified: 2011-01-03 23:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB IDE Log (121.51 KB, application/octet-stream)
2011-01-01 01:17 UTC, digipixel
Details
NB IDE Log 2 (47.39 KB, text/plain)
2011-01-01 01:19 UTC, digipixel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description digipixel 2011-01-01 01:17:18 UTC
Created attachment 104645 [details]
NB IDE Log

After applying all of the updates for NB 6.9 (includes core ones) and restarting the IDE a dialog box pops up for disabling affected modules. I clicked on the option to "Disable Modules And Continue" which causes the IDE to not show up.

Another restart of the IDE fails with the same problem, without the dialog appearing.
Comment 1 digipixel 2011-01-01 01:19:06 UTC
Created attachment 104646 [details]
NB IDE Log 2
Comment 2 Jaroslav Tulach 2011-01-03 11:37:45 UTC
The important error message in the first log is

org.netbeans.core - The module org.netbeans.bootstrap was requested in version >= 2.33.4 but only 2.33.3 was found.

The version numbers of your installed module in question really is:
	org.netbeans.bootstrap/1 [2.33.3 201011082200]

What is content of META-INF/MANIFEST.MF of your 
platform/modules/org-netbeans-core.jar
and
platform/lib/boot.jar
files, please?

I just tried to reproduce the same today and my system ends up with

        org.netbeans.bootstrap/1 [2.33.4 201012081820]
Comment 3 digipixel 2011-01-03 23:03:50 UTC
Here are the contents of both MANIFEST.MF files:

============================================================
In platform/modules/org-netbeans-core.jar
============================================================

Manifest-Version: 1.0

Ant-Version: Apache Ant 1.8.0

Created-By: 1.6.0_20-b02 (Sun Microsystems Inc.)

OpenIDE-Module-Public-Packages: org.netbeans.beaninfo.editors.*, org.n

 etbeans.core.*, org.netbeans.core.actions.*

OpenIDE-Module-Friends: org.netbeans.core.browser.webpane, org.netbean

 s.core.browser.xulrunner, org.netbeans.core.execution, org.netbeans.c

 ore.ui, org.netbeans.core.windows, org.netbeans.modules.jellytools.pl

 atform, org.netbeans.modules.options.api, org.openide.compat

OpenIDE-Module-Module-Dependencies: org.netbeans.bootstrap/1 > 2.33.4,

  org.netbeans.core.startup/1 > 1.24, org.netbeans.modules.keyring > 1

 .0, org.netbeans.swing.plaf > 1.16, org.openide.actions > 6.2, org.op

 enide.awt > 7.17, org.openide.dialogs > 6.2, org.openide.explorer > 6

 .23, org.openide.filesystems > 7.19, org.openide.io > 1.11, org.openi

 de.loaders > 7.13, org.openide.modules > 6.2, org.openide.nodes > 6.2

 , org.openide.util > 8.0, org.openide.util.lookup > 8.0, org.openide.

 windows > 6.2

OpenIDE-Module-Java-Dependencies: Java > 1.6

OpenIDE-Module-Implementation-Version: 201012081820

AutoUpdate-Show-In-Client: false

OpenIDE-Module: org.netbeans.core/2

OpenIDE-Module-Localizing-Bundle: org/netbeans/core/Bundle.properties

OpenIDE-Module-Layer: org/netbeans/core/resources/mf-layer.xml

AutoUpdate-Essential-Module: true

OpenIDE-Module-Specification-Version: 3.20.3

OpenIDE-Module-Requires: org.openide.modules.ModuleFormat1



============================================================
In platform/lib/boot.jar
============================================================

Manifest-Version: 1.0

Ant-Version: Apache Ant 1.8.0

Created-By: 1.6.0_20-b02 (Sun Microsystems Inc.)

OpenIDE-Module-Public-Packages: org.netbeans.*

OpenIDE-Module-Friends: org.netbeans.core, org.netbeans.core.execution

 , org.netbeans.core.netigso, org.netbeans.core.startup, org.netbeans.

 modules.autoupdate.services, org.netbeans.modules.ide.ergonomics, org

 .netbeans.modules.modulemanager, org.netbeans.modules.sendopts, org.n

 etbeans.modules.settings

OpenIDE-Module-Module-Dependencies: org.openide.modules > 6.0, org.ope

 nide.util > 8.0, org.openide.util.lookup > 8.0

OpenIDE-Module-Java-Dependencies: Java > 1.6

OpenIDE-Module-Implementation-Version: 201011082200

AutoUpdate-Show-In-Client: false

OpenIDE-Module: org.netbeans.bootstrap/1

OpenIDE-Module-Specification-Version: 2.33.3

OpenIDE-Module-Localizing-Bundle: org/netbeans/Bundle.properties

OpenIDE-Module-Recommends: org.netbeans.NetigsoFramework