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 99767 - JBoss deployment delayed one minute or so
Summary: JBoss deployment delayed one minute or so
Status: RESOLVED DUPLICATE of bug 109045
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 09:40 UTC by mperezma
Modified: 2007-09-15 00:37 UTC (History)
1 user (show)

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 mperezma 2007-04-03 09:40:44 UTC
Deploy process stands for a minute every time with this message:

Waiting for server to start the module http://localhost:8080/test

The project only have a ejb module with one slsb and a web module with a jsp 
wich call a method on it... It's a P4/2Ghz-1GbRAM-W2K machine.

I think that one minute delay is introduced by netbeans (or the ant process). 

The server log finishes a few seconds after the message "Waiting for server to 
start the module http://localhost:8080/test" is shown in run-deploy output 
window. It seems like the server really have finished.

Then I've undeploy the app, and verified that it becomes available in this url 
a few seconds after the message appears.
Comment 2 mperezma 2007-04-13 12:22:25 UTC
I've verified the issue also with 5.5.1 RC1 now.

Just one note: it only occurs with enterprise application projects, no with web 
apps projects. When you deploy a web app, you still getting the "Waiting for 
server to start..." but it only stays for few seconds. Then you start a new 
enterprise app project, and add the web app inside. The deployment of this 
project will produce the delay.
Comment 3 Sherold Dev 2007-08-15 14:47:06 UTC

*** This issue has been marked as a duplicate of 109045 ***