JDeveloper 10.1.3.4.0: Unable to find "Debugger - Remote" option

According to the JDeveloper help:
The remote debugging protocols are configured in Debugger - Remote page of the Preferences Dialog.
I do not see a "Debugger - Remote" option in the preferences dialog.
There are a bunch of options under "Debugger" but "Remote" is not one of them.
Thanks,
Jonathan

The Remote debugging options are available under Project Properties (Not preferences...) ->Run/Debug->Edit... ->Tool Settings ->Debug ->Remote
Remote debugging and profiling should also be enabled under the Launch settings node.
Trygve

Similar Messages

  • Nokia lumia 520 error unable to find a bootable option

    pls help as lost all my apps and contacts it turned on fine then last week I should add so lol I installed a update however yesterday it wouldn't let me access any messages or calls just kept turning to home screen arrrrgghh xmas day lol then it just turned
    off and displayed this message at top off the screen{ERROR Unable to find a bootable option. Press A\any key to shut down all my contacts banking pdfs and photos were on this phone can a\ny one help me by telling me what to do................

    Unfortunately the phone is DOA.  The memory chip that stores the boot information and OS went bad.  I'd suggest you contact Nokia support over VZW to get a replacement. Phone us - Nokia - USA

  • Nokia Lumia 822 ERROR: Unable to find a bootable option.

    My phone was working perfectly, and then all of a sudden it began to perform slowly.
    And so, I shut the phone off.
    Now I am getting an error message of "Unable to find a bootable option. Press any key to shut down."
    Why has this happened to my phone, and what is the remedy?

    Unfortunately the phone is DOA.  The memory chip that stores the boot information and OS went bad.  I'd suggest you contact Nokia support over VZW to get a replacement. Phone us - Nokia - USA

  • Unable to find planning application option in Administer

    Hi
    i have created application through web in 9.3.1 version but i am unable to find out the planning option.
    In workspace
    Navigate --> applications --> here both hfm and planning applications display but
    Navigate -->Administer -->Classic application Administration --> consolidation administration(HFM) only shows but planning doesn't shows here
    please suggest ur valuable suggestions to rectify this..
    Thanks and Regards
    Rajips
    Edited by: user10919054 on May 10, 2009 11:14 PM

    Hi,
    This is governed by the shared services role of "Dimension Editor", have you provisioned the role to the user that is accessing workspace?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I am unable to find the burn option with the new iTunes.  It's not under files.

    I have added my audiobook to my list but when I right click on it there is no option to burn it.  What am I doing wrong ?

    Thanks
    Problem resolved itself. Turned out that I had ben unable to contact the App store to confirm purchase. Once this resolved itself program downloaded properly and installation went without a hitch.
    Thanks again

  • Unable to find the utl_file_directory option in init.ora

    Hi all these are the contents of init.ora file in nacedell server.i did'nt find any thing as utl_file_directory to update with my directory created through sql*plus using
    command
    create directory dir as 'c:\dir';
    here are the contents of init.ora file
    cat init.ora command is giving contents as
    # $Header: init.ora 06-aug-98.10:24:40 atsukerm Exp $
    # Copyright (c) 1991, 1997, 1998 by Oracle Corporation
    # NAME
    # init.ora
    # FUNCTION
    # NOTES
    # MODIFIED
    # atsukerm 08/06/98 - fix for 8.1.
    # hpiao 06/05/97 - fix for 803
    # glavash 05/12/97 - add oracle_trace_enable comment
    # hpiao 04/22/97 - remove ifile=, events=, etc.
    # alingelb 09/19/94 - remove vms-specific stuff
    # dpawson 07/07/93 - add more comments regarded archive start
    # maporter 10/29/92 - Add vms_sga_use_gblpagfile=TRUE
    # jloaiza 03/07/92 - change ALPHA to BETA
    # danderso 02/26/92 - change db_block_cache_protect to dbblock_cache_p
    # ghallmar 02/03/92 - db_directory -> db_domain
    # maporter 01/12/92 - merge changes from branch 1.8.308.1
    # maporter 12/21/91 - bug 76493: Add control_files parameter
    # wbridge 12/03/91 - use of %c in archive format is discouraged
    # ghallmar 12/02/91 - add global_names=true, db_directory=us.acme.com
    # thayes 11/27/91 - Change default for cache_clone
    # jloaiza 08/13/91 - merge changes from branch 1.7.100.1
    # jloaiza 07/31/91 - add debug stuff
    # rlim 04/29/91 - removal of char_is_varchar2
    # Bridge 03/12/91 - log_allocation no longer exists
    # Wijaya 02/05/91 - remove obsolete parameters
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    # You may also consider using Database Configuration Assistant tool (DBCA)
    # to create INIT file and to size your initial set of tablespaces based
    # on the user input.
    # replace DEFAULT with your database name
    db_name=DEFAULT
    db_files = 80 # SMALL
    # db_files = 400 # MEDIUM
    # db_files = 1500 # LARGE
    db_file_multiblock_read_count = 8 # SMALL
    # db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    db_block_buffers = 100 # SMALL
    # db_block_buffers = 550 # MEDIUM
    # db_block_buffers = 3200 # LARGE
    shared_pool_size = 3500000 # SMALL
    # shared_pool_size = 5000000 # MEDIUM
    # shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    processes = 50 # SMALL
    # processes = 100 # MEDIUM
    # processes = 200 # LARGE
    parallel_max_servers = 5 # SMALL
    # parallel_max_servers = 4 x (number of CPUs) # MEDIUM
    # parallel_max_servers = 4 x (number of CPUs) # LARGE
    log_buffer = 32768 # SMALL
    # log_buffer = 32768 # MEDIUM
    # log_buffer = 163840 # LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = disk$rdbms:[oracle.archive]
    # log_archive_format = "T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    # rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/5 = 8:
    # transactions = 40
    # transactions_per_rollback_segment = 5
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # FOR DEVELOPMENT ONLY, ALWAYS TRY TO USE SYSTEM BACKING STORE
    # vms_sga_use_gblpagfil = TRUE
    # FOR BETA RELEASE ONLY. Enable debugging modes. Note that these can
    # adversely affect performance. On some non-VMS ports the db_block_cache_*
    # debugging modes have a severe effect on performance.
    #_db_block_cache_protect = true # memory protect buffers
    #event = "10210 trace name context forever, level 2" # data block checking
    #event = "10211 trace name context forever, level 2" # index block checking
    #event = "10235 trace name context forever, level 1" # memory heap checking
    #event = "10049 trace name context forever, level 2" # memory protect cursors
    # define parallel server (multi-instance) parameters
    #ifile = ora_system:initps.ora
    # define two control files by default
    control_files = (ora_control1, ora_control2)
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # Uncomment the following line, if you want to use some of the new 8.1
    # features. Please remember that using them may require some downgrade
    # actions if you later decide to move back to 8.0.
    #compatible = 8.1.0
    $

    There are strange things in the file you posted, are you sure that's your init.ora ? where did you find it ?
    Moreover, you use "cat" to list the file, but you name "c:\dir" the directory : what is your OS ?
    Furthermore, if you use directories, then you don't need to set utl_file_dir in init.ora, and directories don't show up within parameters, you can see them by
    SQL> select * from all_directories;

  • Error: Unable to find a bootable option. Press any...

    My 1020 no longer wants to boot up and stops with the above error code. I have tried the lumia software recovery tool which after an hour and half of downloading software for the 1020 says , my phone is not supported. Oh how spiffing.. I have tried as mentioned in some of the support messages of uninstaling the software, restarting the pc, reinstalling the software, and after a further 90 minutes of downloading the software, nothing. i have tried doing the hard reset with the buttons but I cant get through it without the error coming up.
    What I just want to know is, am I wasting my time with the software recovery tool? Is it location dependent? I am in the UK. The software recovery tool knows its a 1020. Should I just get the main board replaced? As far as I can see I have yet to see anybody sucessfully use the Lumia Software recovery tool.  Is my lumia 1020 toast?  I have tried disconnecting its battery for 10 minutes that didnt do anything either.
    Any constructive help would be wonderful. Its only a year and a bit old. And no I didnt have insurance as I thought paying over £40 a month was enough.  By the way downloading 1.53gigs and waiting the best part of 2 hours to be told within seconds of trying to install the software that phone is not supported is frankly rather dissapointing. I had a few other choice words but we have to be polite do we not.  
    How come the software recovery tool knows everything about my phone goes off to get the software for it then says its not supported. Whats the point in that?  
    Kenneth.
    Attachments:
    recovery tool downloading.JPG ‏32 KB

    Yep I know about the warranty, which it was out of. All I did was replace the screen a few months ago. It was suggested I turn off the phone for 10 minutes, I was dubious about this but gave it a go any way. After the disappointing behavior of the 'recovery tool' and the lack of online help I would try any thing. I am even considering a main board transplant from a damaged phone. However I will give your idea of a discharged phone a go. Thank you.
    Using the Lumia software recovery tool 5.0.0 seems to be a waste of time. After waiting up 2 two hours to download the software it says the phone  is not supported. A former flagship phone and its not supported, stunning..  Even completely draining the battery as suggested does nothing. Any other ideas for those whose wonderful Nokia experience has just crashed and burned?  
    By the way, the phone in its current state is a brick, I have nothing to lose by trying something.
    Attachments:
    not supported.JPG ‏38 KB

  • HT4623 Unable to find software update option not displaying in my ipad

    Software update not displaying in ipad2.how to update the same.pls help

    Go back to the article you asked this question from, ignore the instructions for updating it wirelessly, scroll down, and follow those for updating it from iTunes on a computer.
    (93238)

  • Unable to find the language options under Applications

    I was trying to add a language to my phone, so I went into "Applications" after the phone is connected to my laptop.
    However, under Application, it only has the applications I am currently having in my phone, and under Application Summary, it is blank.  
    How can I add a language to the phone then?

    Hi and Welcome to the Community!
    Here is a KB that discusses your situation:
    KB13067 How to obtain language packs for BlackBerry smartphones
    Hopefully it contains something useful! 
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Unable to find SCREEN PAINT

    i am unable to find SCREEN PAINT option while i created an new company and new DATA Base. Can any one resolve my issue.

    Hi,
    What version of B 1 you are using?
    go to admin>>addons>>add on administration.....check here that screen painter addon is installed or not ?
    if you do not find here screen painter then go to your SAP B 1 dump >>packeges>>screen painter>>run the .exe file
    Regards
    Deepak Tyagi

  • Nokia 625 Unable to find a bootable Boot Option

    Hi.
    I have a Nokia 625 that will not boot. I only have this error message after the nokia logo :
    ERROR : unable to find a bootable option. Press any key to shut down.
    it appeared suddenly, while I was using the phone it restarted itself and since then refuse to boot.
    I tried the Nokia for retail and the Lumia software recovery tool. Both the latest version.
    Both does not detect the phone I first but detect it when using the "please connect only one phone" option.
    then my phone IMEI and model number is correcty detected, and I then download an 1.4 GB package labelled Nokia Lumia 625 (RM-942) 3052.50000.1424.0003.
    However after downloading and checking the package the install stops at 0% with the error message : Phone is not supported. The selected phone is not supported by lumia software recovery Tool.
    I tried with several USB cable that both works fine with other devices.
    I was also unable to hard reset it with the button.
    I hope somebody will be able to provide a solution, since the phone is still in warranty, but warranty service was denied since the cristal is cracked at the bottom (it falled and was cracked month ago, and the LCD and the touch function were still functionning fine). 

    Thank for your reply. Too bad there are no DIY fix.
    Do you have any idea what is the official warranty policy on broken cristal? Or perhaps somebody from MS or Nokia can clarify. The screen and touch are fully funcionnal, to me it seems harsh to deny warranty because the cristal is broken. 
    The phone was purchased in Mexico, and Nokia Mexico sent me back to the operator (telcel) for warranty, which was then denied, but since I didn´t saw anything about broken cristal on Nokia warranty policy, I don´t know if it´s a local service center policy, a case by case decision by the technician or an official policy. 
    Definitively dissapointed by Nokia here. Especially since my Note 2 that failed me at about the same time and couln´t be fixed, was replaced by a brand new Note 4 for USD $100. Quite the contrast.     

  • Unable to Find Purge option in BPELConsole of  Soa-Suite Version 10.1.3.4

    We were unable to find the purge option button to delete the instances in BPELConsole page of Soa-Suite Version 10.1.3.4.
    In 10.1.3.3 and earlier versions, to the Leftside of the Instance tab in BPELConsole page, there is Button "Purge All Instances" Provided under Related Task used to purge all the instances.

    Please take a look at
    http://download.oracle.com/docs/cd/E12524_01/relnotes.1013/e12523/bpelrn.htm#BABDEAIH

  • Unable to find ADF Faces core option in the component palette...

    Hai
    I am learning ADF framework. Iam going through the ADF developers guide..
    When i am layouting a JSF JSP page .. am unable to find the panelPage option...
    In the tutorial i read like this
    component palette-->ADF Faces core ---> panelPage.
    I am unable to find this option...i am using Jdev10.1.3
    any one can help me....

    What exactly can't you find?
    The component palette? It is by default on the right side of JDev.
    The ADF Faces Core option? The component palette is by default initiated on HTML Forms (I think). When you click on this, you'll be able to select the desired option.
    The PanelPage? When selecting ADF Faces Core as describe above, you should see PanelPage among the possibilities.

  • Unable to find driver (oracle.jdeveloper.cm.CMException)

    Hi All.
    I get this error message when I try to get a connection to my Database:
    oracle,jdeveloper.cm.CMException:unable to find driver:oracle.lite.poljdbc.POLJ...!
    I installed BPEL PM (where JDeveloper is included).
    Yesterday the Connection i made works fine, but today i get this error when I try to connect (open a SQL Worksheet) the same connection:
    Has anyone an Idea what is happen because I am shure I doesn't change sth. in my configuration since yesterday.
    It would be nice if sb. could give me a hint
    Message was edited by:
    BenSp

    Hi, maybe you could check out you have set the right olite jdbc driver in your project CLASSPATH
    Normally:
    $OLite_Home\jdbc\lib\classes12.jar
    Luis R.

  • JDeveloper 10.1.3 + Unable to find Source File

    Hello to all.
    I am having problems with JDeveloper 10.1.3. I am trying to use PostgreSQL and I DO have the driver classes in the /WEB-INF/lib directory. Whe my program gets to the point using the postgres db, a get a pop-up window stating that it was unable to find the source file.
    I do not understand why I am getting this message since it is supposed to be searching for .class files, not .java files.
    Can somebody help?
    Thank you so much in advanced.

    Hello!
    the jar files are under WEB-INF/lib
    how do I compile the files to include the debug info? All the files are compiled when you run or debug your app right? or am I missing something?
    Thanks a bunch for your time!
    nene

Maybe you are looking for

  • Barcode printing in XML report PDF output

    Hi All,         I want to print barcode of invoice number / purchase order number in the XML report PDF output.         Anyone please suggest me with your ideas and experience.

  • PO creation with reference to PO

    Dear All, I am creating a purchase order with reference to already created purchase order. While creating new purchase order, I mention refernece PO number at item overview level, in the field of "Purchasing Document Number (REFBS)". After pressing e

  • Can Romanian Companies open a iTunes store and sell audio content  ?

    Hello dear friends, I own a Romanian Company that produces audio content. I wanted to know if Romanian Companies are allowed to create stores and sell their content online on iTunes. Before posting this post, I tried to find the answer to this questi

  • Diskless client NFS boot fails. cannot create /dev/nfs

    Hi I've set up a diskless laptop to boot off my server, both running Arch. I followed the wiki article: https://wiki.archlinux.org/index.php/Di - t_NFS_root PXE on the laptop connects with the tftpd server just fine, gets the kernel and begins bootin

  • Radius Attributes Supported by WLC? Guest bandwidth limiting

    Hello all.. I've seen several mentions of limited guest user traffic usage by QoS settings and policy maps.. But my issue with this is, it's a global setting for that SSID. In my case, I have a 'Submit' button our Guest Internet page that does a hidd