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 64977 - [50cat] 'Start failed' upon stopping an JBoss instance
Summary: [50cat] 'Start failed' upon stopping an JBoss instance
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 11:39 UTC by jlaskowski
Modified: 2005-12-12 11:18 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 jlaskowski 2005-09-23 11:39:10 UTC
[ BUILD # : 200509221800 ]
[ JDK VERSION : 1.5.0_05 ]

Suddently, during development it turned out that ROOT.war couldn't be deployed onto JBoss because of some non-NetBeans-related issues and NetBeans had problems with starting/stopping the instance.

Upon unsuccessful *stop*, the following message pops up:

JBoss Application Server 4.0 Start Failed

, but it was being stopped. Note the 'Start Failed'.

Besides, why doesn't the error message contain the user-defined name of the instance?
Comment 1 Pavel Buzek 2005-11-10 03:09:24 UTC
Evaluation:

1. Looking at the code I really do not see any place where it could say Start
Failed when it was trying to stop. Reproducible test case would help, but I
understand this is hard to reproduce. Is not it possible that in the middle of
those problems with start/stop you are describing the plugins was actually
trying to start the server after it was stopped or something? I'd close this
issue after the second issue gets fixed.

2. Changing fail message to show instance name instead of JBAS4.0 is easy:
JBStartServer, 378.
Comment 2 Libor Kotouc 2005-12-12 11:18:04 UTC
There was about ten bugs related to the JBoss starting/stopping/status
recognizing fixed. The most of them in the JBStartServer class; the one mentined
above in the item 2 is the issue 64595.

The reporter has not provided any additional information, thus closing as W4me.