This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76884

Summary: On-Device Debugging With Siemens TC65 timeout
Product: javame Reporter: _ kherink <kherink>
Component: -- Other --Assignee: _ kherink <kherink>
Status: CLOSED FIXED    
Severity: blocker CC: psuchomel
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Updated ant task for debugging large file on TC65

Description _ kherink 2006-05-26 04:51:58 UTC
when i used On-Device Debugging With Siemens TC65 with the simple program which
i downloaded from your website i receive this error
message

Connecting JPDA Debugger to emulator time out after 4 attempts!
what could be the reason?!
Comment 1 _ kherink 2006-05-26 05:01:34 UTC
Please submit/adjust some additional info:

- version of Netbeans
- version of Mobiliy Pack
- version of Device Firmware

Do you have any firewall software running that may block the debugger ports?
Does debugging work with Wireless Toolkit?
Comment 2 Petr Suchomel 2006-06-07 17:20:10 UTC
The issue is caused by wrong emulator version. Please verify, if you see such
problems:
<install location>\SMTK\TC65\WTK\bin\emulator.exe -version
<install location>\SMTK\TC65\WTK\bin\emulator.exe -Xquery
should give you version 1.0.4 (in result of -version) for IMP_NG_DefaultDevice
(in result of -Xquery). If the the version is 1.0.0, you have installed wrong
binaries, please ask your local Siemens for providing updated version. The
emulator version 1.0.0 does not have working debugging at all, independently on
IDE or debugging method you are using.
Comment 3 Petr Suchomel 2006-06-09 14:07:47 UTC
Also if you have correct verison of emulator and your project contains _
character (my_project), you will face the problem with sudden disconnection of
"IP connection for remote debugging". In such case, do not create project with _
in name or rename project and make sure, the name of jad and jar file does not
contain the _ character.
Comment 4 Petr Suchomel 2006-06-16 14:11:44 UTC
It can happen for large application (over 200K) that transfer and start up is
longer than debugger timeout. Fix has been integrated to 5.5 and 6.0 and also
library is available for NetBeans Mobility Pack 5.0. If you are facing such an
issue, please replace
netbeans-5.0\mobility7.2\ant\nblib\org-netbeans-modules-kjava-j2meproject.jar by
jar file attached bellow.
Comment 5 Petr Suchomel 2006-06-16 14:13:19 UTC
Created attachment 31111 [details]
Updated ant task for debugging large file on TC65
Comment 6 Lukas Hasik 2006-06-23 14:50:08 UTC
moving to mobility component
Comment 7 _ kherink 2006-07-06 12:54:12 UTC
thanks peter - since no further feedback from issuer i am marking fixed, reopen
if further issues found
Comment 8 Lukas Hasik 2007-03-28 08:11:32 UTC
v
Comment 9 Ivan Sidorkin 2008-09-10 16:07:27 UTC
close old issues