Break Point Issue

Hi,
I am using JDeveloper Release 2 for ADF Application Developement. I try to deploy my application in Glassfish server. I started Glassfish server in Debug Mode. My Problem is, Break point is not comming to code when I run the application in browser.
Kindly help me on this
- Vinoth

Hi,
you want to check this: https://blogs.oracle.com/shay/entry/glassfish_extension_for_oracle_jdeveloper
Frank

Similar Messages

  • DL Break Point Issue - Please Help.

    Hello,
    I use to work in DVDSP when you could only do one layer and even then I knew just enough to get the job done. Now I have a program that is 6.6 gigs total size (according to DVDSP) and I can't get this thing to find the break point. I have read through most of the manual regarding this issue and have read many posts - first I have to ask is why is this so difficult?
    Here are the issues in detail and I ask that if you give input please guide me like I have limited knowledge in this.
    I am using DVDSP 4.1.0 on a G5 Dual 1.8 OS is 10.4.8 with a Pioneer DVR 111D. I have 4 'tracks' all coming off one main menu...no sub menu's - so I have the one main and four buttons that go directly to the videos. When I try to 'burn' the DVD I get this error 'Formatting was not successful. A suitable marker could not be found in the required layer break range. See the DVD Studio Pro User's Manual for more information.' The size of each track is as follows:
    Track One: The Main footage is 4.0 Gig (this is the one I am trying to set the break point because the limit is 3.9 Gig)
    Track Two: is 1.7 Gig
    Track Three: 606 Meg
    Track Four: 216 Meg
    I have tried 'Automatic' without luck.
    I have tried to place a few markers approximately 3/4 of the way through Track One the marker that I place is Green and in the Inspector window when I click on that marker I see the 'Marker Function' and then the button to select Dual-Layer Break Point and I select that only. However when I click something else and then come back to Marker the Dual Layer Break Point is not selected!
    I then have gone into the 'Disc/Volume' and tried to select the 'Break Point' and chose Track One but still nothing. I have read in the forums about building the disc and then going into the TS folders and blah blah blah to get this done but that is above my head and I don't understand it.
    I just need to get this video done. It is for a family who's 17 daughter was tragically killed and will be a fund raiser for them...I need to get this done. So if any of you are willing to help that would be SO appreciated AND if any of you would be so kind to walk me through this over the phone THAT WOULD BE GREAT! Just email me at [email protected] and I will email you my number. I know this is a tad different but I don't have much time left to get this done because of my 'real job' and again, I need to get this done!

    Hi csiaudio,
    Build the project (AltAppleC). Then in the format window (Apple+F), Disc/Volume tab you'll be able to see the available break point markers. If they are all greyed out then you do not have one in the project.
    Add Cell markers in places that you think would be ok as the layer switch. You do this by adding a chapter marker and then in the property inspector un-checking the type Chapter. This will now be a marker that can be used as a dual layer break point but is not a chapter marker.
    You'll need to re-build the project and check the format window options again,
    -Jake

  • Dump while setting a break point in ECC 6.0

    Dear Experts,
    In ECC 6.0, when I try to put a break point in the program to stop the control there. I am not able to do so, it is going to dump. The dump message is also not very clear. Do anyone of you are facing the same problem. Any idea why is this happening and how do I fix it.
    Can it be due to the improper installation? Please respond.

    First of all thanks to Mickey, Nitin, Anki, Sujit, Red, Madhu, Vibin for the quick response...To be honest I did not expect such a response as a new member to the SDN community...I am sorry I could not mention the detail about the dump initially...Here is the detailed description..
    Issue: In ECC 6.0, when I write a simple ABAP program (e.g. 'Hello World' program). When I try to keep the cursor on any abap statement and click on the 'session break point' icon in the tool bar to set the break point, i get a status message 'Compling SAPLBREA in separate task and finally i get the dump.
    Dump Detail :
    Runtime Errors: DBIF_REPO_SQL_ERROR
    Short Text : SQL error 1115 occurred when accessing program 'LNAVIDAT' part "SRC".
    Program: SAPLBREA
    Include: LBREATOP
    Row: 41
    There is a an include being called at line no 41, which is "Include LNAVIDAT".
    Now when I click on the 'debugger' icon in the dump...It points to a functional module "RS_SET_BREAKPOINT"
    Also, while double clicking on this include to see the code within, it issues an error message saying "SQL error occurred when accessing the table TRDIR".
                                    Or
    While trying to display the code of the include LNAVIDAT in se38 to see what is wrong with that i get another dump and this time it points to be SELECT query in the dump which is:
    SELECT SINGLE * from PROGDIR WHERE name = rs38m-programm
                                                              and  state = active.
    Thereafter, i keep getting dumps when i try to go to any T.codes (e.g. se11, se38 etc.). until i log off and log in again. Hope this helps you guys understanding the problem. Being new to SAP, I have no clue why is this happening and how to fix it. Thanks in Advance.

  • BADI BUPA_INBOUND debug not stopping at the break point

    Hi Guys,
    When downloading the customer master from ECC to CRM BP category type is defaulting to Organizations for type person. Am trying to change this based on a condition in the BADI BUPA_Inbound. I set a external break point in this badi but when tried to download the customer master from ECC debug is not stopping in the badi.
    Could anyone please guide me to solve this issue?
    Thanks,
    Sundar

    Praveen,
    just have a look at sample code of VOFM.
    Go to the routine number that needs to be copied.
    Put your cursor on the routine number field that needs to be copied.
    Overwrite that number with your new routine number and hit enter.
    The new routine will be created as a copy of the old routine and you can modify the new routine as you need it.
    Ex.
    You have to copy routine 104 to 904
    Routine number   Description          Active
    104              Bill.bus.item data   X
    Put your cursor on 104 and then change it to 904 and hit enter.
    904 will be created as a copy of 104 and you can make your changes in 904.
    Don't forget to activate it after you are done.
    Hope it helps.

  • Debugger Not Stopping at Break Points

    Howdy folks,
    I am trying to debug a rule in which I checkout / modify / checkin a renameUser view. I set some break points at the invoke statements for checking out and checking in. The rule is called from my Update User workflow. I know the rule is executing because I am dumping the context to a text xml file. The break points are right before and after the invoke that dumps the context to xml. However, when I update someone the debugger is not breaking in and stopping the thread to let me step through it. I would really like to see why my checkin and checkout invokes are not working, but can't see the error message due to the debugger not stopping...
    Does anyone have any advice, clues or ideas to get the debugger to work more correctly?

    It's probably running anonymously. That was my issue I think. The break points don't work on anonymous execution. At least not for me. Now, you can specify to use anonymous break points.. But then it breaks at EVERY anonymous break point. I had a hard time stepping through them all to get to what I needed to see execute, before it would time out... good Luck...

  • CALL Customer-Function '002' ... doesn't stop at the break-point...

    Hi,
    I've put a break point in one of the function module, which was called by such :
    CALL Customer-Function '002'...
    But it wouldn't stop at my break-point...
    Thanks
    William Wilstroth

    Hi gentlemen,
    I am still analysing on this issue. Will get back to everyone on this....
    I suspect most likely is the naming convention in the function group and the function module is conflicting. There was an information from my colleague that there is background internal (customized) checking on the function group and fm naming convention checking...
    So I will see how my analysis goes on this... that is affecting my breakpoints...
    Thanks for all your help and advices..,
    William Wilstroth

  • Why certain SRM screens unable to go to my break-points?

    Hi all,
    I am quite baffled by certain behavior of SRM screens. Certain screens can go to my break-points and some don't.
    Though I understood that MDM screens will need to be debug by JAVA...
    However, I am sure there must be some kind of way to actually be able to debug all my break-point in irregardless of any screen i put my point...
    Currently, I am using BADI BBP_CREATE_PO_BACK to test issue....
    Is there any development guides to SRM in ABAP?
    Thanks
    William Wilstroth

    If you are not able to debug the screen using the breakpoint in BADI, try debugging from the webdynpro component. Get the webdynpro component name of the screen by right clicking on the required action button and clicking on More Field Help. Now go the the component, in the View>Actions find the action corresponding to the screen button, go to its ONACTION method and put a breakpoint.
    Now while executing from portal, the breakpoint in the webdynpro component will be triggered and you can proceed in debug mode to reach the required program/BADI.

  • Dual Layer Break Point problem

    Hi,
    I just found out after I updated DSP 4 to version 4.0.3 my Layer 1 on every project since updating gets corrupted!
    I thought it was the Dual Layer discs I used that caused the problem, but after I re-installed DVD Studio to the original version 4.0.0 the same project worked perfect.
    Anyone else have issues with Dual Layer Break Point after updating to 4.0.3?
    I have tried different chapters as layerbreak points on my project, and even a test project, with the same result. The finished discs is barely playable on some DVD players, showing wierd interference and noise, and DVD Player on mac crashes when reaching the dual layer break point, and the plant i send the master have a software to check DVDs and they said that it couldnt find/was corrupt Layer 1 on one of my discs. Hope someone can fix this, DSP is the best software otherwise!
    Best regards,
    Mats.

    DVD+R or DVD-R?
    http://documentation.apple.com/en/dvdstudiopro/usermanual/index.html#chapter=1%2 6section=9%26tasks=true
    DVD+R Double-Layer 
    You can use DVD+R double-layer media, often referred to as DVD+R DL, for burning your dual-layer projects. With DVD+R double-layer media, DVD Studio Pro places the layer break point and sets the switch point to be nonseamless as specified in your project.
    DVD+R double-layer discs require you to use the Opposite Track Path (OTP) direction setting when burning the disc. This means that the first layer must be larger than the second layer. See Setting the Dual-Layer Direction for more information.
    While DVD+R double-layer discs allow you to burn your dual-layer projects, they tend to have more compatibility issues than the other types of DVD media.
    DVD-R Dual-Layer 
    If your system contains a DVD drive that can write to the new DVD-R dual-layer media, you can burn your DVD project to it with DVD Studio Pro. However, there are several issues:
    Because currently DVD Studio Pro has no way to identify DVD-R dual-layer media as having two layers, burning a dual-layer project to it results in the appearance of an alert message telling you that the DVD media may have insufficient room to hold the project. This message is based on the assumption that the disc is single layer. Both layers of the disc will be written to as needed, however, when you click Continue.
    If you are burning a dual-layer project, the break point you set will not affect where the layer break actually occurs. Instead, the first layer is written to until filled, at which point the drive switches to writing to the second layer.
    The switch between layers is a seamless layer change not supported by some DVD players, which may stop playing the disc when the switch point is reached.
    Important: Do not use DVD-R dual-layer media unless these issues do not impact your project.

  • What is External Break points?

    Hello,
    What are external Break points...?
    My issue : I need to check a condition in the Source code...
    What do I need to do to get control at that condition directly to check whether the data is passing in those tables or not?
    Any suggestions would be appreciated...
    Regards,
    Krishna Chaitanya

    Hi,
    Breakpoints
    Setting and editing breakpoints, too, in the new Debugger is almost identical to the classic Debugger. However, several breakpoints can be set simultaneously in the new Debugger if you choose the path Breakpoint ® Create Breakpoint. Afterwards, the system displays a window in which the following options are available.
    Here it is obvious that, in contrast to the classic Debugger, all the input fields u2013 with the exception of those in the ABAP command tab u2013 have a search help function (function key F4). For example, under the Method tab you enter a certain class. Then, in the search help, all the methods that belong to this class are proposed.
    There are also certain differences when setting and deleting breakpoints. A double-click within a source code line creates a breakpoint in this line in both Debugger types, provided the cursor was not positioned on an ABAP keyword. A second double-click in the same line deletes this breakpoint in the classic Debugger, while it is only deactivated in the new Debugger.
    Breakpoint Types
    When you set a breakpoint in the Debugger, it is created as a debugger breakpoint by default. A debugger breakpoint is only valid while the Debugger instance, in which it was set, is active. When the Debugger is closed, all debugger breakpoints set in it are deleted.
    If you set a breakpoint in the ABAP Editor, for example, this breakpoint is a session breakpoint. Session breakpoints remain active independently of the existence of a Debugger and are valid for all external sessions of a logon. Within the Debugger, you can convert a debugger breakpoint into a session breakpoint and vice versa.
    If the setting Session Breakpoints Active Immediately is checked (via Utilities ® Settings ® ABAP Editor ® Debugging in the ABAP Editor or Object Navigator), you can set a session breakpoint in an external session of a logon to force a running program into the Debugger that runs in the same logon (for example, in an external session) and will process the point at which the session breakpoint was set.
    User breakpoints (previously known as external breakpoints) are valid for all user logons on the current server of the current system. User breakpoints are specifically required when debugging BSP or Web Dynpro applications. In these cases, you do not log on using the SAP GUI but via a browser, for example. Therefore, any breakpoints must be set before logging on.
    User breakpoints are only valid for a period of 2 hours.
    As of Release 7.00, user breakpoints set for BSP or Web Dynpro applications are also valid for SAP GUI logons.
    Within the Debugger, you can convert debugger or session breakpoints into user breakpoints and vice versa.
    External Debugging
    Use
    You can use debugging in order to carry out detailed troubleshooting. With the debugger, you check a given section of code in the Request Handler or an ABAP function module for errors.
    Basically, there are two different types of debugging:
    ·        With conventional debugging, you can analyze programs that you call up within your own user session on the server, with breakpoints being set at corresponding points in the coding.
    ·        With external debugging, you can analyze programs that are called up by an external user with HTTP. For the purpose of external debugging, special breakpoints (external breakpoints) are set on the target server.
    Two variants are available for conventional debugging: the classical variant and the new (2-processor) variant, which creates a separate session for the debugger. At present, external debugging can only be performed with the classical variant.
    This section deals especially with external debugging, as it is generally makes sense to call up an external user completely (with all sent parameters) in one step when investigating ICF processes.
    Prior to Release 640, the external debugging described below was known as HTTP debugging.
    Prerequisites
    ·        If you use load distribution for your system environment, the server group (logon group) is reduced to one server before debugging commences.
    ·        Ideally, the user who performs the debugging should not be a collective user.
    Activities
    Note that the troubleshooting method described here can affect your system performance. You should therefore only activate it if you really need it. You are advised to monitor the corresponding settings regularly and to deactivate any functions you no longer require.
    In transaction SICF, you can use the external debugger to set external breakpoints and check the debugging of the relevant section of code:
           1.      Select the required service in the service hierarchy.
           2.      Choose Edit ® Debugging ® Activate Debugging.
           3.      Enter the required data (if you have selected the service previously, the system will propose the service path for you). 
    Reward If Helpfull,
    Naresh.

  • DL DVD playback stalls at break point

    My dual layer DVDs all have problems with the playback at the break point between layers. This happens whether I burn direct from iDVD or if I first make a disk image.
    I have used two different burners and two different brands of media (Ritech and Verbatum) and still the same result.
    The problem is inconsistent between disks and players. For the most part, they play flawlessly in DVD player on any of my three Macs, but behave poorly on each of my three commercial DVD players.
    In some cases, the playback merely stalls for about 10 seconds and then resumes, having skipped forward an amount about equal in time to the length of the stall.
    In other cases, playback stops completely and the balance of the disk cannot be played without restarting, going to the chapter menu and selecting a chapter beyond the break point and resuming playback.
    I am creating disks as part of a Videography business and can't afford to produce a product that my customers can't rely on to playback.
    Is it simply the case that some DVD players are just not good at handling DL media?
    I have Toast Titanium 7 as well, and can compress the files to fit on a single layer disk. But won't the quality suffer from the compression?
    Does anyone have a suggestion to help me produce quality disks that are reliable?
    Thank you in advance for any suggestions!
    Jeff
    Message was edited by: that Jeff guy

    Ive had the same problem & its definately the DVD players that are the problem (some simply dont like DVD+R DL). What I normally do is put a disclaimer label on the cover of the proof saying along the lines of......
    'For quality reasons, this DVD has been mastered on a Dual layered disc, and may not be compatible with certain models of DVD player. If you experience any unexpected playback issues, please contact us as soon as possible!'
    If the client does experience issues with the disc - at least they will know that its a problem with THEIR equipment, & I'll then split the project over 2 discs.
    Keeps your professional image & keeps the client from getting annoyed!

  • Please remove break points from installer

    Dear Adobe Flash Team,
    Please do not issue Adobe Flash Player installers with active script break points, as some of us have debuggers and developer tools installed.
    We just want to install it, not debug it for you.
    Thank you.

    Hi Paul,
    Can you please provide more information, including OS, file name for the installer EXE you used and screenshots of the behaviour?
    Thank you.
    Maria

  • DVD Studio Pro Dual Layer Break Point Problem

    I have a problem with a disc that I am burning. It is a dual layer (the break point is not set to seamless) with 1 movie that is about 3.6 GB and 1hr 23 min long, a 30 min slideshow, another 30 min extra and five other extras that total to about 20 min. I put the dual layer break point at the beginning of the slideshow, everything played fine on the computer, but on the Panasonic DVD player it just freezes at 35 seconds into the slideshow. Its never had a problem with DLs before. Itried the DVD on my softmodded Wii, on a program for it called WiiMC (it uses Mplayer) and everything played fine. I tried another burn where i set the break point to fifteen minutes before the end on the main 1:23 movie and on the DVD player it still froze at 35 seconds on the slideshow. Is there anything that you guys can suggest to help?

    DVD+R or DVD-R?
    http://documentation.apple.com/en/dvdstudiopro/usermanual/index.html#chapter=1%2 6section=9%26tasks=true
    DVD+R Double-Layer 
    You can use DVD+R double-layer media, often referred to as DVD+R DL, for burning your dual-layer projects. With DVD+R double-layer media, DVD Studio Pro places the layer break point and sets the switch point to be nonseamless as specified in your project.
    DVD+R double-layer discs require you to use the Opposite Track Path (OTP) direction setting when burning the disc. This means that the first layer must be larger than the second layer. See Setting the Dual-Layer Direction for more information.
    While DVD+R double-layer discs allow you to burn your dual-layer projects, they tend to have more compatibility issues than the other types of DVD media.
    DVD-R Dual-Layer 
    If your system contains a DVD drive that can write to the new DVD-R dual-layer media, you can burn your DVD project to it with DVD Studio Pro. However, there are several issues:
    Because currently DVD Studio Pro has no way to identify DVD-R dual-layer media as having two layers, burning a dual-layer project to it results in the appearance of an alert message telling you that the DVD media may have insufficient room to hold the project. This message is based on the assumption that the disc is single layer. Both layers of the disc will be written to as needed, however, when you click Continue.
    If you are burning a dual-layer project, the break point you set will not affect where the layer break actually occurs. Instead, the first layer is written to until filled, at which point the drive switches to writing to the second layer.
    The switch between layers is a seamless layer change not supported by some DVD players, which may stop playing the disc when the switch point is reached.
    Important: Do not use DVD-R dual-layer media unless these issues do not impact your project.

  • Problems With Dual Layers Break Points

    I have 3 G5 Macs all without intell chip sets. I have tried this with all 3 Macs so lets take the newest one of the 3. Its running on mac osx version 10.4.11 Processer and is 4x2.5 ghz power pc g5 with hl-dt-st dvd-rw gwa-416sb. I can burn single DVD'S all day long, but the problem starts with dual layers. I am using verbatim DVD+R DL. I have one movie which is 2 hours and 36 minutes it burns fine when I burn a single layer, however when I try to build and format a dual layer I get that message window: formatting failed (its says formatting was not successful, the image exceeds the max allowed size for a dual layer configuration.) That is on automatic breakpoint. I have tried inputting in my own break point no matter where I put it the same message window appears. I am using DVD SP 4.1.2 also on FCP 5.1.4. I also tried buring dual layers on Sony DRX A10 UL-T all was working fine last year. I cant figure out why this has changed. Any suggestions will be helpful and appreciated. Sincerely Bob.

    Welcome to the boards
    Since you are using a Dual Layer Disc, there has to be a break point where it crosses over from Layer 0 to Layer 1, if you have no Chapter Markers at all (or a limited number of Markers, none of which fall near the point which is a bit more than half the size of the assets you will get an error that a Layer is the wrong size.
    What you do is
    1.) Set up markers in the areas where your would guesstimate the Layer Break(s) should be
    2.) Build the project (but not format)
    3.) Format a Disc (in the dialog that comes up, click on advanced tab, then where it says break point, use the pulldown which will have all valid breakpoint markers dark/black, while non-valid Layer Break Markers will be faded) If no marker is black there is no marker in the right place, regardless of you use automatic or not.
    If the message is not for a layer issue as above (meaning one of the two layers exceeds the permissable size) then it can be an encoding rate issue. 2 Hours and 36 Minutes on a DL should be about 6.9 Average with AC3 audio @ 192. Even then it may be too close depending on menus and the rest. If using uncompressed audio or higher settings for video, could be the problem.
    http://dvdstepbystep.com/faqs_7.php

  • Break points are not triggering in RFC from portal application

    Helllo,
    I am running Biller Direct application from portal, which is triggering a standard SAP RFC FM back end, am trying to debug my execution from portal, for this i put the External Break point, Session break-poiint at the beginning of this SAP RFC FM, but, its not stoppping at ll, here the user is a Web user, not dialog user.
    How can i stop my execution in this SAP RFC FM to check how the structures are populated?
    Thank you

    Hi Raju,
    Please try the below way and check if it works.
    Open the RFC in R/3 i.e.
    SE37 -> give FM NAME -> DISPLAY.
    Click on UTILITIES -> SETTINGS -> CLICK THE TAB debugging.
    In the screen against the field users : give the value 'WEBLOGIN'.
    Uncheck the FLAG 'IP MATCHING'.
    And at the bottom check the check box against the field
    'Session Break Point Activate Immediately'.
    Save these settings.
    Then go to the line at which you want to debug the code and put an external break point over there.
    But, please take care of one thing as we are giving it as a WEBLOGIN, when ever some logs in, it will reach the brteak point and stop there. We have to click F8 to continue. Or else, the portal will be hanged for them.
    Thanks & regards,
    Y Gautham

  • BI-IP: Formula FOX - Debug & Break-Point

    Hello,
    BI-IP compiles the command "BREAK-POINT" in the Formula FOX source code. But it does not debug when the planning function is "executed with trace" (sequences).
    Is there any possibility in BI-IP to debug the FOX code?
    regards
    Eckhard Lewin

    Hi JW,
    when use execute report RSPLS_PLSEQ_EXECUTE, key in your planning sequence. Then hit enter! You will see that the possible selection variants will change. If you do not hit enter in between, you won't see your variant.
    gr
    Dries

