CLEAR CONSOLE!

help!
i'm programming in java...my program outputs to the command prompt screen.
how do i CLEAR a screen so i have a fresh new blank screen....is there some method available to do so?

What about:
String osName = System.getProperty("os.name");
if (osName.startsWith("Windows")) {
  if (osName.indexOf("9") != -1) {
    Runtime.getRuntime().exec("command /c cls");
  } else {
    Runtime.getRuntime().exec("cmd /c cls");
}Sorry, just for WIN ... I even don't have seen LINUX(UNIX) yet ...
Nice day ...
Frank

Similar Messages

  • Clear console output screen ...

    Hi,
    just bagan to program java .....
    I have written a small program which outputs a menu to the console screen. Is there a command to clear the whole screen ? Something like clrscr in C ? Thanks.
    Noah

    Exactly... This question has been asked a thousand times.
    Here's how the thread usually goes
    OP> I want to clear the screen
    AP> Use a loop with empty System.out.println()'s
    OP> But that leaves the cursor at the bottom of the screen
    AP> How about using ANSI escape sequences?
    OP> But that means I have to load the driver on all machines
    AP> How about using JNI and calling a system function?
    OP> That's a lot of work and doesn't work cross platform

  • Clear the console via script?

    Is there a way to clear the Extendscript Toolkit console from the script running?
    Thanks!

    found few lines code about ame-scripting, in japanese
    http://qiita.com/tags/extendscript
    clearing console
    [code]
    var bt = new BridgeTalk();
    bt.target = 'estoolkit-4.0';
    bt.body = function(){
        app.clc();
        }.toSource()+"()";
    bt.send(5);
    [/code]
    That's very interesting. Definitely outside the box thinking.
    thx, David Torno for yours getting started videos
    You're welcome.

  • GlassFish View Log File opens in editor instead of console

    How to reproduce:
    Open the Servers view, and bring up the context menu for a GlassFish server
    Select GlassFish > View Log File
    Actual: Log file is opened in an editor. Every time the file is changed, a popup is shown to ask whether the contents should be reloaded (unusable)
    Expected: Log file is opened in Console view and provides the usual reloading and scrolling behavior
    Eclipse: 4.3.0 (Kepler) (Platform 4.3.0.I20130605-2000)
    GlassFish Tools: 6.0.3.201306271729
    The question is: Can this bug please be fixed?

    I've noticed that search is sometimes quirky in the console, yes. But that always felt like a bug in platform. Other than searching, usability of the console is superior: Automatically scrolling, Clear Console, Scroll Lock, Show Console when output changes, being in a view instead of an editor.
    The editor is so bad that some people here refuse to upgrade to the new plugin version, instead installing the Indigo version from old workspaces.
    How about just offering both in the context menu? They could be named something like View Log in Console and View Log File in Editor.

  • Newbie to applets! error message in java console

    hi, i'm kindof new to this, i've created a simple "hello world" applet!
    it doesn't seem to find the class! i've even put it in the bin dir of java. i'm using 1.4
    error message in java console:
    Java(TM) Plug-in: Version 1.4.2_01
    Using JRE version 1.4.2_01 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\mark gandolfo
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class FirstApplet.class not found.
    java.lang.ClassNotFoundException: FirstApplet.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.FileNotFoundException: C:\Program Files\Java\j2re1.4.2_01\bin\FirstApplet\class.class (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more

    :) never mind, stupid mistake! (another) but i'm sure there will be more!
    quick question though (so i dont' waste the thread)
    when i close my browser when i've loaded my own applet, the browser eats resources to the point where it freezes my AMD2.4ghz 512mb ram computer! :(
    any suggestions?

  • Error in Java Console Window

    Hi All
    When i run form using webutil in forms10g(9.0.4),java console window shows::::::
    I signed jacob.jar,webutil.jar successfully
    I changed formsweb.cfg
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\Administrator\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://system5:8889/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://system5:8889/forms90/java/myAppicon.jar from JAR cache
    Loading http://system5:8889/forms90/java/jacob.jar from JAR cache
    Loading http://system5:8889/forms90/java/webutil.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    What does it mean?
    where was f90webutil.jar located?
    Appriciate your help.
    Thanks
    Bhujendra

    Hi All
    When i run form using webutil in forms10g(9.0.4),java console window shows::::::
    I signed jacob.jar,webutil.jar successfully
    I changed formsweb.cfg
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\Administrator\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://system5:8889/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://system5:8889/forms90/java/myAppicon.jar from JAR cache
    Loading http://system5:8889/forms90/java/jacob.jar from JAR cache
    Loading http://system5:8889/forms90/java/webutil.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    What does it mean?
    where was f90webutil.jar located?
    Appriciate your help.
    Thanks
    Bhujendra

  • Getting Java console error when trying to display the PO

    Hi All,
    In the approved shopping cart when we select any item details and when we go and see the follow-on documents we get two options to select 1) Display as Graphic 2) Display as Table. When we are select the option 2 display as table we are able to see the shopping cart and also the PO and further when we click on the PO it is displaying the order details.
    However when we go by option 1 display as graphic, we are able to get the details of the shopping cart and PO, but when we try to click on the PO we get Java error indicating as follows. "Error. Click for details". when we click the on the error a window will apper and indicates that Application failed to run.
    we installed the latest version Java and tried still we are getting the same error. Can any body help me in this.
    Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM
    User home directory = J:\Documents and Settings\****
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    java.lang.StringIndexOutOfBoundsException: String index out of range: 0
         at java.lang.String.charAt(Unknown Source)
         at VisnetMain.readParameter(VisnetMain.java:141)
         at VisnetMain.init(VisnetMain.java:60)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    java.lang.NullPointerException
         at VisnetMain.start(VisnetMain.java:3770)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.NullPointerException

    Hi psamp1,
       Were you able to solve this problem?
       We have exactly the same issue...
    Thanks
    John
    Edited by: John Chinnappan on Mar 29, 2011 8:06 AM

  • Vnc console not running on Oracle VM 3.1.1

    Dear All,
    I try to lunch ovm console with a new Virtual Machine but not work.
    I installed Oracle VM Manager on Oracle Linux 5.
    - Installed tightvnc package on VM Manager host: tightvnc-java-1.3.9-4.noarch.rpm
    - Window 7 as computer client using Java 1.6 with browser version 16.0.2
    Window guest (2008R2) is shown status running fine but the its Lunch Console is not running and view.
    Problem: When file "ovm_rasproxy-ws.jnlp" pop-up, I click OK then type password console password, click OK button, vnc not running and disappear forever.
    Please kindly give advice for this.
    Thanks and regards,
    Vandy

    Now I have installed java jdk 1.6u37 and Java Control Panel to see message when pop-ups.
    Now I have 2 virtual machines:
    1. virtual machine created from template that converted from physical machine (window 2008R2)
    2. virtual machine create isofile (Window 2008R2 iso)
    After I edit java setting and now can see all message as below:
    Note: both virtual machines have 2 java console pop-up messages
    1. Java Console - Oracle VM Remote Access Service
    2. Java Console - Vnc Viewer
    1. virtual machine created from template that converted from physical machine (window 2008R2)
    + Java Console - Oracle VM Remote Access Service message
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.0.101
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000e8bc028487c2f2ab
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: SessionID : f5739ba9-3cdd-4c75-b4a1-bb0177f30d34
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet startListening
    INFO: RAS proxy listening on /127.0.0.1:52794
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    Nov 12, 2012 5:10:16 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    + Java Console - Vnc Viewer
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Initializing...
    Connecting to 127.0.0.1, port 52794...
    Connected to server
    RFB server supports protocol version 3.8
    Using RFB protocol version 3.8
    Performing standard VNC authentication
    Now VNC Authentication page pop-up to type console password, after I type console and click OK button, the Java Console - Vnc Viewer disappear forever and see Oracle Ovm Ras Proxy pop-up appears but vnc console not view OS of virtual machine. Especially, the Java Console - Oracle VM Remote Access Service message change message as below:
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.0.101
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000e8bc028487c2f2ab
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: SessionID : f5739ba9-3cdd-4c75-b4a1-bb0177f30d34
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet startListening
    INFO: RAS proxy listening on /127.0.0.1:52794
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    Nov 12, 2012 5:10:16 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    Nov 12, 2012 5:16:01 PM com.oracle.ovm.ras.proxy.ChannelThread run
    INFO: Server closed connection
    Nov 12, 2012 5:16:01 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Vncviewer stopped, closing proxy
    2. virtual machine create isofile (Window 2008R2 iso)
    1. Java Console - Oracle VM Remote Access Service
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
    Nov 12, 2012 5:23:47 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.0.101
    Nov 12, 2012 5:23:47 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000811dce8e630704d1
    Nov 12, 2012 5:23:47 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: SessionID : 84282504-8234-46f7-8b2f-4f7e5e9209e2
    Nov 12, 2012 5:23:52 PM com.oracle.ovm.ras.proxy.RasProxyApplet startListening
    INFO: RAS proxy listening on /127.0.0.1:52838
    Nov 12, 2012 5:23:52 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    Nov 12, 2012 5:23:52 PM com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    Nov 12, 2012 5:23:56 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    2. Java Console - Vnc Viewer
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Initializing...
    Connecting to 127.0.0.1, port 52838...
    Connected to server
    RFB server supports protocol version 3.8
    Using RFB protocol version 3.8
    No authentication needed
    No authentication: success
    Desktop name is MS2008R2(iso)
    Desktop size is 800 x 600
    Using Tight/ZRLE encodings
    Throughput 17980 kbit/s - changing to Hextile encoding
    The Oracle Ovm Ras Proxy pop-up appears and vnc console view OS of virtual machine.
    Please kindly give advice for this.
    Thanks and regards,
    Vandy

  • CIMC Launch KVM Console

    I am on the CIMC and when I select Launch KVM Console,  I get a pop up a Do you want to continue ? I select Continue
    It goes to starting application, Verifying application. ( takes about a minute )   then pops up a  Do you want to run this application ?
    I check accept the risk and run this application.
    It automatically goes to Connecting to KVM Server , then Message popup Login Failed or Timed out. Please try again.
    I have set up a admin account under admin.
    any suggestions would be greatly appreciated
    Edith

    Thank you for replying Keny
    here is the log file ( actual username is changed to user and IP to X's
    I bolded where i see the error.
    Using JRE version 1.7.0_51-b13 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\user
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to
    Missing Application-Name manifest attribute for:
    https://XX.XXX.X.XXX:443/software/avctNuova.jar
    Missing Permissions manifest attribute in main jar:
    https://XX.XXX.X.XXX::443/software/avctNuova.jar
    Java Client Version: 2.0.2.16
    DebugUtil.printSystemProperties() [AIMPRESENT][true]
    DebugUtil.printSystemProperties() [AVSP_VERSION][2]
    DebugUtil.printSystemProperties() [HELP_URL]
    [https://10.200.2.216:443/help/content/kvm_vm_help.html]
    DebugUtil.printSystemProperties() [HOST][XX.XXX.X.XXX:]
    DebugUtil.printSystemProperties() [KMPORT][2068]
    DebugUtil.printSystemProperties() [PASSWORD][XXXXXXXXXX]
    DebugUtil.printSystemProperties() [ResourceFile][com.avocent.nuova.kvm.Res]
    DebugUtil.printSystemProperties() [TITLE][XX.XXX.X.XXX: - KVM Console]
    DebugUtil.printSystemProperties() [USERNAME][1365180540]
    DebugUtil.printSystemProperties() [USE_APCP][1]
    DebugUtil.printSystemProperties() [VPORT][2068]
    DebugUtil.printSystemProperties() [awt.toolkit][sun.awt.windows.WToolkit]
    DebugUtil.printSystemProperties() [com.sun.security.enableCRLDP][true]
    DebugUtil.printSystemProperties() [deployment.baseline.url][https://javadl-esd-
    secure.oracle.com/update/baseline.version]
    DebugUtil.printSystemProperties() [deployment.blacklist.url][https://javadl-esd-
    secure.oracle.com/update/blacklist]
    DebugUtil.printSystemProperties() [deployment.blacklisted.certs.url][https://javadl-
    esd-secure.oracle.com/update/blacklisted.certs]
    DebugUtil.printSystemProperties() [deployment.browser.path][C:\Program Files\Internet
    Explorer\iexplore.exe]
    DebugUtil.printSystemProperties() [deployment.browser.vm.iexplorer][true]
    DebugUtil.printSystemProperties() [deployment.browser.vm.mozilla][true]
    DebugUtil.printSystemProperties() [deployment.cache.enabled][true]
    DebugUtil.printSystemProperties() [deployment.cache.jarcompression][0]
    DebugUtil.printSystemProperties() [deployment.cache.max.size][-1]
    DebugUtil.printSystemProperties() [deployment.capture.mime.types][false]
    DebugUtil.printSystemProperties() [deployment.console.startup.mode][SHOW]
    DebugUtil.printSystemProperties() [deployment.control.panel.log][false]
    DebugUtil.printSystemProperties() [deployment.expiration.check.enabled][true]
    DebugUtil.printSystemProperties() [deployment.insecure.jres][PROMPT]
    DebugUtil.printSystemProperties() [deployment.javafx.mode.enabled][true]
    DebugUtil.printSystemProperties() [deployment.javapi.cache.update][false]
    DebugUtil.printSystemProperties() [deployment.javapi.lifecycle.exception][false]
    DebugUtil.printSystemProperties() [deployment.javapi.log.filename][]
    DebugUtil.printSystemProperties() [deployment.javapi.runtime.type][0]
    DebugUtil.printSystemProperties() [deployment.javapi.stop.timeout][200]
    DebugUtil.printSystemProperties() [deployment.javapi.trace.filename][]
    DebugUtil.printSystemProperties() [deployment.javaws.appicon.index][C:\Documents and
    Settings\aelar\Application Data\Sun\Java\Deployment\cache\6.0\appIcon\appIcon.xml]
    DebugUtil.printSystemProperties() [deployment.javaws.associations][ALWAYS]
    DebugUtil.printSystemProperties() [deployment.javaws.cache.update][false]
    DebugUtil.printSystemProperties() [deployment.javaws.concurrentDownloads][4]
    DebugUtil.printSystemProperties() [deployment.javaws.install][IF_HINT]
    DebugUtil.printSystemProperties() [deployment.javaws.installURL]
    [http://java.sun.com/products/autodl/j2se]
    DebugUtil.printSystemProperties() [deployment.javaws.logFileName][]
    DebugUtil.printSystemProperties() [deployment.javaws.muffin.max][256]
    DebugUtil.printSystemProperties() [deployment.javaws.shortcut][ASK_IF_HINTED]
    DebugUtil.printSystemProperties() [deployment.javaws.splash.index][C:\Documents and
    Settings\aelar\Application Data\Sun\Java\Deployment\cache\6.0\splash\splash.xml]
    DebugUtil.printSystemProperties() [deployment.javaws.traceFileName][]
    DebugUtil.printSystemProperties() [deployment.javaws.uninstall.shortcut][false]
    DebugUtil.printSystemProperties() [deployment.javaws.update.timeout][1500]
    DebugUtil.printSystemProperties() [deployment.javaws.viewer.bounds][538,588,797,360]
    DebugUtil.printSystemProperties() [deployment.jpi.mode.new][true]
    DebugUtil.printSystemProperties() [deployment.log][true]
    DebugUtil.printSystemProperties() [deployment.macosx.check.update][true]
    DebugUtil.printSystemProperties() [deployment.max.output.file.size][10]
    DebugUtil.printSystemProperties() [deployment.max.output.files][5]
    DebugUtil.printSystemProperties() [deployment.mime.types.use.default][true]
    DebugUtil.printSystemProperties() [deployment.modified.timestamp][1393418690754]
    DebugUtil.printSystemProperties() [deployment.proxy.bypass.local][false]
    DebugUtil.printSystemProperties() [deployment.proxy.override.hosts][]
    DebugUtil.printSystemProperties() [deployment.proxy.same][false]
    DebugUtil.printSystemProperties() [deployment.proxy.type][3]
    DebugUtil.printSystemProperties() [deployment.security.SSLv2Hello][false]
    DebugUtil.printSystemProperties() [deployment.security.SSLv3][true]
    DebugUtil.printSystemProperties() [deployment.security.TLSv1][true]
    DebugUtil.printSystemProperties() [deployment.security.TLSv1.1][false]
    DebugUtil.printSystemProperties() [deployment.security.TLSv1.2][false]
    DebugUtil.printSystemProperties() [deployment.security.askgrantdialog.notinca][true]
    DebugUtil.printSystemProperties() [deployment.security.askgrantdialog.show][true]
    DebugUtil.printSystemProperties() [deployment.security.authenticator][true]
    DebugUtil.printSystemProperties() [deployment.security.blacklist.check][true]
    DebugUtil.printSystemProperties() [deployment.security.browser.keystore.use][true]
    DebugUtil.printSystemProperties() [deployment.security.clientauth.keystore.auto][true]
    DebugUtil.printSystemProperties() [deployment.security.disable][false]
    DebugUtil.printSystemProperties() [deployment.security.https.warning.show][false]
    DebugUtil.printSystemProperties() [deployment.security.jsse.hostmismatch.warning][true]
    DebugUtil.printSystemProperties() [deployment.security.level][HIGH]
    DebugUtil.printSystemProperties() [deployment.security.local.applets][PROMPT]
    DebugUtil.printSystemProperties() [deployment.security.mixcode][ENABLE]
    DebugUtil.printSystemProperties() [deployment.security.notinca.warning][true]
    DebugUtil.printSystemProperties() [deployment.security.password.cache][true]
    DebugUtil.printSystemProperties() [deployment.security.permissions.manifest.required]
    [true]
    DebugUtil.printSystemProperties() [deployment.security.revocation.check]
    [ALL_CERTIFICATES]
    DebugUtil.printSystemProperties() [deployment.security.run.untrusted][PROMPT]
    DebugUtil.printSystemProperties() [deployment.security.sandbox.awtwarningwindow][true]
    DebugUtil.printSystemProperties() [deployment.security.sandbox.casigned][PROMPT]
    DebugUtil.printSystemProperties() [deployment.security.sandbox.jnlp.enhanced][true]
    DebugUtil.printSystemProperties() [deployment.security.sandbox.selfsigned][PROMPT]
    DebugUtil.printSystemProperties() [deployment.security.trusted.policy][]
    DebugUtil.printSystemProperties() [deployment.security.use.user.home.java.policy]
    [false]
    DebugUtil.printSystemProperties() [deployment.security.validation.crl][true]
    DebugUtil.printSystemProperties() [deployment.security.validation.ocsp][true]
    DebugUtil.printSystemProperties() [deployment.security.validation.ocsp.publisher]
    [false]
    DebugUtil.printSystemProperties() [deployment.system.cachedir][C:\Documents and
    Settings\aelar\Application Data\Sun\Java\Deployment\SystemCache]
    DebugUtil.printSystemProperties() [deployment.system.security.blacklist][C:\Program
    Files\Java\jre7\lib\security\blacklist]
    DebugUtil.printSystemProperties() [deployment.system.security.cacerts][C:\Program
    Files\Java\jre7\lib\security\cacerts]
    DebugUtil.printSystemProperties() [deployment.system.security.jssecacerts][C:\Program
    Files\Java\jre7\lib\security\jssecacerts]
    DebugUtil.printSystemProperties() [deployment.system.security.oldcacerts][C:\Program
    Files\Java\jre7\lib\security\cacerts]
    DebugUtil.printSystemProperties() [deployment.system.security.oldjssecacerts][C:
    \Program Files\Java\jre7\lib\security\jssecacerts]
    DebugUtil.printSystemProperties() [deployment.system.security.trusted.certs][C:\Program
    Files\Java\jre7\lib\security\trusted.certs]
    DebugUtil.printSystemProperties() [deployment.system.security.trusted.clientauthcerts]
    [C:\Program Files\Java\jre7\lib\security\trusted.clientcerts]
    DebugUtil.printSystemProperties() [deployment.system.security.trusted.jssecerts][C:
    \Program Files\Java\jre7\lib\security\trusted.jssecerts]
    DebugUtil.printSystemProperties() [deployment.system.security.trusted.libraries][C:
    \Program Files\Java\jre7\lib\security\trusted.libraries]
    DebugUtil.printSystemProperties() [deployment.system.tray.icon][false]
    DebugUtil.printSystemProperties() [deployment.trace][true]
    DebugUtil.printSystemProperties() [deployment.update.mime.types][true]
    DebugUtil.printSystemProperties() [deployment.user.cachedir][C:\Documents and Settings
    \aelar\Application Data\Sun\Java\Deployment\cache]
    DebugUtil.printSystemProperties() [deployment.user.extdir][C:\Documents and Settings
    \aelar\Application Data\Sun\Java\Deployment\ext]
    DebugUtil.printSystemProperties() [deployment.user.logdir][C:\Documents and Settings
    \aelar\Application Data\Sun\Java\Deployment\log]
    DebugUtil.printSystemProperties() [deployment.user.security.blacklist][C:\Documents and
    Settings\aelar\Application Data\Sun\Java\Deployment\security\blacklist]
    DebugUtil.printSystemProperties() [deployment.user.security.blacklist.dynamic][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \blacklist.dynamic]
    DebugUtil.printSystemProperties() [deployment.user.security.blacklisted.certs][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \blacklisted.certs]
    DebugUtil.printSystemProperties() [deployment.user.security.exception.sites][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \exception.sites]
    DebugUtil.printSystemProperties() [deployment.user.security.policy][file:/C:/Documents
    %20and%20Settings/aelar/Application%20Data/Sun/Java/Deployment/security/java.policy]
    DebugUtil.printSystemProperties() [deployment.user.security.sandbox.certs][C:\Documents
    and Settings\aelar\Application Data\Sun\Java\Deployment\security\sandbox.certs]
    DebugUtil.printSystemProperties() [deployment.user.security.saved.credentials][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security\auth.dat]
    DebugUtil.printSystemProperties() [deployment.user.security.trusted.cacerts][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \trusted.cacerts]
    DebugUtil.printSystemProperties() [deployment.user.security.trusted.certs][C:\Documents
    and Settings\aelar\Application Data\Sun\Java\Deployment\security\trusted.certs]
    DebugUtil.printSystemProperties() [deployment.user.security.trusted.clientauthcerts]
    [C:\Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \trusted.clientcerts]
    DebugUtil.printSystemProperties() [deployment.user.security.trusted.jssecacerts][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \trusted.jssecacerts]
    DebugUtil.printSystemProperties() [deployment.user.security.trusted.jssecerts][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \trusted.jssecerts]
    DebugUtil.printSystemProperties() [deployment.user.security.trusted.libraries][C:
    \Documents and Settings\aelar\Application Data\Sun\Java\Deployment\security
    \trusted.libraries]
    DebugUtil.printSystemProperties() [deployment.user.tmp][C:\Documents and Settings
    \aelar\Application Data\Sun\Java\Deployment\tmp]
    DebugUtil.printSystemProperties() [deployment.version][7.21]
    DebugUtil.printSystemProperties() [deployment.webjava.enabled][true]
    DebugUtil.printSystemProperties() [file.encoding][Cp1252]
    DebugUtil.printSystemProperties() [file.encoding.pkg][sun.io]
    DebugUtil.printSystemProperties() [file.separator][\]
    DebugUtil.printSystemProperties() [http.auth.serializeRequests][true]
    DebugUtil.printSystemProperties() [https.protocols][TLSv1,SSLv3]
    DebugUtil.printSystemProperties() [java.awt.graphicsenv]
    [sun.awt.Win32GraphicsEnvironment]
    DebugUtil.printSystemProperties() [java.awt.printerjob][sun.awt.windows.WPrinterJob]
    DebugUtil.printSystemProperties() [java.class.path][C:\Program Files\Java\jre7\lib
    \deploy.jar]
    DebugUtil.printSystemProperties() [java.class.version][51.0]
    DebugUtil.printSystemProperties() [java.endorsed.dirs][C:\Program Files\Java\jre7\lib
    \endorsed]
    DebugUtil.printSystemProperties() [java.ext.dirs][C:\Program Files\Java\jre7\lib
    \ext;C:\WINDOWS\Sun\Java\lib\ext]
    DebugUtil.printSystemProperties() [java.home][C:\Program Files\Java\jre7]
    DebugUtil.printSystemProperties() [java.io.tmpdir][C:\DOCUME~1\aelar\LOCALS~1\Temp\1\]
    DebugUtil.printSystemProperties() [java.library.path][C:\Program Files\Java
    \jre7\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java
    \jre7\bin;C:\Program Files\Internet Explorer;;C:\WINDOWS\system32;C:\WINDOWS;C:
    \WINDOWS\System32\Wbem;C:\PROGRA~1\BMCSOF~1\Patrol3\bin;"C:\Program Files\Java
    \jre7\bin";.]
    DebugUtil.printSystemProperties() [java.protocol.handler.pkgs]
    [com.sun.javaws.net.protocol|com.sun.deploy.net.protocol|com.sun.deploy.net.protocol]
    DebugUtil.printSystemProperties() [java.quick.starter][true]
    DebugUtil.printSystemProperties() [java.rmi.server.RMIClassLoaderSpi]
    [com.sun.jnlp.JNLPRMIClassLoaderSpi]
    DebugUtil.printSystemProperties() [java.runtime.name][Java(TM) SE Runtime Environment]
    DebugUtil.printSystemProperties() [java.runtime.version][1.7.0_51-b13]
    DebugUtil.printSystemProperties() [java.security.policy][file:C:\Program Files\Java
    \jre7\lib\security\javaws.policy]
    DebugUtil.printSystemProperties() [java.specification.name][Java Platform API
    Specification]
    DebugUtil.printSystemProperties() [java.specification.vendor][Oracle Corporation]
    DebugUtil.printSystemProperties() [java.specification.version][1.7]
    DebugUtil.printSystemProperties() [java.vendor][Oracle Corporation]
    DebugUtil.printSystemProperties() [java.vendor.url][http://java.oracle.com/]
    DebugUtil.printSystemProperties() [java.vendor.url.bug]
    [http://bugreport.sun.com/bugreport/]
    DebugUtil.printSystemProperties() [java.version][1.7.0_51]
    DebugUtil.printSystemProperties() [java.vm.info][mixed mode, sharing]
    DebugUtil.printSystemProperties() [java.vm.name][Java HotSpot(TM) Client VM]
    DebugUtil.printSystemProperties() [java.vm.specification.name][Java Virtual Machine
    Specification]
    DebugUtil.printSystemProperties() [java.vm.specification.vendor][Oracle Corporation]
    DebugUtil.printSystemProperties() [java.vm.specification.version][1.7]
    DebugUtil.printSystemProperties() [java.vm.vendor][Oracle Corporation]
    DebugUtil.printSystemProperties() [java.vm.version][24.51-b03]
    DebugUtil.printSystemProperties() [javaplugin.proxy.config.type][direct]
    DebugUtil.printSystemProperties() [javawebstart.version][javaws-10.51.2.13]
    DebugUtil.printSystemProperties() [jnlpx.heapsize][256M,512M]
    DebugUtil.printSystemProperties() [jnlpx.home][C:\Program Files\Java\jre7\bin]
    DebugUtil.printSystemProperties() [jnlpx.jvm][C:\Program Files\Java\jre7\bin\javaw.exe]
    DebugUtil.printSystemProperties() [jnlpx.origFilenameArg][C:\Documents and Settings
    \aelar\Local Settings\Temporary Internet Files\Content.IE5\ABQ165MX\viewer.jnlp
    (10.200.2[1].jnlp]
    DebugUtil.printSystemProperties() [jnlpx.remove][false]
    DebugUtil.printSystemProperties() [jnlpx.splashport][4028]
    DebugUtil.printSystemProperties() [line.separator][
    DebugUtil.printSystemProperties() [os.arch][x86]
    DebugUtil.printSystemProperties() [os.name][Windows 2003]
    DebugUtil.printSystemProperties() [os.version][5.2]
    DebugUtil.printSystemProperties() [path.separator][;]
    DebugUtil.printSystemProperties() [sun.arch.data.model][32]
    DebugUtil.printSystemProperties() [sun.awt.enableExtraMouseButtons][true]
    DebugUtil.printSystemProperties() [sun.awt.warmup][true]
    DebugUtil.printSystemProperties() [sun.boot.class.path][C:\Program Files\Java\jre7\lib
    \resources.jar;C:\Program Files\Java\jre7\lib\rt.jar;C:\Program Files\Java\jre7\lib
    \sunrsasign.jar;C:\Program Files\Java\jre7\lib\jsse.jar;C:\Program Files\Java\jre7\lib
    \jce.jar;C:\Program Files\Java\jre7\lib\charsets.jar;C:\Program Files\Java\jre7\lib
    \jfr.jar;C:\Program Files\Java\jre7\classes;C:\Program Files\Java\jre7\lib
    \javaws.jar;C:\Program Files\Java\jre7\lib\deploy.jar;C:\Program Files\Java\jre7\lib
    \plugin.jar]
    DebugUtil.printSystemProperties() [sun.boot.library.path][C:\Program Files\Java
    \jre7\bin]
    DebugUtil.printSystemProperties() [sun.cpu.endian][little]
    DebugUtil.printSystemProperties() [sun.cpu.isalist][pentium_pro+mmx pentium_pro
    pentium+mmx pentium i486 i386 i86]
    DebugUtil.printSystemProperties() [sun.desktop][windows]
    DebugUtil.printSystemProperties() [sun.io.unicode.encoding][UnicodeLittle]
    DebugUtil.printSystemProperties() [sun.java.command][com.sun.javaws.Main C:
    \DOCUME~1\aelar\LOCALS~1\Temp\1\javaws2]
    DebugUtil.printSystemProperties() [sun.java.launcher][SUN_STANDARD]
    DebugUtil.printSystemProperties() [sun.jnu.encoding][Cp1252]
    DebugUtil.printSystemProperties() [sun.management.compiler][HotSpot Client Compiler]
    DebugUtil.printSystemProperties() [sun.os.patch.level][Service Pack 2]
    DebugUtil.printSystemProperties() [trustProxy][true]
    DebugUtil.printSystemProperties() [user.country][US]
    DebugUtil.printSystemProperties() [user.dir][C:\Documents and Settings\user\Desktop]
    DebugUtil.printSystemProperties() [user.home][C:\Documents and Settings\user]
    DebugUtil.printSystemProperties() [user.language][en]
    DebugUtil.printSystemProperties() [user.name][user]
    DebugUtil.printSystemProperties() [user.script][]
    DebugUtil.printSystemProperties() [user.timezone][America/Halifax]
    DebugUtil.printSystemProperties() [user.variant][]
    DebugUtil.printSystemProperties() [vmprivilege][true]
    MacroHotkeyManager.initCustom() Current Directory [C:\Documents and Settings\aelar
    \Desktop]
    MacroHotkeyManager.initCustom() Loading soft keys ...
    MacroHotkeyManager.initCustom() LOCAL  []
    MacroHotkeyManager.initCustom() STATIC []
    MacroKeyStrokeMap.init() [macros_en.properties]
    MacroHotkeyManager.addMacroStatic()
    standalone client, continue executing pack()
    MainWindow.pack()
    MainWindow.pack() Max Size  [1680 x 1020]
    MainWindow.pack() Preferred [8 x 27]
    MainWindow.pack() Frame     [600 x 400]
    MainWindow.pack() Scroll    [104 x 0]
    MainWindow.pack() View      [104 x 0]
    MainWindow.pack()
    standalone client, continue executing pack()
    MainWindow.pack()
    MainWindow.pack() Max Size  [1680 x 1020]
    MainWindow.pack() Preferred [1032 x 818]
    MainWindow.pack() Frame     [1032 x 818]
    MainWindow.pack() Scroll    [1024 x 768]
    MainWindow.pack() View      [1024 x 768]
    MainWindow.pack()
    standalone client, continue executing pack()
    MainWindow.pack()
    MainWindow.pack() Max Size  [1680 x 1020]
    MainWindow.pack() Preferred [1032 x 818]
    MainWindow.pack() Frame     [1032 x 818]
    MainWindow.pack() Scroll    [1024 x 768]
    MainWindow.pack() View      [1024 x 768]
    MainWindow.pack()
    getting Primary socket
    standalone client, continue executing pack()
    in receiveSessionSetup
    MainWindow.pack()
    MainWindow.pack() Max Size  [1680 x 1020]
    MainWindow.pack() Preferred [828 x 670]
    MainWindow.pack() Frame     [828 x 670]
    MainWindow.pack() Scroll    [820 x 620]
    MainWindow.pack() View      [820 x 620]
    MainWindow.pack()
    standalone client, continue executing pack()
    MainWindow.pack()
    MainWindow.pack() Max Size  [1680 x 1020]
    MainWindow.pack() Preferred [828 x 670]
    MainWindow.pack() Frame     [828 x 670]
    MainWindow.pack() Scroll    [820 x 620]
    MainWindow.pack() View      [820 x 620]
    MainWindow.pack()
    ProtocolAPCP: Version [2.37]
    ProtocolAPCP: CONNECTION_TYPE_SSL_ANONYMOUS
    OS: Windows 2003
    KVM SSL session is using protocol TLSv1 with cipher TLS_RSA_WITH_AES_128_CBC_SHA
    NativeKeyboard.init() Native library loading [jawt]
    JNLPClassLoader: Finding library jawt.dll
    NativeKeyboard.init() Native library loading [avctKVMIO]
    JNLPClassLoader: Finding library avctKVMIO.dll
    NativeKeyboard.init() Native library loading complete.
    KVMIOWindowListener::setup
    KVMIOWindowListener::setup
    NativeKeyboard.setPassthroughEnabled() [true]
    NativeKeyboard.setPassthroughEnabled() [false]
    NuovaViewerMainController.propertyChange() [PASSTHROUGH_AVAILABLE]
    02/26/2014 08:46:42:237: User login response: 3 [Channel access is denied.]
    login failed : status code = 3
    java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException:
    java.net.SocketException: Software caused connection abort: socket write error
        at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Software caused
    connection abort: socket write error
        at sun.security.ssl.Alerts.getSSLException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        ... 6 more
    Caused by: java.net.SocketException: Software caused connection abort: socket write
    error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        ... 6 more
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException:
    java.net.SocketException: Software caused connection abort: socket write error
        at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Software caused
    connection abort: socket write error
        at sun.security.ssl.Alerts.getSSLException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        ... 6 more
    Caused by: java.net.SocketException: Software caused connection abort: socket write
    error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        ... 6 more
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException:
    java.net.SocketException: Software caused connection abort: socket write error
        at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Software caused
    connection abort: socket write error
        at sun.security.ssl.Alerts.getSSLException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        ... 6 more
    Caused by: java.net.SocketException: Software caused connection abort: socket write
    error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        ... 6 more
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException:
    java.net.SocketException: Software caused connection abort: socket write error
        at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Software caused
    connection abort: socket write error
        at sun.security.ssl.Alerts.getSSLException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        ... 6 more
    Caused by: java.net.SocketException: Software caused connection abort: socket write
    error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        ... 6 more
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException:
    java.net.SocketException: Software caused connection abort: socket write error
        at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Software caused
    connection abort: socket write error
        at sun.security.ssl.Alerts.getSSLException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        ... 6 more
    Caused by: java.net.SocketException: Software caused connection abort: socket write
    error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        ... 6 more
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException:
    java.net.SocketException: Software caused connection abort: socket write error
        at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Software caused
    connection abort: socket write error
        at sun.security.ssl.Alerts.getSSLException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        ... 6 more
    Caused by: java.net.SocketException: Software caused connection abort: socket write
    error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        ... 6 more
    javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException:
    java.net.SocketException: Software caused connection abort: socket write error
        at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager.writeRequest(Unknown Source)
        at com.avocent.kvm.base.protocol.PacketManager$SendThread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.net.SocketException: Software caused
    connection abort: socket write error
        at sun.security.ssl.Alerts.getSSLException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source)
        ... 6 more
    Caused by: java.net.SocketException: Software caused connection abort: socket write
    error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
        at sun.security.ssl.OutputRecord.write(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        ... 6 more

  • Web logic 10.3  - WLDF Console Extension java applet is not loading

    Weblogic running in Solaris
    Navigating to the weblogic console using – HTTP like , http://host:port/console
    I was trying to enable WDLF console extension , as mentioned in documentation copied diagnostics-console-extension.jar to <domain>/console-ext folder. After this a I could see the “WLDF Console Extension” tab when I log into the admin console. But the java applet is failing to load - showing Error: Click for details , follwing are the details
    Java Plug-in 10.2.0.13
    Using JRE version 1.7.0_02-b13 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\user
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Appreciate your comments

    Do you see any further nested exceptions OR errors in the log file.
    Considering that the same WLS-JDK combination works on one machine and does not work on another machine, it indicates an environmental issue.
    "However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed....
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu."
    I am suspecting if it has to do anything with the native libraries being loaded JAVA_LIB_PATH.
    Please review the server log file again for identifying differences in LIB_PATH or PATH or any messages saying "Unable to load native.. performance pack.."
    Arun

  • Windows XP and java.lang.NoClassDefFoundError: Console

    Our company is currently using a web page to launch a java applet that redirect the user to an application server to demo our product. This has been and still is working fine for all Windows version until XP. And depending on which version of XP, sometimes it will work and sometime it won't. The link to the web site to launch the applet is http://www.aasys.com/gs_java/iejava.htm if you wish to test it.
    It should take you to a screen asking for a security code which we would provide to our customers. If you get this far it is working.
    Any suggestion would be helpful.
    Thanks.
    DP Grose
    Below is the error message we get on some of the Windows XP versions :
    Java(TM) Plug-in: Version 1.4.2
    Using JRE version 1.4.2 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Don
    Proxy Configuration: No proxy
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.NoClassDefFoundError: Console
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Your first option we are currently looking at but have not tested it yet. We would prefer the end user not to have to do this, but they may have to in the end.
    Your second option seems the best route to go and we may be able to get the source code from our vendor. Once this is compiled under 1.4.2 will it still be compatable with the older version of MS JVM or will our users need to download the current Java plugin? Since this the way that Java is proceeding this will most likely work for everyone.
    Thanks.

  • Console Application not updating the database

    Dear all,
    I am new to c# development. I have a console application front end in program.cs
    I have a local database on visual studio.
    When I execute the stored procedure locally on the database the data is getting updated in the database.
    When I update the same through Console Application - the data is not appearing in the database.
    Can somebody throw light on this? Where I am missing
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Data;
    using System.Data.SqlClient;
    namespace AssetApp
    class Program
    static void Main(string[] args)
    bool value = true;
    while (value)
    value = getdisplay();
    //Console.ReadLine();
    //value = false;
    private static bool getdisplay()
    Console.WriteLine("-------------------------------------- ");
    Console.WriteLine("---------------------------------------");
    Console.Clear();
    Console.WriteLine("----------Asset Application------------");
    Console.WriteLine(" 1 Company Asset ");
    Console.WriteLine(" 2 Standby Laptop Register ");
    Console.WriteLine(" 3 Scrap Register ");
    Console.WriteLine(" 4 Purchase Register ");
    Console.WriteLine(" 5 Service Call Report ");
    Console.WriteLine(" 6 IT Helpdesk ");
    Console.WriteLine(" 7 Exit ");
    Console.WriteLine("---------------------------------------");
    string input = Console.ReadLine();
    switch (input)
    case "1":
    CompanyAsset();
    break;
    case "2":
    Console.WriteLine("Standy Laptop Register");
    break;
    case "3":
    Console.WriteLine("Scrap Register");
    break;
    case "4":
    Console.WriteLine("Purchase Register");
    break;
    case "5":
    Console.WriteLine("Service call Report");
    break;
    case "6":
    Console.WriteLine("IT Helpdesk");
    break;
    case "7":
    return false;
    default:
    break;
    return true;
    private static void CompanyAsset()
    Console.WriteLine("------Company Asset------------------------");
    Console.WriteLine("Type the Department Name");
    string departmentName = Console.ReadLine();
    Console.WriteLine("Type the First Name");
    string firstName = Console.ReadLine();
    Console.WriteLine("Type the Last Name");
    string lastName = Console.ReadLine();
    Console.WriteLine("Type the User Name");
    string userName = Console.ReadLine();
    Console.WriteLine("Type the Model Number");
    string modelNumber = Console.ReadLine();
    Console.WriteLine("Type the AssetTypeID");
    string assetTypeID = Console.ReadLine();
    Console.WriteLine("Type the SerialNumber");
    string serialNumber = Console.ReadLine();
    Console.WriteLine("Type the WarrantyStartDate");
    DateTime warrantyStartDate = Convert.ToDateTime(Console.ReadLine());
    Console.WriteLine("Type the WarrantyEndDate");
    DateTime warrantyEndDate = Convert.ToDateTime(Console.ReadLine());
    Console.WriteLine("Company");
    string company = Console.ReadLine();
    Console.WriteLine("EngineerID");
    string engineerID = Console.ReadLine();
    Console.WriteLine("ITHelpdeskID");
    string itHelpdeskID = Console.ReadLine();
    Console.WriteLine("EmpID");
    string empID = Console.ReadLine();
    //Handshake
    SqlConnection myNewConnection = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\AssetApp.mdf;Integrated Security=True");
    //open the database
    myNewConnection.Open();
    //create command
    SqlCommand myCommand = myNewConnection.CreateCommand();
    //using the stored procedue to update the database using parameters add
    myCommand.CommandText = "InsertAsset";
    myCommand.CommandType = CommandType.StoredProcedure;
    myCommand.Parameters.Add(new SqlParameter("@DepartmentName", departmentName));
    myCommand.Parameters.Add(new SqlParameter("@FirstName", firstName));
    myCommand.Parameters.Add(new SqlParameter("@LastName", lastName));
    myCommand.Parameters.Add(new SqlParameter("@UserName", userName));
    myCommand.Parameters.Add(new SqlParameter("@ModelNumber", modelNumber));
    myCommand.Parameters.Add(new SqlParameter("@AssetTypeID", int.Parse(assetTypeID)));
    myCommand.Parameters.Add(new SqlParameter("@SerialNumber", serialNumber));
    myCommand.Parameters.Add(new SqlParameter("@WarrantyStartDate", warrantyStartDate));
    myCommand.Parameters.Add(new SqlParameter("@WarrantyEndDate", warrantyEndDate));
    myCommand.Parameters.Add(new SqlParameter("@Company", company));
    myCommand.Parameters.Add(new SqlParameter("@EngineerID", int.Parse(engineerID)));
    myCommand.Parameters.Add(new SqlParameter("@ITHelpdeskID", int.Parse(itHelpdeskID)));
    myCommand.Parameters.Add(new SqlParameter("@EmpID", int.Parse(empID)));
    int recordsAffected = myCommand.ExecuteNonQuery();
    if (recordsAffected == 1)
    Console.WriteLine("Successful your entry");
    else
    Console.WriteLine("Your entry is not successful");
    myNewConnection.Close();
    Console.WriteLine("");
    Console.WriteLine("Press Enter to continue");
    Console.ReadLine();
    public static void StandbyLaptopRegister()
    Console.WriteLine("-------------------------------");
    Console.WriteLine("Select the Date & Time");
    string DateTime = Console.ReadLine();
    Console.WriteLine("");
    ALTER PROCEDURE dbo.InsertAsset
    @DepartmentName NVARCHAR(50),
    @FirstName NVARCHAR(50),
    @LastName NVARCHAR(50),
    @UserName NVARCHAR(50),
    @ModelNumber NVARCHAR(50),
    @AssetTypeID INT,
    @SerialNumber NVARCHAR(50),
    @WarrantyStartDate SMALLDATETIME,
    @WarrantyEndDate SMALLDATETIME,
    @Company NVARCHAR(50),
    @EngineerID INT,
    @ITHelpdeskID INT,
    @EmpID INT
    @parameter1 int = 5,
    @parameter2 datatype OUTPUT
    AS
    /* SET NOCOUNT ON */
    BEGIN
    INSERT CompanyAsset(DepartmentName,
    FirstName,
    LastName,
    UserName,
    ModelNumber,
    AssetTypeID,
    SerialNumber,
    WarrantyStartDate,
    WarrantyEndDate,
    Company,
    EngineerID,
    ITHelpdeskID,
    EmpID)
    VALUES(@DepartmentName,
    @FirstName,
    @LastName,
    @UserName,
    @ModelNumber,
    @AssetTypeID,
    @SerialNumber,
    @WarrantyStartDate,
    @WarrantyEndDate,
    @Company,
    @EngineerID,
    @ITHelpdeskID,
    @EmpID)
    /*RETURN @@IDENTITY*/
    END
    Cheers
    Sathya

    Hello,
    Usually when I see
    AttachDbFilename=|DataDirectory| ...
    The database was added into the project via the IDE add new data source and if so make sure under the property window for the database that "Copy to Output Directory" is set to either the first or last option as the default "Copy always"
    copies the database each time you build the project thus overwrites the last time you ran the project.
    I would recommend the "Copy if Newer" which means the database is only copied if you make changes to the database. Set "Copy if newer", build run check results.
    Of course this may not be the issue but may very well be too.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • HTML - FORMS Integration is giving some problem in java console

    Hi ALL,
    I have done HTML-FORMS integration, I am facing some problem in the Java console,
    Here I am pasting a par of it, all Java Console appears same
    Java Plug-in 1.5.0_12
    Using JRE version 1.5.0_12 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\165212
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.NoClassDefFoundError: sun/awt/DesktopBrowse
         at sun.plugin2.applet.Applet2Environment.initialize(Unknown Source)
         at sun.plugin2.main.client.PluginMain.handleMessageSetJVMID(Unknown Source)
         at sun.plugin2.main.client.PluginMain.mainLoop(Unknown Source)
         at sun.plugin2.main.client.PluginMain.run(Unknown Source)
         at sun.plugin2.main.client.PluginMain.main(Unknown Source)
    security: property package.access value sun.
    security: property package.access new value sun.,com.sun.javaws
    security: property package.access value sun.,com.sun.javaws
    security: property package.access new value sun.,com.sun.javaws,com.sun.deploy
    security: property package.access value sun.,com.sun.javaws,com.sun.deploy
    security: property package.access new value sun.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition value null
    security: property package.definition new value com.sun.javaws
    security: property package.definition value com.sun.javaws
    security: property package.definition new value com.sun.javaws,com.sun.deploy
    security: property package.definition value com.sun.javaws,com.sun.deploy
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access value sun.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access new value sun.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@18e4327
    network: No certificate info for unsigned JAR file: https://172.19.31.145/forms/java/JavaComponent.jar
    network: Cache entry found [url: https://172.19.31.145/forms/java/JavaComponent.jar, version: null]
    network: Connecting https://172.19.31.145/forms/java/JavaComponent.jar with proxy=DIRECT
    security: Loading Root CA certificates from C:\Program Files\Java\jre1.5.0_12\lib\security\cacerts
    security: Loaded Root CA certificates from C:\Program Files\Java\jre1.5.0_12\lib\security\cacerts
    security: Loading SSL Root CA certificates from C:\Program Files\Java\jre1.5.0_12\lib\security\cacerts
    security: Loaded SSL Root CA certificates from C:\Program Files\Java\jre1.5.0_12\lib\security\cacerts
    security: Loading Deployment SSL certificates from C:\Documents and Settings\165212\Application Data\Sun\Java\Deployment\security\trusted.jssecerts
    security: Loaded Deployment SSL certificates from C:\Documents and Settings\165212\Application Data\Sun\Java\Deployment\security\trusted.jssecerts
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Loading certificates from Internet Explorer ROOT certificate store
    security: Loaded certificates from Internet Explorer ROOT certificate store
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment session certificate store
    security: Checking if SSL certificate is in Deployment permanent certificate store
    network: Connecting https://172.19.31.145/forms/java/JavaComponent.jar with cookie "jsessionid=2_JDiw1SfhDcKwGvf2RPYUeEFCaZ6RIefy-n26w60AsXN00aTd"
    network: Server https://172.19.31.145/forms/java/JavaComponent.jar requesting to set-cookie with "jsessionid=2_JDiw1SfhDcKwGvf2RPYUeEFCaZ6RIefy-n26w60AsXN00aTd; Path=/; Secure"
    network: ResponseCode for https://172.19.31.145/forms/java/JavaComponent.jar : 304
    network: Encoding for https://172.19.31.145/forms/java/JavaComponent.jar : null
    network: Disconnect connection to https://172.19.31.145/forms/java/JavaComponent.jar
    network: No certificate info for unsigned JAR file: https://172.19.31.145/forms/java/JavaComponent.jar
    cache: Had to use super.getManifest() to set manLoaded
    java.lang.Exception: AAA
         at com.sun.deploy.cache.CachedJarFile$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CachedJarFile.ensureAncestorKnowsAboutManifest(Unknown Source)
         at com.sun.deploy.cache.CachedJarFile.<init>(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.getJarFile(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    cache: Had to use super.getManifest() to set manLoaded

    Java Plug-in 1.5.0_10-erdist
    Using JRE version 1.5.0_10-erdist Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\ruddas
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Trace level set to 5: all ... completed.
    network: Connecting http://rws60132rems.us.oracle.com:8009/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar with cookie "r12umx10=Dk5dwJEksicWgA9gQHukXQzh:S; oracle.uix=0^^GMT+5:30^p"
    network: ResponseCode for http://rws60132rems.us.oracle.com:8009/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar : 304
    network: Encoding for http://rws60132rems.us.oracle.com:8009/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar : null
    network: Disconnect connection to http://rws60132rems.us.oracle.com:8009/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar
    cache: Had to use super.getManifest() to set manLoaded
    java.lang.Exception: AAA
         at com.sun.deploy.cache.CachedJarFile$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CachedJarFile.ensureAncestorKnowsAboutManifest(Unknown Source)
         at com.sun.deploy.cache.CachedJarFile.<init>(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.getJarFile(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    cache: Had to use super.getManifest() to set manLoaded
    java.lang.Exception: AAA
         at com.sun.deploy.cache.CachedJarFile$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CachedJarFile.ensureAncestorKnowsAboutManifest(Unknown Source)
         at com.sun.deploy.cache.CachedJarFile.<init>(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.getJarFile(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCachedJarFile(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    cache: Had to use super.getManifest() to set manLoaded
    java.lang.Exception: AAA
         at com.sun.deploy.cache.CachedJarFile$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CachedJarFile.ensureAncestorKnowsAboutManifest(Unknown Source)
         at com.sun.deploy.cache.CachedJarFile.<init>(Unknown Source)
         at com.sun.deploy.cache.CachedJarFile.clone(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I am alos facing the same problem with ie 8

  • Jnitiator console errors

    Hi,
    I m trying to access online application. when i try to open any form after logon, jar start download and in jnitiator console errors come
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sahil
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\sahil\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\kr25421
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class oracle/apps/fnd/formsClient/FormsLauncher.class not found.
    java.lang.ClassNotFoundException: java.net.ConnectException: Operation timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.New(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.createConnection(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://ajax.pestal.co.uk:8001/OA_JAV...r/fndforms.jar
    System configuration is OS: Windows xp sp2
    VPN is connected
    Edited by: user9536785 on Jan 10, 2010 9:18 PM
    Waiting for reply, nobody knows answer of this thread.

    If you are working with a VPN, you need to check with the VPN administrator, cause Jinitiator will try to connect over the vpn and it won't be able to connect and download the files.
    Hope this helps.
    Greetings.

  • JINITIATOR CONSOLE ERROR

    Hi,
    I m trying to access online application. when i try to open any form after logon, jar start download and in jnitiator console errors come
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sahil
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\sahil\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\kr25421
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class oracle/apps/fnd/formsClient/FormsLauncher.class not found.
    java.lang.ClassNotFoundException: java.net.ConnectException: Operation timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.New(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.createConnection(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://ajax.pestal.co.uk:8001/OA_JAV...r/fndforms.jar
    System configuration is OS: Windows xp sp2
    VPN is connected

    Did you check you forms application.log for FRM-93000?
    Normally on serverside you receive this error.
    Its is because in some forms the Fill pattern is set to None instead to a value like Transparent.
    Change this in one form and test if your frm is sill coming up.
    regards
    Michel

Maybe you are looking for

  • Mail App no longer working

    Last night Mail was working perfectly, as it has for many years. This morning not working. Nobody touched my computer. I did not Install or Delete anything. Did NOT make ANY changes to anything at all. I use DeamHost for my Web Host and E-mail Servic

  • NO DATA FOUND IN WORKFLOW PORTLET

    Hi, Presently, I am working oracle portal integration project, in that , I integrate workflow portlet with portal. So, I have taken workflow portlet (version_beta_9.0.4.1) from portalstudio site, but it is giving "No Data Found" messeage. I have some

  • Nokia 515 camera how record video in mp4?

    http://www.nokia.com/gb-en/phones/phone/515/specifications/ Video Main video camera Video recording formats: 3GP/H.263, MP4/MPEG-4 So how i can change recording format from 3GP to MP4? i can't find ,phone RM-953 have latest firmware v 10.34

  • Custom MDM Scenario - Level of Effort

    Gi All, Has anybody cretaed any custom repositories in MDM. Our company needs to maintain Financial Master data Objects( G/L Account Master,Bank Master, Exchange  rates etc)  through MDM primarily. I would like to give the best best possible estimate

  • I'm confused...what is drop frame vs. non-drop frame...

    And why does it matter guys...? How would I know what I recorded in? Is it on my camera settings, or on FCP5 settings? Where would I look to find out? Thanks guys... Jeremy