My answers below..
Do you only have this when you run this using "Debug as Drools JUnit
test" and not when you debug this as a normal JUnit test?
And if you
turn this into a normal class with a main method, do you still have this
when using "Debug as Drools application" and/or "Debug as Java application".
And no firewall turned on that could cause this connection refused?
Kris
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
Quoting Leonardo Gomes <leonardo.f.gomes@gmail.com>:
> Hi Guys,
>
> I'm having the following exception while trying to lauch "Debug as
> Drools
> JUnit Test":
>
> FATAL ERROR in native method: JDWP No transports initialized,
> jvmtiError=JVMTI_ERROR_INTERNAL(113)
> ERROR: transport error 202: connect failed: Connection refused
> ["transport.c",L41]
> ERROR: JDWP Transport dt_socket failed to initialize,
> TRANSPORT_INIT(510)
> ["debugInit.c",L500]
> JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
>
>
> I'm using:
>
> * Eclipse 3.5.0
> * Drools Eclipse Plugin 5.0.1
> * jdk1.5.0_18
>
>
> Any ideas?
>
> Thank you,
> Leo.
>