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 220999 - exception in messages.log if user calls New Project wizard
Summary: exception in messages.log if user calls New Project wizard
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 09:34 UTC by soldatov
Modified: 2012-11-30 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception in messages.log (18.44 KB, text/plain)
2012-10-29 09:34 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-10-29 09:34:30 UTC
Created attachment 126703 [details]
exception in messages.log

Scenario:
- Call New Project wizard
- Select Samples|C/C++|Welcome
- Press Next button
- Wait 10 seconds
- Press Cancel button
- Check messages.log
===> INFO [dlight.libs.common.logger]: Should not be called from UI thread
Comment 1 Alexander Simon 2012-10-29 09:51:29 UTC
There is no proofs that it can result in slowness.
Please remove log or provide steps to reproduce slowness.
Comment 2 Egor Ushakov 2012-10-31 13:07:33 UTC
reproduced with several slowness reports
Comment 3 Egor Ushakov 2012-10-31 15:18:33 UTC

*** This bug has been marked as a duplicate of bug 221176 ***
Comment 4 Egor Ushakov 2012-10-31 15:20:52 UTC
not a dup of 221176, sorry
Comment 5 Egor Ushakov 2012-10-31 15:21:24 UTC
on my machine sometimes it hangs forever if enter /net/... in project location field
Comment 6 Egor Ushakov 2012-10-31 15:26:34 UTC
steps to reproduce:
- enter any slow nfs share into project location field (/net/...)
Comment 7 Maria Tishkova 2012-11-28 17:33:44 UTC
confirmed. Will re-inroduce the checking system to be sure that we will not have slowness when we type /net
Comment 8 Maria Tishkova 2012-11-29 13:27:19 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/4b4b7e3c5808
Comment 9 Quality Engineering 2012-11-30 02:40:32 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4b4b7e3c5808
User: Maria Tishkova <mromashova@netbeans.org>
Log: fixed bz#221176 - LowPerformance took 53673 ms.
fixed bz#220999 - exception in messages.log if user calls New Project wizard
fixed bz#222957 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.findResource

intoruced ValidationWorker which will check in background filesystem
to fix LowPerformance on Back store settings store FSPath for projectFolder only if wizard is valid, otherwise we will store project folder as a string.
New Bundle message added to show that Validating is in progress