I thought that was that, but I did the test using the default port
9999, and then try with 9000; both of them are showed at console
when play starts the application. After that, I've used 8000 just to
test.
Something curious is that when I'm trying to do the same test with
IDEA, it gives a slightly different response: unexpected handshake (or
invalid handshake, something like that).
On 23 abr, 03:35, Mariot Chauvin <
m...@zenexity.com> wrote:
> Hi,
>
> You probably try to connect to the wrong port.
> Check that port specified in the debug configuration you launch is the same
> as the one indicated in the play console.
>
> Cheers,
>
> Mariot
>
> 2012/4/21 Reiterweg <
reiter...@gmail.com>
>
>
>
>
>
>
>
> > Hi,
>
> > I'm trying to debug a test application form Eclipse but I can't, it says
> > me:
>
> > "Failed to connect to remote VM. Connection refused."
>
> > It doesn't give me more information about the problem.
>
> > I'm using:
>
> > - Ubuntu 11.10 64 bits
> > - OpenJDK 1.6.0_24 64 bits
> > - Eclipse Indigo Service Release 2, build id 20120216-1857
> > - play! 2.0 / play! 2.1-SNAPSHOT (from GitHub)