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 245177 - progress bar never stop
Summary: progress bar never stop
Status: REOPENED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 09:29 UTC by masengul
Modified: 2014-10-19 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
progress bar component never stop (430.17 KB, image/jpeg)
2014-06-22 09:29 UTC, masengul
Details
sample case screen shot (422.43 KB, image/jpeg)
2014-10-19 11:59 UTC, masengul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description masengul 2014-06-22 09:29:52 UTC
Created attachment 147738 [details]
progress bar component never stop

while i deploy my application to application server, sometimes, application server shutdown. So deployment process not complete but at the right bottom side progress bar never stop. if i want to stop it, i need to restart netbeans. only simple cancel button will resolve it :) 

i attached sccreen shot as jpeg image.
Comment 1 masengul 2014-06-22 09:36:39 UTC
today 3 times i restarted netbeans because of this problem.
Comment 2 masengul 2014-07-11 15:36:21 UTC
This problem is not related only with glassfish. same problem in glassfish, weblogic and tomcat... when i try on progressbar, sometimes i see IOException, sometimes nothing and it continue to deploy
Comment 3 Petr Hejl 2014-07-14 11:25:53 UTC
I do not fully understand this: "while i deploy my application to application server, sometimes, application server shutdown".

Can you be more specific about steps to reproduce? At least the steps that usually trigger this.
Comment 4 masengul 2014-07-14 12:05:53 UTC
we are developing enterprise application using maven and weblogic. netbeans has deploy on save feature. After a few redeploy, weblogic memory crash on deploy time. I think, netbeans waiting deployment complete response from weblogic. but because of memory crash, weblogic can not send response to netbeans and netbeans continue to wait response from weblogic. progressbar at the right bottom of IDE is continue. Sometimes, when weblogic memory crash and deployment break, i click the progressbar and it shows IOException message on it. maybe there is an exception handling problem. when the problem occured again, i will take snapshot and attach it to issue. i am sure that it will occur 2 or 3 times today again.
Comment 5 masengul 2014-10-19 11:59:06 UTC
Created attachment 149978 [details]
sample case screen shot

while deploying application, weblogic memoty crushed and ide disconnected from weblogic unexpectedly but progressbar continue to work.