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 15246 - Cannot run Java classes (!)
Summary: Cannot run Java classes (!)
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: anovak
URL:
Keywords:
Depends on:
Blocks: 17146
  Show dependency tree
 
Reported: 2001-09-07 15:14 UTC by Jesse Glick
Modified: 2008-12-22 19:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces (from internal and external execution) (1.10 KB, text/plain)
2001-09-07 15:16 UTC, Jesse Glick
Details
Similar NPE from DebuggerType this time (614 bytes, text/plain)
2001-09-20 20:29 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-09-07 15:14:34 UTC
[dev sep 6] NPE when trying to execute a form. Reproducible with both
internal and external execution. The code is clearly wrong, Executor
cannot create a FileEntry with a null object argument. However I
cannot see any recent changes to relevant code and have no idea how it
ever worked before. Tried to execute forms from the sampledir (e.g.
MemoryView).
Comment 1 Jesse Glick 2001-09-07 15:16:49 UTC
Created attachment 2444 [details]
Stack traces (from internal and external execution)
Comment 2 Jan Zajicek 2001-09-11 11:42:49 UTC
Seems to work in dev #20010910. Alesi can you check the exception and
resolve this issue. Thnaks in advance.
Comment 3 anovak 2001-09-11 12:12:21 UTC
Jesse, can you please check this bug one more time? It is STRANGE.
Comment 4 Jesse Glick 2001-09-11 21:43:11 UTC
Happened to me again in [dev sep 10]. I assume it is only I who get
this exception, since it makes the IDE useless and surely people would
complain. I am not sure what specifically I am doing differently from
everyone else; observed in clean user directories on example forms.
Anyway, look at the code: it is wrong, even if you cannot reproduce it
should be fixed just in case, as it is quite illegal to be creating a
FileEntry with a null object parameter.
Comment 5 anovak 2001-09-12 08:29:22 UTC
Hopefuly fixed, because I was not able to reproduce this, anyway, the
code was wrong, hard to say why this happened only to Jesse.
Comment 6 Jesse Glick 2001-09-20 20:28:10 UTC
Sorry to be a pest, but it happened to me again in [dev sep 17] when
debugging. DebuggerType was apparently not fixed in the same way. (How
come nobody else was affected?? This is sort of weird.)
Comment 7 Jesse Glick 2001-09-20 20:29:09 UTC
Created attachment 2629 [details]
Similar NPE from DebuggerType this time
Comment 8 anovak 2001-09-21 08:04:55 UTC
Fixed in main trunk, I hope.
Comment 9 Marian Mirilovic 2001-12-12 15:34:04 UTC
closed