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 49598 - Button's text 'UNKNOWN COMMAND' on deployment progress monitor
Summary: Button's text 'UNKNOWN COMMAND' on deployment progress monitor
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
: 59760 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-27 16:22 UTC by Petr Blaha
Modified: 2006-03-24 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Progress Monitor with wrong labels 1 (18.12 KB, image/jpeg)
2005-04-04 10:28 UTC, Jiri Skrivanek
Details
Progress Monitor with wrong labels 2 (18.17 KB, image/jpeg)
2005-04-04 10:28 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2004-09-27 16:22:25 UTC
[Build 040927]
Sometimes during deployment,  buttons on progress
monitor have following text: 'UNKNOWN COMMAND'.
Comment 1 _ ludo 2004-09-30 05:39:29 UTC
I've seen this also occasionally...
Nam, please investigate why sometimes the action command name would be
null...Plugin issue? Timing issue?
Comment 2 Nam Nguyen 2004-09-30 14:05:32 UTC
I understand the behavior is inconsistent, but I cannot start with a
"sometime" test case :-). So, to help resolve the issue, can anybody
please capture the test case whenever you see it.
Comment 3 Petr Blaha 2004-10-01 16:18:26 UTC
I'm sorry, I can't provide all steps to reproduce this issue, but this
is often happened after crash of deployment app to App Server.
Comment 4 _ ludo 2004-10-07 03:58:56 UTC
I see this many times when deploying, redeploying, undeploying, etc...
It seems to be linked to a null value for a command name.
Not sure who is emitting this null value?
Timing issue? Was there also in nb3.6 time...

Anyway, there is no harm...
Comment 5 Petr Blaha 2004-10-13 10:45:40 UTC
Move issues from temprorary component.
Comment 6 Jiri Skrivanek 2005-04-04 10:26:53 UTC
It is possible to see wrong button labels when redeploying a web application
(see attached screen shots.
Comment 7 Jiri Skrivanek 2005-04-04 10:28:08 UTC
Created attachment 21335 [details]
Progress Monitor with wrong labels 1
Comment 8 Jiri Skrivanek 2005-04-04 10:28:41 UTC
Created attachment 21336 [details]
Progress Monitor with wrong labels 2
Comment 9 Sherold Dev 2005-06-09 08:38:44 UTC
*** Issue 59760 has been marked as a duplicate of this issue. ***
Comment 10 _ ludo 2005-06-09 17:55:04 UTC
More people are seeing, especially on Solaris X86 boxes now.
We need to spend the cycles to find the root cause, i.e either in j2eeserver or
the plugin that would emit a NULL "command name".
In any case, as a workaround, this text could be more user friendly (i.e keep
the previous command name, or displya "Deploy" since it seems there is no side
effect at all on the deployment.
Comment 11 Petr Jiricka 2005-08-30 19:00:08 UTC
The progress monitor was removed, so I assume this is fixed now.
Comment 12 Petr Blaha 2005-09-08 11:56:07 UTC
Yes, the button is removed.