Step Over not working with Remote Debugging of Servlets with JRUN

Platform: JRun 4, JDK 1.4.1, JDev 9.0.3
using JPDA and copied jpda.jar to JDEV_HOME/java1.2/jre/lib/ext and set path to jar in app server path.
using debug args: java.args=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000
ok, I'm able to attach JDeveloper to JRun and remotely debug by jumping from breakpoint to breakpoint but stepover causes JDeveloper to continue execution to completion or to next breakpoint. Any idea why step over does not work? The only way to halt execution during remote debugging is by using breakpoints.
Thanks in advance for any insight to this issue.

Hi Bob,
I think OTN ate the other thread. It says there are 4 replies, but it won't display them. Here's my latest reply.
I just noticed something interesting from your original message. You say you are using JDK 1.4.1 for the app server (that's good) and you are using JDev 903. But you say you have copied jpda.jar to JDEV_HOME\java1.2. That doesn't make sense because JDev 903 didn't have a java1.2 directory; I think JDev 903 has a jdk directory which contains JDK 1.3 (actually 1.3.1_03 or something like that).
Also, jpda.jar is really old and the directions for using jpda.jar and for putting jpda\bin on the app server path is really old. Those directions were needed for JDK 1.2 because JPDA was released AFTER the JDK 1.2 was released. Starting with JDK 1.3, jpda is built in and you don't need the jdpa.jar or the jpda\bin, etc.
All this reminds me that in JDK 1.2, HotSpot had bugs where stepping didn't work!!! I'm almost positive that this is what you are experiencing. Here is my advice:
1. Make absolutely sure that you are using JDK 1.4.1 (or at least JDK 1.3 or later) for running your app server. Make sure that you are not using JDK 1.2 - you may have modified your app server so that it uses JDEV_HOME\java1.2\bin\java.exe[i]Long postings are being truncated to ~1 kB at this time.

Similar Messages

  • Action recorded using RAW open step will not work with layered PSDs

    Hello,
    The title says it all.
    I have an action for resizing photos (and some other things), that I want to make general enough to work on NEF's, JPG's and PSD's. When I recorded the action I used a NEF file and the action works great also for JPEGs and also PSDs that don't have layers. When running the action on a layered PSD, the step immediately after the "open" step fails, no matter what it is. For example, if it's "hue/saturation", I get the error "hue/saturation not available".
    So I was thinking that the image should be first flattened so I added 2 additional steps just after the open: one to add a dummy 0-opacity layer and another step to flatten the image. But no matter what, I keep getting an error at the step after the open: "new adjustment layer not available" or the like.
    I'm thinking that the problem is with the open step actually. For some reason, the o CameraRaw open step is unable to produce a suitable image out of a layered PSD.
    Is there a workaround for this? Thanks!

    Thanks for the explanation.
    However, I am still puzzled as to how the programme can detect lack of time code when the tape was not even rewound or played. I belive the time code is written on the tape.
    Anyway, I tried iMovie and found that the programme detects the camera and controls it. However, it does not recognise the downconverted DV signal. When I turned the DV conversion off, the video was detected and imported using MagicMovie in HD. I still have not gone round to burning on a DVD. ( I only read the article mentioned by Sue after having tried the iMovie programme - somehow the link that was so clearly stated in the reply missed my notice earlier on).
    I have actually recorded the downconverted DV video on a standalone Phillips DVD recorder but the DVD only plays in that recorder and my Mac DVD Player even tho I have finalised the +R disk. The same problem occurs with a +RW disk.
    I appreciate the replies and the explanations. Thanks.
    m_elan
    Power Mac G5   Mac OS X (10.4.9)   2.5 Gb ram

  • Appletv remote app and airplay not working with iphone 4S

    I have the latest appleTV.  I have the remote app loaded onto my ipad3 and iphone 4S.  The app is not working with iphone 4S, nor do I get the airplay icon, hence I can't mirrior my phone on appleTV.  It used to work.  I have deleted and reloaded the app, and still nothing.  It worked fined until a month ago or so.  I have enabled home sharing.
    The app and airlplay are working just fine with the ipad3.  I have the ipad and appleTV hooked up to my router using 5Ghz, and the iphone only connects to the 2Ghz network on the same router.  I don't think this is the issue, because it worked before.
    Also, when I click on the remote app on the iphone, to add an itunes library, a code pops up on the phone, which I enter into itunes on my Win7 PC.  Nothing seems happed on the computer when I enter the code.  Could this have anything to do with recent appleTV or itunes updates?  Any possible solutions?

    It seems like I am having the same problem.
    I have the latest AppleTV 1080, imac 27", ipad, ipad2, 2 iphone 4, all with the latest iOS. After I have the AppleTV connected, a few problems showed up:
    (1) ipad plus iphones cannot airplay photo to AppleTV. After the play button and the grey screen displayed "the playing msg on AppleTV", nothing happened. it is the same for ipad/iphone.
    (2) iMac not Airplay to AppleTV
    (3) Airplay Mirroring not working
    The following are done:
    - Home sharing enabled
    - To test the devices are connected. I set a passowrd for Airplay and the ipad/iphone both requested for it so they are network and devices are ok

  • I inadvertently installed the mountain Lion Safari over my existing copy not realising that it would not work with OS 10.7.5 and now I am unable to use it .

    I inadvertently installed the Mountain Lion Safari over my existing copy not realising that it would not work with OS 10.7.5 and now I am unable to use it .
    Can someone suggest a solution please.

    It should work, but it's an unmitigated mess. Simplest is to boot into recovery mode and reinstall the OS.

  • HT1619 my remote is not working with the new imac 27" :(

    my remote is not working with the new imac 27"    i do not know even if new imac has infrared at all , pcworld shop said yes it should work . but hey i tried everything including security setting checks

    <http://store.apple.com/us/product/MC377LL/A/apple-remote>
    "Not compatible with MacBook Pro with Retina display or iMac (Late 2012)."
    There are some USB IR receivers that allow the Apple Reomote to work with software such as Remote Buddy
    <http://www.iospirit.com/products/remotebuddy/>

  • Eclipse - debug step is not synchronise with source code.

    Hi,
    I have an web application witch run on tomcat, when Idebug the application, the debug steps are not synchronize with the source code. Same thing when I change the code , after making the jar file and putting it in the WEB-INF/lib of the web application, the modifications didn't take place. It seem that the old code always remains. I looked at the compile class in the jar file and the modifications have been taken in to account.
    what can cause this kind of behavior ? I relaunch tomcat many times without succes ?
    any help ? thanks a lot.

    Can it be the case that you compile your JAR optimized, i.e. without debug information? Then your classes are also without debug information.
    This sounds very likely as a refresh problem. Be sure that both source files in Eclipse and class files in Tomcat have the same version (e.g. with simple system.out).

  • Sharepoint 2013 list view quick edit does not work with out remote API permissions

    sharepoint 2013 list view quick edit does not work with out remote API permissions.
    When I give Use Remote Interfaces  -  Use SOAP, Web DAV, the Client Object Model or SharePoint Designer interfaces to access the Web site it works which is not an ideal situation..
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    This is true. If you use Fiddler to watch the requests from the list view quick edit you can see CSOM calls. For example when changing a value in a cell, when you tab out you will see the SetFieldValue and Update method calls on the list item.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • AirPlay does not work with iPhone 4 s or iPad.Remote doesn´t work as well

    AirPlay does not work with iPhone 4 s or iPad.Remote doesn´t work as well.
    WLAN is working, I can use Youtube on my AppleTV, but I can´t connect to my computer or use airplay on my iPhone or iPad.

    Something is not configured correctly that is creating issues with your AppleTV.  You can disconnect it from the TV and power, and then plug it into your computer with a micro-USB cable.  After launching iTunes on your computer, you will be able to restore it to default settings and upgrade the software.

  • Apple remote contra not working with Lion

    I installed Lion and my littele apple remote control does not work anymore with my mac book pro.
    Is there any solution for that?
    Thanks

    It's not working for me either.
    I know that Lion doesn't include Front Row, but the remote is not working with any other application (ex. iTunes).
    Please somebody help us!

  • HT201263 these steps is not working it will go the when it's down restoring it with tell me to connect to itunse

    these steps is not working because every time it down restoring it will still say ipod disable connect to itunes

    Try placing the iPod in DFU mode and then restore:
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Flash player does not work with Ie or Firefox with win 8.1?

    Flash player does not work with Ie or Firefox with win 8.1 64, If i try and play a video I get the message to install Flashplayer.
    If I try and install it it says it is already installed. Your onsite  installer says it is not applicable to my machine.
    I have followed all the normal steps re enabling addons and active filters etc.
    all to no avail Pc is Dell 6 months old, Flashplayer has never worked on this machine. Last MS update mid Dec 2014.
    Version of flashplayer is 15....03.......

    Flash Player is a built-in component of Internet Explorer.  There's nothing separate to download or install.
    Firefox requires a different version of Flash Player (the NPAPI plug-in), which will be served to you if you go here: http://get.adobe.com/flashplayer using Firefox; however, there are some unique stability issues related to Firefox on Win8.1, and you're probably better off using Google Chrome if you want a more optimal experience with Flash Player.
    For problems where IE isn't being detected by sites that require Flash:
    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11

  • HP AiO on iOS7 document capture not working with iPad2?

    Has anyone else found that the Document Capture does not work with the latest version of HP AiO Remote on iOS7? The app grumbles about "The document capture feature is only available if the camera on your iPad is over 5 megapixels" - any solutions to this problem as we have about 95 iPads out in the business that need to use this function regularly

    Hi VijayJois,
    I understand that you are getting an error message when trying to use the capture feature in HP's AiO Remote app.
    The capture feature in the most recent version of the app will give the error message that you are seeing.  A work around to this is to take a photo instead of using capture.  The photo is now available in the AiO app in your camera roll to send to the printer, or send via email. 
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • AX will not work with WPA

    My AX worked successfully with WPA security for several months, then stopped. I reset it, hard and soft, used factory default, but it would not work with WPA. Changed the security to WEP 128 and it worked fine. But now my Macbook Pro won't connect automatically. I have to run diagnostics to reconnect every time I started the computer.
    Went back to WPA, now my Macbook Pro connects fine again, but the AX won't won't connect. Airport utility recognizes it when I reset it, but when I go thru the configuring process with Airport Utility, AX always fails on the last step, saying it could not join the network after it restarted.
    Does this make any sense to anyone?

    Henry,
    Thank you for explaining Duane's approach. Immensely helpful! And, of course, in retrospect, makes complete sense. I'm sure there is a kb article on this somewhere....... ?
    Which brings me to something in your post:
    "do a hard reset of the Airport Express and use the Airport Setup Assistant to reconfigure it from scratch"
    Am I missing something here because after installing Leopard, Airport Utility is the only Airport app I have in my Utilities Folder? I do remember Airport Setup Assistant being part of Tiger (but that disappeared as did the functionality of several other Airport apps (Airport Admin, etc.) after upgrading to Leopard.
    So, IS there an equivalent in Leopard of the Airport Setup Assistant? Or do I use the Network app in Sys Prefs to Join an already existing network (going the route of a hard reset of AX)?
    Usually, David Pogue's MM book on OS X is helpful in filling in the gaps, but his new Leopard book seems a bit sketchy this time on setting up a wireless network. I think this subject (setting up a wireless network, etc.) could almost get a MM of it's own!
    If I may, can I address a related issue? Previously, in setting up the AEBS and AX to work together you do end up with what LOOKS like TWO networks (both have their own Apple network numbers and letters) even though they are working in tandem as 1 network, right?
    I bought the AX to extend the range of my network because it seemed the signal from the AEBS was not quite strong enough. I set it up to be a "remote" to the AEBS's "main." I also use the AX to stream iTunes to my living room's sound system.
    Again, many thanks for your help.
    Message was edited by: WildBill

  • How to make Form builder 10g step into libraries *.pll while remote debug

    How to make Form builder 10g step into libraries *.pll while remote debug. It attaches fine and goes through code located in form but skips pll's. In this case I am interested in debuging CUSTOM.pll. How to step into pll's and is it possible at all?

    Is the library in the same directory or within your FORMS_PATH? Note that the runtime setting in the default.env doesn't work for the builder.
    cheers

  • Adobe creative cloud eea 1.5 is not working with our asus Eee box , celeron j1900 2.00 ghz, 4gb of ram, 64bit. can settings be changed in adobe?

    adobe creative cloud eea 1.5 is not working with our asus Eee box , celeron j1900 2.00 ghz, 4gb of ram, 64bit. can settings be changed in adobe?

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

Maybe you are looking for