Debugging problems in 7269
Here is the error message
ERROR: transport error 202: unable to create socket: Network is down
["transport.c",L41]
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT
(510) ["debugInit.c",L500]
FATAL ERROR in native method: JDWP No transports initialized,
jvmtiError=JVMTI_ERROR_INTERNAL(113)
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
Process finished with exit code
Everything works in Idea 6.0.5, but not in Selena 7269?
How
--
-
David H. McCoy
-
Please sign in to leave a comment.
Hello David,
Well, the error message looks like there is a network error on your machine.
This is not something that IntelliJ IDEA has control of.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
In article <431b0f664fa458c9bfc122650c0a@news.jetbrains.com>,
yole@jetbrains.com says...
I agree. Except the same debug configuration works under 6.0.4? I'm
using it now. Only on Selena does it fail.
--
-
David H. McCoy
-
Maybe because 7269 uses jre 1.6 not 1.5 and that's causing the problem -
maybe a firewall configuration that is blocking the new jre?
N.
David H. McCoy wrote:
>> Hello David,
>>
>>> Here is the error message
>>>
>>> ERROR: transport error 202: unable to create socket: Network is down
>>> ["transport.c",L41]
>>> ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT
>>> (510) ["debugInit.c",L500]
>>> FATAL ERROR in native method: JDWP No transports initialized,
>>> jvmtiError=JVMTI_ERROR_INTERNAL(113)
>>> JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
>>> Process finished with exit code
>>> Everything works in Idea 6.0.5, but not in Selena 7269?
>> Well, the error message looks like there is a network error on your machine.
>> This is not something that IntelliJ IDEA has control of.
>>
>>
I don't think so. Everything is running locally.
In article <fbssf6$c92$1@is.intellij.net>, nedski@yNaOhSoPo.cAoMm
says...
--
-
David H. McCoy
-
Your firewall will act upon all socket connections, local as well as remote.
N.
David H. McCoy wrote:
>> Maybe because 7269 uses jre 1.6 not 1.5 and that's causing the problem -
>> maybe a firewall configuration that is blocking the new jre?
>>
>> N.
>>
>> David H. McCoy wrote:
>>> In article <431b0f664fa458c9bfc122650c0a@news.jetbrains.com>,
>>> yole@jetbrains.com says...
>>>> Hello David,
>>>>
>>>>> Here is the error message
>>>>>
>>>>> ERROR: transport error 202: unable to create socket: Network is down
>>>>> ["transport.c",L41]
>>>>> ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT
>>>>> (510) ["debugInit.c",L500]
>>>>> FATAL ERROR in native method: JDWP No transports initialized,
>>>>> jvmtiError=JVMTI_ERROR_INTERNAL(113)
>>>>> JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
>>>>> Process finished with exit code
>>>>> Everything works in Idea 6.0.5, but not in Selena 7269?
>>>> Well, the error message looks like there is a network error on your machine.
>>>> This is not something that IntelliJ IDEA has control of.
>>>>
>>>>
>>> I agree. Except the same debug configuration works under 6.0.4? I'm
>>> using it now. Only on Selena does it fail.
Good call. I adjusted the firewall settings and all is well. Thanks!
In article <fbu4me$c92$2@is.intellij.net>, nedski@yNaOhSoPo.cAoMm
says...
--
-
David H. McCoy
-