Errors Scrolling off the dos window!!

I am using win98 and jswdk1.0.1 the error or exception are scrolling off the screen in the dos window....(where the server is running) :(
Is there anywhere I can specify to show the errors on webpage it self??? becoz I am able to see only a part of it and I can't understand what is going wrong. Also where to look for log files?
Hope somebody can answer this question..
Thank You.

Hi
I suppose that you don't have scrollbars in your dos window(buffer size is small) and in that case you will see only a certains number of error messages which fit onto the window.(only few last messages).You can increase the dos window size and then you can scroll to the begining of the error messages. Right click on the dos window's header, then click on properties, then change the screen buffer size's height = 2000 ( approx) and that's it.when u click ok, then it will prompt you to save these settings for current window only or save properties for future windows with same title. select the latter one. I hope this will help.

Similar Messages

  • How do I turn off the downloads window?

    How do I turn off the downloads window? I recently upgraded FF, hated the new one, so downgraded back. When I upgraded I got the new downloads ribbon at the bottom of the screen and no longer had the downloads window. However, for whatever reason I decided to turn the window on. But when I downgraded I realized that this interferes with programs that I had previously set up to download directly to a certain program. Bottom line... I do NOT want the downloads window.

    I know you can go to Tools, then Options, and click the Downloads tab and configure how you want it that way. Do you have the Download Manager Tweak as an add on?

  • Any way to close the DOS window ?

    Is there anyway to close the DOS window, after executing a DOS command in a GUI Java program ?
    I keep getting "Please press any key to continue..."..I don't think I can use the System.exit in a GUI Java program?

    Yes.
    Process p = Runtime.getRuntime().exec(...);
    PrintStream out = new PrintStream(p.getOutputStream(), true);
    out.print("a");You get the output stream of that process and print an a (which I guess will work just like you pressed a key). I don't know if there has to be a delay before you write this character. If you send it before it has written "Press a key ..", then it might not work. In this case you can add a line with Thread.sleep(1000); to sleep for 1 sec in this example, just before you execute the print statement. Or you can get the InputStream from the process, and read everything it sends and check if/when you get the "Press a key .." text:
    PrintStream out = new PrintStream(p.getOutputStream(), true);
    BufferedReader br = new BufferedReader(new InputStreamReader(p.getInputStream()));
    String s;
    while ((s = br.readLine()) != null) {
      if (s.startsWith("Press a key")) {
        break;
    out.print("a");something like that..
    There might be cases where you don't get a "Press a key" back if the DOS window is big enough to hold all the information (it is possible to change the buffer for DOS windows so they can hold more than 25 lines).

  • If my Adobe Muse and Air apps are  both up to date as of today and I cannot open a Muse file, what are my options? I get an error message regarding the Progress Window showing and then Muse crashes.

    If my Adobe Muse and Air apps are both up to date (as of today) and I cannot open a Muse file, what are my options? While Muse is relinking assets I get an error message regarding the Progress Window "showing" and then Muse crashes.

    Hi there,
    Do you get this error while opening a particular file or all files?
    Please try opening a different .muse file, and check if it does the same?
    Ar you opening a .muse which is saved on a network drive?
    Thanks.

  • FCPX. Viewing  timecode and scrolling in the viewer window on a second monitor?

    I am an old FCP7 user, learning FCPX. In 7, I liked being able to see timecode and scrolling in the frame of the canvas window. I would move and enlarge the canvas to fill a second monitor. I could still see the timecode and be able to scroll without having to go back and forth with the timeline on the first monitor.
    I don't like that in X, the timeline is the only place that shows timecode and scrolling.  So that when my viewer is in a second monitor, I have to go back and forth with the first monitor to view timecode and scroll. I put my script (word doc) on my first monitor which covers the FCP timeline. And makes it very cumbersome to view the script, view the movie in a large format and scroll/ get my orientation in the movie I am editing.
    In FCPX, is it possible to view timecode and scrolling in the viewer window on a second monitor?

    I don't use dual monitors, so this may not help, but my 1st thought is device driver version
    •What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    •What is your exact graphics adapter driver version?
    •Have you gone to the vendor web site to check for a newer driver?
    •For Windows, do NOT rely on Windows Update to have current driver information
    •-you need to go direct to the vendor web site and check updates for yourself
    •ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    •nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us

  • Outlook 2013 standard error cannot open the outlook window. Invalid XML.

    I have a user that tries to open outlook and gets this error.
    ( Cannot start microsoft outlook. cannot open the outlook window. Invalid XML, the view cannot be loaded.

    Hi,
    Try starting Outlook with the /ResetNavPane command.
    Steps:
    Open the run box (Win-button + R)
    Type: outlook.exe /resetnavpane
    http://wikiclouded.com/cannot-start-microsoft-outlook-invalid-xml-the-view-cannot-be-loaded/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support

  • Clearing the DOS Window in Java

    hi
    I want to clear the dos screen using java.
    I saw 2 solutions on the net(given below) , but both did not work. Can someone advise how I can go about doing this ? I'm
    working on Windows2000.
    Thanks in advance.
    Seema
    1. char esc = 27; // ESC code
    String clear = esc + "[2J" // note case
    System.out.print(clear); // Dos screen should be cleared
    2. Runtime.getRuntime().exec( "cmd.exe /c cls" ) ;

    The escape code approach would only work on DOS windows that are processing ANSI escape sequences. This is something people used to enable all the time back in the pre-Windows days, since it was the only way to do things like clearing screens, setting colours, drawing menus out of text characters, etc. Ansi.sys still exists, at least on Win98 (not sure about NT, 2000, etc.). If you troll through the Microsoft web site or hunt down old books on DOS, you'll be able to find out how to set it up and use it.

  • DCOM got error "2147942405" from the computer; Windows Server 2008 R2

    I am trying to install the dpm 2012 agent on a Windows 2008SP2 server. An automatic install failed, so I installed the agent manually. After installing the agent I tried to associate the agent. I got a success message, but in the management console there
    is an error under 'agent status'. If I try a refresh on the server I get this error on the DPM server:
    DCOM got error "2147942405" from the computer HV5.ad.milwaukee.gov when attempting to activate the server:
    {C4EBD674-1457-4B79-BE30-B04735AED9D1}
    There is no firewall running on the Windows 2008 server.

    I added the DPM server to the local administrative group on the target server, and that fixed the problem.

  • When I attempt to scroll through a page using the arrow keys, the browser instead scrolls through the address window. How do I fix this?

    I have already tried changing the caret scrolling option, that's not it.

    Do you mean that you scroll though the tab history or though open tabs?
    With which cursor keys does this happen (Left/Right or Up/Down or others like PageUp/PageDown)?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How can i turn off the login window after every start of itunes?

    Hi,
    i updated my itunes to the latest version 10.5.1
    Now, after every program start, the login window appears and asks me for my apple password.
    This really *****, does anybody know how to turn this off?
    Thank you in advance,
    bernheimer

    Found a solution to go back to my previous itunes version,
    if you are interested search for my other posting.
    regards
    Bernheimer

  • When opening a new window, I sometimes get a black and white streaks in them. If you click on another window or try to scroll through the black window, it sometimes refreshes and looks normal.

    It only happen on one of my computers. This computer actually has a faster processor, more RAM, and a better video card than my laptop which has no problems.

    I solved my own problem. :-) I simply needed to change the "size" setting in my add-on "Theme Font & Size Changer" to a smaller number. Now the new windows don't require scrolling to see the entire content. But, I suppose for someone with serious vision problems, they might need to do the same thing, but then break out a magnifying glass to read everything in the window.....

  • Closing the DOS window...

    If i am asking the user to enter data into a dos window, what is the line of code i need to close the window if something like exit was typed in by the user?
    Thanks

    System.exit(0);

  • The Dos window disappeared quickly after Tomcat 3.1 started

    Hello,
    I need to see the debug statements of my web app.But the start window of Tomcat 4.1 disappeared quickly after it's launch.The Tomcat just work ok.I don't
    have a Java Web Services Developers Pack in my computer.The Tomcat is stand alone.
    Even Tomcat 4.0 in JBuilder7.0 of my machine got the same problem.
    Thx a lot,in advance

    I'm not entirely sure how Tomcat 4 standalone handles this but there are several other options you could try.
    You could attempt to run tomcat from the command line rather than from a BAT file, ie. startup a DOS window and type 'startup' and press enter (you will be able to do this from anywhere if you have the 'bin' directory of your Tomcat installation in your PATH environment variable, otherwise you will have to navigate to this directory to run it).
    If this doesn't work, search for a file in your Tomcat installation directory called 'catalina.out'. It may be under a 'logs' directory. If you can find this then you may find that this is where your std output is. If you are using an editor such as Textpad, it will prompt you to reload itself whenever the file has changed and you are trying to view it so it's not too much trouble.
    I hope this helps.
    KRgds
    Marc

  • XML Parsing Error when diplaying the downloads window

    After upgrading to the 3.6.15 version everytime I open the downloads window the following text is displayed:
    XML Parsing Error: unclosed token
    Location: chrome://mozapps/content/downloads/downloads.xul
    Line Number 83, Column 5: <menuitem id="menuitem_show"
    ----^

    After upgrading to the 3.6.15 version everytime I open the downloads window the following text is displayed:
    XML Parsing Error: unclosed token
    Location: chrome://mozapps/content/downloads/downloads.xul
    Line Number 83, Column 5: <menuitem id="menuitem_show"
    ----^

  • How can I switch off the automatic window size and set the size of the window manually

    I need to open the web-page in a window of a certain size. The javascript function window.resizeTo (w, h) does not work. If I open the window using the window.open ("", "", "width: w, height: h, ..."), there is another problem.
    The hyperlinks that have to be opened in a new tab in the same window or at least in the window of the same size, will open in another tab of the first window from which I called window.open().
    I do not know what it is, bug or as intended, but the normal full-featured window with the right size I cannot get.
    In Russian:
    Мне нужно открыть страницу в окне определенных размеров.
    Из консоли Firebug с помощью javascript пробовал window.resizeTo(w,h) - не работает. Если открывать окно с помощью window.open("", "", "width:w, height:h, ..."), то возникает другая проблема: ссылки, которые должны окрываться в новой вкладке в том же окне или хотя бы в окне того же размера, открываются в другой вкладке первого окна, из которого я выполнял команду window.open(), которое неправильного размера.
    Не знаю, что это. Баг или так задумано. Но открыть нормальное полноценное окно с нужными размерами не получается никак.

    You need an extension if you want to set the window dimensions to a specific value or you need to open a pop-up window with window.open and specify the width and height.<br />
    Otherwise a new window opens with some default dimensions as saved in localstore.rdf and you can't easily adjust the dimensions via JavaScript in that case.

Maybe you are looking for