Making debug information display - more questions

Hi all - I work on a remote CF server and need debugging information displayed at all times. Unfortunately, I lost my dedicated IP address which could be plugged into the server, which gave me the privilege of seeing the information i need.
Earlier this week, I left a message on this forum related to this issue and was told to use <CFSetting ... to resolve the issue.
I've tried it and have not been able to see server variables and other debug information information.
Will this tag override the server variable "Enable Debugging" if that is set to "no"? (I suspect not, but no hurt in asking.)
Also, is there some way or some service that can take my new dynamic IP and resolve it to a static IP number? Right now, I use dynDns.com to resolve the issue, but this results in a domain name, and not a domain IP, which can be used in CF MX Administrator.
Note that this is how I have the tag setup.
<cfsetting
   enableCFoutputOnly = "yes"
   showDebugOutput = "yes" >
Do I understand how this tag is supposed to work? I want to see all server information on every page. Does CFSetting only work when there is an error?  Arrrrrrggggggg - I'm very needy right at the moment to resolve this issue.

As I replied in your earlier post, NO <cfsetting....> does not override the debug setting in the administrator.
If debugging is turned off in the administrator, ColdFusion does not generate ANY debugging data.  This is a performance gain, and is often done on production servers.
For the <cfsetting....> tag to work.  Debugging has to be turned on, AND you have to be connecting to the server with an IP that is allowed to see the debugging.  If there are now IP's set in the filter, then ALL IPs can see the debugging output.
This is what many ISP's will do.  They will turn on debugging and provide no IP filters so that every user will see the debugging output and leave up to the developers to use the <cfsetting....> tag to display or not display the output as desired.
To answer your second question.  DNS is not going to help you.  You need to provide an IP address, DNS is for providing an Domain Name to substitue for an IP address.
The only idea I could have, is if you could find a proxy service that would give you another IP address and then proxy that address to yours.  But that sounds like a rather flaky option to me.

