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 8570 - JSP compilation failes the second time
Summary: JSP compilation failes the second time
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Windows 3.1/NT
: P4 critical (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-27 13:52 UTC by Kees van Ginkel
Modified: 2003-07-02 08:27 UTC (History)
0 users

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 Kees van Ginkel 2000-11-27 13:52:09 UTC
The second time I try to compile/test a jsp page I get an error :

"Error compiling myjsp" in the status line.

There is an exception thrown in the log :
     [exec] java.lang.NullPointerException
     [exec]     at org.netbeans.modules.java.JExternalCompilerGroup.start
(JExternalCompilerGroup.java:114)
     [exec]     at
org.netbeans.core.compiler.CompilationEngineImpl$CompilerThread$GroupCompiler.ru
n(CompilationEngineImpl.java:255)

I am running a build 31-12 build (build from source)

The jsp is located in the examples/texteditor package, no other contends then
hello world.
Comment 1 Petr Jiricka 2000-11-27 14:08:59 UTC
NetBeans 3.1 branch
Comment 2 Kees van Ginkel 2000-11-29 14:30:59 UTC
Some more information :
- This only appears on windows NT, not on linux (no other platforms tested)
- changing the JSP compiler from FASTJAVAC to internal compiler solves the
problem.

regards,
Kees van Ginkel
Comment 3 Petr Jiricka 2001-01-05 14:14:59 UTC
This seems to be fixed in both NetBeans release 3.1 and the main trunk.

Fixed before 12-Dec-2000.
Comment 4 Quality Engineering 2003-07-02 08:27:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.