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 187649 - IllegalStateException: Too many org.netbeans.modules.mobility.end2end.util.ServiceNodeManager$ProjectChildren (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.mobility.end2end.util.Se...
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 11:42 UTC by Karol Harezlak
Modified: 2010-07-09 07:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170739


Attachments
stacktrace (9.17 KB, text/plain)
2010-06-16 11:42 UTC, Karol Harezlak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Harezlak 2010-06-16 11:42:43 UTC
Build: NetBeans IDE Dev (Build 100608-f2796e8778a5)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
kharezlak: While using End to End




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.mobility.end2end.util.ServiceNodeManager$ProjectChildren (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1456)
   at org.netbeans.modules.mobility.end2end.util.ServiceNodeManager$ProjectChildren.enqueue(ServiceNodeManager.java:195)
   at org.netbeans.modules.mobility.end2end.util.ServiceNodeManager$ProjectChildren.fileChanged(ServiceNodeManager.java:215)
   at sun.reflect.GeneratedMethodAccessor6.invoke(GeneratedMethodAccessor6.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
Comment 1 Karol Harezlak 2010-06-16 11:42:48 UTC
Created attachment 100125 [details]
stacktrace
Comment 2 Karol Harezlak 2010-06-16 12:25:56 UTC
fixed in main

http://hg.netbeans.org/main/rev/b88d1a2fe643
Comment 3 rbalada 2010-06-16 13:20:27 UTC
Transplanted to release691 as 34685110b080
Comment 4 Martin Fousek 2010-07-09 07:39:44 UTC
Verified in release691 repository. Also checked work with end2end J2ME features - I generated and worked with many Java ME WS clients - and I wasn't able to reproduce mentioned IllegalStateException.

Verified in NetBeans IDE 6.9.1 Dev (Build 201007062301).