Problem with debug XT75

Hello
I have problem with debug program for XT75. I work in XP , install java j2sdk1.4.2_09 (from CD) , eclipse (with EclipseMEplugin_123) ,SMTK and connect terminal TC65 with XT75 module.
When I want to debug my simple Midlet HelloWorld under celipse I get error:
=========================================================================
     Starting XT75 emulator for debugging application. Please wait ...
     =========================================================================
     COM port used for "emulator session": COM1
     Used baud rate for the module "115200 baud"..
     >>> Emulator is set to no download of Jar and Jad file! <<<
     Initialize module for debugging ...
     The module is now initialized for debugging!
     >>> Establishing TCP/IP connection "IP connection for remote debugging"... <<<
     Please wait ...
     Done.
     >>> Starting Debug Agent ... <<<
     The debug agent is not started!
File WM_Debug_config.ini in WTK for XT75 is:
# This ini file is used to configure emulator.exe
# Hints:
# Store this ini file into the directory where the emulator.exe is located!
[Module type]
# Define the used module type
ModuleType=XT75
[AT command]
# These AT commands are used for initialising the module for debugging!
# Hints:
# The IP address range 10.x.x.x is not supported for configuration of debugging!
AT-Cmd1=S:ATE1
AT-Cmd2=R:OK
AT-Cmd3=S:at+cpin?
AT-Cmd4=R:+CPIN: READY
AT-Cmd5=R:OK
AT-Cmd6=S:at^scfg=userware/debuginterface,"192.168.0.21","192.168.0.22","0"
AT-CMd7=R:^SCFG: "Userware/DebugInterface","192.168.0.21","192.168.0.22","0"
AT-Cmd8=R:OK
AT-Cmd9=S:at^scfg=userware/mode,"debug","a:/","2000"
AT-Cmd10=R:^SCFG: "Userware/Mode","debug","a:/","2000"
AT-Cmd11=R:OK
AT-Cmd12=S:at^scfg=userware/stdout,UDP,2000
AT-Cmd13=R:^SCFG: "Userware/Stdout","UDP","2000"
AT-Cmd14=R:OK
[System.out port]
# used UDP port number range: 1024 ... 65535
# comment out the following line for switching off Java "System.out" displaying in the IDE window
#UDPport=12345
[DebugAgent delay timer]
# settings for Debug Agent delay timer in ms
#DATimer=2000
I send At command to terminal AT^SCFG? and get answer:
^SCFG: "AutoExec","0","0","0","0",""
^SCFG: "AutoExec","0","1","0","0","","000:00:00","000:00:00"
^SCFG: "AutoExec","0","1","1","0","","000:00:00","000:00:00"
^SCFG: "AutoExec","0","1","2","0","","000:00:00","000:00:00"
^SCFG: "GPRS/ATS0/withAttach","on"
^SCFG: "GPRS/AutoAttach","disabled"
^SCFG: "GPRS/PersistentContexts","0"
^SCFG: "GPRS/RingOnIncomingData","off"
^SCFG: "MEopMode/Airplane","off"
^SCFG: "MEopMode/Airplane/OnStart","off"
^SCFG: "MEShutdown/OnIgnition","off"
^SCFG: "PowerSaver/Mode9/Timeout","20"
^SCFG: "Radio/Band","3","15"
^SCFG: "Radio/OutputPowerReduction","3"
^SCFG: "Serial/USB/DDD","0","0","0409","0681","0034","Siemens AG Wireless Modules","XT75",""
^SCFG: "Tcp/BufSize","5200"
^SCFG: "Tcp/IRT","3"
^SCFG: "Tcp/MR","10"
^SCFG: "Tcp/OT","6000"
^SCFG: "Tcp/SAck","1"
^SCFG: "Tcp/TTcp","0"
^SCFG: "Tcp/WithURCs","on"
^SCFG: "Trace/Syslog/OTAP","0"
^SCFG: "Userware/Autostart","0"
^SCFG: "Userware/Autostart/AppName",""
^SCFG: "Userware/Autostart/Delay","0"
^SCFG: "Userware/DebugInterface","192.168.0.21","192.168.0.22","0"
^SCFG: "Userware/Passwd"
^SCFG: "Userware/Mode","debug","a:/Project02.jar","2000"
^SCFG: "Userware/Stdout","UDP","2000"
^SCFG: "URC/CallStatus/CIEV","restricted"
^SCFG: "URC/CallStatus/SLCC","verbose"
^SCFG: "URC/Datamode/Ringline","off"
^SCFG: "URC/Ringline","local"
^SCFG: "URC/Ringline/ActiveTime","2"
OK
Please help me.
Thanks.

