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 59435 - Start/Stop server actions often fail without a reason
Summary: Start/Stop server actions often fail without a reason
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 16:04 UTC by Alexander Kouznetsov
Modified: 2006-06-01 12:48 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 Alexander Kouznetsov 2005-05-31 16:04:03 UTC
Steps to reproduce:
- Add Server Instance
- Try to Start/Stop it, try to Deploy an application on stopped server
- RESULT: Server Start/Stop actions often fail without a reason. Previous Server state is shown, but if you refresh server's state it would be started/stopped according to the action performed. It can cause deployment to be failed.
Comment 1 Kirill Sorokin 2005-05-31 19:46:41 UTC
This is happening due to the fact that the time that we provide to the startup
routine expires. This can really happen on slow machines with the current
timeout setting - 2 minutes. I've set the timeout value to 5 minutes, which
should be definitely enough.
Comment 2 Alexander Kouznetsov 2005-08-02 17:58:20 UTC
I'm still experiencing the issue in Buzz 12.
Comment 3 pbogdanov 2005-08-09 08:37:47 UTC
I am experiencing very close issue, when I register remote SAS 8.1. in NetBeans 
and try to Refresh, it's shown as [stopped] although it's running in fact and I 
can connect to it using browser (and also from another machine). However, I 
cannot deploy anything. Have you resolved this issue? Where to make timeout 
setting?
Comment 4 zikmund 2005-08-09 08:51:59 UTC
To pbogdanov: Please file SAS 8.1 issues against serverplugins/appserv8. Do not
mix 2 issues into this one which is against WebSphere, thanks.
Comment 5 Kirill Sorokin 2005-09-02 12:23:58 UTC
fixed in release41 branch
Comment 6 Alexander Kouznetsov 2006-06-01 12:48:20 UTC
Closed without verification