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 78962 - GF gets stuck
Summary: GF gets stuck
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-23 11:42 UTC by Bernard Halas
Modified: 2006-06-23 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (13.91 KB, text/plain)
2006-06-23 11:43 UTC, Bernard Halas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Halas 2006-06-23 11:42:09 UTC
NB 5.5 dev 200606230200
JDK 1.6.0 b88

Description:
============
Glassfish gets stuck while starting and invoking Code Completion.

Steps to reproduce:
===================
1) load GlassFish to NB, but do not start it
2) create "EJB project"
3) create new "Entity Class" in this project
4) one line above the declaration of the class add line "@Table()"
5) fix imports with Alt+Shift+F
6) in view "Runtime" right click on GlassFish server and select start
7) while it's starting, try invoking Code Completion at this point: @Table(|)
8) do this few times in a row-> always invoke CC with Ctrl+Space and cancel it
with ESC

Result:
=======
In the server log it seems that GF is started, but NB don't think so and still
are displaying info "Starting GlassFish Application Server" (that info depend's
on how do you name the server) in status bar in right down corner of the program
window. In case you try to connect to standard ports at localhost (i.e. 4848),
you won't succeed. There is a place for doubts whether this is a NB or GF bug.
Comment 1 Bernard Halas 2006-06-23 11:43:37 UTC
Created attachment 31331 [details]
messages.log
Comment 2 Bernard Halas 2006-06-23 13:08:37 UTC
After upgrading to GF b48 this issue is resolved.