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 8680

Summary: The JSP page execution doesn't work if the JSP page was compiled previously.
Product: javaee Reporter: Marek Fukala <mfukala>
Component: CodeAssignee: issues@javaee <issues>
Status: CLOSED FIXED    
Severity: critical    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2000-11-30 14:41:42 UTC
If you create new JSP page from template and execute it without previous
compilation the execution works fine. But if you compile the JSP page and then
try to execute the JSP page only "Errors compiling xxxx" message appear in
status line and no JSP is executed.
This problem cause that any JSP page can't be executed more than one times if
you do not change the page content. If you do a change in JSP page and then
execute it again it works.
Example how to reproduce:
1) create new JSP page from tamplate
2) execute it
3) execute it again => execution doesn't work

or

1) create a JSP page
2) compile it
3) execute it => exec.dosn't work.
Comment 1 Marek Fukala 2000-11-30 14:48:59 UTC
I made a mistake in previous description. A correction is here:
If you execute a JSP page and the chanhe its content and execute it again the
execution doesn't fail - the browser appear but contain only error message:
Compilation of the requsted JSP page fail. Please see compilation errors in
output window.
Unfortunately the output window contain neither an exception nor any error
message.
Comment 2 Marek Fukala 2000-11-30 14:56:59 UTC
[build 18]
Comment 3 Petr Jiricka 2000-12-04 07:31:59 UTC
*** Bug 8017 has been marked as a duplicate of this bug. ***
Comment 4 Petr Jiricka 2000-12-07 17:04:59 UTC
Fixed in [84].