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 247663 - update notification keeps showing up but the update never starts
Summary: update notification keeps showing up but the update never starts
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-03 07:55 UTC by Stepan Zebra
Modified: 2014-10-08 03:02 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2014-10-03 07:55:21 UTC
Following issue 246971 after completing the update to 8.0.1 now, a notification keeps showing up that there is one more update available - the javafx wrapper. Upon clicking the notification, an update window shows up with a message that everything is up to date. Upon closing the window, the notification shows up again and the situation keeps repeating.
Comment 1 Stepan Zebra 2014-10-03 07:57:02 UTC
Libor, please add details / reassign as needed
Comment 2 Libor Fischmeistr 2014-10-03 11:31:02 UTC
This issue is consequence of wrong (for JDK 7) class-path in JavaFX wrapper module manifest. The CP fits JDK 8, but not JDK 7, therefore modules depending on the JavaFX wrapper cannot be updated, because package jfxrt.jar cannot be found.
Comment 3 Marian Mirilovic 2014-10-06 13:57:42 UTC
This is hopefully last problem we need to solve, so Jarda please look at it ASAP. We are keeping Path 1 inhouse, just because we do not have a fix for update scenario yet. Thanks in advance.
Comment 4 Libor Fischmeistr 2014-10-07 07:48:55 UTC
We agreed with Jarda, that I'm going to fix it on the side of the AU.
Comment 5 Libor Fischmeistr 2014-10-07 11:54:41 UTC
Fixed in changeset - http://hg.netbeans.org/releases/rev/b28479d1b64a
Comment 6 Libor Fischmeistr 2014-10-07 12:03:09 UTC
Trunk - http://hg.netbeans.org/core-main/rev/cf44363361a5
Comment 7 Quality Engineering 2014-10-07 14:44:33 UTC
Integrated into 'releases/release801', will be available in build *201410071419* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/b28479d1b64a
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #247663: update notification keeps showing up but the update never starts
Comment 8 Quality Engineering 2014-10-08 03:02:20 UTC
Integrated into 'main-silver', will be available in build *201410080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cf44363361a5
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #247663: update notification keeps showing up but the update never starts