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 57254 - UI freeze when creating web service
Summary: UI freeze when creating web service
Status: CLOSED DUPLICATE of bug 57104
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 13:31 UTC by L Martinek
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dumps (45.23 KB, text/plain)
2005-03-31 13:33 UTC, L Martinek
Details
Thread dump (18.82 KB, text/plain)
2005-03-31 15:20 UTC, Jiri Kopsa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2005-03-31 13:31:15 UTC
[NetBeans 200503301800, JDK 1.5.0_03]

Following usecase always ends up for me with UI freeze and 100% CPU eat. I don't
know whether all steps are necessary, I hadn't time to investigate it more.

1. Start IDE with clean userdir.
2. Add AppServer to Serer registry.
3. Create new Enterprise Application with EJB and Web module.
4. Create new Session bean with remote and local interface.
5. Add new business method to session bean.
6. Press F9 to compile session bean.
7. Right-click on web application and select New -> Web Service. Create new web
service from scratch. 
IDE is frozen during creating web service. I created several thread dumps.
Comment 1 L Martinek 2005-03-31 13:33:00 UTC
Created attachment 21262 [details]
Thread dumps
Comment 2 Martin Grebac 2005-03-31 14:53:09 UTC
Isn't it the same as 57265?
Comment 3 Jiri Kopsa 2005-03-31 15:18:22 UTC
57265 was probably the same.

I'm using NetBeans 050331, running on WinXP, JVM 1.5.0_01-b08.

I tried to delete user dir - that din't help.
Steps to reproduce:

1. Create New EJB Module
2. Create New Web Service (from scratch)
3. IDE freezes when the progress windows says "Generating SEI ..."
Comment 4 Jiri Kopsa 2005-03-31 15:20:08 UTC
Created attachment 21269 [details]
Thread dump
Comment 5 Martin Grebac 2005-04-01 08:52:43 UTC
I was able to reproduce. Looking at the trace from jirka kopsa - mine was almost
the same, the awt thread is blocked in editor code. I don't see any cause on our
side. Please reassign to appropriate component if I'm wrong.
Comment 6 Martin Roskanin 2005-04-01 11:02:08 UTC
the infinite loop was fixed, but still there are problems, details at issue #57104

*** This issue has been marked as a duplicate of 57104 ***
Comment 7 L Martinek 2005-04-04 13:01:00 UTC
verified