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 235942 - Profiling single file in web project failed
Summary: Profiling single file in web project failed
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.4
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 14:40 UTC by mienamoo
Modified: 2013-12-17 13:06 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 mienamoo 2013-09-13 14:40:50 UTC
NetBeans IDE 7.4 RC1 (Build 201309112301)
JDK 7u40 64-bit
GlassFish 4.0

While running the sanity tests [1] on the RC1 build, I came across this issue. When profiling the single file, the project's output window displayed:

  The module has not been deployed.
  See the server log for details.

Then I looked at the GlassFish output, and noted that the server was still busy starting up. So it looks like the cause of the failure might be a timing issue more than anything else, since there was no error output in the GlassFish log.

[1] http://wiki.netbeans.org/STS_73_Maven#Test_suite:_Run.2C_Debug.2C_Profile.2C_Test_single_file