Similar Messages

  • Information about class files debugging information

    Hi,
    As known, when compiling "javac -g ..." the class files contain debugging information.
    my Naive question is WHAT is this information?
    could you please add any links to articles about this debugging information?
    Many thanks!!

    http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#22856
    http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#5956

  • How to determine if class was compiled with debugging information?

    How may I determine if class was compiled with debugging information? Aside from actually executing the class in a debugger.

    As known, when compiling "javac -g ..." the class
    files contain debugging information.
    my Naive question is WHAT is this information?
    could you please add any links to articles about this
    debugging information?http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#22856
    http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#5956

  • Debug information can't be recognized by gcc

    After compiled by acc -c -g. the debug information can't be recognized by gcc
    For example, two files a.c and b.cc
    acc -c -g a.c
    gcc -c -g b.cc or gcc -c -gstabs b.cc
    gcc -o ab a.o b.o
    Debug with workshop, DBX can't know b's debug information.
    so, my question is:
    1. why the debug infomation ( I guess is stabs) produced by acc can't work with gcc
    2. Is it possible for me to debug b's source code?
    Thanks in advance

    2. Is it possible for me to debug b's source code?Yes, of course. But consider this: stabs generated by gcc are not compatible with dbx (only gdb), so you should use -gdwarf-2 gcc option and latest dbx, which can be downloaded here http://developers.sun.com/prodtech/cc/downloads/index.jsp

  • Java debug information

    hy,
    I was wondering, is it possible to let an Xlet log java output (debug information) and send it to a server on the set top box. These logging information should give information about all the applications running on the stb.
    This in order to help debug problems on commercial STB without debug output and without the need to implement special functionality in all the applications.
    Can someone point me out some resources? (I am a beginning java developer, so I think this is rather a java issue than an MHP or javaTV issue)
    Thanks

    I've used a couple of development boxes and have found that writing to standard out, via calls to System.out.println() works well. There is probably a serial port on your debug box that you can connect up to a PC to read the the debug output.
    If you want to know what applications can be run on the STB then you'll need to write a bit of code to query the org.dvb.application.AppsDatabase. getAppIDs() will return an enumeration org.dvb.application.AppID objects each of which can be looked up in the database to give you more information about the application in question
    Roger

  • [Faces] Debug information like UIX?

    Hi All,
    I used to work with ADF UIX and what I liked was that you had a setting in 'uix-config.xml' where you could enable debug information.
    After enabling this setting you would see every parameter that was sent in your debug console.
    My question is, is this also possible with ADF Faces? Is there a debug setting to get that extra much needed debug information.
    Thanks,
    Gideon

    Hi Frank,
    Thanks for your reply. I already have those arguments in my j2ee-logging.xml.
    I also have
    <debug-output>true</debug-output>in my adf-faces-config.xml
    But it didnt get the desired effect.
    To elaborate,
    there was an option in the uix.config.xml like this:
        <application-configuration debug="true">
            <debug-indent-output>true</debug-indent-output>
            <debug-flush-on-end-element>true</debug-flush-on-end-element>
            <debug-log-to-console>true</debug-log-to-console>
            <debug-log-request-parameters>true</debug-log-request-parameters>
            <debug-log-request-timing>true</debug-log-request-timing>
            <debug-partial-responses>true</debug-partial-responses>
            <debug-annotate-parsed-xml>true</debug-annotate-parsed-xml>
        ...That would let you see every parameter that was passed over the request, and you could see every event that fired.
    Is there something like this for ADF Faces?
    I would like to have more verbose output in my Embedded OC4J-log
    Hope someone can helpout.
    Thanks

  • Hi gurus in scripts i want to display more then one main window on the page

    hi gurus in scripts i want to display more then one main window on the page how it is to follow any body explain to me plz.

    Hi all,
        I am printing check printing from F110 with Z-form and it has been assigne to FBZP also..
        My client need to print the check information twise that means main window data two times.
        like this: 
           First main window.  :      invice#       amt            amt
                                               9002          4000          4000
                                               9005          5000          4000
    Al so they want like to print same in down part of the main window.
           First main window.  :      invice#       amt            amt
                                               9002          4000          4000
                                               9005          5000          4000
    For this i  have created instance main window of main window like MAIN    01,  but it is not displaying the data in instnce window data
    in the instance main window. 
    Question: Could you please let me know abt the same or good solution. How to cal main window instance , i tried with  
    /:   NEW-WINDOW      in instance main window part but it also appering in main windoe also.
    could you please let me know how to call instance main window or any other solution to get teh data like my example above.
    thx

  • How do  I display more than one region as a modal popup?

    Hello all!
    I have a popup that displays a report region. I now want it to display more than one region, say a report region and another report region underneath it.
    Here's the code that I currently have (and this one can popup one region):
    $.fx.speeds._default = 1000;
    $( function(){
      $('#ModalForm').dialog(
         modal: true,
         autoOpen: false,
         width: 650,
         height: 450,
         buttons:{ Calculate: function(){calculateTotal();},
                         Close: function(){closeForm();}        
    function openForm(pFoodTemplateId, pMealTypeId)
    var getone = new htmldb_Get('shiny',&APP_ID.,"APPLICATION_PROCESS=DUMMY", &APP_PAGE_ID.); // initialize get
    getone.add('P24_TEMPLATEID', pFoodTemplateId);
    getone.add('P24_MEALID', pMealTypeId);
    gReturn = getone.get();
    getone = null;
    $('#ModalForm').dialog('open');
    function closeForm()
    {$('#ModalForm').dialog('close');}
    $(document).ready(function()
        {$('a.temppop').click(function() {openForm();});
    });The class of the button (or in my case, the link in another region that's not displayed as a popup) is temppop.
    QUESTION:_
    How do I edit my existing code, so that it can now display another region?
    The ID of the region it displays now is ModalPopup. I would like to add another region, with another ID off course. Pick any ID, as long as you can explain to me how.

    Magali wrote:
    Hello all!
    I have a popup that displays a report region. I now want it to display more than one region, say a report region and another report region underneath it.
    Here's the code that I currently have (and this one can popup one region):
    $.fx.speeds._default = 1000;
    $( function(){
    $('#ModalForm').dialog(
    modal: true,
    autoOpen: false,
    width: 650,
    height: 450,
    buttons:{ Calculate: function(){calculateTotal();},
    Close: function(){closeForm();}        
    function openForm(pFoodTemplateId, pMealTypeId)
    var getone = new htmldb_Get('shiny',&APP_ID.,"APPLICATION_PROCESS=DUMMY", &APP_PAGE_ID.); // initialize get
    getone.add('P24_TEMPLATEID', pFoodTemplateId);
    getone.add('P24_MEALID', pMealTypeId);
    gReturn = getone.get();
    getone = null;
    $('#ModalForm').dialog('open');
    function closeForm()
    {$('#ModalForm').dialog('close');}
    $(document).ready(function()
    {$('a.temppop').click(function() {openForm();});
    });The class of the button (or in my case, the link in another region that's not displayed as a popup) is temppop.
    QUESTION:_
    How do I edit my existing code, so that it can now display another region?
    The ID of the region it displays now is ModalPopup. I would like to add another region, with another ID off course. Pick any ID, as long as you can explain to me how.First build your dialog for new ID (please replace NEWREGIONID with your region static id)
    $( function(){
    $('#NEWREGIONID').dialog(
    modal: true,
    autoOpen: false,
    width: 650,
    height: 450,
    buttons:{ Calculate: function(){calculateTotal();},
    Close: function(){closeForm();}
    And now you could open or close the dialog
    $('#NEWREGIONID').dialog('open');

  • Quotes/apostrphies display as question marks

    My WebHelp is run on a Linux server. Most of my apostrophies
    and quotes are being displayed as question marks.
    I did discover that when cutting and pasting into RoboHelp,
    in some cases, causes this problem. The solution being to go to
    each individual quote or apostrophy and delete and retype it while
    in RoboHelp.
    However, the same issue is happening within Drop-down text,
    which was not cut and pasted into RoboHelp.
    Does anybody have a solution, please?

    Hopefully Leon won't mind me interjecting here as he is
    likely to be asleep! Dropdowns and Expanding text are slightly more
    difficult to track down in the Truecode but once you know what to
    look for they are OK.
    If you position the cursor in the WYSIWYG at the start of the
    drop down/expanding text, then go into the truecode you will see an
    <a class=dropspot x-use-popup=#POPUP160338860> tag. Copy the
    popup number (e.g. in this example 160338860) to your clipboard.
    Then go to the top of your truecode and do a find (Ctrl + F) on the
    number. you should find a DIV tag near the top of the topic with
    the popup number following by the dropdown/expanding text.
    RH supplies it's own find and replace tool in the Tools tab.
    That said, most of us here prefer to use other tools such as
    FAR or
    BkReplacEm.

  • Displaying more than one column in TreeControl

    Hi,
    I have three tables ( LaborOperation, LaborIndex, LaborData). In TreeControl, i am displaying the following table columns,
    LaborOperation ->operationid,
    LaborIndex -> indexid,
    LaborData -> date, value.
    i want to be like this.
    + Operation Id(Single Column)
    + OperationIndex(Single Column)
    -OperationData(Multiple Column)
    I can able to display single column values in tree control by setting the nodedifinition property in tree control. i can't able to display more than one column in tree control.
    any idea about this problem
    thanks in advance.
    -Nainar

    Arun Prasath wrote:
    I want to display more than one row in a multiple columns of a single row.
    For example,
    In oracle apps, there are multiple tax lines for a single invoice. Each tax lines having their own entry in tax detail table.
    When i try to display a single invoice's details in a single row i found the difficulty.Hmm did you see the title of the forum? Oracle Database » General Questions !
    May be you want to check the Oracle Apps forum?
    Aman....

  • How to display more than 1 Jlabels ...

    Hello, My question is that I want to display more than 1 Jlabels. But I am not able to do it. It is easy to do if we use Labels. But it's not working in case of JLabels. Plz any body help me solve this problem.
    Thanks.

    It might be your layout manager. BorderLayout, the default of the Component in getContentPane(), will display your labels over each other. Try changing your layout manager or setting your components to display on NORTH, SOURTH, ect....
    public void setup(){
    java.awt.Container container = getContentPane();
    container.setLayout(new java.awt.FlowLayout());
    //prints "Hi There" on one line
    JLabel jLabel1 = new JLabel("Hi");
    JLabel jLabel2 = new JLabel("There");
    container.add(jLabel1);
    container.add(jLabel2);
    Hope this helps.
    kimoS

  • Want to display more than 300 charcters in a column using ALV grid display

    Hi Guru's,
    I am trying to display more than 500 charcters in a column using alv grid display but it in the output it is showing only 128 characters. Can you help me to display all the characters in particular column Or is there any limitation in maximum of no of charcters for a column?
    Thanks,
    Radha.

    Hi Paurl,
    Define a work area say
    wa_layout type slis_layout_alv.
    then fill this work area as
    wa_layout-zebra = X
    wa_layout-colwidth_optimize = X.
    wa_layout-max_linesize = 300.
    Then in FM 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    is_layout = wa_layout
    etc.
    you provided this for the field which is displayed in alv grid will have more than 128 characters.
    from this code i want,how it refers to particular field.
    when i mentioned field catalog-OUTPUTLEN = '300'.
    it is not displayed the field morethan 128 characters.
    it only displays 128 characters.
    please provide me clear and breif information with suitable code.
    i am trying what your sending but it is not displayed more than 128 characters.
    if you don't mind please spend for me some time for this and
    give me clear and breif information with suitable code.
    Thanks & Regards,
    Radhakrishna.

  • Display more columns in list view?

    Is there any way to display more than the standard columns (filename, dates, size, &c.) in list view in the Finder?  If it's possible to search for other attributes (author, EXIF info, &c.) using the find function, why can't this information also be displayed as list view columns?

    Additonally, one could send bug reports and enhancement requests to Apple via its Bug Reporter system. Register as an Apple Developer—it's free and available for all Mac users and gets you a look at some development software. If you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. You'll get a get a Bug/ER ID number; thus, starting a dialog directly with engineering.

  • More and more questions don't provide any details. Is anyone going to address this?

    I notice that with the advent of the new forum software apparently asking a question has been made easier.
    This results in almost 99 percent of all posters not consulting documentation and not providing any details (IE no four digit Oracle version and no platform info).
    Also there are people who clearly are asking you to do their documentation searches.
    I was wondering whether anything can be done about addressing this.
    I'm not holding my breath, but I wonder why people here continue to spoon feed 'DBAs'  who are clearly too lazy to do anything (except using these forums as a chat room) to resolve their issues.
    Regards,
    Sybrand Bakker
    Senior Oracle DBA

    Yes, the "Announcements" are badly shown and don't stand out, meaning the SQL and PL/SQL FAQ is only visible by chance as the announcements switch automatically every 30 seconds (or whatever the timing is).
    I was considering asking Sonya if it was ok for me to remove the other announcement as it doesn't really add any value, and that would just leave the FAQ announcement as the only one, so making it a little more visible.
    Maybe if Sonya sees this thread/discussion she can give us her opinion on that.
    URL to the SQL and PL/SQL forum so Sonya can see what we're on about... PL/SQL
    As to sybrand's question... I really don't know what we can do about it apart from just pointing people to the FAQ if they don't ask properly.
    I guess it would help if the editor was fixed so it was easier to post code nicely, but that still won't make people post all the details.

  • Display more than 8 traces in NI hypertrend

    Hi
    I am having difficulty in displaying more than 8 traces in hypertrend. I am able to see them if I double click on the names in the legend. But I want it to be set programatically. I have tried the visible property node which doesn't do anything. Can anyone help me?
    Thanks
    Sala

    After looking into your question, I could find no way of changing the number of plots that are displayed on the NI Hypertrend ActiveX object by default.  However, once a plot has been added by double clicking on its name in the plot legend, it will stay displayed if the VI is saved, even after restarting LabVIEW. 
    The closest I could come to programmatically displaying a plot is to make individual plots visible or invisible, however, this requires the plot to be displayed in the plot legend as previously mentioned -- it seems there are two properties, whether the plot is "displayed" as in the plot legend, and whether it is "visible".  If the plot is "displayed" you can programmatically change the visibility, but the ActiveX control does not allow you to programmatically change whether a plot is "displayed", at least not that I could determine.  The attached VI shows how to do this.  you will need to alter the tags that the NI Hypertrend is trying to plot to your own tags. 
    Attachments:
    nihypetest.vi ‏52 KB

Maybe you are looking for

  • Keyboard and Mousepad does not work after installing windows support software.

    I was able to successfully install windows 8.1 64bit on an late 2012 iMac. I went through the installation just fine with the mousepad and keyboard. I went into the desktop and open up the files and went to computer to download the windows support so

  • Problem in Connection pooling after deploying BC4J App Module as EJB

    Hi, We have deployed the application modules on standalone OC4J as stateful EJB session beans. The problem is that with each user, the number of database connections seem to increase. This is making the application unscalable, which defeats the purpo

  • Mini not showing up in iTunes or charging anymore

    Hello, It seems since iTunes dramatically changed their software, we've been having issues with the mini being recognized when it's plugged into the computer. I have a regular iPod and the same cable works just fine for my iPod but when we plug the m

  • Oracle Provider for OLE DB - Security

    Hi, Appreciate if anyone can advise on the security of data when using Oracle Provider for OLE DB to connect from a client application to Oracle database. Is the data encrypted? Thanks. oh2l

  • Problem open/save PDF in Hotmail

    I can't open or save an attached PDF-file in Hotmail. When I click on the attached file a get the choices to either open or save the file. Whatever I choose...all I get is a message of "file transfer" but nothing happens...