Maybe you are looking for

  • Is Office XP no longer supported in BPC 7 MS Version?

    Hi experts, Does anybody know if Office XP (Office 2002) is still supported in BPC7 (we're on Sp3)? The Installation guide does not mention it for the Admin and Client prerequisites but it does appear in section 7 (requirements for TS and Citrix). On

  • Problem in activating Radio buttons and need to hit save button

    Hi Gurus, I added custom fields in CJ06,CJ07,CJ08 T-CODES. As per user requirement ,  I created radio button fields in sub screen  and user selects radio buttons FROM A1 TO A3  fields and also user wants to click "SAVE button"  in that subscreen, tha

  • Please clarify these doubts

    1.From 10g onwards, oracle introduced new data types BINARY_FLOAT and BINARY_DOUBLE.What is the significance of word BINARY in these datatypes? Is the word BINARY because of the way the calculations are done when these datatypes are used? 2.*Oracle u

  • "argument number too large" in OEM import export app

    Hi everybody, I am a beginer with Oracle 9i and I am facing a strange error message when I try to import/export data from OEM connecter to my Oracle Enterprise Manager server. The user loged in is the SYSMAN user. When I launch the Import or Export a

  • I'm trying to copy a text layer style, but it's grayed out

    All text layers in my file is the same problem. The copy text layer is not available. But I can paste a layer style. I tried on another PSD and same thing. I reset my preferances folder and still no luck. This has happened to me once before, and I ca