Eclipse debugger problem

hi all,
i have a problem and search everwhere else here, so i think it is better to discuss it here also,
i try to run debug mode in eclipse but not succeeded, i run the debug long ago but not know.
i hknow this is not maybe right place but i think i will get answer quickly here.
i am using jdk1.5 and eclipse 3.2 , xp.
and this is the exception , thanx for now on.
java.net.BindException: Address already in use: JVM_Bind
     at java.net.PlainSocketImpl.socketBind(Native Method)
     at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
     at java.net.ServerSocket.bind(ServerSocket.java:319)
     at java.net.ServerSocket.<init>(ServerSocket.java:185)
     at java.net.ServerSocket.<init>(ServerSocket.java:97)
     at org.eclipse.jdi.internal.connect.SocketTransportService.startListening(SocketTransportService.java:275)
     at org.eclipse.jdi.internal.connect.SocketTransportImpl.startListening(SocketTransportImpl.java:47)
     at org.eclipse.jdi.internal.connect.SocketListeningConnectorImpl.startListening(SocketListeningConnectorImpl.java:108)
     at org.eclipse.jdt.internal.launching.StandardVMDebugger.run(StandardVMDebugger.java:202)
     at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
     at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
     at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
     at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
     at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

seems some other process is running on the same port as the debugger. Try stopping it

