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 165746 - jsp run fails
Summary: jsp run fails
Status: VERIFIED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 20:27 UTC by catweasle
Modified: 2009-06-10 08:34 UTC (History)
3 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 catweasle 2009-05-21 20:27:13 UTC
1/ create new web application project (server is glassfish v2)
2/ run the created project:
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
Created dir: C:\projectlocal\WebApplication1\build\web\WEB-INF\classes
Created dir: C:\projectlocal\WebApplication1\build\web\META-INF
Copying 1 file to C:\projectlocal\WebApplication1\build\web\META-INF
Copying 3 files to C:\projectlocal\WebApplication1\build\web
library-inclusion-in-archive:
library-inclusion-in-manifest:
C:\projectlocal\WebApplication1\nbproject\build-impl.xml:399: The following error occurred while executing this line:
C:\projectlocal\WebApplication1\nbproject\build-impl.xml:222: org.netbeans.modules.java.source.ant.UserCancel
BUILD FAILED (total time: 0 seconds)
----------------------------------------------------
just doing a build succeeds.
subsequent run fails.
If i re-open the project on NB 6.5, it runs OK.
If i re-open the project again in NB6.7b, it runs OK as well.
If I do a clean and build in NB 6.7b and run again, i get the same error again.
The ant error seems to indicate a user cancel action but i did no such thing.
Comment 1 Vince Kraemer 2009-05-22 07:02:41 UTC
which build of 6.7 are you using?
Comment 2 Marek Fukala 2009-05-22 09:36:14 UTC
Michale, can you please try to reproduce with latest dev build? Thanks.
Comment 3 catweasle 2009-05-22 19:27:00 UTC
6.7 beta
Comment 4 Michal Mocnak 2009-05-25 10:51:08 UTC
I cannot reproduce on nb67rc1. Try it on this build and feel free to reopen when it will happen again.
Comment 5 catweasle 2009-06-10 08:34:50 UTC
retested on rc2, i do not have the error anymore