REg:Log window

Hi,
Whenevr I am opening my Jdev, i am not able to view my log window,but the rest of all other windows are opening.
Even when i run,debug the pages also i am not able to see the Log window.
Please suggest me how to enable.
Thanks & Regards,
Preethi

Preethi,
If you are not able to get some window, one simple idea is to maintain the backup of the code (and setups for JDev) and delete the system folder. Then you can configure it again. The default configuration would be in place thereafter.
Regards
Sumit

Similar Messages

  • Preview and logging window in FCE 4.0 HD

    Hi Everyone,
    Just a quick question:
    I'm learning FCE from the Diana Weynand book at the moment.
    My problem is I don't see the Preview and Logging windows when I am capturing from my Canon XH A1s.
    I'm using FCE 4.0 HD.
    SL 10.6.8
    Canon XH A1s
    2008 24" iMac.
    Thanks in advance.
    Michael.

    When capturing HDV with FCE you will only have a simplified capture window and clips will be broken at the shot changes after capture.
    This is normal.
    Capturing DV will give you the Capture window with more features.
    Al

  • Help: Multi-language Support in Jdeveloper 9i Log Window

    I have basically solved the multi-language display problem in code editor, compiling and run. If I send the output out of JDeveloper, it's displayed well.
    However, if I run or debug in JDeveloper and want to see the result in JDeveloper log window, the non-english characters are still not recognisable. Anyone knows the correct setting?

    Hi...
    It sounds like your encoding settings aren't set correctly. Your compiler encoding should be set to the same value as your environment encoding and this should usually be the same as your operating system default encoding (unless your app is encoded as Unicode).
    Set the encoding for compiler in the Project Properties under Profiles\Developement\Compiler. Leave it as default unless you have a good reason otherwise.
    Set the encoding for the environment in the Tools\Preferences menu item, in the Environment page. Leave it as default (which should = Compiler encoding) unless you have a good reason to change it.
    If you continue to have problems, I'll need to know the version of JDeveloper you're using, the OS and region settings, and the values set for for encoding in JDeveloper.
    Regards,
    Tony

  • Scrolling log window guff

    Hi,
    I've got an app that executes external processes, monitors the output of each, and puts it in a log window. The problem is, when I append to the contents of the JTextArea, I don't know how to set its preferred size correctly so that the JScrollPane knows how large the TextArea is. I tried using (textArea.getLineCount() * line height), but that doesn't work because word wrap creates more lines than getLineCount() reports -- instead of setting the JTextArea to the proper size, it's always too big or too small (depending on how many lines were wrapped). Here's my code:
    //check and update all the log windows.
    for(int i=0; i < logWindowUpdater.size(); i++)
         javax.swing.JFrame window = (javax.swing.JFrame)(logWindowUpdater.get(i));
         javax.swing.JScrollPane scroll = (javax.swing.JScrollPane)window.getContentPane().getComponent(0);
         javax.swing.JLabel bgImage = (javax.swing.JLabel)window.getContentPane().getComponent(1);
         javax.swing.JTextArea textArea = (javax.swing.JTextArea)scroll.getViewport().getView();
         java.lang.Process process = (java.lang.Process)buildProcessesVector.get(i);
         try
              String processOutput = new java.lang.String();
              while(process.getInputStream().available() > 0)
                   char readByte = (char)process.getInputStream().read();
                   processOutput += readByte;
              textArea.append(processOutput);
              //because of word wrap, this doesn't work correctly!
              textArea.setPreferredSize(new java.awt.Dimension(560, textArea.getLineCount()*25));
              scroll.getVerticalScrollBar.setValue(scroll.getVerticalScrollBar.getMaximum());
         catch(java.lang.Exception e)
              e.printStackTrace();
    Surely there's a way to do this. It's just a simple, autoscrolling log window. Does anyone have suggestions?
    Thanks,
    Jake

    The problem is that I can't properly set the size (or number of rows and columns) of the JTextArea. You see, it is dynamically updated with the output from a running process, which has some unknown number of lines. I can't set the size or rows/columns without knowing how many "lines" are in the process output, and I can't figure that out because word wrap creates some number of additional rows.
    Here's how I create the log window and add the JTextArea:
    private void createLogWindow(String title, java.lang.Process process)
         javax.swing.JFrame logWindow = new javax.swing.JFrame();
         logWindow.setSize(600, 400);
         javax.swing.JScrollPane logScroller = new javax.swing.JScrollPane();
         javax.swing.JTextArea textArea = new javax.swing.JTextArea();
         javax.swing.JLabel bgImage = new javax.swing.JLabel();
         logWindow.setTitle(title);
         textArea.setFont(new java.awt.Font("Monospaced", 0, 12));
         textArea.setLineWrap(true);
         textArea.setOpaque(false);
         textArea.setPreferredSize(new java.awt.Dimension(560, 300));
         logScroller.setViewportView(textArea);
         logScroller.setPreferredSize(new java.awt.Dimension(560,300));
         logWindow.getContentPane().add(logScroller);
         logWindow.setVisible(true);
         //add this log window to the vectors so it can be tracked and updated
         logWindowupdater.add(logWindow);
         buildProcessVector.add(process);
    }Does that make more sense?
    Jake

  • [Bug: JDeveloper 9.0.3] Context menu on active tab of Log window

    When I right-click on one of many tabs in the log window to open the context menu, and when for some reason another tab becomes active, the context menu now targets the active tab, instead of the original one.
    Say, I ran a project and want to clear the respective tab, so I right-click on the tab to open the context menu. But before I can click on 'Clear', some other running project generates output on its tab, so that other tab becomes active. Now, when I click on 'Clear' anyway, the newly activated tab will be cleared, in stead of the tab I intended to clear.
    I don't suppose this one's is a biggy, but I'd like to report it anyway.

    Ow by the way, of course this is a bit of a bigger issue when you select 'close'. ;)

  • Scroll lock on the log window...

    Can the Jdev team make it so when the log window is not at the bottom it should not reset the scroll. So something like this...
    if(scroll.y != scroll.height) { /*KEEP SCROLL POSITION!*/ }
    I print a lot of debug code I guess in the log when testing my webapps, and I'll scroll up to review some debug. But there are some ajax updaters I have built into the web interface that pings back to the server causing more debug code to generate... and then jdev resets the scroll from where I'm at to the bottom.

    Besides the dynamic log output, you can read the previously saved log contents when you open the text log file shown at the jdev log output.
    The path to the log file is printed when the weblogic server starts:
    <17 Νοε 2010 10:23:33 μμ EET> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Nick\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <17 Νοε 2010 10:23:33 μμ EET> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Nick\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00030. Log messages will continue to be logged in C:\Users\Nick\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    You could also choose to save the log output to a file you define, by clicking on preferences>environment>log to select save logs to a file and define the path as you wish.
    NA
    http://nickaiva.blogspot.com

  • Can't get preview/logging window to open in Log and Transfer

    Hello- Running FCP7 on Mac Duo Quad Core Nehalem, OS 10.6.
    Hopefully really simple solution to this. Doing a Canon 5D workflow in FCP. So bring in via Log and Transfer. I've got the plug-in installed.
    Up to this point it's been going smooth - open up log & transfer, select volume/files, everything's loaded in and up UNTIL tonight, the righthand side preview and logging windows have also opened up, and I've done my viewing and clip naming in there. But for some reason it's now opening up the just lefthand side volume browser and drag down transfer window, but NOT the righthand side. Any ideas?
    Thanks, Nick.

    Hi -
    Did you accidentally swipe it to the side?
    There is a pane size bar in the middle of the window, if that gets dragged to the right the preview window will be hidden:
    !http://www.spotsbeforeyoureyes.com/L%26TPreWindow2.jpg!
    Grab it with your cursor and pull it back to the center
    !http://www.spotsbeforeyoureyes.com/L%26TPreWindow1.jpg!
    Hope this helps.

  • Writing Hyperlinks in JDeveloper Log Window

    Hello everyone,
    I was wondering if anyone can provide me with a simple example on how to write a hyperlink in the Jdeveloper log window. Like the type that is displayed when you are done deploying a web application or generating javadoc documentation for your projects.
    Thank you in advance

    Hey Ritesh,
    -Djbo.debugoutput=console
    sorry, I missed your mesg the other day, will call sometime.
    Thanks
    Tapash

  • Use of Description and Messages-Log windows in Reports.

    Hi All,
    I recently started using SQL Developer and found it to be a great tool.
    Is it possible to add notes in User Defined Reports? I could see the description textbox but apart from it being there, it doesn't look too much useful. It would be great if one could add hints into the Description area and it gets displayed everytime a report is run.
    By the same token, what's the purpose of Messages-Log window while you run a perfectly valid query? Could it be used to display report description?
    -Thanks for reply.

    Hi Bill;
    I was just at a client using ECC 5, and it was fine in that version.  It was okay in the production environment, but we had it not encrypt in the testing environments (for the purpose of confirming the testing results of course).  
    Good Luck!

  • Xcode 3 - Where's the Log window?

    In Xcode 2 NSLog()Used to print text to a log panel. Now it doesn't. Where is the log window? I can't find it and a search of the help files doesn't produce any results. Also I can't find any menu item that would help. Generally I'm very confused by the big changes in the Xcode and Interface Builder GUIs. Most of the programming examples in my books are now FUBAR. Also the bookmarks in my browser to the Cocoa documentation are now invalid. What a bummer.

    Well, it's an all-new application, it can be disturbing indeed.
    However, your log window still exists, and its name never changed, it's called Console.
    So, look into the preferences --> Debugging, look at the "On start" local menu, select "Show console", when you'll build and go your App the console window will appear and display your logs.

  • Messages Log Window - occupy the whole width of the screen

    I accidentally "unpinned" my Messages Log Window and although I have managed to redock it, how do I get my Messages Log Window to now re-occupy the whole width of the screen and leave the System and Structure Windows only as Windows that do not occupy the whole width of the screen.

    Steven,
    It sounds like you have docked the Log Window on the left-hand side rather than the bottom.
    If you click and drag on the Log Window caption bar so that you are over the background area and then move your mouse towards the very top of the Status Bar you should see the Log Window expand to the full screen width that you want.
    Hope that helps,
    Lisa Sherriff
    JDev QA

  • Log Window Hidden during debug

    PLEASE HELP.
    I do not know what I did, but all of a sudden when I Run Debug, the Editor Windows expand and I can not access/view the Log Window.
    Any Ideas where the settings are so that I can keep the Log Window displayed while in debug mode.
    Much thanks,
    Kevin

    Can you (from the main menu) do "View > Log Window" to restore it? Does that not work?
    Thanks,
    Rob

  • Log window - can no longer "hide" behind sqldeveloper window???

    Searched the archvies but no luck...
    In the previous version I could undock the log window and (by clicking on the main sqldeveloper window) "hide" it behind the main window. After execution of a procedure (and also after compiling with errors I believe) it would automatically raise to the top... This maximized the usable area on the main window and didn't require clicking the min/max buttons on the log window.
    The current version does not let you push the log window back - it stays on top at all times...
    Any work around for this to regain the old behavior?
    Thanks,

    It may not be exactly what you want, but I found the following (I thought that I remembered this being raised before):
    Re: "Messages - Log" Pane:  Suppressible?

  • How to increase log window size ?

    I use System.out.println() to display debug messages in the log window but there is a limit of lines and there are so many prints of the stack trace that I can't see my debug messages.
    If I could increase the number of lines displayed, I could see my debug messages before the stack traces.
    I've looked in DefaultServer-diagnostic.log and my debug messages are not in this file.
    I could send my debug messages to a file but I would like to keep using println and the log window.
    I'll use the debugger for now.
    Thanks,
    JP

    JP,
    it's not clear to me where you what to show the output. When you run the app inside jdev using the embedded wls or when you run the app outside jdev using a full wls instance.
    If you are using jdev you can increase the number of lines via the Tools menu: 'Tools->Preferences->Environment' select 'Log' and increase the 'Maximum log lines' property.
    If you are running a wls instance you should look for the console output in the DefaultServer.out or DefaultServer.log files.
    Timo

  • BUG - Structure and Log Windows cannot be accessed anymore

    Hi,
    FYI
    I'm using JDeveloper 10.1.3.0.3 under Fedora 4.
    At some point I tried to locate "structure" window on another position by dragging it, it freezed (only a blue background was visible in this state). I restarted JDeveloper and the "structure" window was missing. I tried View-> Structure but nothing happened. Anyway there wes some error stacktrace, but I lost it. After some time I lost "log" window in similar manner! This time there was nothing dumped in the console (I'm not sure the stack trace I saw first time was relevant to the problem ).
    Thanks
    Pavel

    Pavel,
    as you can imagine, bugs are easy to file if the problem reproduces. Otherwise its pretty hard to guess what the problem is. Next time you see a stack trace, can you copy and paste it here ?
    thanks
    Frank

Maybe you are looking for

  • Is it best to import images as .psd files or .tif or another format?

    Hi, when working in the default 1080i is it best to import .psd files or go through the trouble of rendering the .psds to .tifs in Photoshop, to then import the .tifs?? It seems HDTV 1080p .psds have a different aspect ratio -- and, the black backgro

  • "error code: -3" and "error -2093" during installation

    I just got my fifth generation iPod a few days ago. When I try to install the software from the CD that came in the box, the installation program can never quite finish. It gets through iTunes but then hangs up right as it is about to finish installi

  • How much am I expecting to pay for a new 200-500GB hard drive?

    Is it possible for me to get it done under $500 (as in new hard drive and installation) as my other one is fried I have rang Apple and told me this was the problem Also if anyone knows how to retrieve all the photo's and documents as they haven't bee

  • When to use binary search ... little urgent.

    Hi evryone, Plz let me know under what kind of conditions can we use binary search addition cause if I use it for every read statement the database acees in se30 goes higher than normal. If i randomly select only a few big read table statements the d

  • DPC enabled schema in Gas division error during billing

    Hi, We are implementing IS-U/CCS for a gas utility company. Schema for domestic customer is DPC enabled. Here I am getting following error while executing billing. 'Message no. E9890 Internal error: Error when reading internal table x_ithg in isu_qua