Unable to start JBOSS 5 from eclise IDE [Galileo] [message #661953] |
Mon, 28 March 2011 11:13  |
Eclipse User |
|
|
|
I am not able to start JBOSS server from inside eclipse IDE.
my VM Arguments show following,
VM arguments: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localho st:1471 -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dfile.encoding=Cp1252
not sure from where it is getting suspend=y and not able to start in the debug more.
Checked, run.bat and run-conf.bat in the ../bin directory
using follwing conf.,
jboss-eap-5.0
jdk1.6.0_23
Please provide any pointer to resolve the issue.
TIA
|
|
|
|
|
|
Re: Unable to start JBOSS 5 from eclise IDE [Galileo] [message #662127 is a reply to message #662007] |
Tue, 29 March 2011 09:07   |
Eclipse User |
|
|
|
On 3/28/2011 4:46 PM, hm9m wrote:
> Yes, the JBOSS is doing an attempt to launch but gets VM argument as
> 16:43:38,494 INFO [ServerInfo] VM arguments:
> -agentlib:jdwp=transport=dt_socket,suspend=y,
> address=localhost:4542 -Dprogram.name=run.bat
> as you notice, suspend=y is creating this problem. I checked run.bat and
> run-conf-bat but nowhere it is setting it as "Y" - so not sure from
> where does it take that value "Y"
> Did full search on c:/
> Thanks.
My guess is that Eclipse starts the JVM suspended to give it a chance to
install breakpoints, should there be any, before resuming. I don't
think it represents something Eclipse is doing wrong. Since you are
seeing this message in the server log, one would assume any breakpoints
have been set and the JVM resumed. :)
Do you see some error or complaint later in the log?
Cheers,
Larry
|
|
|
|
Re: Unable to start JBOSS 5 from eclise IDE [Galileo] [message #662248 is a reply to message #662240] |
Tue, 29 March 2011 16:56  |
Eclipse User |
|
|
|
On 3/29/2011 3:57 PM, hm9m wrote:
> I d'nt see any error or complaint in the log. It just hangs and wo'nt
> start Eclipse in the debugg more. Any idea, from where VM Argument gets
> -agentlib:jdwp=transport=dt_socket,suspend=y address=localhost:4542
> ???
> This is JAVA jdwp but not sure how it is configured in Eclipse - Server
> [JBOSS]
> Thanks!
These are arguments which Eclipse configures internally based on your
request for debug mode. I don't think they are under your control
beyond the choice of "run" or "debug".
After starting the server in debug mode, if you switch to the Debug view
in the Debug perspective, what do you see? Do you see a "launch" listed
and if so, what child items appear under it? Are there any "thread"
items to be found in the tree?
Cheers,
Larry
|
|
|
Powered by
FUDForum. Page generated in 0.04446 seconds