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 64320 - Progress bar stuck on screen when redeploying on bundled Tomcat
Summary: Progress bar stuck on screen when redeploying on bundled Tomcat
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-14 10:27 UTC by Jaroslav Pospisil
Modified: 2005-11-28 10:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (111.43 KB, image/png)
2005-09-14 10:32 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2005-09-14 10:27:21 UTC
build 200509131800

1)Create web module
2)Run or Deploy it
3)Deploy it again
4)ERROR:
Deployment progress bar will stuck on screen with message
"WebapplicationX(run-deploy)".
It runs as if it wal still deploying,but according to output window and
browser,it's already done.You can do whatever you want,deploy,run,debug,stop
server - the progress bar will change for a while to change back to stuck
state,after action is done.There's also no process in Runtime tab to close and
vhen you click on progress bar,no closing cross is shown.
The only way how to rid of this stuck progress bar is to close IDE.
Comment 1 Jaroslav Pospisil 2005-09-14 10:32:17 UTC
I'm attaching screenshot of what happen,when i click on progress bar - there's
no list there,only marginal line above progress bar.
Comment 2 Jaroslav Pospisil 2005-09-14 10:32:49 UTC
Created attachment 24784 [details]
Screenshot
Comment 3 Milos Kleint 2005-09-16 20:17:26 UTC
this should be fixed in the current trunk on the progress component side.
it can also be caused by the web support which didn't call finish() correctly.
it is advised to call the method in finally {} block. reassigning to web for
evaluation.
Comment 4 Radko Najman 2005-11-25 15:05:07 UTC
I cannot reproduce it. Is the issue still valid?
Comment 5 Jaroslav Pospisil 2005-11-28 10:39:17 UTC
Cannot reproduce in 200511271900,probably already fixed.
Comment 6 Jaroslav Pospisil 2005-11-28 10:39:40 UTC
verified in 200511271900.