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 193716 - Deployment never finish when debugging
Summary: Deployment never finish when debugging
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 03:07 UTC by Chiana
Modified: 2011-01-12 23:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stackdump from netbeans (19.72 KB, text/plain)
2010-12-22 03:08 UTC, Chiana
Details
Stackdump from glassfish (47.00 KB, text/plain)
2010-12-22 03:09 UTC, Chiana
Details
Stackdump from JavaDB (4.03 KB, text/plain)
2010-12-22 03:09 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-12-22 03:07:45 UTC
[ BUILD # : 20101215 ]
[ JDK VERSION : 1.6.22 ]

Have not done any serious debugging since I started to refactor my application
to containerbased instead of application based entity management. So I found
what I think might be a P2 possibly P1.
Netbeans never finishes deploying the EJB container when started as debug. It
just sits there swirling the progressindicator claiming to "deploying..." and
it also says it has one more task waiting "(recieteserver) debug", the IDE
itself seems to function "normally".

I made a stackdump from netbeans,exe, glassfish and JavaDB (not used in this
application, it uses an msSQL 2k8 bombastic server as the datasource and the
intention is that it should run the container too).
Comment 1 Chiana 2010-12-22 03:08:36 UTC
Created attachment 104376 [details]
Stackdump from netbeans
Comment 2 Chiana 2010-12-22 03:09:23 UTC
Created attachment 104377 [details]
Stackdump from glassfish
Comment 3 Chiana 2010-12-22 03:09:50 UTC
Created attachment 104378 [details]
Stackdump from JavaDB
Comment 4 Chiana 2010-12-22 03:11:23 UTC
One more thing I just came to think of, it does not matter if you kill the GF server, it still does not finish deploying.
Comment 5 Vince Kraemer 2011-01-07 21:04:36 UTC
can you describe your actions in terms of UI objects selected and the like..

for example:

1. selected project foo in project explorer.

2. selected the debug item from the right click menu for foo.

Your description of the environment, situation and the like is open to a lot of different interpretations which makes replicating your issue difficult.
Comment 6 Vince Kraemer 2011-01-07 21:25:53 UTC
I just tried to replicate this with a recent build of NB 7.0.

Here is what I did...

1. started the build under JDK 6 update 22

2. register an GF 3.1 build 36 server.

3. created an enterprise application project, with an ejb and web app subprojects)

4. created a Session bean in the ejb module project

5. selected the 'Debug' item from the right-click menu of the Ent App project.
   The IDE started javadb. The IDE started the server in debug mode.  The IDE attached to the server. the ent app was deployed. the initial web page for the web app in the ent app appeared in the browser.

Please let me know what you are doing that is different from that.
Comment 7 Vince Kraemer 2011-01-12 23:49:46 UTC
did some more trials to reproduce this and have not been successful.

please reopen with more info and step-by-step instruction that you think will let me reproduce this issue.
Comment 8 Chiana 2011-01-12 23:53:54 UTC
I have not seen this problem again since this happened, but if I do I will reopen...
It might have been a temporary glitch or something that already has been fixed "on the fly" by an other bug...