Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Cannot connect to VM(Unable to start the Debugger when starting the JBOSS web Application from Eclipse Helios on WinXP)
Cannot connect to VM [message #647488] Thu, 06 January 2011 16:16 Go to next message
PRD  is currently offline PRD Friend
Messages: 2
Registered: January 2011
Junior Member
I am unable to start my web application with jboss using the debugger. Each time I attempt to start it I keep seeing the message below in the Eclipse Log.

BTW, I do not have any firewall installed.

!ENTRY org.eclipse.jdt.launching 4 120 2011-01-06 09:48:05.338
!MESSAGE Cannot connect to VM
!STACK 0
com.sun.jdi.connect.TransportTimeoutException
at org.eclipse.jdi.internal.connect.SocketTransportService.acce pt(SocketTransportService.java:97)
at org.eclipse.jdi.internal.connect.SocketTransportImpl.accept( SocketTransportImpl.java:56)
at org.eclipse.jdi.internal.connect.SocketListeningConnectorImp l.accept(SocketListeningConnectorImpl.java:135)
at org.eclipse.jdt.internal.launching.StandardVMDebugger$Connec tRunnable.run(StandardVMDebugger.java:107)
at java.lang.Thread.run(Unknown Source)
Re: Cannot connect to VM [message #647489 is a reply to message #647488] Thu, 06 January 2011 16:19 Go to previous message
PRD  is currently offline PRD Friend
Messages: 2
Registered: January 2011
Junior Member
One thing to add is that very briefly when eclipse tries to start it, it show the error message on the console:
Error occurred during initialization of VM
Could not reserve enough space for object heap

Now, what I cannot understand is that the JBOSS Server's VM Arguments in the launch configuration are set to max a 1024M. I do not have any other application running other that the browser. Also I was able to get the JBOSS to startup in the debug mode with the same 1024M arguments with Eclipse Ganymede
Previous Topic:[SOLVED] Getting compilation errors from a project as IProblem []
Next Topic:How can I know, from an IVariableBinding, if the variable is an Array field?
Goto Forum:
  


Current Time: Sun Sep 22 09:31:50 GMT 2024

Powered by FUDForum. Page generated in 0.03634 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top