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 86762 - Out of bound exception in compile
Summary: Out of bound exception in compile
Status: RESOLVED DUPLICATE of bug 76633
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 12:36 UTC by jiripoledna
Modified: 2006-10-09 13:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
compile log (194.36 KB, text/plain)
2006-10-09 12:38 UTC, jiripoledna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiripoledna 2006-10-09 12:36:41 UTC
I'm using netbeans about 2 years, today I start the ide and run my project and
nothing happen. 
I try to create one simple hello word application and compile it nothing
happens. the output log writes nothing. I see small "one way" icon (red and
inside is white line) on the bottom right, after click on it I see sometimes
that it cannot write to temp or "out of bounds" exception. I cannot start tomcat
too. See the atached log about messages. Please help what can I do.
Comment 1 jiripoledna 2006-10-09 12:38:07 UTC
Created attachment 35032 [details]
compile log
Comment 2 Milos Kleint 2006-10-09 13:12:38 UTC
according to this stacktrace in the log file, your problem seems to be either
not having priviledges to write to to the temp dir (D:\TEMP) or your temp dir full.
there's not much the IDE can do in such a case.

Please note that there is a bug in jdk associated with the WinXP platform. The
memory mapped temporary files don't get deleted sometimes. That results in
occasional output<number> file to be left around. You can safely delete those.

this is duplicate of #76633, not bluej related

*** This issue has been marked as a duplicate of 76633 ***