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 73936 - Sudden loop of exceptions
Summary: Sudden loop of exceptions
Status: VERIFIED DUPLICATE of bug 75306
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 18:57 UTC by Jiri Kovalsky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Zipped EJB module that was opened with saved NewEntity class. (9.27 KB, application/x-compressed)
2006-03-23 18:58 UTC, Jiri Kovalsky
Details
User dir from that particular session. (1.56 MB, application/x-compressed)
2006-03-23 18:59 UTC, Jiri Kovalsky
Details
Full console output containing exceptions + some debug messages. (103.00 KB, text/plain)
2006-03-23 19:01 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2006-03-23 18:57:02 UTC
Development build #200603230300 of NetBeans 5.5
Windows XP, JDK 1.5.0_05, GlassFish build #40

Description:
============
Suddenly IDE started to throw many exceptions over and over. I don't know what
triggered this though as I modified the source without problems several minutes
before (see below). It's not easily reproducible but is quite annoying. I am
attaching both project and userdir. Also attaching console output. The weird
thing is it was throwing exceptions while the NewEntity file was modified and it
stopped when I saved it.

What I did:
===========
1. Launched IDE with brand new userdir.
2. Registered GlassFish application server in Runtime tab.
3. Created new EJB module and new Entity Class in new test package.
4. Deleted lines 24 and 25 with @Id and @GeneratedValue(strategy =
GenerationType.AUTO).
5. Wrote @ManyToOne() instead above the id field declaration.
6. Set cursor at 22:8 i.e. @Entity| and pressed ALT+Enter.
7. Pressed Enter when "Create Entity Id..." hint came up.
8. Just pushed "OK" button in "Create Entity ID" dialog.
9. Set cursor at 23:25 i.e. public class NewEntity {| and pressed ALT+Enter.
10. Pressed Enter to use suggested hint and implement the Serializable interface.
11. That's all. After several minutes IDE started to throw the exceptions.

Note that I didn't save the file !
Comment 1 Jiri Kovalsky 2006-03-23 18:58:42 UTC
Created attachment 29387 [details]
Zipped EJB module that was opened with saved NewEntity class.
Comment 2 Jiri Kovalsky 2006-03-23 18:59:52 UTC
Created attachment 29388 [details]
User dir from that particular session.
Comment 3 Jiri Kovalsky 2006-03-23 19:01:29 UTC
Created attachment 29389 [details]
Full console output containing exceptions + some debug messages.
Comment 4 Tomasz Slota 2006-03-24 08:13:40 UTC
It looks like a problem in the javacore to me. Please have a look at the stack
traces
Comment 5 Jiri Prox 2006-03-24 08:45:27 UTC
It seems to me as duplicate of issue 70319 or issue 71294 , but i'm not sure
Comment 6 Jan Becicka 2006-05-04 14:38:40 UTC

*** This issue has been marked as a duplicate of 75306 ***
Comment 7 Jiri Kovalsky 2006-07-24 09:50:29 UTC
Verified as duplicate of another issue although I really don't understand why
mine (older) issue was marked as duplicate of the newer bug with less information.
Comment 8 Quality Engineering 2007-09-20 12:08:22 UTC
Reorganization of java component