[
https://issues.jboss.org/browse/JBIDE-16066?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-16066:
-------------------------------------
Jstack will get a stack of all threads in a current java process.
{code}
[rob@localhost jbosstools-server]$ locate jstack
/usr/lib/jvm/jdk1.7.0_51/bin/jstack
[rob@localhost jbosstools-server]$ /usr/lib/jvm/jdk1.7.0_51/bin/jstack
Usage:
jstack [-l] <pid>
(to connect to running process)
jstack -F [-m] [-l] <pid>
(to connect to a hung process)
jstack [-m] [-l] <executable> <core>
(to connect to a core file)
jstack [-m] [-l] [server_id@]<remote server IP or hostname>
(to connect to a remote debug server)
Options:
-F to force a thread dump. Use when jstack <pid> does not respond (process is
hung)
-m to print both java and native frames (mixed mode)
-l long listing. Prints additional information about locks
-h or -help to print this help message
{code}
Top-Down WS deployment isn't successful when selecting Start/Test
service in Web Service dialog
-----------------------------------------------------------------------------------------------
Key: JBIDE-16066
URL:
https://issues.jboss.org/browse/JBIDE-16066
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.1.1.CR1
Environment: JBDS 7.1.0 CR1, EAP-6.1
Reporter: Radoslav RĂ¡bara
Assignee: Brian Fitzpatrick
Fix For: 4.2.0.CR2
Attachments: topDownServer.log
Deployment isn't successful when Top-Down web service is created with slider level
selected to "Start service" or "Test service". Project is deployed to
the server but the service endpoint isn't added so the service is not accessible.
It works with other slider levels and all levels works when the server isn't started
before the web service is created.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)