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 190024 - StackOverflowError involving websvc.project.spi.LookupMergerSupport$WebServiceDataProviderMerger
Summary: StackOverflowError involving websvc.project.spi.LookupMergerSupport$WebServic...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
: 192300 192415 193941 195675 195677 215445 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-31 13:30 UTC by dontk1
Modified: 2012-09-05 12:11 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172255


Attachments
stacktrace (103.21 KB, text/plain)
2010-08-31 13:30 UTC, dontk1
Details
Log file (440.28 KB, text/plain)
2010-09-29 10:51 UTC, Denis Anisimov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dontk1 2010-08-31 13:30:06 UTC
This bug was originally marked as duplicate of bug 158128, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista

User Comments:
dontk1: I cannot open a Java Web project




Stacktrace: 
java.lang.StackOverflowError
   at java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:338)
   at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769)
   at org.openide.filesystems.MemoryFileSystem.isValidEntry(MemoryFileSystem.java:152)
   at org.openide.filesystems.MemoryFileSystem.isValidEntry(MemoryFileSystem.java:141)
   at org.openide.filesystems.MemoryFileSystem.getOrCreateEntry(MemoryFileSystem.java:125)
   at org.openide.filesystems.MemoryFileSystem.readAttribute(MemoryFileSystem.java:298)
Comment 1 dontk1 2010-08-31 13:30:10 UTC
Created attachment 101773 [details]
stacktrace
Comment 2 Denis Anisimov 2010-09-29 10:48:43 UTC
There is no method setLookup() currently in LookupMergerSupport.WebServiceDataProviderImpl.
So the original stacktrace is not valid anymore.
But there is still problem with lookup change listener.

Check attached stacktrace .
This exception was thrown after installing "JAX-RPC" plugin via plugings manager
and attempt to open popup menu for Web project.
Comment 3 Denis Anisimov 2010-09-29 10:51:12 UTC
Created attachment 102190 [details]
Log file

Part of log file.
Comment 4 Denis Anisimov 2010-09-29 12:34:55 UTC
So the original issue have been fixed on development stage
( setLookup() method have been removed ).
The additional problem is fixed now by below integration.

changeset:   178377:ddaa8f9303a1
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Sep 29 16:24:26 2010 +0400
summary:     Fix for BZ#190024 -  StackOverflowError involving websvc.project.spi.LookupMergerSupport$WebServiceDataProviderMerger
Comment 5 Quality Engineering 2010-09-30 02:59:22 UTC
Integrated into 'main-golden', will be available in build *201009300000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ddaa8f9303a1
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#190024 -  StackOverflowError involving websvc.project.spi.LookupMergerSupport$WebServiceDataProviderMerger
Comment 6 Denis Anisimov 2010-11-25 11:13:12 UTC
*** Bug 192415 has been marked as a duplicate of this bug. ***
Comment 7 Denis Anisimov 2010-11-25 12:17:06 UTC
*** Bug 192300 has been marked as a duplicate of this bug. ***
Comment 8 Denis Anisimov 2011-01-11 09:27:24 UTC
*** Bug 193941 has been marked as a duplicate of this bug. ***
Comment 9 Denis Anisimov 2011-02-21 11:29:49 UTC
*** Bug 195675 has been marked as a duplicate of this bug. ***
Comment 10 Denis Anisimov 2011-02-22 17:08:26 UTC
*** Bug 195677 has been marked as a duplicate of this bug. ***
Comment 11 Milos Kleint 2012-09-05 12:11:57 UTC
*** Bug 215445 has been marked as a duplicate of this bug. ***