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 198158 - Reference Problems with nothing showing up after clicking "Resolve Problems" button
Summary: Reference Problems with nothing showing up after clicking "Resolve Problems" ...
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 00:25 UTC by rweaver
Modified: 2013-12-11 13:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Dialog box (37.65 KB, image/png)
2011-04-28 00:29 UTC, rweaver
Details
Problem resolution screen with nothing showing (26.20 KB, image/png)
2011-04-28 00:29 UTC, rweaver
Details
nbproject folder per request. (41.66 KB, application/zip)
2011-04-30 17:16 UTC, rweaver
Details
Screen shot of self resolving reference problem. (35.60 KB, image/png)
2011-04-30 17:18 UTC, rweaver
Details
GF server log with "weave" and heap errors (392.47 KB, application/octet-stream)
2011-05-08 16:18 UTC, rweaver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rweaver 2011-04-28 00:25:46 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Mac OS X version 10.6.7 running on x86_64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02-334
Comment 1 rweaver 2011-04-28 00:29:06 UTC
When I open NetBeans, I always get this dialog that tells me there are Reference problems. But when I click to resolve them, nothing appears (see attached screen shots).

Please let me know what other information you need.
Comment 2 rweaver 2011-04-28 00:29:12 UTC
Created attachment 107985 [details]
Dialog box
Comment 3 rweaver 2011-04-28 00:29:18 UTC
Created attachment 107986 [details]
Problem resolution screen with nothing showing
Comment 4 Tomas Zezula 2011-04-29 06:27:15 UTC
It's hard to say why the broken references is shown without having the project metadata.
Can you please attach the nbproject folder form project causing this problem?
Thanks
Comment 5 rweaver 2011-04-30 17:16:28 UTC
Created attachment 108025 [details]
nbproject folder per request.

Here is the nbproject folder. 

Another clue: it appears to be related to the slowness I'm seeing with NB 7.0

It actually came up with a missing dependency for restlib_gfv3ee6 which corrected itself once the project scanning was complete (will attach screen shot of that as well).
Comment 6 rweaver 2011-04-30 17:18:27 UTC
Created attachment 108026 [details]
Screen shot of self resolving reference problem.

This library came up as unresolved this morning. Clicked "Resolve", then cancelled and it showed up as being resolved.

Similar thing seems to happen with data connection at startup on occasion.
Comment 7 Tomas Zezula 2011-05-02 09:44:47 UTC
Web project issues.
The restlib_gfv3ee6 is added by GF support dynamically (JavaEEServerModuleFactory.ensureRestLibSupport) which runs concurrently to POH. When the library is created the LVP (AbstractLogicalViewProvider) correctly listens on LM and refreshes the status. But the POH already shown the broken reference dialog.
Comment 8 rweaver 2011-05-04 17:38:43 UTC
May or may not be related to 198319 http://netbeans.org/bugzilla/show_bug.cgi?id=198319
Comment 9 rweaver 2011-05-08 16:18:43 UTC
Created attachment 108178 [details]
GF server log with "weave" and heap errors

Will get thread dump next time (I've downloaded VisualVM now).
Comment 10 David Konecny 2011-05-09 21:43:08 UTC
Valid issue but unrelated to issue 198319. It is more of a UI defect - the broken reference should not be reported as it gets resolved automatically.
Comment 11 Martin Janicek 2013-12-11 13:39:20 UTC
Are you still able to reproduce this? I'm not sure if I'm doing it the same way as you did, but I tried to use attached nbproject and open project with it. But only one problem occurs saying that I need to set application server (which was correct).

Don't know.. the whole issue is almost three years old, we are currently bundling the IDE with GF4 instead of GF3 so I'm not sure if I'm doing anything wrong or if the problem were fixed during past few development cycles.

Please if you are still able to reproduce this, write me step-by-step how should I proceed to be able to do the same and reopen the issue. Thanks!