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 155765 - Failed to obtain results snapshot error message after stopping JBoss Application Server
Summary: Failed to obtain results snapshot error message after stopping JBoss Applicat...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 15:42 UTC by Rashid Urusov
Modified: 2009-03-18 16:44 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 Rashid Urusov 2008-12-18 15:42:55 UTC
Product Version: NetBeans IDE Dev (Build 200812180001)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/tester/.netbeans/7.0m1

Steps to reproduce:
- Start memory profiling of JBoss application
- Wait until the application deployed on server
- Go to Services tab and stop Jboss Application Server
- I've got a message "The profiled application has finished execution. Do you want to take a snapshot of the collected
  results?"
- Push "Yes" button

I've got error message :"Failed to obtain results snapshot. The profiled application terminated"

I used Jboss AS 4.2.3GA
As a project I used JBossTest - see link below:
http://wiki.netbeans.org/ProfilerTestSpecification/jboss_test.zip
Comment 1 J Bachorik 2009-03-18 16:44:24 UTC
This works for me

Product Version: NetBeans IDE Dev (Build 090318)
Java: 1.6.0_11; Java HotSpot(TM) 64-Bit Server VM 11.0-b16
System: Linux version 2.6.27-11-generic running on amd64; UTF-8; en_US (nb)

Steps:
1. Open the JBossTest project
2. Assign JBoss 4.2.3GA to the project
3. Start in memory profiling mode (record object creation only, track every 10 allocations)
4. Wait until the application is up and running
5. Go to Services tab and stop Jboss Application Server
6. There is "The profiled application has finished execution. Do you want to take a snapshot of the collected
  results?" message
7. Push "Yes" button
8. The snapshot is taken and properly displayed; the application server is stopped