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 110334 - DebugException - debugger don't start at all!
Summary: DebugException - debugger don't start at all!
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-19 21:13 UTC by oddvard
Modified: 2010-09-23 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file from my IDE (271.08 KB, application/octet-stream)
2007-07-19 21:15 UTC, oddvard
Details
Problem isolated to my project. Problem with persistence unit. (226.13 KB, application/octet-stream)
2007-07-19 22:33 UTC, oddvard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oddvard 2007-07-19 21:13:39 UTC
No project will start in debug mode. I use Tomcat 5.5.17 with IDE 5.5.1, Java SE devkit 6 update 2, Java SE runtime 6 
update 1 on a Win2k servicepack 4 Intel I86 PC.
Comment 1 oddvard 2007-07-19 21:15:51 UTC
Created attachment 45402 [details]
Log file from my IDE
Comment 2 oddvard 2007-07-19 22:33:57 UTC
Created attachment 45407 [details]
Problem isolated to my project. Problem with persistence unit.
Comment 3 oddvard 2007-07-19 23:05:08 UTC
The problem was totally dependent on the persistence unit. FIX 

- removed the persistence.xml
- Added a new PU (with the same name)
- Created the entety classes again

The sympthoms where like 'unexpected errors' messages poping up when trying to regenerate entety classes.
I don't know if I am to change the status to resolved, because I belive this one was bad, and somebody should
look at it and maybe contact me for more data. I have saved the old project and can send it to the developer 
if needed.

Hell of a job!
Comment 4 Karthikeyan Rajeswaran 2007-07-20 21:18:30 UTC
Since there are several mdr related exceptions, have you tried:
- removing <userdir>/./var/cache/mdrstorage
- or even running with a fresh userdir
and see if the problem persists?
(http://blogs.sun.com/karthikr/entry/jse_directories)
Comment 5 Karthikeyan Rajeswaran 2007-07-20 21:32:23 UTC
Also discussed at:
http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=95959
   "Some more Info: After I had done the steps in first e-mail (below), I opened the project again. It opened fine and I
was able to create entity classes from database using the DBSchema generated by my first attempt. Somehow that option
was not available in my first session. It seems like the problem can lay in the database connection (PU). It seems like
the IDE is fine now, debugger starts and queries work fine. I will keep an eye on it and see what happens further.
However, I am sure there is somthing wrong going one! Any suggestions? Maybe the J/Connector?"
Comment 6 David Strupl 2010-09-23 09:15:41 UTC
I am closing all reports in category Java/Unsupported as wontfix. These should
be dead issues --- if the reported cases are against some live part of the
NetBeans IDE please reopen and we can discuss to which category they belong.