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 196770 - Debugger does not start -> casue deployment timeout
Summary: Debugger does not start -> casue deployment timeout
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P1 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 13:14 UTC by alex-uconomy
Modified: 2011-11-16 16:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alex-uconomy 2011-03-16 13:14:11 UTC
Hey, I have a sudden issue in which my debugger wont start. I can deploy my app normally on tomcat via NB, however, when ever I am trying to deploy in debug mode, it times out.

Overall my NB has sudden performance issues ! It wants to send a report literally every time it starts / launches.

I have deleted cache on several occasions, but it always gets filled up again with NB startup anyway.

The web app I am working on is very memory extensive and uses hibernate. It deploys, but unable to use debug ! No idea why, it always times out and points to 
res = getDeclaredConstructors0(publicOnly); => class.java

I have run out of ideas of how to fix this issue, and wonder where it came from. as it happened so sudden I thought it was an issue with the cache, which after deleting it, made the debugger work once more, but by now I cant get it to work at all ! And wonder if it is normal that NB always keeps populating the whole cache back into the var/index/cache folder . . .

Thansk for every help in this matter - for me it seems like a bug !

log file gives that as an issue:
SEVERE: Exception sending context destroyed event to listener instance of class nl.strohalm.cyclos.http.LifecycleListener
java.lang.RuntimeException: java.lang.OutOfMemoryError: PermGen space
( but everything worked fine for nearly a year now !! and suddenly I can not get it to debug and run properly . .)
Comment 1 alex-uconomy 2011-03-18 11:33:47 UTC
ERROR ====  NetBeans can not handle breakpoints in DAO files !! why is that i wonder ???
Comment 2 Marian Mirilovic 2011-03-18 11:50:21 UTC
NB version/build number, JDK ? ... also: have you faced any exceptions before it started to fail (means would be nice to have your messages.log file http://wiki.netbeans.org/FaqLogMessagesFile ? 
Please reopen once you attach it here. Thanks in advance.
Comment 3 alex-uconomy 2011-03-18 12:04:58 UTC
The issue is fixed now. Net beans was not able to handle break points in DAO files !!!

Is that normal ?it works when i take them out !!