Similar Messages

  • Flash Builder 4.5 Debugger Problem

    Hey Everyone,
    I spent the better half of the last hour searching for a remedy to my situation but have not found one. I have a problem where in Flash Builder 4.5 I keep losing my debugger version of Flash Player. I download the version here http://www.adobe.com/support/flashplayer/downloads.html#fp10 and it works again. However, seemingly random it will do it again a couple of days later. So I'm trying to figure out what is causing this or how I can fix it. It is quite annoying to go to jump into a project, debug it and then have to stop everything and download it again. Anyone know how to fix this?
    I am running it on Mac OSX 10.6.7 (latest).
    This is the message I receive when it breaks:
    "Flash Builder cannot locate the required debugger version of Adobe Flash Player. You might need to install the debugger version of the Flash Player or reinstall Flash Builder.  Do you want to try to debug with the current version?"

    My two cents on this issue & how I resolved it.
    I was getting a similar message which referenced a location in C:\Windows\System32\Macromed\Flash, and was looking for this version of the Flash Player: Flash64_10_3_162.ocx
    What I tried that did NOT help:
    Re-associating the SWF file type to open with a Flash Player debugger version downloaded from Adobe's site.
    These three steps resolved the issue for me:
    I had installed the 64-bit version of the Flash Player a few months ago, so I uninstalled that since it cannot be used by Flash Builder as a debugger. Back in FB 4.5.1, I got another message saying Flash was not installed at all.
    I used Adobe's Flash uninstaller tool and then,
    re-installed the latest debuggers for IE & Firefox.
    I can now debug in IE or FF without any issues. FB finds the debug version of the Flash Player.
    From what I saw when researching this, there seem to be many causes for this issue so I'll give Adobe some slack here. I will point out that the post from Adobe employee Anirudh Sasikumar, above, was not helpful in my case and was in fact misleading and not specific enough as to the location of the file he referenced. I searched for that file and found dozens of them on my machine, none in any location he mentioned. I wish he would have taken a little more time to give a complete path to this file. Maybe he did, but I could not find that path, or folders, on my machine. I work in a tightly-controlled network environment so perhaps these folders are ones I cannot see due to permissions issues, but it would've saved me time to get a complete path to start with.
    For complete and full disclosure, here is my set-up; hopefully this will help others with a similar setup who are experiencing this nagging issue:
    Windows 7 Enterprise 64-bit, Service Pack 1
    Flash Builder 4.5.1.313231
    Eclipse 3.6.1r361_v20100909xxxxxxx
    Flash Debugger version (IE & FF): 10.3 r183

  • Eclipse Debugger is not working

    Hi All,
    I installed eclipse in my system, everything is working fine. But i am not able to use debugger in eclipse. During Runtime, system showing the GUI debugger instead of eclipse.
    Please do let me know, should i need to do any other configuration for debugger.
    Regards
    Rajkumar Narasimman

    Hi Rajkumar,
    first of all you have to upgrade to kernel version 7.21 (or higher). That's all you need to do, I assume that you've got the current ADT version installed. Here is a blog by Christopher Kaestner : FAQs - ABAP Development Tools for Eclipse
    There you can find some sentences about the debugging within Eclipse.
    Please note that feature matrix here: ADT Feature Availability Matrix for AS ABAP Releases
    Have a look at the SP-stack installed on your development system and compare it to the matrix. So you can determine if your SP-level is sufficient.
    If you still face any problems maybe this question can help you: Problem: Debugging with ABAP in Eclipse
    Hope it helps.
    Best regards
    Martin

  • Crystal Report For Eclipse: POJO problem

    Hi all,
    I am using crystal report for eclipse basic version and used POJO-method to implement for users to viewing my report.
    I did the following:
    I created a sql page (create a target table) and import into crystal report (through  crystal report designer under eclipse environment) E.g. let's say I created a table with 10 fields and imported into the crystal report.
    Then I drag and drop through crystal report for my report design.
    Later if I need to add one more field .....
    I need to modified my SQL page and re-import the sql page into my crystal report. HOWEVER, through this re-import process, I lost all the detail/information on the existing report (that mean I need to re-design my report through the designer under eclipse environmet).
    My question is: Is there any better way for me to implement my report ???
    THANKS .. THANKS a lot as this problem make me use a lot of my time ... THANKS

    In the sceario you have described (using a SQLPage as the datasource for the report), unfortunately, this is a limitation of the workflow. If you need to change the SQL, then you essentially need to remove and re-add it to the report which means replacing all the fields on the report.
    Instead, I would recommend using a class as the report's datasource.  The class would represent the fields that would be used in your POJO object.  This way if you need to modify the fields in the POJO, you can simply update the class and use the Verify Database to update the report.
    -MJ

  • Debugger problem while activating Datasource in BW 7.4 Sysytem

    Hi All.
    I am getting very strange problem on BI 7.4. Whenever I try to activate datasource, I get the debugger launched up in a separate window. I have to manually Step Over the code (F6) each time for about 2-3 minutes. Then on the original window, I get message that Datasource is activated.
    However the second debug window is still open with an hourglass. I have to manually STOP TRANSACTION and close that window.
    If I dont Step Over the code then my datasource does not get activated so I have to do this step.
    What could be causing this frustrating problem. Is there a way to disable this debugger..

    Hi Ram,
    Thanks for your inputs.
    still my problem not resolved. Not only data source even if I tried to activate transformation, DTP which installed from BI content & custom DTP also  getting same problem.
    This is not upgraded one, as freshly installed BW 7.4 and couple of hours before only established RFC connection b/w ECC & BW dev systems.
    As per this version all BI content components were installed by basis team.

  • Eclipse theme problem under GNOME 3

    Because I use dark themes, I have to start Eclipse like this:
    env GTK2_RC_FILES=/usr/share/themes/Redmond/gtk-2.0/gtkrc eclipse
    But now it's not working correctly. Here is the problem:
    http://img263.imageshack.us/img263/6670 … source.png
    Everything is looking fine except the sidebars, they're almost unreadable. I tried many GTK2 themes, but just this one and the Industrial works like this, all the other don't.
    What should I do?
    I have the same problem with Netbeans.
    ps.: Please, do not write comments like: "Don't use dark themes"!
    Moderator edit:
    Please do not include such big pictures in your post: https://wiki.archlinux.org/index.php/Fo … s_and_Code
    Last edited by bernarcher (2011-08-21 17:18:02)

    Hi Unia,
    This problem predates the recent Fontconfig changes.
    By "suddenly", I mean that at some random time after I login to my GNOME 3 session, the fonts go from normal to corrupted. It could be 30 seconds or it could be 30 minutes.
    The fonts don't always stay corrupted, either: for example, at another random point in time, my XChat fonts will go back to normal, but my VirtualBox and Chromium fonts will still be corrupted. If I logout and login again, the problem is fixed, until they decide to randomly break again.

  • Neb ABAP Debugger Problem

    Hi Friends,
    I am working on SAP GUI 710 & ECC 6. When I am debugging, new abap debugger is opening and I can do analysis normally. When we finish the debugging and want to exit, the debugging session is not closing and i get the following message on top of beugging window "ABAP Debugger Control Session 3 (Exclisive)". I want to know if there is any settings to be done to aviod this.
    Thanks.............
    Regards,
    Chandu

    Hi Prabhakar,
    What actually you are quoting as a problem is standard behavior of ECC 6 New debugger. As you open first debugger session it always display in header "ABAP Debugger Control Session #  (Exclusive/ Not exclusive)' and this debugger will be separately closed when the full program will be executed and if you are in mid of execution then this debugger will not be closed. I simulated the scenario for a print program ad checked the same.
    Please re vert back in case of still problem persist.
    Thanks,
    Anshul

  • JSTL 1.1.2, TOMCAT 5.5, JDK 5, Eclipse and Problems

    I have been having trouble loading the JSTL library (standard.jar & jstl.jar)
    I'm using Eclipse 3.0.2 to do my development work on my JSP pages. So normally I will just create my Tomcat(5.5 on JDK5.0) project using Sysdeo(tm) plugin in its default directory (C:\eclipse\workspace\mytomcatproject).
    Then I would begin creating my JSPs and use JSTL(1.1.2) for my development. I'd put those standard.jar/jstl.jar into /WEB-INF/lib as recommended.
    The problem is I can't seem to get JSTL library working, even I tried out copy and pasting the example code into my pages.
    I have :
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
    ... //some code
    ${fn:escapeXml(param["myreq"])} will show out in the JSP exactly "${fn:escapeXml(param["myreq"])}" without processing. Although no runtime errors comes out (meaning the TOMCAT successfully loaded the library) but seems that the taglib is not working!!!
    I did some experiments:
    Experiment 1 :-
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    (notice the uri, its without /jsp)
    and it works for /core taglib, but not the /functions taglib. Meaning somewhere in the TOMCAT library it load the older 1.0 version of JSTL.
    When I try using the /functions taglib
    <%@ taglib prefix="fn" uri="http://java.sun.com/jstl/functions" %>
    TOMCAT will complaint about the non-existence of this JSTL.
    Experiment 2 :-
    I tried to copy all the JSTL tld into my /WEB-INF/tld and and change my web.xml to include the tld location by using <jsp-config><taglib>.
    Doesn't work as well!!! The taglib just didn't get process.
    Experiment 3 :-
    I tried to modify the <Context> in server.xml to include tldNameAware and tldValidation to TRUE.
    Not Working as well!!!
    Experiment 4 :-
    I comment out the <my_tomcat_home>/conf/server.xml <Context> (the one that Eclipse created for my Tomcat project) and directly paste my project directory into <my_tomcat_home>/webapps and restarted my TOMCAT.
    IT WORKS!!!
    So does JSTL 1.1.2 only works in TOMCAT webapps home? Seems that TOMCAT only load the /WEB-INF/lib when the project is in its webapps, but when the project is outside of the webapps dir, it seems doesn't process the JSTL lib.
    Any idea how to make it work outside the Tomcat webapps cause I try to encourage my team to use Eclipse and CVS.

    The probable cause of the issue is your web.xml file.
    If your web.xml file is declared as being servlet version 2.3, then it disables the JSTL expression language (EL) by default.
    ie if you have this:
    <?xml version="1.0"?>
    <!DOCTYPE web-app PUBLIC
       "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
       "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>It should change to be this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
        version="2.4">Undo all of that hacking you did through the config files.
    JSTL needs no tld files, and no entries in web.xml to make it work.
    Hope this helps,
    evnafets

  • Eclipse Log Problem

    Dear All,
    Good Morning All.
    I have a problem with my Eclipse3.1 that, when I am starting eclipse Its giving a mesasge
    "Problem durng startt up.Check the .log file in the .metadata directory of your workspace.". How can I sort out this problem.
    Or anyone can tell me the suitable forum to put this problem.
    Have a Great Day.!
    Thanks in Advance.
    Cheers
    Suni

    Plssssss help me.
    I can't find out, even thru google.
    Thanks in Advance

  • SQL Developer version 1.0.0.15.57 Debugger problem

    I use SQL Developer create a package and debug the pl/sql code. I try to use SUBSTR function as below:
    temp VARCHAR2(32000);
    temp:= p_string; --parameter input
    temp := SUBSTR(temp, 2, LENGTH(temp));
    In debugger Watches panel LENGTH(temp) Value display ? no real value.
    Please help.
    Ted

    Hi Ted,
    I agree function calls should be evaluated. You can log an enhancement request on SQL Developer Exchange (and you'll get my vote).
    For the time being, use another temporary variable to hold the evaluation of the functions calls:
    temp2 := LENGTH(temp);
    temp := SUBSTR(temp, 2, temp2);
    Then watch temp2 instead LENGTH(temp).
    As for your specific problem, if you would have RTFM:
    - The third parameter of SUBSTR is optional: if you omit, all remaining characters will be returned. So no need for the SUBSTR here!
    - The third parameter of SUBSTR means length, not ending position. So temp := SUBSTR(temp, 2, LENGTH(temp)); will always fail, since you are 2 positions out of bounds.
    Regards,
    K.

  • Debugger Problem: Full data is not displayed in the fields of the ITAB

    Hi Guys,
    I am having a problem related to ABAP Debugger. Data is not fully displayed in all the field of the internal table. I am using SAPGUI 640 with ECC6. In the debugger I have increased the width (size) of the column but still data is not fully displayed.
    Below is the example:
    *Actual Data*        *Displayed As*
    1141               11...
    P42X13             P...
    Testing            Tes...
    When I bring the curson on the displayed incomplete data, the full data is shown in small popup window.
    I have increase the size of the column but still it is not showing the complete data.
    I have to download the internal table data to an excel spreadsheet to view the complete data.
    Please help.
    Thanks,
    mini

    I cannot use SAPGUI 710 as my company is not upgrading it to 710. We have to live with 640 for now.
    SAPGUI details are as follows:
    Name............: saplgpad.exe
    Description.....: SAP Logon Pad for Windows
    Product version.: 640 Final Release
    File version....: 6405.5.21.1020
    Build number....: 855417
    Please help if you can. This is very frustrating.
    Thanks.

  • Debugger problem while activating Datasource..

    Hi All.
    I am getting very strange problem on BI 7.0. Whenever I try to activate datasource, transformation, DTP or Replicate metadata, I get the debugger launched up in a separate window. I have to manually Step Over the code (F6) each time for about 2-3 minutes. Then on the original window, I get message that Datasource is activated.
    However the second debug window is still open with an hourglass. I have to manually STOP TRANSACTION and close that window.
    If I dont Step Over the code then my datasource does not get activated so I have to do this step.
    What could be causing this frustrating problem. Is there a way to disable this debugger..

    Hi Phunet,
    Just wondering ..
    Is that any debugging command there ?
    If yes, i think you need to remove that command ..
    Hopefully it can help you a lot .
    Regards,
    Niel
    thanks for the points you choose to assign.

  • Flex debugger problem?

    Guys.. i have some problem with flex debugger...
    well...
    i´m trying to debug my application.. bug something doesnt seens right...
    on flex build 3... i´m chossing to debug my main aplication...
    everything goes well... my application runs on INTERNET EXPLORER.. so i go to the flex builder ... and click on FLEX DEBUGGING...
    in the DEBUG PANNEL.. appers to me that i´m connected...
    but.. in the variables... breakpoints and expressions.. nothing appears!
    see the image:
    someone can help me?
    cya

    The debugging view allows you to set breakpoints, watch variables, etc.
    You need to set the breakpoints in functions where you want the code to stop.
    And watch variables may have no value unless you are currently stopped by a breakpoint, and they may have no value if the variable has no valid value at that point in the code, as variables go in and out of existance and scope.
    If this post answers your question of helps, please mark it as such.

  • JLink debugger, problem in rules file

    Hello,
    I would like to get work J-link debugger and GDBserver for ARM (I have Segger debugger). So I download from www.segger.com the package (available at chappy.cz/JLink.tgz).
    I folloved the readme, but there are errors in .rules file. (unknown BUS rule etc..) and problem with libraries. Wrong links, but this I should be able fix.
    link to rules file: http://pastebin.com/yTTa3WRL
    Can anybody pleas check the rules file? Or try it?
    Thank you.

    The data is imported from a third party application to my database. It doesn't display any newline characters when I view the data.
    But when I do a regular expression search on text pad, I could see that my clob contains \n as the new line character. Is there a way to replace \n with \n\r while writing the data.
    Thanks.

  • Unable to download Adobe Reader - Drwatson postmortem debugger problem

    I am trying to download Adobe Reader.  When I click the Download now -
    - I get the following message:  Website wants to install the following add-on  Adobe DLM. If you trust the website and add-on and want to install it
    , click here.   I click the message and then get the following message:  DrWatson Postmortem Debugger has encountered a problem and needs to close.  Then th
    e hourglass is on the screen and there is no activity.  I noticed the WEindows Internet Explorer is not responding message.  I am using the
    Windows XP operating system.

    Try downloading the version you want from the Adobe ftp site:
    ftp://ftp.adobe.com/pub/Adobe/reader

Maybe you are looking for

  • T-SQL TechNet Guru News: October Winners Announced

    All the votes are in!  And below are the results for the TechNet Guru Awards, October 2014 !!!! For a full list of winners, see the full blog post, as runners up had to be removed from this post to fit the forum max length restrictions.  BizTalk Tech

  • How do you avoid double-click

    When running flash on a web page you usually have to click the Flash object once and then once again to click a button. Is there a way to avoid this because many users are missing the second click and wondering why nothing is happening. Or, am I miss

  • Menus browsing lag

    I suddenly have a considerable lag with menus browsing. The "roll down" ones, like when you click "File", "Bookmarks" etc and a table with contents appear. Mainly bookmarks. The highlight is lagging behind the cursor. It just started one day. Absolut

  • VerifyError when invoking a webservice

    Hi All, I receive the following error when I try to invoke a method in my webservice. It used to work previously but this error happens when I changed the ant script and try to create a new ear file. java.lang.VerifyError: (class: oracle/epcis/servic

  • Special prices leading to rounding on lines of sales documents

    Hi i have a user who is using special prices against items to store custom prices for their customers.  They are settting a default sell price on the items under special prices as opposed to a % discount as these are fixed prices that they have agree