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 211233 - no code name base passed when looking up var/license_accepted
Summary: no code name base passed when looking up var/license_accepted
Status: RESOLVED DUPLICATE of bug 211785
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 211785
Blocks: 210278
  Show dependency tree
 
Reported: 2012-04-16 09:02 UTC by Peter Nabbefeld
Modified: 2012-04-27 15:07 UTC (History)
1 user (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 Peter Nabbefeld 2012-04-16 09:02:19 UTC
I've got the following message in my log file:

"WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name
base passed when looking up var/license_accepted at
org.netbeans.core.startup.Main$1LicenseHandler.shouldDisplayLicense(Main.java:460)"

The message doesn't tell me, which module is affected. This is important to me, as there seems to be a corrupted module in my installation, causing the IDE to start only after deletion of "all-manifests.dat".
Comment 1 Jaroslav Tulach 2012-04-18 15:22:53 UTC
ergonomics#1a15d7e31cd9
Comment 2 Quality Engineering 2012-04-26 10:35:25 UTC
Integrated into 'main-golden', will be available in build *201204260400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1a15d7e31cd9
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #211233: Passing in code name base
Comment 3 Jaroslav Tulach 2012-04-27 06:47:13 UTC
Reverted in cacd5734cffd, passing to Jesse to fix as current (mis)behavior of IFL is his invention.
Comment 4 Jaroslav Tulach 2012-04-27 15:06:49 UTC
OK, I know what to do.
Comment 5 Jaroslav Tulach 2012-04-27 15:07:13 UTC
I solve this as part of issue 211785.

*** This bug has been marked as a duplicate of bug 211785 ***