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 163206 - deploy when running not working
Summary: deploy when running not working
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 09:55 UTC by luismolina
Modified: 2010-03-15 16:02 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 luismolina 2009-04-21 09:55:35 UTC
hi, i have made a web application with icefaces, after adding a button and a label and changing the code i got the next
error when i play Run button:

In-place deployment at I:\NetBeansProjects\WebApplication2\WebApplication2\build\web
deploy?path=I:\NetBeansProjects\WebApplication2\WebApplication2\build\web&name=WebApplication2&force=true&properties=keepSessions=true
running on GlassFish V3
Connection refused: connect
I:\NetBeansProjects\WebApplication2\WebApplication2\nbproject\build-impl.xml:558: The module has not been deployed.
BUILD FAILED (total time: 3 seconds)

ive tried to change permissions, delete folders but it doesnt work.
Comment 1 luismolina 2009-04-21 10:09:06 UTC
well, i got glasfish server stopped (i suppose cause i installed apache apart), i start it and have the next problem...

first run goes well
if i change the code (only the string i show in the label)
and i try to run and then got 404
another times i got to build and clean to run the sample

another times when i try to build and clean it shows the next error:

do-clean:
Deleting directory I:\NetBeansProjects\WebApplication2\WebApplication2\build
I:\NetBeansProjects\WebApplication2\WebApplication2\nbproject\build-impl.xml:802: Unable to delete file
I:\NetBeansProjects\WebApplication2\WebApplication2\build\web\WEB-INF\lib\backport-util-concurrent.jar
BUILD FAILED (total time: 9 seconds)

so i cant work with so much errors
Comment 2 Vince Kraemer 2009-11-12 09:07:21 UTC
It looks like this issue got filed against an unmonitored area of the old bug tracking system.  Sorry about that.

Now,  to your issues.

First question: are these problem still reproducible in 6.8 against v3?

If you can reproduce the issues, please attach the ide log, server log and ant output that gets generated when you Run.

Do you have a sample project that will help me reproduce the issue?

One thing to note... you probably do not need to hit the 'Run' button very much in 6.8...

We have improved the deploy on save feature significantly from last April.
Comment 3 Vince Kraemer 2009-11-17 11:29:44 UTC
this will have to wait for the next release, since I do not have the info necessary to evaluate the issue
Comment 4 Vince Kraemer 2010-03-15 16:02:05 UTC
closing as incomplete.

If this is still a problem... and you can provide the data that is requested in this issue... please provide the info and reopen the issue.