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 258355 - initializing tool collections never ends when hardening-wrapper is installed
Summary: initializing tool collections never ends when hardening-wrapper is installed
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-14 12:55 UTC by themba_
Modified: 2016-03-14 12:55 UTC (History)
0 users

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 themba_ 2016-03-14 12:55:14 UTC
environment:
archlinux x86_64 fully up to date (as of 2016-03-14)
Netbeans: 8.1 Build 201510222201
Java: 1.8.0_74; OpenJDK 64-Bit Server VM 25.74-b02
Runtime: OpenJDK Runtime Environment 1.8.0_74-b02
System: Linux version 4.4.5-1-ARCH running on amd64; UTF-8; en_US (nb)

steps to reproduce:
* install netbeans and hardening-wrapper
* start netbeans
* create new C++ project from existing source

what goes wrong:
before creating a project you have to wait for "initializing tool collections" which never finishes.

what should have happened:
"initializing tool collections" should be finished within a few seconds. 

possible direction of the solution:
temporarily removing hardening-wrapper from the system solves the issue.
After "tool collection initialization" has been completed once, hardening-wrapper can be reinstalled and as long as you don't remove the netbeans profile all will be fine.