Hello,
I would like to know if you could debug?
That's the same problem what I have.
At the moment I have the DSB75 and the XT75 module I don't know what else I can to to run the program under debug.
OS: Win XP
eclipse-SDK-3.3.1.1
eclipseme.feature_1.7.7
Regards,
NOVI

Similar Messages

  • Problem with debug servlet Eclipse 3 tomcat 5

    I have configured Eclipse 3 with Tomcat 5.0.28 and tomcatPulginV3
    but, I have problem to debug my servlet
    I have error message
    help me it is urgent
    Failed to connect to remote VM. Connection refused.
    java.net.ConnectException: Connection refused: connect
    java.net.PlainSocketImpl.socketConnect(Native Method)
    java.net.PlainSocketImpl.doConnect(Unknown Source)
    java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    java.net.PlainSocketImpl.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:47)
    org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:103)
    org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:131)
    org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate.launch(JavaRemoteApplicationLaunchConfigurationDelegate.java:75)
    org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
    org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
    org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
    org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)Thanks

    Check your packages which you are importing....

  • Problem with Debug mode and SLD

    Using the config tool, we have turned the Debuggable flag to 'yes' and set the Debug mode to OFF.   Now from the studio, when I enable debugging for the process, the server0 stops successfully and restarts successfully. However, during the restart, the SLD service errors out and does not get started. It encounters the following exception. I can verify the error in std_server0.out
    With erred SLD service, when I try to deploy and run the webdynpro application from studio, the deploy fails with the same exception.
    We tried all kinds of restart (of the engine\server instance), debuggable and debug mode setting permutations, but not successfull.  (debug port is 50021)
    We are having remote debug server setup (not local).
    Does anybody have any suggestions???
    The exception we get is:
    Finished with warnings: development component 'CreateOrder'/'local'/'LOKAL'/'0.2007.11.26.14.33.54':Caught exception during application startup from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred while starting application local/CreateOrder and wait. Reason: Clusterwide execption: server ID 3775750:<Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Implied start failed for dependency :local/CreateOrder -> service:sld', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Implied start failed for dependency :local/CreateOrder -> service:sld (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

    Hi Michael,
    one way is to enhance the server go.bat with debug parameters. Under c:\usr\sap\<SID>\j2ee\<INSTANCE>\cluster\server\go.bat define the following params
    set DEBUG_PORT=5000
    set DEBUG_PARAMS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=
    and add both params to the java arguments (e.g. behind the -classpath): %DEBUG_PARAMS%%DEBUG_PORT%.
    Regards,
    Stefan

  • AIR 3.9.0.790 - Problem with debug configurations

    Hi there
    After updating from 3.9.0.720 to 3.9.0.790 it seems that my debugging configurations are ignored (works fine with build 720). When running the app on AIR Simulator I always end up with a 500 x 375px screen with a high resolution display simulated.
    - Flash Builder 4.7
    - AIR 3.9.0.790
    - Starling-Project for iOS only
    - Debug-Configuration: various iOS devices (Mobile Application)
    Am I missing something?! Any hints?
    Regards,
    René

    We're having the same problem.  In our project, the only difference is switching between AIR 3.6 and 3.9.0.1030 (obviously a wider range than the above), and the 3.9 ADL simulator ignores the -screensize argument and forces the window to 500x375.  Oddly, this affects only one Mac out of three.
    Perhaps interestingly, the affected Mac is OSX 10.8.4 (server edition), while the ones that work are 10.8.2

  • Problems with debugging in Oracle sql developer

    Dear all,
    I have a stored procedure with about 3500 lines of code. The SP is calling some other SP's , so altogether around 30,000 lines of code is to executed.
    I have some delete statements in the beginning of my SP.
    Till nw i was able to debug and run this SP.
    But nw I am facing a strange problem.
    I can run the SP.
    But if i try to debug it , it gets hanged after the delete statement and does not move forward.
    So i moved all that statements to another SP and I call the new SP from my present one.
    In this way If i debug , after calling the newly created SP , my main Sp does not recognise the break points , and it just finishes execution ..
    Can any one help me on this.
    Thanks in Advance,
    Kurian Simon

    Simon,
    Did you move the breakpoint, and once you'd moved the lines of code, did you recompile, using compile for debug? Also, it's important to do compile for debug on all the program units you want to debug, otherwise SQL Developer will just step over the units not compiled for debug.
    Sue

  • Problem with debug EP6

    <b><i>Hi all</i></b>,
    I debug an EP6 application with the Developer Studio. This work fine but when the debug starting, it automatically switch in the EP perspective and not in debug perspective?! Each time! Any idea ?
    <b><i>Best regards.</i></b>

    Hi,
    I had this problem until recently myself.
    You can stop the behaviour by the following steps:
    Open the debug configuration screen>in the right hand navigation menu select the application you are debugging beneath the item 'Remote Application'>Click the 'Common' Tab in the left hand window. There you will find the option 'Perspective to switch to or open when launched'
    Change this setting to default and the problem is resolved.
    Please assign points if this resolves the problem or is helpful and let me know if require further detail.
    Kind Regards
    Daniel

  • Problem with debug java.lang.NullPointerException

    Hi All,
    i am having a very strage issue with Flash Builder 4.5.1.
    If I create a Flex Mobile Application, i am able to debug the app with no problems.
    if I create a Flex Mobile and PHP Project, and then connect to a data service, i am not able to debug the app. i am having the following error:
    An internal error occurred during: "Launching Main_App".
    java.lang.NullPointerException
    SO: Windows 7
    Flash Builder 4.5.1
    Any ideas on this?
    Thanks a lot,
    Joe

    Hi Steven,
    I turned on debugger on oracle.jheadstart.controller.strutsadf.JhsRequestProcessor.
    The exception is rised in method :
    processActionPerform
    at statement :
    ActionForward forward = super.processActionPerform(request, response, action, form, mapping);
    I hope it is helpful.
    Cezary

  • Problems with Debugging

    Hi!
    I' m facing a problem when trying to create a new debug-configuration: The NWDS tells me "No tab group defined for configuration type com.sap.ide.webdynpro.projectbrowser.launch.configtype.debug". The same message occurs with - except J2EE-developments - all other project types.
    Has anybody got an idea what the problem could be?
    Regards,
    Thomas
    PS: The Error Log-View of PDE Perspective doesn' t say a word about it.

    Hi,
    I think SapIdeWebdynproProjectBrowser.jar missing in your Eclipse plugins.
    Please check it once.if not this jar import this once again.
    C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.ide.webdynpro.projectbrowser
    This might helps.
    Thanks,
    Lohi

  • Problem with debug

    Hi,
    I am using UIX + JAVA with JDeveloper and when I go debug appears the error message:
    =========================================================
    Unable to find source file.
    Unable to find source file for package com.evermind.server, Filename ApplicationServerLaucher.java.
    With options:
    - Generate a source file stub for the class.
    - Let me find the file myself whit the open file dialog.
    - Look for the file in this database connection.
    - Dont ask me about this file again.
    =========================================================
    It is hapened in localhost and the server.
    What I make for debug?
    Fernando.

    I answered this question on the UIX forum: Bug in the JDeveloper?
    As this is a JDeveloper question (and nothing to do with UIX), please follow up here.
    Please do not post the same question to the UIX and JDeveloper forums.
    -brian
    UIX Team

  • Problem with debug info...

    Hi
    CC -V
    CC: Sun C++ 5.9 Linux_i386 Build27_2 2006/08/02
    CC -g -c test.cpp
    >> Assertion:  DBGGEN ERROR: FILE="../src/dbg_dwarf2.c", LINE=%7605, DW_DLE_DEBUGINFO_ERROR [DBG_GEN 5.1.18] (../lnk/dbg_dbggen.cc, line 4336)
        while processing test.cpp at line 0.I can not paste test.cpp here though, it's quite huge since I created it with CC -E, but anyway, perhaps someone at sun is interested ?
    /Lars

    This looks like bugid 6456470. It's fixed in our development
    branch, but the fix won't be available until Express 3 which
    isn't for a month or two. The problem is related to the way
    symbols and types reference other symbols and types. You
    can work around it by not using -g for those source files where
    it happens. Not a very good workaround, I know. Of course,
    that's why we have express releases. To find problems like
    this as early as possible. ;-)
    --chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • What is the mm.cfg for? - Problems with debugging / profiling

    Hello Forum
    I am having trouble getting the flex profiler to work with my actionscript 3 project (player 9 - debug version installed, mac).
    In another forum I have seen some references to the mm.cfg file.  What does this file do?  All I see right now is the following line:
    PreloadSwf=/Users/stephan/Documents/Flex Builder 3/.metadata/.plugins/com.adobe.flash.profiler/ProfilerAgent.swf?host=localhost&port=8888
    When profiling or debugging I now get the following error:
    Error: ProfilerAgent.socketDataHandler: unknown command = 60
        at ProfilerAgent/socketDataHandler()[C:\faramir\flex\sdk\modules\profiler3\as\Prof ilerAgent.as:1008]
    Is this error related to the mm.cfg file?
    I can't find any ProfilerAgent.as or ProfilerAgent.swf files on my system?  Is this something I need to download?
    Any insight much appreciated...  Nothing works right now
    Thank you all for your time.
    sk

    I have installed flash player 10 and now I'm getting the following errors when debugging:
    Socket timeout.
    Socket timeout.
    Socket timeout.
    java.net.SocketException: Socket closed
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
        at java.net.ServerSocket.implAccept(ServerSocket.java:450)
        at java.net.ServerSocket.accept(ServerSocket.java:421)
        at com.adobe.flash.profiler.internal.Client$2.run(Client.java:198)
        at java.lang.Thread.run(Thread.java:613)

  • Problem with debug config

    cisco 2651XM router
    IOS: c2600-adventerprisek9-mz.124-15.T9.bin
    I have a mail-and-web server set at 192.168.0.6 connected to fa0/0 on my router and I want to monitor all traffic in and out of the server. The best debug config I've found so far for this is:
    access-list 106 permit ip any host 192.168.0.6
    access-list 106 permit ip host 192.168.0.6 any
    no ip route-cache (on fa0/0)
    debug ip packet 106
    but this doesn't show mail traffic. I do see some activity in the form of outside ip's probing the server but when I send or receive mail I should see activity in the debug but there's nothing. Is there a better way to capture ALL traffic to and from this ip address? Thanks for any help.

    Hi Tony.
    That's correct - ip source tracker will never show you real time information.
    A better solution to your current debug would be to re-enable CEF switching but then to configure an ACL that logs traffic to this particular host. Why this would be better is because your router will only be process switching the traffic to/from this host and not process switching ALL traffic. An example would be:
    access-list 106 permit ip any host 192.168.0.6 log-input
    access-list 106 permit ip any any
    access-list 107 permit ip host 192.168.0.6 any log-input
    access-list 107 permit ip any any
    ip access-list log-update threshold 1
    interface f0/0
    ip route-cache cef
    ip access-group 106 out
    ip access-group 107 in
    A more permanent solution could be the IP Export feature and then you can view your traffic on wireshark. I've not configured this myself.
    http://www.cisco.com/en/US/docs/ios/12_3t/12_3t4/feature/guide/gt_rawip.html
    Simon

  • Problem with debuging Model

    Hi all,
    i have an application, i deployed it sucessfully. unfortunately i am sending my data to model and to backend ABAP. But i am not recieving data from backend. Can any one know about this problem.
    Thnak you
    Regards
    Ravi

    hi All
    This is my code: my backend:
    SELECT SINGLE usercat INTO ex_user_cat FROM /arch/arm_user WHERE
      username = im_user.
    ENDFUNCTION
    Controller Component:
    public void wdDoInit()
        //@@begin wdDoInit()
         __Arch__Arm_Get_User_Cat_Input input =  new __Arch__Arm_Get_User_Cat_Input();
              wdContext.node__Arch__Arm_Get_User_Cat_Input().bind(input);     
        //@@end
    public void Example_GetData( )
        //@@begin Example_GetData()
        try
             wdContext.current__Arch__Arm_Get_User_Cat_InputElement().modelObject().execute();
             wdContext.nodeOutput().invalidate();
        catch(Exception ex)
              ex.printStackTrace();
        //@@end
    View Controller:
    public void onActionToGetData(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionToGetData(ServerEvent)
        wdThis.wdGetExampleCompController().Example_GetData();
        //@@end
    Please can anu one help me in this
    Thank u
    Regards
    Ravi

  • Problem with the Code in exercise 1.2

    In this exercise:
    http://www.adobe.com/devnet/flex/pdfs/exercise1.2.pdf
    the first part is easy. Then you are instructed to go to the
    Debug
    Perspective and set a breakpoint that is below the function
    you defined, but
    ahead of the variable array.
    You are shown that the variables window is populated in debug
    view ..but
    this is just not true. I did this myself .. and then I did it
    again by
    copying and pasting the code directly from the PDF into the
    application and
    I got the same result. The application is halted with an
    empty variables
    window. The example says it should be populated.
    I suspect the problem is that the breakpoint was set too
    early .. but it is
    where it is supposed to be. Is my problem the example (my
    code is identical
    .. has to be since the second try is copied) or is my problem
    the debug
    player? I have always had problems with debugging in Flex.
    Thanks!
    Nancy

    Hi,
    Flex Builder 3 and Firefox 3 indeed do work together.
    But there are some issues when certain extensions are used:
    See
    http://bugs.adobe.com/jira/browse/FB-13064
    which led to a bug being filed against Firefox:
    https://bugzilla.mozilla.org/show_bug.cgi?id=441424

  • Problem with WorkShop 3.2 when lanching tomcat

    hi!I met a problem with debugging projects in WorkShop.
    I'm using tomcat 5.5.17 in WorkShop studio 3.2.All my server configurations are default!When debugging,I just right clicked on the project and chose "debug on server",then tomcat lanched.During that time,something weird happened.I found my project was deployed twice,and I also found that one was deployed as context "dms"(project's directory name),another as context "web"(project's real context).
    I tried all means to solve this problem.Finally I got one.I set two attributes of host tag to false from server.xml,deployOnStartup and autoDeploy.It works.But I don't think it is the best way.so my questions is: is this a workshop deploy bug?
    I guess it is.This is what I found from tomcat document.I think it may help us to slove this problem.
    "When using automatic deployment, the docBase defined by an XML Context file should be outside of the appBase directory. If this is not the case difficulties may be experienced deploying the web application or the application may be deployed twice.
    Finally, note that if you are defining contexts explicitly, you should probably turn off automatic application deployment. Otherwise, your context will be deployed twice each, and that may cause problems for your app. "
    Maybe workshop should use the web context name as project directory name when deploying and do not define the context explicitly in server.xml.

    hi, I just do the same thing as you do!The problem still exists!
    if you go to Tomcat Web Application Manager page and have a look at the applications you deployed. You will find your project is deployed twice with two different context(context root and project directory name as context root).
    note:if you don't have access to the manager page,you can try the following:
    -edit the settings for the server
    -find 'Run modules directly from the workspace(do not modify the Tomcat installation)' setting and uncheck the checkbox before it
    -then save your changes.
    Doing this you can deploy your project directly to the appbase of your tomcat server directory.Then you will have access to the manager page with the url "http://localhost:8080/manager/html".
    Also you may take a closer look at the output of your workshop console,you will find some output messages duplicated.
    This problem originally starts from workshop 3.1.There is no such issue before 3.0 and lower versions.
    Workshop studio was once an fatastic tool.But after integrated with WTP things have been changed.The biggest trouble is it costs too much memory.and some import features such as AJAX support,javascript debugger aren't available to us.I feel a little disappointed.:(
    Hope you guys will fix those defects.
    Regards!

Maybe you are looking for

  • Hard Drive bottle neck.   Running SRT thinking of switch to SSD

    I did the "windows experience index" on windows 7 on my new custom build.  I got 7.9 (which is the best score) on everything but the primary hard disk.  I got a 5.9 score for the primary hard disk. I set up the drives with Intel's SRT with one 120 Pa

  • Need info on Billing Outputs

    Hello, I need info abt billing Outputs - The language is maintained in Bill to party (Customer master), Its maintained in Condition record, It can be changed while creating the invoice. Now my question is, which of the above three cases has got highe

  • Some installation questions concerning AS and 8i

    I will be installing 8i Enterprise Edition so that I can work with 9i AS. I have read through most of the Installation Guide for Oracle 8i - Enterprise Edition Release 3 (8.1.7) for Windows NT. I have some questions that didnt seem to be addressed in

  • Financial Statement Version in Report Painter

    Hi there, Can anybody please assist.  When you have made changes to a FSV, you copy the structure to Report Painter with KE5b - but this is only for GLPCT table (EC-PCA).  Which transaction can be used to do the same for cost centres CCSS table?

  • Kill auto-updating in Firefox 30.0?

    How can I disable auto-updating in Firefox 30.0? Then how to do it manually? (I HATE morning surprises followed by troubleshooting FF browsers on 4 laptops,) Thanks... (Lion 10.7.5)