Layouts in AWT

I have tried to use null Layouts alone they work fine. But with another layout, they don't work. Can I use both null Layouts and Border/Flow Layouts together?
Panel p1 = new Panel();
p1.setLayout(null);
Panel p2 = new Panel();
p2.setLayout(new BorderLayout() );
Would something like this work?
Also, I still don't understand how to draw (lines,rect,put images etc) on a panel. Sample code would be beneficial.
Thanks,
Helix

I used to have trouble with layouts too, they can be nit picky(I personally prefer using the Forte dialogue editor for GUI's you can download the community edition for free and trust me you'll never go back to command line). As for your question about drawing, if you put a canvas on you panel, you override the paint method. This method specifies how the canvas should be drawn. Instantiate your canvas class, and add it to the panel. Call the repaint() method on your canvas instance.
eg. class MyCanvas extends Canvas {
public MyCanvas() {
public void paint(Graphics g) {
g.drawLine(...);
g.drawOval(...);
g.drawRect(...);
//etc.
See the graphics class API
http://java.sun.com/j2se/1.4.1/docs/api/index.html
to find out all about the different drawing methods in the Graphics class and how to use them.
Hope that helps.
Adwait

Similar Messages

  • Design Layout of Project Dissapears

    This happened to me yesterday, once or twice.
    Now it seems that anytime I save a project and then close down Creator, when I open Creator back up and try to open an existing project the design layout dissapears. So does every object in the Document Outline. The source is still there, but not the "design" tab.
    Has anyone else had this problem and have you isolated it to a sequence of events so I can prevent it in the future

    Looking at the Creator log, I see this
    INFORMATIONAL *********** Exception occurred ************ at Thu Apr 15 15:19:56 PDT 2004
    java.lang.IllegalStateException: [Winsys] TopComponent com.sun.rave.designer.DesignerTopComp[Design,0,0,880x772,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=256,maximumSize=,minimumSize=,preferredSize=] throws runtime exception from its componentActivated() method. Repair it!
    [catch] at org.openide.windows.WindowManager.activateComponent(WindowManager.java:279)
         at com.sun.rave.windowmgr.WindowManagerImpl.activateComponent(WindowManagerImpl.java:368)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.reactivateSelectedComponent(LayoutManagerListenerImpl.java:41)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowChanged(LayoutManagerListenerImpl.java:125)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireComponentChanged(RLayoutWindow.java:503)
         at com.sun.winsys.layout.impl.RLayoutWindow.stateChanged(RLayoutWindow.java:436)
         at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:287)
         at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:219)
         at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:116)
         at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:50)
         at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:468)
         at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:461)
         at com.sun.winsys.swing.BasicClosableTabbedPaneUI$MouseHandler.mousePressed(BasicClosableTabbedPaneUI.java:3459)
         at java.awt.Component.processMouseEvent(Component.java:5097)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    ==>
    java.lang.NullPointerException
         at com.sun.rave.insync.live.SourceLiveRoot.getInstanceName(SourceLiveRoot.java:34)
         at com.sun.rave.component.html.DocumentComp.<init>(DocumentComp.java:46)
         at com.sun.rave.designer.SelectionManager.updateNodes(SelectionManager.java:2643)
         at com.sun.rave.designer.DesignerTopComp.componentActivated(DesignerTopComp.java:590)
    [catch] at org.openide.windows.WindowManager.activateComponent(WindowManager.java:277)
         at com.sun.rave.windowmgr.WindowManagerImpl.activateComponent(WindowManagerImpl.java:368)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.reactivateSelectedComponent(LayoutManagerListenerImpl.java:41)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowChanged(LayoutManagerListenerImpl.java:125)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireComponentChanged(RLayoutWindow.java:503)
         at com.sun.winsys.layout.impl.RLayoutWindow.stateChanged(RLayoutWindow.java:436)
         at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:287)
         at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:219)
         at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:116)
         at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:50)
         at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:468)
         at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:461)
         at com.sun.winsys.swing.BasicClosableTabbedPaneUI$MouseHandler.mousePressed(BasicClosableTabbedPaneUI.java:3459)
         at java.awt.Component.processMouseEvent(Component.java:5097)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)I hope that helps. BTW, I'm just trying to re-open the SimpleNavigation tutorial that I created.

  • Swing and jmf

    can u please have a look to the attached file
    i know that this involves the jmf API but I have the feeling that has to do more with swing, thats whay I post my question here
    this simple application is based on the MDI.java example of the jmf web
    pages
    I also added a slider and want to set the playback rate for the player from
    there if possible
    that is I want everytime that I move the slider and the value is biggerthan
    50 the rate to be reduced according to a simple calculation that converts
    the slider value to a value between 0 an1 for the rate...
    so all i want to do is pass the slider value to the player everytime that
    the slider changes value and this is bigger than 50
    the attached file can do that only when the player starts playing the
    file,,,,
    after the player has started and the rate is set I cant change it even if
    the slider moves
    when I tried to do that from within the stateChanged method of the slider I
    was getting a Nullpointer exception because of the EventDispatching thread,
    so I thought to take this piece of code out of there (create the setnewrate
    method in the jmframe instead),,,,but then of course doesnt work like I
    would want,,,,,
    do I have to register the class that implements the frame for the player as
    a ChangeListener on the slider to achieve that, is something like that
    possible....
    I know that swing is not supposed to be thread safe, so maybe this is what
    the problem is after all...any suggestions to that direction?
    Can u please have a look??
    I am a beginner so any help would really be very much appreciated
    thanx :)
    maria
    .....and the attached file
    I think the problem is with the stateChanged method for the Jslider...
    I am getting a null pointerexception because of the eventdispatching thread
    pls ignore any silly mistakes I am a completely newbie in java
    myAppfr2.java
    import javax.media.*;
    import com.sun.media.ui.*;
    import javax.media.protocol.*;
    import javax.media.protocol.DataSource;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.io.*;
    import java.util.Vector;
    import javax.swing.border.Border.*;
    import java.util.Hashtable;
    public class myAppfr2 extends Frame {
    * VARIABLES
    JMFrame jmframe = null;
    JDesktopPane desktop;
    FileDialog fd = null;
    CheckboxMenuItem cbAutoLoop = null;
    Player player ;
    //Player newPlayer = null;
    String filename;
    boolean stopped;
    public my_slider test_slider;//put it here so I can use it by name by all code
    float rate;
    * MAIN PROGRAM / STATIC METHODS
    public static void main(String args[]) {
    //if (args.length > 0)
         //rate=Float.parseFloat(args[0]);
    myAppfr2 mdi = new myAppfr2();
    static void Fatal(String s) {
    MessageBox mb = new MessageBox("JMF Error", s);
    * METHODS
    public myAppfr2() {
    super("VHE Demo");
    // Add the desktop pane
    setLayout( new BorderLayout() );
    desktop = new JDesktopPane();
    desktop.setDoubleBuffered(true);
         desktop.setDragMode(JDesktopPane.OUTLINE_DRAG_MODE);//makes dragging faster
    add("Center", desktop);
    setMenuBar(createMenuBar());
    setSize(640, 480);
    setVisible(true);
         test_slider = new my_slider("networkutil");
         createnetworkutil();
         try {
         UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel") ;
    } catch (Exception e) {
    System.err.println("Could not initialize personal look and feel");
    addWindowListener( new WindowAdapter() {
    public void windowClosing(WindowEvent we) {
    System.exit(0);
    Manager.setHint(Manager.LIGHTWEIGHT_RENDERER, new Boolean(true));
    private MenuBar createMenuBar() {
    ActionListener al = new ActionListener() {
    public void actionPerformed(ActionEvent ae) {
    String command = ae.getActionCommand();
    if (command.equals("Open")) {
    if (fd == null) {
    fd = new FileDialog(myAppfr2.this, "Open File",
    FileDialog.LOAD);
    fd.setDirectory("~/movies");
    fd.show();
    if (fd.getFile() != null) {
    String filename = fd.getDirectory() + fd.getFile();
    openFile("file:" + filename);
    } else if (command.equals("Exit")) {
    dispose();
    System.exit(0);
    MenuItem item;
    MenuBar mb = new MenuBar();
    // File Menu
    Menu mnFile = new Menu("File");
    mnFile.add(item = new MenuItem("Open"));
    item.addActionListener(al);
    mnFile.add(item = new MenuItem("Exit"));
    item.addActionListener(al);
    // Options Menu
    Menu mnOptions = new Menu("Options");
    cbAutoLoop = new CheckboxMenuItem("Auto replay");
    cbAutoLoop.setState(true);
    mnOptions.add(cbAutoLoop);
    mb.add(mnFile);
    mb.add(mnOptions);
    return mb;
    //create slider and add it to desktop
    public void createnetworkutil(){
    test_slider.pack();
    desktop.add(test_slider);
    test_slider.setVisible(true);
    * Open a media file.
    private void openFile(String filename) {
    String mediaFile = filename;
    Player player = null;
    // URL for our media file
    URL url = null;
    try {
    // Create an url from the file name and the url to the
    // document containing this applet.
    if ((url = new URL(mediaFile)) == null) {
    Fatal("Can't build URL for " + mediaFile);
    return;
    // Create an instance of a player for this media
    try {
    player = Manager.createPlayer(url);
    } catch (NoPlayerException e) {
    Fatal("Error: " + e);
    } catch (MalformedURLException e) {
    Fatal("Error:" + e);
    } catch (IOException e) {
    Fatal("Error:" + e);
    if (player != null) {
    this.filename = filename;
    JMFrame jmframe = new JMFrame(player, filename);
    desktop.add(jmframe);
    class JMFrame extends JInternalFrame implements ControllerListener {
    public Player mplayer;
    Component visual = null;
    Component control = null;
    int videoWidth = 0;
    int videoHeight = 0;
    int controlHeight = 30;
    int insetWidth = 10;
    int insetHeight = 30;
    // boolean firstTime = true;
    public JMFrame(Player player, String title) {
    super(title, true, true, true, true);
    getContentPane().setLayout( new BorderLayout() );
    //setSize(320, 10);
    setLocation(200, 25);
    setVisible(true);
    mplayer = player;
    mplayer.addControllerListener((ControllerListener) this);
    mplayer.realize();
    addInternalFrameListener( new InternalFrameAdapter() {
    public void internalFrameClosing(InternalFrameEvent ife) {
    mplayer.close();
    public void controllerUpdate(ControllerEvent ce) {
    // System.out.println("controllerUpdate");
    //SwingUtilities.isEventDispatchThread();
    if (ce instanceof RealizeCompleteEvent) {
    mplayer.prefetch();
    } else if (ce instanceof PrefetchCompleteEvent) {
    if (visual != null)
    return;
         //setnewrate();
         //rate=mplayer.getRate();
         System.out.println( mplayer.getRate());
    if ((visual = mplayer.getVisualComponent()) != null) {
    Dimension size = visual.getPreferredSize();
    videoWidth = size.width;
    videoHeight = size.height;
    getContentPane().add("Center", visual);
    } else
    videoWidth = 320;
    /*if ((control = mplayer.getControlPanelComponent()) != null) {
    controlHeight = control.getPreferredSize().height;
    getContentPane().add("South", control);
    setSize(videoWidth + insetWidth,
    videoHeight + controlHeight + insetHeight);
    validate();
    mplayer.start();
    } else if (ce instanceof StartEvent){
         if (test_slider.netutil==0) {
         mplayer.stop();
         } else if (ce instanceof EndOfMediaEvent && cbAutoLoop.getState()) {
    mplayer.setMediaTime(new Time(0));
              boolean stopped=true;
              mplayer.prefetch();
              mplayer.start();
              stopped=false;
    class my_slider extends JInternalFrame implements ChangeListener{
    //Set up parameters.
    int netini=50;
    public int netutil=netini;
    public my_slider(String windowTitle) {
    super(windowTitle, false, false, false, false);
    getContentPane().setLayout(new BorderLayout());
    setLocation(25,25);// for the internal frame that contains the slider
    setVisible(true); //..same
    //Create the slider(the component included in "my_slider" internal frame
         JSlider mslider = new JSlider(JSlider.VERTICAL,
    0, 100, netini);
    mslider.addChangeListener((ChangeListener) this);
    mslider.setMajorTickSpacing(10);
    mslider.setPaintTicks(true);
    //Create the label table.
    Hashtable labelTable = new Hashtable();
    labelTable.put(new Integer( 0 ),
    new JLabel("0%") );
    labelTable.put(new Integer( 25 ),
    new JLabel("25%") );
    labelTable.put(new Integer( 50 ),
    new JLabel("50%") );
    labelTable.put(new Integer(75),
    new JLabel("75%") );
         labelTable.put(new Integer( 100),
    new JLabel("100%") );     
    mslider.setLabelTable(labelTable);
    mslider.setPaintLabels(true);
    mslider.setBorder(
    BorderFactory.createEmptyBorder(0,0,0,10));
         //Put everything in the content pane.
    getContentPane().add(mslider, BorderLayout.CENTER);
    public void stateChanged(ChangeEvent e) { //System.out.println("stateChanged");
    // SwingUtilities.isEventDispatchThread();
    if (e instanceof ChangeEvent){
    JSlider source = (JSlider)e.getSource();
    if (!source.getValueIsAdjusting()) {
    netutil= (int)source.getValue();
         System.out.println(netutil);
              if (jmframe.mplayer!=null) {
         jmframe.mplayer.setRate((float)(netutil/(netutil+(0.3*netutil))));
              if (jmframe.mplayer.getTargetState() <Player.Started)
         jmframe.mplayer.prefetch();
    i am stuck so any help would be really very much appreciated

    did you ever resolve this.
    I may be having similar problems
    I have an JMF application running under webstart. It runs ok in Java 1.3
    Now I am trying to get ti to run under Java 1.4. The attached error is rather useless,
    but by guess at what is happening is that the JMF control has some .awt. stuff included
    but that Java 1.4 emulates .awt. in swing. But something was not set and the default does not
    work.
    This error messages does not appear in the 1.3 run
    Any suggestions would be greatly appriatated.
    1.4 result:
    mg version 2.1.1a
    player created com.sun.media.content.unknown.Handler@3a1834
    ctr com.sun.media.PlaybackEngine$BitRateA@4a9a7d
    ctr com.sun.media.BasicJMD[panel0,0,0,512x200,invalid,layout=java.awt.BorderLayout]
    duration? javax.media.Time@6b5666 sec = 9.223372036854776E9
    time unknown javax.media.Time@754699
    will realize the player
    realize
    javax.media.TransitionEvent[source=com.sun.media.content.unknown.
    Handler@3a1834,previous=Unrealized,current=Realizing,
    target=Realized]
    start smxBADS
    bass start
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at javax.swing.plaf.metal.MetalLookAndFeel.getControlInfo(Unknown Source)
    at javax.swing.plaf.metal.MetalScrollButton.paint(Unknown Source)
    at javax.swing.JComponent.paintChildren(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintWithBuffer(Unknown Source)
    at javax.swing.JComponent._paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at javax.swing.plaf.metal.MetalLookAndFeel.getControlInfo(Unknown Source)
    at javax.swing.plaf.metal.MetalScrollButton.paint(Unknown Source)
    at javax.swing.JComponent.paintChildren(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintWithBuffer(Unknown Source)
    at javax.swing.JComponent._paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    realize done
    panel found java.awt.Panel[panel1,0,0,0x0,invalid] java.awt.Panel[panel2,4,216,292x30,layout=java.awt.FlowLayout]
    press a button
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at javax.swing.plaf.metal.MetalLookAndFeel.getControlInfo(Unknown Source)
    at javax.swing.plaf.metal.MetalScrollButton.paint(Unknown Source)
    at javax.swing.JComponent.paintChildren(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintWithBuffer(Unknown Source)
    at javax.swing.JComponent._paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    1.3 result
    mg version 2.1.1a
    player created com.sun.media.content.unknown.Handler@354749
    ctr com.sun.media.PlaybackEngine$BitRateA@5b484d
    ctr com.sun.media.BasicJMD[panel3,0,0,512x200,invalid,layout=java.awt.BorderLayout]
    duration? javax.media.Time@46d228 sec = 9.223372036854776E9
    time unknown javax.media.Time@f7386
    will realize the player
    realize
    javax.media.TransitionEvent[source=com.sun.media.content.unknown.
    Handler@354749,previous=Unrealized,current=Realizing,
    target=Realized]
    start smxBADS
    bass start
    javax.media.DurationUpdateEvent[source=com.sun.media.content.unknown.Handler@354749,duration=javax.media.Time@55c0f9
    javax.media.Time@55c0f9
    javax.media.RealizeCompleteEvent[source=com.sun.media.content.unknown.Handler@354749,previous=Realizing,current=Realized,target=Realized]
    realized complete
    prefetch
    realize done
    controlComp com.sun.media.ui.DefaultControlPanel[,0,0,74x21,invalid,layout=java.awt.BorderLayout]
    add controlComp 21 java.awt.Panel[panel4,10,-12,258x47,invalid]
    javax.media.TransitionEvent[source=com.sun.media.content.unknown.Handler@354749,previous=Realized,current=Prefetching,target=Prefetched]
    start smxBADS
    bass start
    running ok from here on

  • Signed applet don't work on XP

    Hi,
    I'am currently working on a point-of-sale (POS) using windows XP/Firefox and a linux apache/jboss server.
    I have developed a dynamic windows library in order to use an industrial printer connected to the POS to perform some printing without confirmation of the customer.
    The POS is under Windows XP SP2 and use Firefox 2.0.0.11/JRE 1.5.0.14.
    This dll is used by a signed applet located on the apache/jboss server.
    The applet is correctly downloaded by the client, but normally i have to wait for the certicat authentification windows appearing and for confirming that i want execute the applet. And instead i have a java exception :
    security: La v�rification du certificat � l'aide des certificats AC racine a �chou�
    security: Aucune information d'horodatage disponible
    java.lang.NullPointerException
         at com.sun.deploy.ui.UIFactory.showSecurityDialog(Unknown Source)
         at com.sun.deploy.security.TrustDeciderDialog.showDialog(Unknown Source)
         at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
         at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
         at sun.plugin.security.PluginClassLoader.getPermissions(Unknown Source)
         at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         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)
    security: L'utilisateur a refus� les droits d'acc�s au code
    basic: Taille de cache du chargeur de classes courant : 1
    basic: Termin�...
    basic: Jonction du thread d'applet...
    basic: Destruction de l'applet...
    basic: Elimination de l'applet...
    basic: Sortie de l'applet...
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(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)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.C:\Program Files\BICImpression\impression_api.dll)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.load0(Unknown Source)
         at java.lang.System.load(Unknown Source)
         at applets.impression.Impression.<clinit>(Impression.java:38)
         ... 11 moreand then the certicat authentification windows appears but it's too late, the applet won't never execute ...
    the apache/jboss server is accessed via some gateway, firewal, ... tha t i can't control
    the apache jboss/server on my own PC is accessed directly :
    What is amazing, is that work fine with my own professionnal PC on W2000 SP4, with JRE1.5.0.14 and Firefox 2.0.0.11 :
    when I look in the java console, the java freeze until i have answered this java security window (certicat authentification windows). And when i answered "run" no problem the applet makes her own job.
    here is the code when it works :
    security: La v�rification du certificat � l'aide des certificats AC racine a �chou�
    security: Aucune information d'horodatage disponible
    basic: Plugin modality.pushed
    basic: Modalit� empil�e
    basic: push javax.swing.JDialog[dialog0,379,296,519x323,layout=java.awt.BorderLayout,modal,title=Avertissement - S�curit�,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,3,22,513x298,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    basic: Chargement arr�t�...
    basic: Arr�t de l'applet...Conclusion
    POS : Win XP SP2, JRE1.5.0.14 (i tried 1.5.0.6 and 1.6.3 the latest), Firefox 2.0.0.11 (I tried 2.0.0.0 and 3 beta2 don't work anyway)
    my own server/client : W2000 SP4, JRE1.5.0.14, Firefox 2.0.0.11
    Linux server : RHEL4
    It works with IE on the POS with the linux sever but it's not the selected browser.
    It works with IE on the POS with my own server.
    It works with Firefox on the POS with my own server.
    It works with IE on my own server with the linux sever but it's not the selected browser.
    It works with IE on my own server with my own server.
    It works with Firefox on my own server with the linux sever.
    It works with Firefox on my own server with my own server.
    If you have some idea to make it work i'm you're buyer !!
    Thank a lot for reading this, and i apologize for my poor english ...
    greetings,
    Benoit
    Edited by: bendur on Feb 29, 2008 3:49 AM

    Ok I have found my problem :
    On every web pages, we have defined some inactivity timeouts.
    On my own server I have disabled these timeouts but not on the distant timeout.
    And it seems that the timeout (defined in javascript ont he web pages : 3s) has a very bad influence on the launching of my applet ... only with firefox (with IE and Opera no problem)
    My problem is anwsered but the problem keep alive for firefox ...

  • My Next button is not working. Please Help!

    Hello, everyone.
    Thank you very much for stopping by my question.
    I'm trying to make this work all day today. I'm out of idea...
    SortedMap m = new TreeMap()is used to sort the collection.
    I want to show next record(name and payrate) in the collection if there's any. Every time I try the code, I get 'Class Cast Exception'
    What am I doing wrong? The following is the code.
    <CODE>
    // Next button
    if (e.getSource().equals(nextBtn))
    // Show an error message if the collection is empty.
    if (m.isEmpty())
    msg.setText("No Record is in the Collection");
    //Instantiate an Inerator on the collection's key set and use it to
    // display next record.
    Iterator pointer = m.keySet().iterator();
    if (pointer.hasNext())
    msg.setText("The records: "+ (String)m.get(pointer.next()));
    // Show a message if there is no more record available in the collection.
    else {
    msg.setText("No More Record");
    </CODE>
    Please give me suggestion/advice.
    Thanks in advance.

    hi, Radish21.
    I think I'm not adding payRate into the collection succesfully.
    I changed the code as below:
    Iterator pointer = m.keySet().iterator();
    if (pointer.hasNext()){
      Object key = pointer.next(); // get the next key.
      Object value = m.values(); // get the value for that key.
      msg.setText(key +"," +value);
    }I got the following message in message area:
    Eric,[project06.App$Employee[Eric,0,0,0x0,invalid,layout=java.awt.FlowLayout], project06.App$Employee[Maya,0,0,0x0,invalid,layout=java.awt.FlowLayout], project06.App$Employee[Naoyo,0,0,0x0,invalid,layout=java.awt.FlowLayout]]
    I see the names I added, but don't see the payrate there.
    The following is the code to add the name/payrate into the collection:
    m.put(nameField.getText(),  new Employee (nameField.getText(), Double.parseDouble(payRateField.getText())));Isn't this adding payRate?
    I'm sorry to ask you so many questions.
    I do really appreciate your time and consideration.
    Thank you

  • EXCEPTION_ACCESS_VIOLATION in Web Start

    Hi,
    I am using JDK 1.5. And there is an EXCEPTION_ACCESS_VIOLATION when I tried to launch a program via Web Start.
    The program just crash after I press some items.
    Do you have any idea ?
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d267ada, pid=3980, tid=576
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # C [fontmanager.dll+0x27ada]
    --------------- T H R E A D ---------------
    Current thread (0x0086e8a0): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=576]
    siginfo: ExceptionCode=0xc0000005, reading address 0x52f2db8e
    Registers:
    EAX=0x00017769, EBX=0x52efecb0, ECX=0x52efecbc, EDX=0x00008000
    ESP=0x4a38ec38, EBP=0x4a38ec44, ESI=0x00007d23, EDI=0x00000000
    EIP=0x6d267ada, EFLAGS=0x00010202
    Top of Stack: (sp=0x4a38ec38)
    0x4a38ec38: 4a38ee9c 52efecba 52efecb0 4a38ec78
    0x4a38ec48: 6d2680d2 6c61746e 52efecbc 00008000
    0x4a38ec58: 00000019 6d266076 6c61746e 6d269bad
    0x4a38ec68: 6c61746e 0086e960 43fb9b78 43fb9b78
    0x4a38ec78: 4a38eefc 6d26a14f 6c61746e 00000019
    0x4a38ec88: ffffffff 4a38ef14 0086e8a0 43fb9b78
    0x4a38ec98: 43fb9b78 00000000 0086e8a0 0084ab60
    0x4a38eca8: 42bea9a0 00000000 4a38ef0c 00000000
    Instructions: (pc=0x6d267ada)
    0x6d267aca: 8b c8 5a d3 e2 8b 4d 0c 2b f2 89 55 10 8d 04 76
    0x6d267ada: 0f b6 1c 41 8d 04 41 c1 e3 08 0f b6 48 01 03 cb
    Stack: [0x4a350000,0x4a390000), sp=0x4a38ec38, free space=251k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [fontmanager.dll+0x27ada]
    C [fontmanager.dll+0x280d2]
    C [fontmanager.dll+0x2a14f]
    j sun.font.SunLayoutEngine.nativeLayout(Lsun/font/Font2D;Lsun/font/FontStrike;[FII[CIIIIIIZLjava/awt/geom/Point2D$Float;Lsun/font/GlyphLayout$GVData;)V+0
    j sun.font.SunLayoutEngine.layout(Lsun/font/FontStrikeDesc;[FIILsun/font/TextRecord;ZLjava/awt/geom/Point2D$Float;Lsun/font/GlyphLayout$GVData;)V+70
    j sun.font.GlyphLayout$EngineRecord.layout()V+90
    j sun.font.GlyphLayout.layout(Ljava/awt/Font;Ljava/awt/font/FontRenderContext;[CIIILsun/font/StandardGlyphVector;)Lsun/font/StandardGlyphVector;+480
    j sun.font.ExtendedTextSourceLabel.createGV()Lsun/font/StandardGlyphVector;+70
    j sun.font.ExtendedTextSourceLabel.getGV()Lsun/font/StandardGlyphVector;+9
    j sun.font.ExtendedTextSourceLabel.createCharinfo()[F+1
    j sun.font.ExtendedTextSourceLabel.getCharinfo()[F+9
    j sun.font.ExtendedTextSourceLabel.getLineBreakIndex(IF)I+1
    j java.awt.font.TextMeasurer.calcLineBreak(IF)I+96
    j java.awt.font.TextMeasurer.getLineBreakIndex(IF)I+38
    j java.awt.font.LineBreakMeasurer.nextOffset(FIZ)I+44
    j java.awt.font.LineBreakMeasurer.nextLayout(FIZ)Ljava/awt/font/TextLayout;+15
    j java.awt.font.LineBreakMeasurer.nextLayout(F)Ljava/awt/font/TextLayout;+7
    j com.symantec.sef.management.ui.NavigatorPanel.formatTip(Ljava/lang/String;)Ljava/lang/String;+61
    j com.symantec.sef.management.ui.NavigatorPanel.getSectionDefinition(Lorg/w3c/dom/Element;)Lcom/symantec/sef/management/ui/NavigatorPanel$SectionDefinition;+294
    j com.symantec.sef.management.ui.NavigatorPanel.getSections(Lorg/w3c/dom/Node;)[Lcom/symantec/sef/management/ui/NavigatorPanel$SectionDefinition;+219
    j com.symantec.sef.management.ui.NavigatorPanel.walkXmlTree(Lorg/w3c/dom/Node;)V+24
    j com.symantec.sef.management.ui.NavigatorPanel.<init>(Lcom/symantec/sef/management/ui/NavigatorPanel$ContentProvider;Lcom/symantec/sef/management/ui/PrivilegeChecker;)V+79
    j com.symantec.sef.management.ui.AbstractConfigurationCBA.getUI()Ljavax/swing/JPanel;+88
    j com.symantec.sef.management.ui.UI.setUI(Lcom/symantec/ssmc/commoncontrols/IContentBuilder;)Z+136
    j com.symantec.ssmc.commoncontrols.CBANavigationTreeCtrl.treeElementClicked(Ljavax/swing/tree/DefaultMutableTreeNode;Z)V+55
    j com.symantec.ssmc.commoncontrols.CBANavigationTreeCtrl.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+24
    j javax.swing.JTree.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
    j javax.swing.JTree$TreeSelectionRedirector.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+17
    j javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
    j javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Ljava/util/Vector;Ljavax/swing/tree/TreePath;)V+84
    j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths([Ljavax/swing/tree/TreePath;)V+454
    j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Ljavax/swing/tree/TreePath;)V+23
    j javax.swing.JTree.setSelectionPath(Ljavax/swing/tree/TreePath;)V+5
    j javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(Ljavax/swing/tree/TreePath;Ljava/awt/event/MouseEvent;)V+266
    j javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelectionImpl(Ljava/awt/event/MouseEvent;Ljavax/swing/tree/TreePath;)V+126
    j javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(Ljava/awt/event/MouseEvent;)V+107
    j javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressed(Ljava/awt/event/MouseEvent;)V+9
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+21
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+54
    j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+477
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+126
    j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
    J java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x845a9]
    V [jvm.dll+0xd9317]
    V [jvm.dll+0x8447a]
    V [jvm.dll+0x841d7]
    V [jvm.dll+0x9ed69]
    V [jvm.dll+0x109fe3]
    V [jvm.dll+0x109fb1]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.font.SunLayoutEngine.nativeLayout(Lsun/font/Font2D;Lsun/font/FontStrike;[FII[CIIIIIIZLjava/awt/geom/Point2D$Float;Lsun/font/GlyphLayout$GVData;)V+0
    j sun.font.SunLayoutEngine.layout(Lsun/font/FontStrikeDesc;[FIILsun/font/TextRecord;ZLjava/awt/geom/Point2D$Float;Lsun/font/GlyphLayout$GVData;)V+70
    j sun.font.GlyphLayout$EngineRecord.layout()V+90
    j sun.font.GlyphLayout.layout(Ljava/awt/Font;Ljava/awt/font/FontRenderContext;[CIIILsun/font/StandardGlyphVector;)Lsun/font/StandardGlyphVector;+480
    j sun.font.ExtendedTextSourceLabel.createGV()Lsun/font/StandardGlyphVector;+70
    j sun.font.ExtendedTextSourceLabel.getGV()Lsun/font/StandardGlyphVector;+9
    j sun.font.ExtendedTextSourceLabel.createCharinfo()[F+1
    j sun.font.ExtendedTextSourceLabel.getCharinfo()[F+9
    j sun.font.ExtendedTextSourceLabel.getLineBreakIndex(IF)I+1
    j java.awt.font.TextMeasurer.calcLineBreak(IF)I+96
    j java.awt.font.TextMeasurer.getLineBreakIndex(IF)I+38
    j java.awt.font.LineBreakMeasurer.nextOffset(FIZ)I+44
    j java.awt.font.LineBreakMeasurer.nextLayout(FIZ)Ljava/awt/font/TextLayout;+15
    j java.awt.font.LineBreakMeasurer.nextLayout(F)Ljava/awt/font/TextLayout;+7
    j com.symantec.sef.management.ui.NavigatorPanel.formatTip(Ljava/lang/String;)Ljava/lang/String;+61
    j com.symantec.sef.management.ui.NavigatorPanel.getSectionDefinition(Lorg/w3c/dom/Element;)Lcom/symantec/sef/management/ui/NavigatorPanel$SectionDefinition;+294
    j com.symantec.sef.management.ui.NavigatorPanel.getSections(Lorg/w3c/dom/Node;)[Lcom/symantec/sef/management/ui/NavigatorPanel$SectionDefinition;+219
    j com.symantec.sef.management.ui.NavigatorPanel.walkXmlTree(Lorg/w3c/dom/Node;)V+24
    j com.symantec.sef.management.ui.NavigatorPanel.<init>(Lcom/symantec/sef/management/ui/NavigatorPanel$ContentProvider;Lcom/symantec/sef/management/ui/PrivilegeChecker;)V+79
    j com.symantec.sef.management.ui.AbstractConfigurationCBA.getUI()Ljavax/swing/JPanel;+88
    j com.symantec.sef.management.ui.UI.setUI(Lcom/symantec/ssmc/commoncontrols/IContentBuilder;)Z+136
    j com.symantec.ssmc.commoncontrols.CBANavigationTreeCtrl.treeElementClicked(Ljavax/swing/tree/DefaultMutableTreeNode;Z)V+55
    j com.symantec.ssmc.commoncontrols.CBANavigationTreeCtrl.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+24
    j javax.swing.JTree.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
    j javax.swing.JTree$TreeSelectionRedirector.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+17
    j javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
    j javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Ljava/util/Vector;Ljavax/swing/tree/TreePath;)V+84
    j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths([Ljavax/swing/tree/TreePath;)V+454
    j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Ljavax/swing/tree/TreePath;)V+23
    j javax.swing.JTree.setSelectionPath(Ljavax/swing/tree/TreePath;)V+5
    j javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(Ljavax/swing/tree/TreePath;Ljava/awt/event/MouseEvent;)V+266
    j javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelectionImpl(Ljava/awt/event/MouseEvent;Ljavax/swing/tree/TreePath;)V+126
    j javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(Ljava/awt/event/MouseEvent;)V+107
    j javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressed(Ljava/awt/event/MouseEvent;)V+9
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+21
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.AWTEventMulticaster.mousePressed(Ljava/awt/event/MouseEvent;)V+8
    j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+54
    j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+477
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+126
    j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
    J java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x52efae70 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=216]
    0x008a2170 JavaThread "Image Animator 2" daemon [_thread_blocked, id=2296]
    0x008f5300 JavaThread "StatusThread" [_thread_blocked, id=1740]
    0x008f5490 JavaThread "Thread-56" [_thread_in_vm, id=640]
    0x008e65a0 JavaThread "Timer-0" [_thread_blocked, id=2584]
    =>0x0086e8a0 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=576]
    0x0086edd0 JavaThread "AWT-Shutdown" [_thread_blocked, id=3672]
    0x00824e70 JavaThread "DestroyJavaVM" [_thread_blocked, id=672]
    0x00853bd0 JavaThread "TimerQueue" daemon [_thread_blocked, id=2356]
    0x0084b500 JavaThread "ConsoleWriterThread" daemon [_thread_blocked, id=2628]
    0x00842760 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2308]
    0x0083de70 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3460]
    0x0083bd30 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2536]
    0x008311d0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2800]
    0x008305e0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2220]
    0x0082f690 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2400]
    0x0082ebe0 JavaThread "Finalizer" daemon [_thread_blocked, id=2264]
    0x0082d8f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=2052]
    Other Threads:
    0x0082cbe0 VMThread [id=3212]
    0x00834580 WatcherThread [id=3288]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 18240K, used 13464K [0x02bd0000, 0x03f90000, 0x07a90000)
    eden space 16256K, 74% used [0x02bd0000, 0x037a51d8, 0x03bb0000)
    from space 1984K, 67% used [0x03bb0000, 0x03d010e0, 0x03da0000)
    to space 1984K, 0% used [0x03da0000, 0x03da0000, 0x03f90000)
    tenured generation total 241984K, used 32860K [0x07a90000, 0x166e0000, 0x42bd0000)
    the space 241984K, 13% used [0x07a90000, 0x09aa71d8, 0x09aa7200, 0x166e0000)
    compacting perm gen total 20480K, used 20423K [0x42bd0000, 0x43fd0000, 0x46bd0000)
    the space 20480K, 99% used [0x42bd0000, 0x43fc1c40, 0x43fc1e00, 0x43fd0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    0x7c920000 - 0x7c9b5000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c91d000      C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e47000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000 - 0x77ee1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77d10000 - 0x77d9e000      C:\WINDOWS\system32\USER32.dll
    0x77ef0000 - 0x77f37000      C:\WINDOWS\system32\GDI32.dll
    0x77be0000 - 0x77c38000      C:\WINDOWS\system32\MSVCRT.dll
    0x76300000 - 0x7631d000      C:\WINDOWS\system32\IMM32.DLL
    0x621f0000 - 0x621f9000      C:\WINDOWS\system32\LPK.DLL
    0x73fa0000 - 0x7400b000      C:\WINDOWS\system32\USP10.dll
    0x6d670000 - 0x6d804000      C:\Program Files\Java\jre1.5.0_06\bin\client\jvm.dll
    0x76b10000 - 0x76b3a000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_06\bin\hpi.dll
    0x76bc0000 - 0x76bcb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d640000 - 0x6d64c000      C:\Program Files\Java\jre1.5.0_06\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_06\bin\java.dll
    0x6d660000 - 0x6d66f000      C:\Program Files\Java\jre1.5.0_06\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Program Files\Java\jre1.5.0_06\bin\awt.dll
    0x72f70000 - 0x72f96000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76990000 - 0x76acd000      C:\WINDOWS\system32\ole32.dll
    0x5a410000 - 0x5a447000      C:\WINDOWS\system32\uxtheme.dll
    0x736d0000 - 0x73719000      C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x738b0000 - 0x73980000      C:\WINDOWS\system32\D3DIM700.DLL
    0x74680000 - 0x746cb000      C:\WINDOWS\system32\MSCTF.dll
    0x73640000 - 0x7366e000      C:\WINDOWS\system32\msctfime.ime
    0x6d1f0000 - 0x6d203000      C:\Program Files\Java\jre1.5.0_06\bin\deploy.dll
    0x76680000 - 0x76723000      C:\WINDOWS\system32\WININET.dll
    0x765e0000 - 0x76672000      C:\WINDOWS\system32\CRYPT32.dll
    0x76db0000 - 0x76dc2000      C:\WINDOWS\system32\MSASN1.dll
    0x770f0000 - 0x7717c000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77f40000 - 0x77fb6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x75c60000 - 0x75cfc000      C:\WINDOWS\system32\urlmon.dll
    0x77bd0000 - 0x77bd8000      C:\WINDOWS\system32\VERSION.dll
    0x7d590000 - 0x7dd83000      C:\WINDOWS\system32\SHELL32.dll
    0x77180000 - 0x77282000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5c820000 - 0x5c8b7000      C:\WINDOWS\system32\comctl32.dll
    0x6d5d0000 - 0x6d5ef000      C:\Program Files\Java\jre1.5.0_06\bin\RegUtils.dll
    0x49230000 - 0x494f6000      C:\WINDOWS\system32\msi.dll
    0x6d240000 - 0x6d27d000      C:\Program Files\Java\jre1.5.0_06\bin\fontmanager.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_06\bin\net.dll
    0x71a10000 - 0x71a27000      C:\WINDOWS\system32\WS2_32.dll
    0x71a00000 - 0x71a08000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_06\bin\nio.dll
    0x77fc0000 - 0x77fd1000      C:\WINDOWS\system32\Secur32.dll
    0x76eb0000 - 0x76eec000      C:\WINDOWS\system32\RASAPI32.DLL
    0x76e60000 - 0x76e72000      C:\WINDOWS\system32\rasman.dll
    0x69a00000 - 0x69a54000      C:\WINDOWS\system32\NETAPI32.dll
    0x76e80000 - 0x76eaf000      C:\WINDOWS\system32\TAPI32.dll
    0x76e50000 - 0x76e5e000      C:\WINDOWS\system32\rtutils.dll
    0x77c40000 - 0x77c63000      C:\WINDOWS\system32\msv1_0.dll
    0x76d30000 - 0x76d48000      C:\WINDOWS\system32\iphlpapi.dll
    0x72240000 - 0x72245000      C:\WINDOWS\system32\sensapi.dll
    0x759d0000 - 0x75a7e000      C:\WINDOWS\system32\USERENV.dll
    0x49520000 - 0x49548000      C:\WINDOWS\system32\rsaenh.dll
    0x719b0000 - 0x719ee000      C:\WINDOWS\system32\mswsock.dll
    0x605b0000 - 0x60605000      C:\WINDOWS\system32\hnetcfg.dll
    0x719f0000 - 0x719f8000      C:\WINDOWS\System32\wshtcpip.dll
    0x76ef0000 - 0x76f17000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f80000 - 0x76f88000      C:\WINDOWS\System32\winrnr.dll
    0x76f30000 - 0x76f5c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f90000 - 0x76f96000      C:\WINDOWS\system32\rasadhlp.dll
    0x71a30000 - 0x71a3b000      C:\WINDOWS\system32\wsock32.dll
    0x5d860000 - 0x5d86d000      C:\WINDOWS\system32\pstorec.dll
    0x76af0000 - 0x76b01000      C:\WINDOWS\system32\ATL.DLL
    0x6d3c0000 - 0x6d3df000      C:\Program Files\Java\jre1.5.0_06\bin\jpeg.dll
    VM Arguments:
    jvm_args: -Xms256m -Xmx1024m -Xbootclasspath/a:C:\Program Files\Java\jre1.5.0_06\lib\javaws.jar;C:\Program Files\Java\jre1.5.0_06\lib\deploy.jar -Djnlpx.home=C:\Program Files\Java\jre1.5.0_06\bin -Djnlpx.splashport=1803 -Djnlpx.jvm="C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe" -Djnlpx.remove=true -Djava.security.policy=file:C:\Program Files\Java\jre1.5.0_06\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.heapsize=256m,1024m
    java_command: com.sun.javaws.Main C:\DOCUME~1\NHsiao\LOCALS~1\Temp\javaws4
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\java\jdk1.5.0_04
    CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
    PATH=C:\Program Files\Java\jre1.5.0_06\bin;C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\PROGRA~1\Borland\CBUILD~1\Bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\java\j2sdk1.4.2_02\bin;C:\veritas\products\appsaver\collector\bin;C:\veritas\products\appsaver\forensics\bin;C:\Program Files\VERITAS\VERITAS Object Bus\bin;C:\Program Files\RSA Security\RSA SecurID Software Token\;C:\PROGRA~1\ATT\Graphviz\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Reflection\;;C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322;C:\java\jdk1.5.0_04\bin;"C:\Program Files\Java\jre1.5.0_06\bin"
    USERNAME=NHsiao
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1046744k(370004k free), swap 2519784k(1552064k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0

    After looking at the threads it looks like the bug has been around since an earlier release of 1.3. Unfortunately weblogic does not support the latest jdk and looks like we are stuck with this problem (for now).
    At least I will have some info to pass up the food chain.
    Thanks again.

  • Error while creating repository

    HI Guys,
    I have installed oracle 9.2 on my lap top. Now, Iam trying to install OWB 10g release 2 on windows xp profe. The installation process went well. Now I'm trying to create the repository using the "Repository Asistant" wizard. I have entered the repository user name,service name and owner name and clicked submit..it's failing saying "INS0029: error occured during installation. check the log file at c:\owbhome\owb\unifiedrepos\log*.log for details ".
    Please, can you tell me what the problem is?? I really appreciate ur time and help..
    The log file has the following content.
    main.main[5]20080604@11:42:12.012: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Log File Directory = C:\OWBHOME\owb\UnifiedRepos\log_080604_114211.000.log
    main.main[5]20080604@11:42:12.012: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): OWBCC_HOME(OracleHome) = C:\OWBHOME
    main.main[5]20080604@11:42:14.014: 00> oracle.wh.ui.jcommon.WhPushButton@1d5a0: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20080604@11:42:14.014: 00> oracle.wh.ui.install.assistant.wizards.NewMLSPanel.initLangs(NewMLSPanel.java:339): ... I'm in initLangs()...
    main.main[5]20080604@11:42:16.016: 00> oracle.wh.ui.jcommon.WhPushButton@1d5a0: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20080604@11:42:16.016: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,0,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,title=,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.main[5]20080604@11:42:16.016: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizardWelcomePanel[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20080604@11:42:20.020: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Welcome,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:42:20.020: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.install.assistant.wizards.InstallTypePanel[,16,0,530x467,layout=java.awt.GridBagLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20080604@11:42:21.021: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 1 of 3: Install Type,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:42:21.021: 00> oracle.wh.ui.install.assistant.wizards.InstallTypePanel.onExit(InstallTypePanel.java:184): [InstallTypePanel].. I am in InstallTypePage ..
    main.AWT-EventQueue-0[6]20080604@11:42:21.021: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 1 of 3: Install Type,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:42:21.021: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel[,16,0,530x467,invalid,layout=java.awt.GridBagLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 2 of 3: Repository User and Connection Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel.onExit(SimplifiedRegisterUserPanel.java:429): [SimplifiedRegisterUserPanel] ... I am in SimplifiedRegisterUserPanel ...
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwdFields().ValidationEngine.java] ... I am in validateNewUsrPwdFields ...
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateServerInfo] ...I am in validateServerInfo ...
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Connection: Net Service Name = ORCL
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): url = ORCL
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Host = LOCALHOST, Port = 1521, Oracle Service Name = ORCL
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateServerInfo] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateSysUser] ...I am in validateSysUser ...
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): sys User Name : SYS
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Trying DBA connection ...
    main.AWT-EventQueue-0[6]20080604@11:44:27.027: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:28.028: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]: Trying to connect as SYSUSER SYS with jdbc:oracle:thin:@...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]: Succeed to connect as SYSUSER SYS.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Continue validating DBA connection ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = SELECT value from v_$system_parameter where name = 'db_block_size'
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): DBA connection is fine.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Checking if a database a standard or enterprise edition:
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select value from v$option where parameter='Partitioning'
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Checking if a database a standard or enterprise edition: complete. (db_option=EE)
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [initTablespaceNameLists] ... I am in initTablespaceNameLists ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Finding Permanent Tablespace names ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = SELECT TABLESPACE_NAME from dba_tablespaces where CONTENTS='PERMANENT' order by TABLESPACE_NAME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Finding Temporary Tablespace names ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = SELECT TABLESPACE_NAME from dba_tablespaces where CONTENTS='TEMPORARY' order by TABLESPACE_NAME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Temporary TABLESPACE = [TEMP]
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [getDatabaseVersion] ... I am in getDatabaseVersion ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select version from product_component_version where instr(product,'Oracle') != 0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Database version is: 9.2.0.1.0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [getDatabaseVersion] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [initTablespaceNameLists] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): >>> _userInfo.getDatabaseVersion() = 9.2.0.1.0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateSysUser] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [initTablespaceNameLists] ... I am in initTablespaceNameLists ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Finding Permanent Tablespace names ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = SELECT TABLESPACE_NAME from dba_tablespaces where CONTENTS='PERMANENT' order by TABLESPACE_NAME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Finding Temporary Tablespace names ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = SELECT TABLESPACE_NAME from dba_tablespaces where CONTENTS='TEMPORARY' order by TABLESPACE_NAME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Temporary TABLESPACE = [TEMP]
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [getDatabaseVersion] ... I am in getDatabaseVersion ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select version from product_component_version where instr(product,'Oracle') != 0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Database version is: 9.2.0.1.0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [getDatabaseVersion] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [initTablespaceNameLists] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [foundOWBReposFoundFromDB] ...in foundOWBReposFoundFromDB....
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select value from owbrt_sys.owbrtps where key like '10.2.0%'
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Exception =ORA-00942: table or view does not exist
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): RTP Service Configuration doesn't exist. There is no OWB_Home and version information found in owbrt_sys.owbrtps.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select schemaname from owbrt_sys.owbrepos where VERSION_NO like '10.2.0%'
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Exception =ORA-00942: table or view does not exist
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): RTP Service Configuration doesn't exist. There is no OWB_Home and version information found in owbrt_sys.owbrtps.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel.onExit(SimplifiedRegisterUserPanel.java:498): No OWB repository was found...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel.onExit(SimplifiedRegisterUserPanel.java:505): Found no RTPS configuration, and no OWB repository...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.isHostLocalhost(ValidationEngine.java:147): IP address (user input) =127.0.0.1; IP address (localhost) = 192.168.1.104.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.isHostLocalhost(ValidationEngine.java:149): The user input host = 'localhost'
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel.onExit(SimplifiedRegisterUserPanel.java:510): It's a localhost.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedRegisterUserPanel.onExit(SimplifiedRegisterUserPanel.java:511): Create default OWB repository 'OWB_10_2_0_1_31'. _oracleHome =C:\OWBHOME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.ifCreateDefaultOWBRepository(AssistantWizardDefinition.java:881): Create default OWB repository 'OWB_10_2_0_1_31'. _oracleHome =C:\OWBHOME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [initTablespaceNameLists] ... I am in initTablespaceNameLists ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Finding Permanent Tablespace names ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = SELECT TABLESPACE_NAME from dba_tablespaces where CONTENTS='PERMANENT' order by TABLESPACE_NAME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Finding Temporary Tablespace names ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = SELECT TABLESPACE_NAME from dba_tablespaces where CONTENTS='TEMPORARY' order by TABLESPACE_NAME
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Temporary TABLESPACE = [TEMP]
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [getDatabaseVersion] ... I am in getDatabaseVersion ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select version from product_component_version where instr(product,'Oracle') != 0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Database version is: 9.2.0.1.0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [getDatabaseVersion] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [initTablespaceNameLists] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.ifCreateDefaultOWBRepository(AssistantWizardDefinition.java:894): +++++++ def_tablespaces = [Ljava.lang.String;@19c4091
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwd().ValidationEngine.java] ... I am in validateNewUsrPwd ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwdFields().ValidationEngine.java] ... I am in validateNewUsrPwdFields ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [checkingIfUserNew().ValidationEngine.java] ... I am in checkingIfUserNew ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [CheckOracleInstanceVersion] ... I am in CheckOracleInstanceVersion...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): SELECT version from v$instance
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): OracleInstanceVersion = 9.2.0.1.0
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [CheckOracleInstanceVersion] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Checking if the user is really new...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query =select username from all_users where username = 'REPO_USER'
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [checkingIfUserNew().ValidationEngine.java] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwd().ValidationEngine.java] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 2 of 3: Repository User and Connection Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$6[dialog0,0,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,modal,title=Password Confirmation,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:29.029: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.install.assistant.wizards.SimplfiedNewUserPasswordDialog[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$6[dialog0,435,175,409x335,invalid,layout=java.awt.BorderLayout,modal,title=Password Confirmation,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,401x301,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 2 of 3: Repository User and Connection Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedOWBDefReposPanel.onEnter(SimplifiedOWBDefReposPanel.java:231): ....onEnter(): getInitOwbReposFlag() == true
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [checkingIfUserNew().ValidationEngine.java] ... I am in checkingIfUserNew ...
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [CheckOracleInstanceVersion] ... I am in CheckOracleInstanceVersion...
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): SELECT version from v$instance
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): OracleInstanceVersion = 9.2.0.1.0
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [CheckOracleInstanceVersion] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Checking if the user is really new...
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query =select username from all_users where username = 'OWBRT_SYS'
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [checkingIfUserNew().ValidationEngine.java] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedOWBDefReposPanel.onEnter(SimplifiedOWBDefReposPanel.java:246): OWBRT_SYS doesn't exist in database. It will be created in the database.
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 2 of 3: Repository User and Connection Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:35.035: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.install.assistant.wizards.SimplifiedOWBDefReposPanel[,16,0,530x467,invalid,layout=javax.swing.BoxLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 3 of 3: Repository Owner Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedOWBDefReposPanel.onExit(SimplifiedOWBDefReposPanel.java:265): [validateOWBDefReposPage] ... I am in validateOWBDefReposPage ...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwd().ValidationEngine.java] ... I am in validateNewUsrPwd ...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwdFields().ValidationEngine.java] ... I am in validateNewUsrPwdFields ...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [checkingIfUserNew().ValidationEngine.java] ... I am in checkingIfUserNew ...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [CheckOracleInstanceVersion] ... I am in CheckOracleInstanceVersion...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): SELECT version from v$instance
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): OracleInstanceVersion = 9.2.0.1.0
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [CheckOracleInstanceVersion] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): Checking if the user is really new...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query =select username from all_users where username = 'REPO_OWNER'
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [checkingIfUserNew().ValidationEngine.java] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [validateNewUsrPwd().ValidationEngine.java] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 3 of 3: Repository Owner Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$6[dialog1,0,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,modal,title=Password Confirmation,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:44:56.056: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.install.assistant.wizards.SimplfiedNewUserPasswordDialog[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$6[dialog1,428,175,423x335,invalid,layout=java.awt.BorderLayout,modal,title=Password Confirmation,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,415x301,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 3 of 3: Repository Owner Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [ValidationEngine] ... I am in checkOnSysDbmsLock ...
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): query = select distinct s.username, s.sid,s.serial# from dba_kgllock l, v$session s, x$kgllk x where l.kgllktype = 'Pin' and s.saddr = l.kgllkuse and s.saddr = x.kgllkuse and x.kglnaobj like '%DBMS_LOCK%' and s.STATUS <>'INACTIVE'
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): getSysConnection() is ok.
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.service.impl.assistant.ValidationEngine.display(ValidationEngine.java:2003): [ValidationEngine] ... I am in checkOnSysDbmsLock ...complete
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.ui.install.assistant.wizards.SimplifiedOWBDefReposPanel.onExit(SimplifiedOWBDefReposPanel.java:372): [validateOWBDefReposPage] ... complete ...
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Step 3 of 3: Repository Owner Information,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:45:02.002: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.install.assistant.wizards.ModelSummaryPanel[,16,0,530x467,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    main.AWT-EventQueue-0[6]20080604@11:45:04.004: 00> oracle.wh.ui.common.UIUtils@18adae2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,291,95,698x577,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Summary,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,690x543,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.AWT-EventQueue-0[6]20080604@11:45:04.004: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [wizardFinished] ... I am in wizardFinished ...
    main.AWT-EventQueue-0[6]20080604@11:45:04.004: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): ********* owb_home ='C:\OWBHOME'
    main.AWT-EventQueue-0[6]20080604@11:45:04.004: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): ... I am in executeOwbReposOrRuntime_basic() ...
    main.AWT-EventQueue-0[6]20080604@11:45:04.004: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): [processDriverFile] ... I am in processDriverFile ...
    main.AWT-EventQueue-0[6]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): xml file = ..\..\UnifiedRepos\reposInstall.xml
    main.AWT-EventQueue-0[6]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): [processDriverFile] ... I am in processDriverFile ...
    main.AWT-EventQueue-0[6]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): xml file = ..\..\UnifiedRepos\accessUserGrant.xml
    main.AWT-EventQueue-0[6]20080604@11:45:05.005: 00> oracle.wh.ui.jcommon.WhButton@80ed90: WhButton setLabel rtsString = Cancel
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [AssistantWizardDefinition.java] before createOWBRepository...
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): ... Begin createOWBRepository...
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Connection: Net Service Name = ORCL
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): url = ORCL
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): [CreateNewUser]: User has been created or Altered.
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): [processFileTokens] ... I am in processFileTokens ...
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): -token name = SQLDBA; -token type = 2
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Before processing SQLDBA Token
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): ... I am in processSQLDBAToken ...
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Connection: host/port/serice_name = LOCALHOST/1521/ORCL
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): url = (DESCRIPTION=(ADDRESS=(HOST=LOCALHOST)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL)))
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]....
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]: Trying to connect as SYSUSER SYS with jdbc:oracle:thin:@...
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Switched from jdbc:oracle:thin:@ to jdbc:oracle:oci8:@
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getSysConnection]: Throwable >> run getConnection().
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]....
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Trying to connect as USER SYS with jdbc:oracle:thin:@...
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Switched from jdbc:oracle:thin:@ to jdbc:oracle:oci8:@
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]: Throwable = java.sql.SQLException: Listener refused the connection with the following error:
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>The Connection descriptor used by the client was:
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>(DESCRIPTION=(ADDRESS=(HOST=LOCALHOST)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL)))
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:816): parseSqlFile() ======= enter file: ../../reposasst/grantpriv.sql
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): fileName is ../../reposasst/grantpriv.sql
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529): java.lang.NullPointerException
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:520)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1136)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:573)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:435)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:529)+>     at java.lang.Thread.run(Thread.java:534)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140): java.lang.NullPointerException
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:520)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1136)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:573)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:435)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1140)+>     at java.lang.Thread.run(Thread.java:534)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Throwable = Exception occured in 'processSQLDBAToken'(../../reposasst/grantpriv.sql): java.lang.NullPointerException
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [executeOwbReposOrRuntime_basic]: Error occurred during installation. Exception =java.lang.Exception: Exception occured in 'processSQLDBAToken'(../../reposasst/grantpriv.sql): java.lang.NullPointerException
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461): java.lang.Exception: Exception occured in 'processSQLDBAToken'(../../reposasst/grantpriv.sql): java.lang.NullPointerException
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processSQLDBAToken(ProcessEngine.java:1144)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:573)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:435)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:461)+>     at java.lang.Thread.run(Thread.java:534)
    main.AWT-EventQueue-0[6]20080604@11:45:05.005: 00> oracle.wh.ui.jcommon.WhButton@80ed90: WhButton setLabel rtsString = OK
    main.AWT-EventQueue-0[6]20080604@11:45:19.019: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): Open UnSuccessDialog ...
    main.AWT-EventQueue-0[6]20080604@11:45:19.019: 00> oracle.wh.ui.jcommon.WhButton@80ed90: WhButton setLabel rtsString = OK
    Thanks ...

    Hi,
    the problem is this part of the log file:
    Throwable = java.sql.SQLException: Listener refused the connection with the following error:
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>The Connection descriptor used by the client was:
    main.TaskScheduler timer[5]20080604@11:45:05.005: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391)+>(DESCRIPTION=(ADDRESS=(HOST=LOCALHOST)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL)))
    The listener don't know about the service ORCL. Can you connect via sqlplus with this oracle instance?
    Regards,
    Detlef

  • Error while creating the repository in OWB 10.2

    Hi,
    I'm trying to create the design the repository for OWB and i'm getting the following error.
    main.main[5]20090916@13:49:28.028: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Log File Directory = S:\OWB10G24.001\OraHome_1\owb\UnifiedRepos\log_090916_134928.000.log
    main.main[5]20090916@13:49:28.028: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): OWBCC_HOME(OracleHome) = S:\OWB10G24.001\OraHome_1
    main.main[5]20090916@13:49:29.029: 00> oracle.wh.ui.jcommon.WhPushButton@1687e7c: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20090916@13:49:30.030: 00> oracle.wh.ui.install.assistant.wizards.NewMLSPanel.initLangs(NewMLSPanel.java:339): ... I'm in initLangs()...
    main.main[5]20090916@13:49:31.031: 00> oracle.wh.ui.jcommon.WhPushButton@1687e7c: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20090916@13:49:31.031: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [setLocaleByPreference]: Can not read install.properties. Using default.
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [setLocaleByPreference]: Can not read install.properties. Using default.
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.common.UIUtils@1522de2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,0,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,title=,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.common.UIUtils@1522de2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizardWelcomePanel[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]

    Its resolved now it was because of an access issue.

  • OATS - Error when running application in Open Script

    Hi everyone,
    I am new with OATS. I am trying to create a script for our application that is running on forms.
    This is the error I get:
    Java Plug-in 1.6.0_31
    Using JRE version 1.6.0_31-b05 Java HotSpot(TM) Client VM
    User home directory = C:\Users\a
    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>
    SSV dialog is suppressed
    Loading Oracle ATS Forms Functional Testing Module[5.5] [Oracle JRE_1.6.0_31]
    FormsFT Helper Temporary Directory: C:\Users\AGNES~1.ROX\AppData\Local\Temp\27\OpenScript_FormsFT
    Loading cached Forms Jars ...
    0...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/frmwebutil.jar
    1...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/jacob.jar
    Loading cached Forms Jars ...
    2...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/frmall.jar
    3...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/aoscbram.jar
    4...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/myKeys.jar
    5...http://fnt1fmw101:9001/forms/BramptonJava/GetDefaultPrinter.jar
    6...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/27/OpenScript_FormsFT/fnt1fmw101_9001/timeout.jar
    cracked oracle.forms.engine.Main
    Forms Version: 11.1.1.6
    RegisterWebUtil - Loading WebUtil Version 11.1.1.6
    cracked oracle.forms.engine.Runform
    cracked oracle.ewt.lwAWT.LWScrollbar
    cracked oracle.forms.net.SocketConnection
    servarg:escapeParams=true module=pdmain6.fmx userid= debug=no host= port= obr=no record=names tracegroup= log= term= ssoProxyConnect=no
    Forms Session ID is formsapp.243
    cracked oracle.forms.net.HTTPConnection
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.6
    Initialize logging by default options
    ******Applet Initiator starting from Forms Engine now.
    [INFO] Applet Initiator starts
    [INFO] Applet [Ewt Addon] Activated
    setProperty: 7777
    ini file : C:\Users\AGNES~1.ROX\AppData\Local\Temp\27\OpenScript_Applet
    cracked oracle.ewt.lwAWT.lwText.LWTextComponent
    2013-02-04 12:06:46 456 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Send Message: <Message name="RegisterHelper" browserId="4212" moduleId="oracle.oats.scripting.modules.formsFT" />
    2013-02-04 12:06:46 456 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Receive message :<Message name = "StartConnection" port="7778"/>
    Helper Service Message :<Message name = "StartConnection" port="7778"/>
    cracked oracle.forms.handler.LogonDialog
    cracked oracle.forms.handler.TextFieldItem
    cracked oracle.forms.handler.ListValuesDialog
    cracked oracle.forms.handler.EditorDialog
    cracked oracle.forms.handler.HelpDialog
    cracked oracle.forms.handler.AlertDialog
    ******new forms Client
    ****** set a new recorder:oracle.oats.scripting.modules.formsFT.common.api.internal.automation.FormsClientOpenScript server port is 7778
    ****** Connect to applet using CommunicationLayer
    ******CMD_REQUEST_RECORDING_IDENTITY received
    2013-Feb-04 12:06:47.49 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.95 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.95 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.95 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.111 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.142 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.142 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-04 12:06:47.142 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    cracked oracle.ewt.alert.AlertPane
    2013-02-04 12:06:47 392 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start ComunnicationLayer with process id:5632 Server Port :7777
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame0,0,0,1280x1024,invalid,layout=java.awt.BorderLayout,title=,resizable,normal]
    2013-02-04 12:06:47 407 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message Received: oracle.oats.scripting.modules.applet.common.api.internal.event.AgentAcknowledgeEvent
    2013-02-04 12:06:47 407 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start Recording
    2013-Feb-04 12:06:47.579 WUI[setProperty()] Setting property WUC_SYSLIB_DIR to :FNT1FMW101:brampton_aosc
    2013-Feb-04 12:06:47.579 WUI[getProperty()] Getting property WUC_BEAN_VERSION
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    2013-Feb-04 12:06:47.595 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-04 12:06:47.595 WUT[loadSettings()] Local properties file loaded
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    2013-Feb-04 12:06:47.595 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-04 12:06:47.595 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.d2kwut60.dll
    2013-Feb-04 12:06:47.595 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-04 12:06:47.610 WUB[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUB[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUL[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUL[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUO[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUO[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUS[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUS[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUH[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUH[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUF[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUF[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:47.610 WUI[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-04 12:06:47.610 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-04 12:06:48.31 WUB[setProperty()] Setting property WUB_SEPARATEFRAME_ICON to Pd.gif
    2013-Feb-04 12:06:48.31 WUB[BrowserFunctions.setSeparateFrameIcon()] Not running in separateFrame - Icon not set
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    ***** create DelayRecorderThread
    ****** DelayRecorderThread started...
    ****** DelayRecorderThread run now ...
    ......Forms Recording: OracleForms.windowChange(" Logon to TDS/OS%screenshot=C:\Users\AGNES~1.ROX\AppData\Local\Temp\27\OSFFSS\screen1359997613382.jpg");
    ......Forms Recording: OracleForms.list("//forms:list[(@name='LOGON_CNT_STR_0')]").selectItem("BRPQA");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").setText("PDMAIN");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").setText("pdmain");
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    FRM-92091: unexpected fatal error in client-side Java code
    Java Exception:
    java.lang.NullPointerException
         at oracle.ewt.scrolling.arrowBox.ArrowBox.removeAdjustmentListener(Unknown Source)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:260)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:380)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:380)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:380)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$3.run(CompositeAwtEventListener.java:179)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:194)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1786)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$000(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$1.run(SwingListenerMgr.java:506)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:515)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.componentAdded(CompositeAwtEventListener.java:730)
         at java.awt.AWTEventMulticaster.componentAdded(Unknown Source)
         at java.awt.Container.processContainerEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.Container.addImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.addImpl(Unknown Source)
         at java.awt.Container.add(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.setWindowPosition(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow._moveToFront(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setActive(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setVisible(Unknown Source)
         at oracle.forms.ui.ExtendedFrame.setVisible(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setVisible(Unknown Source)
         at oracle.forms.handler.FormWindow.doShowComponent(Unknown Source)
         at oracle.forms.handler.UICommon.onComponentUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.handler.FormWindow.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage_C(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_C(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at oracle.forms.engine.Main.dispatchEvents(Unknown Source)
         at oracle.forms.engine.Main.tryDispatching(Unknown Source)
         at oracle.forms.engine.Main.componentResized(Unknown Source)
         at java.awt.Component.processComponentEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.BufferedApplet.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.BufferedApplet.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$000(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    2013-02-04 12:07:13 548 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Destory runform: oracle.forms.engine.Runform@5976c2
    ......Forms Recording: OracleForms.dispose();
    2013-02-04 12:07:13 595 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Forms FT helper stopping message is sent out
    2013-Feb-04 12:07:19.804 WUB[VBeanCommon.destroy()] WebUtil Browser Functions being removed..
    2013-Feb-04 12:07:19.804 WUL[VBeanCommon.destroy()] WebUtil C API Functions being removed..
    2013-Feb-04 12:07:20.38 WUO[VBeanCommon.destroy()] WebUtil Client Side Ole Functions being removed..
    2013-Feb-04 12:07:20.53 WUT[VBeanCommon.destroy()] WebUtil File Transfer Bean being removed..
    2013-Feb-04 12:07:20.53 WUS[VBeanCommon.destroy()] WebUtil Session Monitoring Facilities being removed..
    2013-Feb-04 12:07:20.69 WUH[VBeanCommon.destroy()] WebUtil Client Side Host Commands being removed..
    2013-Feb-04 12:07:20.69 WUF[VBeanCommon.destroy()] WebUtil Client Side File Functions being removed..
    2013-Feb-04 12:07:20.85 WUI[VBeanCommon.destroy()] WebUtil GetClientInfo Utility being removed..

    Hi Deepu,
    I am still getting an error:
    Does it matter which java version I use?
    here is the log:
    Java Plug-in 1.6.0_27
    Using JRE version 1.6.0_27-b07 Java HotSpot(TM) Client VM
    User home directory = C:\Users\agnes.roxas
    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>
    SSV dialog is suppressed
    Loading Oracle ATS Forms Functional Testing Module[5.5] [Oracle JRE_1.6.0_27]
    FormsFT Helper Temporary Directory: C:\Users\AGNES~1.ROX\AppData\Local\Temp\28\OpenScript_FormsFT
    Loading cached Forms Jars ...
    0...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/frmwebutil.jar
    1...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/jacob.jar
    Downloading...http://fnt1fmw101:9001/forms/BremenJava/aosc.jar
    Downloading...http://fnt1fmw101:9001/forms/BremenJava/myKeys.jar
    Downloading...http://fnt1fmw101:9001/forms/BremenJava/GetDefaultPrinter.jar
    Loading cached Forms Jars ...
    2...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/frmall.jar
    3...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/aosc.jar
    4...cached jar...file:/C:/Users/AGNES~1.ROX/AppData/Local/Temp/28/OpenScript_FormsFT/fnt1fmw101_9001/myKeys.jar
    5...http://fnt1fmw101:9001/forms/BremenJava/GetDefaultPrinter.jar
    cracked oracle.forms.engine.Main
    Forms Version: 11.1.1.6
    RegisterWebUtil - Loading WebUtil Version 11.1.1.6
    cracked oracle.forms.engine.Runform
    cracked oracle.ewt.lwAWT.LWScrollbar
    cracked oracle.forms.net.SocketConnection
    servarg:escapeParams=true module=pdmain6.fmx userid= debug=no host= port= obr=no record=names tracegroup= log= term= ssoProxyConnect=no
    Forms Session ID is formsapp.279
    cracked oracle.forms.net.HTTPConnection
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.6
    Initialize logging by default options
    ******Applet Initiator starting from Forms Engine now.
    [INFO] Applet Initiator starts
    [INFO] Applet [Ewt Addon] Activated
    setProperty: 7777
    ini file : C:\Users\AGNES~1.ROX\AppData\Local\Temp\28\OpenScript_Applet
    cracked oracle.ewt.lwAWT.lwText.LWTextComponent
    2013-02-05 07:37:51 821 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Receive message :<Message name = "StartConnection" port="7778"/>
    Helper Service Message :<Message name = "StartConnection" port="7778"/>
    2013-02-05 07:37:51 821 INFO [oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection] Send Message: <Message name="RegisterHelper" browserId="2996" moduleId="oracle.oats.scripting.modules.formsFT" />
    cracked oracle.forms.handler.LogonDialog
    cracked oracle.forms.handler.TextFieldItem
    cracked oracle.forms.handler.ListValuesDialog
    cracked oracle.forms.handler.EditorDialog
    cracked oracle.forms.handler.HelpDialog
    cracked oracle.forms.handler.AlertDialog
    ******new forms Client
    ****** set a new recorder:oracle.oats.scripting.modules.formsFT.common.api.internal.automation.FormsClientOpenScript server port is 7778
    ****** Connect to applet using CommunicationLayer
    ******CMD_REQUEST_RECORDING_IDENTITY received
    2013-Feb-05 07:37:52.447 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.493 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.500 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.505 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.513 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.540 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.547 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2013-Feb-05 07:37:52.553 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    cracked oracle.ewt.alert.AlertPane
    2013-02-05 07:37:52 835 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start ComunnicationLayer with process id:6048 Server Port :7777
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame0,0,0,1280x1024,invalid,layout=java.awt.BorderLayout,title=,resizable,normal]
    2013-02-05 07:37:52 851 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message Received: oracle.oats.scripting.modules.applet.common.api.internal.event.AgentAcknowledgeEvent
    2013-02-05 07:37:52 854 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Start Recording
    2013-Feb-05 07:37:52.987 WUI[setProperty()] Setting property WUC_SYSLIB_DIR to :FNT1FMW101:bremen_aosc
    2013-Feb-05 07:37:52.987 WUI[getProperty()] Getting property WUC_BEAN_VERSION
    2013-Feb-05 07:37:52.993 WUT[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:52.993 WUT[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:52.993 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    2013-Feb-05 07:37:52.993 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-05 07:37:53.01 WUT[loadSettings()] Local properties file loaded
    2013-Feb-05 07:37:53.04 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    2013-Feb-05 07:37:53.04 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-05 07:37:53.07 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.d2kwut60.dll
    2013-Feb-05 07:37:53.07 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2013-Feb-05 07:37:53.19 WUB[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUB[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUL[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUL[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUO[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUO[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUS[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUS[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.19 WUH[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.19 WUH[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.20 WUF[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.20 WUF[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.20 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.20 WUI[setProperty()] Setting property WUC_BLOCK_ALLOW_HEART_BEAT to 0
    2013-Feb-05 07:37:53.20 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 0
    2013-Feb-05 07:37:53.493 WUB[setProperty()] Setting property WUB_SEPARATEFRAME_ICON to Pd.gif
    2013-Feb-05 07:37:53.493 WUB[BrowserFunctions.setSeparateFrameIcon()] Not running in separateFrame - Icon not set
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    ***** create DelayRecorderThread
    ****** DelayRecorderThread started...
    ****** DelayRecorderThread run now ...
    ......Forms Recording: OracleForms.windowChange(" Logon to TDS/OS%screenshot=C:\Users\AGNES~1.ROX\AppData\Local\Temp\28\OSFFSS\screen1360067886207.jpg");
    ......Forms Recording: OracleForms.list("//forms:list[(@name='LOGON_CNT_STR_0')]").selectItem("BREQA");
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    cannot determine src CompInfo topNode = TJavaWindow bottom parent node=TJavaCombobox
    ......Forms Recording: OracleForms.list("//forms:list[(@name='LOGON_CNT_STR_0')]").selectItem("BRPQA");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_UN_0')]").setText("PDMAIN");
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").click();
    ......Forms Recording: OracleForms.textField("//forms:textField[(@name='LOGON_PW_0')]").setText("pdmain");
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_LOGON_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_EXIT_0')]").click();
    ......Forms Recording: OracleForms.button("//forms:button[(@name='LOGON_EXIT_0')]").click();
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame1,0,0,1x1,layout=java.awt.BorderLayout,title=,resizable,normal]
    RegisterWebUtil - Loading WebUtil Version 11.1.1.6
    Window created = sun.plugin2.main.client.PluginEmbeddedFrame[frame2,0,0,988x563,layout=java.awt.BorderLayout,title=,resizable,normal]
    servarg:escapeParams=true module=pdmain6.fmx userid= debug=no host= port= obr=no record=names tracegroup= log= term= ssoProxyConnect=no
    Forms Session ID is formsapp.280
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.6
    FRM-92091: unexpected fatal error in client-side Java code
    Java Exception:
    java.lang.NullPointerException
         at oracle.ewt.scrolling.arrowBox.ArrowBox.removeAdjustmentListener(Unknown Source)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$4.run(CompositeAwtEventListener.java:260)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:390)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1791)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$100(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$2.run(SwingListenerMgr.java:537)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:970)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener$3.run(CompositeAwtEventListener.java:179)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.installListeners(CompositeAwtEventListener.java:194)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.superInstallListeners(SwingListenerMgr.java:1786)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.access$000(SwingListenerMgr.java:315)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener$1.run(SwingListenerMgr.java:506)
         at oracle.oats.scripting.modules.applet.helper.observer.SwingListenerMgr$CompositeSwingEventListener.installListeners(SwingListenerMgr.java:515)
         at oracle.oats.scripting.modules.applet.helper.observer.CompositeAwtEventListener.componentAdded(CompositeAwtEventListener.java:730)
         at java.awt.Container.processContainerEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.Container.addImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.addImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.BaseMIContainer.doLayout(Unknown Source)
         at java.awt.Container.validateTree(Unknown Source)
         at java.awt.Container.validateTree(Unknown Source)
         at java.awt.Container.validate(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.laf.TitleBar.propertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.firePropertyChange(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setFrameIcon(Unknown Source)
         at oracle.forms.ui.ExtendedFrame.setIcon(Unknown Source)
         at oracle.forms.handler.FormWindow.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.handler.FormWindow.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage_C(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_C(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform_C(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.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    2013-02-05 07:38:55 642 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Destory runform: oracle.forms.engine.Runform@96e599
    ......Forms Recording: OracleForms.dispose();
    2013-02-05 07:38:55 652 INFO [oracle.oats.scripting.modules.formsFT.helper.Engine] Forms FT helper stopping message is sent out
    2013-02-05 07:38:59 287 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message sent: oracle.oats.scripting.modules.applet.common.api.internal.event.JavaRecordedData
    2013-02-05 07:38:59 305 INFO [oracle.oats.scripting.modules.applet.helper.communication.CommunicationLayer] Message sent: oracle.oats.scripting.modules.applet.common.api.internal.event.JavaRecordedData

  • Calling a class's method from another class

    Hi, i would like to know if it's possible to call a Class's method and get it's return from another Class. This first Class doesn't extend the second. I've got a Choice on this first class and depending on what is selected, i want to draw a image on the second class witch is a Panel extended. I put the control "if" on the paint() method of the second class witch is called from the first by the repaint() (first_class.repaint()) on itemStateChanged(). Thankx 4 your help. I'm stuck with this.This program is for my postgraduation final project and i'm very late....

    import java.awt.*;
    import java.sql.*;
    * This type was generated by a SmartGuide.
    class Test extends Frame {
         private java.awt.Panel ivjComboPane = null;
         private java.awt.Panel ivjContentsPane = null;
         IvjEventHandler ivjEventHandler = new IvjEventHandler();
         private Combobox ivjCombobox1 = null;
    class IvjEventHandler implements java.awt.event.WindowListener {
              public void windowActivated(java.awt.event.WindowEvent e) {};
              public void windowClosed(java.awt.event.WindowEvent e) {};
              public void windowClosing(java.awt.event.WindowEvent e) {
                   if (e.getSource() == Test.this)
                        connEtoC1(e);
              public void windowDeactivated(java.awt.event.WindowEvent e) {};
              public void windowDeiconified(java.awt.event.WindowEvent e) {};
              public void windowIconified(java.awt.event.WindowEvent e) {};
              public void windowOpened(java.awt.event.WindowEvent e) {};
         private Panel ivjPanel1 = null;
    * Combo constructor comment.
    public Test() {
         super();
         initialize();
    * Combo constructor comment.
    * @param title java.lang.String
    public Test(String title) {
         super(title);
    * Insert the method's description here.
    * Creation date: (11/16/2001 7:48:51 PM)
    * @param s java.lang.String
    public void conexao(String s) {
         try {
              Class.forName("oracle.jdbc.driver.OracleDriver");
              String url = "jdbc:oracle:thin:system/[email protected]:1521:puc";
              Connection db = DriverManager.getConnection(url);
              //String sql_str = "SELECT * FROM referencia";
              Statement sq_stmt = db.createStatement();
              ResultSet rs = sq_stmt.executeQuery(s);
              ivjCombobox1.addItem("");
              while (rs.next()) {
                   String dt = rs.getString(1);
                   ivjCombobox1.addItem(dt);
              db.close();
         } catch (SQLException e) {
              System.out.println("Erro sql" + e);
         } catch (ClassNotFoundException cnf) {
    * connEtoC1: (Combo.window.windowClosing(java.awt.event.WindowEvent) --> Combo.dispose()V)
    * @param arg1 java.awt.event.WindowEvent
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private void connEtoC1(java.awt.event.WindowEvent arg1) {
         try {
              // user code begin {1}
              // user code end
              this.dispose();
              // user code begin {2}
              // user code end
         } catch (java.lang.Throwable ivjExc) {
              // user code begin {3}
              // user code end
              handleException(ivjExc);
    * Return the Combobox1 property value.
    * @return Combobox
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private Combobox getCombobox1() {
         if (ivjCombobox1 == null) {
              try {
                   ivjCombobox1 = new Combobox();
                   ivjCombobox1.setName("Combobox1");
                   ivjCombobox1.setLocation(30, 30);
                   // user code begin {1}
                   this.conexao("select * from referencia");
                   // user code end
              } catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
         return ivjCombobox1;
    * Return the ComboPane property value.
    * @return java.awt.Panel
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private java.awt.Panel getComboPane() {
         if (ivjComboPane == null) {
              try {
                   ivjComboPane = new java.awt.Panel();
                   ivjComboPane.setName("ComboPane");
                   ivjComboPane.setLayout(null);
                   getComboPane().add(getCombobox1(), getCombobox1().getName());
                   getComboPane().add(getPanel1(), getPanel1().getName());
                   // user code begin {1}
                   // user code end
              } catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
         return ivjComboPane;
    * Return the ContentsPane property value.
    * @return java.awt.Panel
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private java.awt.Panel getContentsPane() {
         if (ivjContentsPane == null) {
              try {
                   ivjContentsPane = new java.awt.Panel();
                   ivjContentsPane.setName("ContentsPane");
                   ivjContentsPane.setLayout(new java.awt.BorderLayout());
                   getContentsPane().add(getComboPane(), "Center");
                   // user code begin {1}
                   // user code end
              } catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
         return ivjContentsPane;
    * Return the Panel1 property value.
    * @return Panel
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private Panel getPanel1() {
         if (ivjPanel1 == null) {
              try {
                   ivjPanel1 = new Panel();
                   ivjPanel1.setName("Panel1");
                   ivjPanel1.setBackground(java.awt.SystemColor.scrollbar);
                   ivjPanel1.setBounds(24, 118, 244, 154);
                   // user code begin {1}
                   // user code end
              } catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
         return ivjPanel1;
    * Called whenever the part throws an exception.
    * @param exception java.lang.Throwable
    private void handleException(java.lang.Throwable exception) {
         /* Uncomment the following lines to print uncaught exceptions to stdout */
         // System.out.println("--------- UNCAUGHT EXCEPTION ---------");
         // exception.printStackTrace(System.out);
    * Initializes connections
    * @exception java.lang.Exception The exception description.
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private void initConnections() throws java.lang.Exception {
         // user code begin {1}
         // user code end
         this.addWindowListener(ivjEventHandler);
    * Initialize the class.
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private void initialize() {
         try {
              // user code begin {1}
              // user code end
              setName("Combo");
              setLayout(new java.awt.BorderLayout());
              setSize(460, 300);
              setTitle("Combo");
              add(getContentsPane(), "Center");
              initConnections();
         } catch (java.lang.Throwable ivjExc) {
              handleException(ivjExc);
         // user code begin {2}
         // user code end
    * Insert the method's description here.
    * Creation date: (11/17/2001 2:02:58 PM)
    * @return java.lang.String
    public String readCombo() {
         String dado = ivjCombobox1.getSelectedItem();
         return dado;
    * Starts the application.
    * @param args an array of command-line arguments
    public static void main(java.lang.String[] args) {
         try {
              /* Create the frame */
              Test aTest = new Test();
              /* Add a windowListener for the windowClosedEvent */
              aTest.addWindowListener(new java.awt.event.WindowAdapter() {
                   public void windowClosed(java.awt.event.WindowEvent e) {
                        System.exit(0);
              aTest.setVisible(true);
         } catch (Throwable exception) {
              System.err.println("Exception occurred in main() of Test");
              exception.printStackTrace(System.out);
    * Insert the type's description here.
    * Creation date: (11/17/2001 1:59:15 PM)
    * @author:
    class Combobox extends java.awt.Choice {
         public java.lang.String dado;
    * Combobox constructor comment.
    public Combobox() {
         super();
         initialize();
    * Called whenever the part throws an exception.
    * @param exception java.lang.Throwable
    private void handleException(java.lang.Throwable exception) {
         /* Uncomment the following lines to print uncaught exceptions to stdout */
         // System.out.println("--------- UNCAUGHT EXCEPTION ---------");
         // exception.printStackTrace(System.out);
    * Initialize the class.
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private void initialize() {
         try {
              // user code begin {1}
              // user code end
              setName("Combobox");
              setSize(133, 23);
         } catch (java.lang.Throwable ivjExc) {
              handleException(ivjExc);
         // user code begin {2}
         // user code end
    * main entrypoint - starts the part when it is run as an application
    * @param args java.lang.String[]
    public static void main(java.lang.String[] args) {
         try {
              java.awt.Frame frame = new java.awt.Frame();
              Combobox aCombobox;
              aCombobox = new Combobox();
              frame.add("Center", aCombobox);
              frame.setSize(aCombobox.getSize());
              frame.addWindowListener(new java.awt.event.WindowAdapter() {
                   public void windowClosing(java.awt.event.WindowEvent e) {
                        System.exit(0);
              frame.setVisible(true);
         } catch (Throwable exception) {
              System.err.println("Exception occurred in main() of Combobox");
              exception.printStackTrace(System.out);
    * Insert the type's description here.
    * Creation date: (11/17/2001 2:16:11 PM)
    * @author:
    class Panel extends java.awt.Panel {
    * Panel constructor comment.
    public Panel() {
         super();
         initialize();
    * Panel constructor comment.
    * @param layout java.awt.LayoutManager
    public Panel(java.awt.LayoutManager layout) {
         super(layout);
    * Called whenever the part throws an exception.
    * @param exception java.lang.Throwable
    private void handleException(java.lang.Throwable exception) {
         /* Uncomment the following lines to print uncaught exceptions to stdout */
         // System.out.println("--------- UNCAUGHT EXCEPTION ---------");
         // exception.printStackTrace(System.out);
    * Initialize the class.
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private void initialize() {
         try {
              // user code begin {1}
              // user code end
              setName("Panel");
              setLayout(null);
              setSize(260, 127);
         } catch (java.lang.Throwable ivjExc) {
              handleException(ivjExc);
         // user code begin {2}
         // user code end
    * main entrypoint - starts the part when it is run as an application
    * @param args java.lang.String[]
    public static void main(java.lang.String[] args) {
         try {
              java.awt.Frame frame = new java.awt.Frame();
              Panel aPanel;
              aPanel = new Panel();
              frame.add("Center", aPanel);
              frame.setSize(aPanel.getSize());
              frame.addWindowListener(new java.awt.event.WindowAdapter() {
                   public void windowClosing(java.awt.event.WindowEvent e) {
                        System.exit(0);
              frame.setVisible(true);
         } catch (Throwable exception) {
              System.err.println("Exception occurred in main() of java.awt.Panel");
              exception.printStackTrace(System.out);
    * Insert the method's description here.
    * Creation date: (11/17/2001 2:18:36 PM)
    public void paint(Graphics g) {
    /* Here's the error:
    C:\Test.java:389: non-static method readCombo() cannot be referenced from a static context
         System.out.println(Test.lerCombo());*/
         System.out.println(Test.readCombo());

  • PASSWORDLESS SSH SETUP fails during Grid installation

    Hello,
    OS and VM setup:
    There are 2 base physical Oracle servers ( Model # Oracle SPARC T4-2 , Solaris 11.1 ). On both machine “Oracle VM for SPARC “ software is installed and logical domains are configured with Solaris 11.1. Oracle RAC 2 node cluster is being setup between the Logical Domain in each servers.
    Objective:
    We are planning to install and configure Oracle RAC 11g R2 (11.2.0.4) on two Oracle VM machines. Pre-installation check script (runcluvfy.sh) on RAC node is completed without errors/warning.
    Issue:
    During oracle grid infrastructure installation, SSH setup failing and on shell prompt is showing JVM CRASH AT LIB.....
    I am not able to proceed with RAC setup due to this issue. 
    Your suggestions/assistance will be greatly appreciated.
    Thanks.

    Hello,
    Thanks for your reponse. Please find below OUI log:
    -------------------------------------------------------- OUI Log ---------------------------------------------------------
    Using paramFile: /u01/Stage/grid/install/oraparam.ini
    Checking Temp space: must be greater than 180 MB.   Actual 190266 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 196682 MB    Passed
    Checking monitor: must be configured to display at least 256 colors    Failed <<<<
        >>> Could not execute /usr/bin/xdpyinfo
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,Continue? (y/n) [n]
    >>> Ignoring required pre-requisite failures. Continuing...
    The commandline for unzip:
    /u01/Stage/grid/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.51.10/1/DataFiles/\*.jar -d /tmp/OraInstall2013-10-30_10-00-46AM
    Using the umask value '022' available from oraparam.ini
    Execvp of the child jre : the cmdline is /tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre/bin/java, and the argv is
    /tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre/bin/java
    -Doracle.installer.library_loc=/tmp/OraInstall2013-10-30_10-00-46AM/oui/lib/solaris
    -Doracle.installer.oui_loc=/tmp/OraInstall2013-10-30_10-00-46AM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/u01/Stage/grid/install
    -Doracle.installer.jre_loc=/tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=
    -Doracle.installer.unixVersion=5.11
    -Doracle.install.setup.workDir=/u01/Stage/grid
    -Dawt.toolkit=sun.awt.X11.XToolkit
    -d64
    -mx150m
    -cp
    /tmp/OraInstall2013-10-30_10-00-46AM::/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/remoteinterfaces.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/instcommon.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/instcrs.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/ssh.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/cvu.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/OraPrereq.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/jsch.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/ojdbc5.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/OraPrereqChecks.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/prov_fixup.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/orai18n-mapping.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/orai18n-utility.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/oneclick.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/share.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/emCfg.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/emocmutl.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jsch.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ssh.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/remoteinterfaces.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/http_client.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraSuiteInstaller.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatch.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchactions.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchprereq.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchutil.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraCheckPoint.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstImages.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/help4.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/help4-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/swingaccess.jar::/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jewt4.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jewt4-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ojmisc.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/xml.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/srvm.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/srvmasm.jar
    oracle.install.ivw.crs.driver.CRSInstaller
    -scratchPath
    /tmp/OraInstall2013-10-30_10-00-46AM
    -sourceLoc
    /u01/Stage/grid/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2013-10-30_10-00-46AM
    -formCluster
    INFO: Loading data from: jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:config-data]
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:configcmds in the bean:configcmdmappings
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: Loading condition class oracle.install.commons.flow.condition.SystemPropertyCondition
    INFO: Building the flow graph
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state finishupdates
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state autoupdatesDecider
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state supportedOSCheck
    INFO: Loaded state ClusterInfoUI
    INFO: Loaded state InstallOptionsUI
    INFO: Loaded state ChecklistUI
    INFO: Loaded state InstallTypeUI
    INFO: Loaded state QuickInstallUI
    INFO: Loaded state productLanguage
    INFO: Loaded state flowDecider
    INFO: Loaded state CRSNodeSelectionUI
    INFO: Loaded state SCANInformationUI
    INFO: Loaded state getASMSNMPPassword
    INFO: Loaded state GridPlugPlayInfoUI
    INFO: Loaded state CRSNodeInformationUI
    INFO: Loaded state getSubnetInformation
    INFO: Loaded state ConfigWizard
    INFO: Loaded state NetworkInterfaceUI
    INFO: Loaded state StorageOptionUI
    INFO: Loaded state ASMDiskGroupOption
    INFO: Loaded state CreateASMDiskGroup
    INFO: Loaded state ASMInstanceCredentialsGUI
    INFO: Loaded state OCRStorageUI
    INFO: Loaded state VDSKStorageUI
    INFO: Loaded state FailureIsolationUI
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state preInstallLocation
    INFO: Loaded state InstallLocationUI
    INFO: Loaded state CRSInstallLocationUI
    INFO: Loaded state inventory
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[ASMDiskGroupOption]: route=createdg; to=CreateASMDiskGroup
    INFO: State[ASMDiskGroupOption]: route=nocreatedg; to=ASMInstanceCredentialsGUI
    INFO: Condition of state[ASMDiskGroupOption]: route=mismatched; to=CreateASMDiskGroup
    INFO: State[ASMInstanceCredentialsGUI]: route=FRESH_HA_INSTALL; to=getPrivilegedOSGroups
    INFO: State[ASMInstanceCredentialsGUI]: route=IPMI_SUPPORTED; to=FailureIsolationUI
    INFO: State[ASMInstanceCredentialsGUI]: route=IPMI_UNSUPPORTED; to=getPrivilegedOSGroups
    INFO: Condition of state[ASMInstanceCredentialsGUI]: route=inventory; to=inventory
    INFO: Condition of state[ASMInstanceCredentialsGUI]: route=prereq; to=prereqExecutionDecider
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=supportedOSCheck
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[CRSInstallLocationUI]: route=INVENTORY_ABSENT; to=inventory
    INFO: State[CRSInstallLocationUI]: route=success; to=prereqExecutionDecider
    INFO: Condition of state[CRSInstallLocationUI]: route=matched; to=prereqExecutionDecider
    INFO: State[CRSNodeInformationUI]: route=success; to=getSubnetInformation
    INFO: State[CRSNodeSelectionUI]: route=GI_HOME_UPGRADE; to=getPrivilegedOSGroups
    INFO: State[CRSNodeSelectionUI]: route=NON_GI_HOME_UPGRADE; to=SCANInformationUI
    INFO: State[CRSNodeSelectionUI]: route=wizard; to=ConfigWizard
    INFO: State[ChecklistUI]: route=success; to=InstallTypeUI
    INFO: State[ClusterInfoUI]: route=success; to=QuickInstallUI
    INFO: State[ConfigWizard]: route=config; to=NetworkInterfaceUI
    INFO: State[ConfigWizard]: route=giupgrade; to=prereqExecutionDecider
    INFO: State[ConfigWizard]: route=upgrade; to=SCANInformationUI
    INFO: State[CreateASMDiskGroup]: route=success; to=ASMInstanceCredentialsGUI
    INFO: State[FailureIsolationUI]: route=success; to=getPrivilegedOSGroups
    INFO: State[GridPlugPlayInfoUI]: route=success; to=CRSNodeInformationUI
    INFO: State[InstallLocationUI]: route=INVENTORY_ABSENT; to=inventory
    INFO: State[InstallLocationUI]: route=success; to=prereqExecutionDecider
    INFO: State[InstallOptionsUI]: route=crs; to=InstallTypeUI
    INFO: State[InstallOptionsUI]: route=success; to=productLanguage
    INFO: State[InstallTypeUI]: route=advanced; to=productLanguage
    INFO: State[InstallTypeUI]: route=typical; to=ClusterInfoUI
    INFO: Condition of state[InstallTypeUI]: route=matched; to=productLanguage
    INFO: State[NetworkInterfaceUI]: route=success; to=StorageOptionUI
    INFO: State[OCRStorageUI]: route=success; to=VDSKStorageUI
    INFO: State[QuickInstallUI]: route=ASM; to=CreateASMDiskGroup
    INFO: State[QuickInstallUI]: route=inventory; to=inventory
    INFO: State[QuickInstallUI]: route=prereq; to=prereqExecutionDecider
    INFO: State[SCANInformationUI]: route=noupgradeASM; to=getPrivilegedOSGroups
    INFO: State[SCANInformationUI]: route=upgradeASM; to=getASMSNMPPassword
    INFO: State[StorageOptionUI]: route=ASM; to=ASMDiskGroupOption
    INFO: State[StorageOptionUI]: route=SHARED_FILE_SYSTEM; to=OCRStorageUI
    INFO: State[UpdatesListUI]: route=success; to=supportedOSCheck
    INFO: State[VDSKStorageUI]: route=IPMI_SUPPORTED; to=FailureIsolationUI
    INFO: State[VDSKStorageUI]: route=IPMI_UNSUPPORTED; to=getPrivilegedOSGroups
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_DISABLE; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_STATE_SKIP; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=success; to=AutoUpdatesOptionsUI
    INFO: Condition of state[autoupdatesDecider]: route=matched; to=InstallOptionsUI
    INFO: State[flowDecider]: route=FRESH_CRS_INSTALL; to=GridPlugPlayInfoUI
    INFO: State[flowDecider]: route=FRESH_HA_INSTALL; to=CreateASMDiskGroup
    INFO: State[flowDecider]: route=SWONLY_INSTALL; to=getPrivilegedOSGroups
    INFO: State[flowDecider]: route=UPGRADE_CRS; to=CRSNodeSelectionUI
    INFO: State[flowDecider]: route=UPGRADE_HA; to=getASMSNMPPassword
    INFO: State[flowDecider]: route=UPGRADE_HA_NO_ASM_PASS; to=getPrivilegedOSGroups
    INFO: State[getASMSNMPPassword]: route=success; to=getPrivilegedOSGroups
    INFO: State[getPrivilegedOSGroups]: route=success; to=preInstallLocation
    INFO: Condition of state[getPrivilegedOSGroups]: route=matched; to=preInstallLocation
    INFO: State[getSubnetInformation]: route=success; to=NetworkInterfaceUI
    INFO: State[getSubnetInformation]: route=wizard; to=ConfigWizard
    INFO: State[init]: route=DOWNLOAD_UPDATES_ONLY; to=AutoUpdatesOptionsUI
    INFO: State[init]: route=success; to=autoupdatesDecider
    INFO: State[inventory]: route=success; to=prereqExecutionDecider
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[preInstallLocation]: route=CRS_NO; to=InstallLocationUI
    INFO: State[preInstallLocation]: route=CRS_YES; to=CRSInstallLocationUI
    INFO: Condition of state[preInstallLocation]: route=matched; to=CRSInstallLocationUI
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=flowDecider
    INFO: Condition of state[productLanguage]: route=matched; to=flowDecider
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[supportedOSCheck]: route=success; to=InstallOptionsUI
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=finishupdates
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[UpdatesListUI]: route=DOWNLOAD_UPDATES_FINISHED; to=finishupdates
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Loading flow data beans
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Setting value for the property:CRSInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_asm_DiskGroup in the bean:ASMSettings
    INFO: Setting value for the property:ASMSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Setting value for the property:HAInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:OCMSettings in the bean:CRSSetupBean
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_SCANPortNumber in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_VotingDiskRedundancy in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_OCRRedundancy in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Setting value for the property:CRSInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_asm_DiskGroupAUSize in the bean:oracle_install_asm_DiskGroup
    INFO: Setting value for the property:oracle_install_asm_DiskGroup in the bean:ASMSettings
    INFO: Setting value for the property:ASMSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Setting value for the property:HAInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:CRSSetupBean
    INFO: Set value for bean CRSSetupBean
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.FinishGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.FinishGUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ChecklistGUI viewId: ChecklistUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ChecklistGUI added to View Type Registry with the key as [ChecklistUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallTypeGUI viewId: InstallTypeUI uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallTypeGUI added to View Type Registry with the key as [InstallTypeUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.QuickInstallGUI viewId: QuickInstallUI uiType: null]
    INFO: oracle.install.ivw.crs.view.QuickInstallGUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.CRSInstallLocationGUI viewId: CRSInstallLocationUI uiType: null]
    INFO: oracle.install.ivw.crs.view.CRSInstallLocationGUI added to View Type Registry with the key as [CRSInstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.GridPlugPlayInfoUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.GridPlugPlayInfoUI added to View Type Registry with the key as [GridPlugPlayInfoUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ClusterConfigGUI viewId: ClusterConfigUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ClusterConfigGUI added to View Type Registry with the key as [ClusterConfigUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.NetworkInterfaceUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.NetworkInterfaceUI added to View Type Registry with the key as [NetworkInterfaceUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.StorageOptionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.StorageOptionUI added to View Type Registry with the key as [StorageOptionUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMDiskGroupCreationGUI viewId: ASMDiskGroupCreationUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMDiskGroupCreationGUI added to View Type Registry with the key as [ASMDiskGroupCreationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.OCRStorageUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.OCRStorageUI added to View Type Registry with the key as [OCRStorageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.VDSKStorageUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.VDSKStorageUI added to View Type Registry with the key as [VDSKStorageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.FailureIsolationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.FailureIsolationUI added to View Type Registry with the key as [FailureIsolationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMInstanceCredentialsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMInstanceCredentialsGUI added to View Type Registry with the key as [ASMInstanceCredentialsGUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.CRSNodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.CRSNodeSelectionUI added to View Type Registry with the key as [CRSNodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.SCANInformationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.SCANInformationUI added to View Type Registry with the key as [SCANInformationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ClusterInfoUI viewId: ClusterInfoUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ClusterInfoUI added to View Type Registry with the key as [ClusterInfoUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMSNMPPasswordGUI viewId: ASMSNMPPasswordGUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMSNMPPasswordGUI added to View Type Registry with the key as [ASMSNMPPasswordGUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.AutoUpdatesOptionsUI viewId: AutoUpdatesOptionsUI uiType: null]
    INFO: oracle.install.ivw.common.view.AutoUpdatesOptionsUI added to View Type Registry with the key as [AutoUpdatesOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.UpdatesListUI viewId: UpdatesListUI uiType: null]
    INFO: oracle.install.ivw.common.view.UpdatesListUI added to View Type Registry with the key as [UpdatesListUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.FinishUpdatesUI viewId: FinishUpdatesUI uiType: null]
    INFO: oracle.install.ivw.common.view.FinishUpdatesUI added to View Type Registry with the key as [FinishUpdatesUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMDiskGroupOptionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMDiskGroupOptionGUI added to View Type Registry with the key as [ASMDiskGroupOptionUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                               VALUE                                     
    ASMSettings                                            oracle.install.asm.bean.ASMSettings@6124e9
                                                            35                                        
    AutoUpdatesInstallSettings                             oracle.install.ivw.common.bean.AutoUpdates
                                                            InstallSettings@3c03dfcb                  
    COLLECTOR_IGNORE_CONFIGURATION                         false                                     
    COLLECTOR_IGNORE_FAILURES                              false                                     
    COLLECTOR_RESPONSE_FILE                                                                          
    CRSInstallSettings                                     oracle.install.ivw.crs.bean.CRSInstallSett
                                                            ings@1fbbc779                             
    CentralInventorySettings                               oracle.install.ivw.common.bean.CentralInve
                                                            ntorySettings@3435ec9                     
    ClusterNodes                                           {}                                        
    ClusterwareType                                        UNKNOWN                                   
    DECLINE_SECURITY_UPDATES                               false                                     
    FROM_LOCATION                                          /u01/Stage/grid/install/../stage/products.
                                                            xml                                       
    HAInstallSettings                                      oracle.install.ivw.ha.bean.HAInstallSettin
                                                            gs@1faac07d                               
    MYORACLESUPPORT_PASSWORD                               *Protected value, not to be logged*       
    MYORACLESUPPORT_USERNAME                                                                         
    OCMSettings                                            oracle.install.ivw.common.bean.OCMSettings
                                                            @411b1d80                                 
    ORACLE_BASE                                            /u01/app/oracle/product/11.2.0.4/base     
    ORACLE_HOME                                            /u01/app/oracle/product/11.2.0.4/grid     
    ORACLE_HOSTNAME                                        oradbracvm1.mrmwr.gov.om                  
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                                              *Protected value, not to be logged*       
    PROXY_USER                                                                                       
    SECURITY_UPDATES_VIA_MYORACLESUPPORT                   true                                      
    SELECTED_LANGUAGES                                     {"en"}                                    
    oracle_install_WindowsSystemDirectory                                                            
    oracle_install_asm_DiskGroup                           oracle.install.asm.bean.DiskGroupSettings@
                                                            3e4ac866                                  
    oracle_install_asm_DiskGroupAUSize                     1                                         
    oracle_install_asm_MigrateASM                          false                                     
    oracle_install_asm_UseExistingDG                       false                                     
    oracle_install_autoupdates_httpProxyPort               0                                         
    oracle_install_autoupdates_httpProxySettings           oracle.install.ivw.common.bean.HttpProxySe
                                                            ttings@2bf09a31                           
    oracle_install_autoupdates_myOracleSupportCredentials  oracle.install.ivw.common.bean.MyOracleSup
                                                            portSettings@2259a735                     
    oracle_install_autoupdates_selected                    false                                     
    oracle_install_crs_AdvancedInstall                     false                                     
    oracle_install_crs_AutoConfig                          false                                     
    oracle_install_crs_ClusterName                                                                   
    oracle_install_crs_ClusterNodeList                                                               
    oracle_install_crs_ConfigureGNS                        true                                      
    oracle_install_crs_LaunchASMCA                         false                                     
    oracle_install_crs_LaunchCRSInst                       false                                     
    oracle_install_crs_LaunchCRSUpgrd                      false                                     
    oracle_install_crs_LaunchCluvfy                        false                                     
    oracle_install_crs_LaunchRootBat                       false                                     
    oracle_install_crs_LaunchUpdateNodeList                false                                     
    oracle_install_crs_OCRLocations                        {}                                        
    oracle_install_crs_OCRRedundancy                       2                                         
    oracle_install_crs_SCANName                                                                      
    oracle_install_crs_SCANPortNumber                      0                                         
    oracle_install_crs_StorageOption                       0                                         
    oracle_install_crs_UseIPMI                             false                                     
    oracle_install_crs_VotingDiskLocations                 {}                                        
    oracle_install_crs_VotingDiskRedundancy                2                                         
    oracle_install_crs_isConfigWizard                      false                                     
    oracle_install_crs_isRolling                           true                                      
    INFO: Launching Oracle Grid Infrastructure
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <init>
    INFO: Completed validating view at state <init>
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Checking condition at state <autoupdatesDecider>
    INFO: Successfully checked condition at state <autoupdatesDecider>
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state autoupdatesDecider
    INFO: Completed executing action at state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <autoupdatesDecider>
    INFO: Completed validating view at state <autoupdatesDecider>
    INFO: Validating state <autoupdatesDecider>
    WARNING: Validation disabled for the state autoupdatesDecider
    INFO: Completed validating state <autoupdatesDecider>
    INFO: Reading shiphome metadata from /u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Loading beanstore from file:/u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:shiphome-metadata]
    INFO: Setting value for the property:properties in the bean:shiphome-metadata
    INFO: Verifying route success
    INFO: Get view named [AutoUpdatesOptionsUI]
    INFO: View for [AutoUpdatesOptionsUI] is oracle.install.ivw.common.view.AutoUpdatesOptionsUI[,0,0,0x0,invalid,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state AutoUpdatesOptionsUI
    INFO: Completed executing action at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <AutoUpdatesOptionsUI>
    INFO: Completed validating view at state <AutoUpdatesOptionsUI>
    INFO: Validating state <AutoUpdatesOptionsUI>
    INFO: Completed validating state <AutoUpdatesOptionsUI>
    INFO: No updates will be downloaded or applied
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Verifying route NO_AUTO_UPDATES
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state supportedOSCheck
    INFO: Completed executing action at state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <supportedOSCheck>
    INFO: Completed validating view at state <supportedOSCheck>
    INFO: Validating state <supportedOSCheck>
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Verifying setup for installer validations
    INFO: Completed validating state <supportedOSCheck>
    INFO: Verifying route success
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Get view named [InstallOptionsUI]
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.crs.view.InstallOptionsUI@144683c2
    INFO: Initializing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Is CRS Installed false
    INFO: Completed initializing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Displaying view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed displaying view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Loading view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed loading view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Localizing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed localizing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state InstallOptionsUI
    INFO: InstallOption Action Entering and Exiting execute
    INFO: Completed executing action at state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: CRS config selected
    INFO: Validating view at state <InstallOptionsUI>
    INFO: Completed validating view at state <InstallOptionsUI>
    INFO: Validating state <InstallOptionsUI>
    INFO: getInstallOption: CRS_CONFIG
    INFO: Is CRS Installed false
    INFO: isCRSInstalled: false
    INFO: isHAInstalled: false
    INFO: isCRSConfigured: false
    INFO: isHAConfigured: false
    INFO: isLocalCSSConfigured: false
    INFO: existingCRSOrLocalCSSVersion: null
    INFO: Completed validating state <InstallOptionsUI>
    INFO: Detecting system information
    INFO: InstallOptionsAction Actions.transition called
    INFO: Verifying route crs
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Get view named [InstallTypeUI]
    INFO: View for [InstallTypeUI] is oracle.install.ivw.crs.view.InstallTypeGUI[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed initializing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Displaying view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed displaying view <InstallTypeUI> at state <InstallTypeUI>
    INFO: checking for 92 RAC existence
    INFO: Loading view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed loading view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Localizing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Gathering system details...
    INFO: Completed localizing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state InstallTypeUI
    INFO: Waiting for completion all forked tasks at state InstallTypeUI
    INFO: All forked task are completed at state InstallTypeUI
    INFO: Completed background operations
    INFO: Executing action at state InstallTypeUI
    INFO: Completed executing action at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <InstallTypeUI>
    INFO: Completed validating view at state <InstallTypeUI>
    INFO: Validating state <InstallTypeUI>
    INFO: Completed validating state <InstallTypeUI>
    INFO: Verifying route advanced
    INFO: Checking condition at state <productLanguage>
    INFO: Successfully checked condition at state <productLanguage>
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Checking condition at state <preInstallLocation>
    INFO: Successfully checked condition at state <preInstallLocation>
    INFO: Checking condition at state <CRSInstallLocationUI>
    INFO: Successfully checked condition at state <CRSInstallLocationUI>
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@3ff5d699
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Fetching Available Languages...
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [ar, en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state flowDecider
    INFO: Completed executing action at state <flowDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <flowDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <flowDecider>
    INFO: Completed validating view at state <flowDecider>
    INFO: Validating state <flowDecider>
    WARNING: Validation disabled for the state flowDecider
    INFO: Completed validating state <flowDecider>
    INFO: Verifying route FRESH_CRS_INSTALL
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Checking condition at state <preInstallLocation>
    INFO: Successfully checked condition at state <preInstallLocation>
    INFO: Checking condition at state <CRSInstallLocationUI>
    INFO: Successfully checked condition at state <CRSInstallLocationUI>
    INFO: Get view named [GridPlugPlayInfoUI]
    INFO: View for [GridPlugPlayInfoUI] is oracle.install.ivw.crs.view.GridPlugPlayInfoUI@42293b53
    INFO: Initializing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Completed initializing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Displaying view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Completed displaying view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Loading view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Completed loading view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Localizing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Completed localizing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state GridPlugPlayInfoUI
    INFO: Completed executing action at state <GridPlugPlayInfoUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <GridPlugPlayInfoUI>
    INFO: Bad Chars Found :_
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: GridPlugPlayInfoUI entering processInput
    INFO: Validating view at state <GridPlugPlayInfoUI>
    INFO: Completed validating view at state <GridPlugPlayInfoUI>
    INFO: Validating state <GridPlugPlayInfoUI>
    INFO: Validating Cluster Name
    INFO: Validating SCAN Information
    INFO: validating SCAN name for emptiness and bad chars
    INFO: validating SCAN port for emptiness
    INFO: validating SCAN port for bad characters
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Environment variable SKIP_ALL_SCAN_VIP_VALIDATION is not set.
    INFO: Validating SCAN VIP
    INFO: Completed validating state <GridPlugPlayInfoUI>
    INFO: Verifying route success
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Get view named [ClusterConfigUI]
    INFO: View for [ClusterConfigUI] is oracle.install.ivw.crs.view.ClusterConfigGUI@2a134eca
    INFO: Initializing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed initializing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Displaying view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed displaying view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Loading view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed loading view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Localizing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed localizing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state CRSNodeInformationUI
    INFO: Checking cluster configuration details
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Completed executing action at state <CRSNodeInformationUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <CRSNodeInformationUI>
    INFO: SSH Support Manager logs will be written to /tmp/OraInstall2013-10-30_10-00-46AM/sshsetup1_2013-10-30_10-00-46AM.log
    INFO: Establishing SSH connectivity between the selected nodes. This may take several minutes. Please wait...
    INFO: SSH Setup policy used: BIDIRECTIONAL
    ------------------------------------------------------------ End OUI Logs -----------------------------------------------------------------------------------
    Thanks.

  • Installing Oracle 11g database (release 2) on Windows 7 Professional 64bit

    Hi All,
    I am having a problem installing the Oracle database, I go to the site and download the 2 Oracle zip files.
    I create a directory C:\temp\
    I unzip "1of2" and place the "database" folder in my "temp" folder.
    Question 1: In the "2of2" do I take the database/stage/components and place them in the "1of2" database/stage/components folder? not sure how to merge the contents of the zips but this seems like the logical thing to do.
    Then I run setup.exe.
    Oracle Universal Installer:
    Screen 1: I enter email, and uncheck the oracle support box "i wish to receive security updatesvia My Oracle Support".
    Note: little "connection failed" popup box, I check it's box "I want to remain uninformed if critical security issues in my configuration", click continue.
    Screen 2: install database software only.
    Screen 3: Single instance database installation.
    Screen 4: I select "English"
    Screen 5: I choose to install "Enterprise Edition"
    Screen 6: it shows me Oracle base C:\app\<myuser>
    software location: C:\app\<myuser>\product\11.2.0\dbhome_1
    Screen 7: validating target environment to meet minimum installation loading bar.
    ERROR: gets to 100% and the entire OUI abruptly closes with no warning or error message. No further Installation or anything.
    please provide so insight on this, I am total at a loss right now and need to get this working.
    thank you,
    Josefina

    btw - Thank you for taking a few moments to check out my posts and log files Srini
    here is the last run, I ran it just now (100 or so lines)
    INFO: Moved to state <nodeSelectionPage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <nodeSelectionPage>
    INFO: Completed validating view at state <nodeSelectionPage>
    INFO: Validating state <nodeSelectionPage>
    INFO: Completed validating state <nodeSelectionPage>
    INFO: NodeSelectionAction Actions.transition called
    INFO: selectedInstallOption is :INSTALL_DB_SWONLY
    INFO: Verifying route software_onlyDB
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@360b0c5a
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Fetching Available Languages...
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Get view named [DBEditionUI]
    INFO: Reading shiphome metadata from C:\oracle\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for EEinstall is 3425.1435203552246
    INFO: Reading shiphome metadata from C:\oracle\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for SEinstall is 3371.2472734451294
    INFO: size estimation for PEinstall is 3425.1435203552246
    INFO: View for [DBEditionUI] is oracle.install.ivw.db.view.DBEditionGUI[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <DBEditionUI> at state <dbEdition>
    INFO: Re-loading component config bean
    INFO: Loading beanstore from jar:file:/C:/Users/Josefina/AppData/Local/Temp/OraInstall2012-08-02_11-43-12AM/ext/jlib/instdb.jar!/oracle/install/ivw/db/resource/custom_component-config.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.commons.base.util.ComponentConfig from jar:file:/C:/Users/Josefina/AppData/Local/Temp/OraInstall2012-08-02_11-43-12AM/ext/jlib/instdb.jar!/oracle/install/ivw/db/resource/custom_component-config.xml
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    INFO: Resolving dependencies
    INFO: Completed initializing view <DBEditionUI> at state <dbEdition>
    INFO: Displaying view <DBEditionUI> at state <dbEdition>
    INFO: Completed displaying view <DBEditionUI> at state <dbEdition>
    INFO: Loading view <DBEditionUI> at state <dbEdition>
    INFO: Completed loading view <DBEditionUI> at state <dbEdition>
    INFO: Localizing view <DBEditionUI> at state <dbEdition>
    INFO: Reading shiphome metadata from C:\oracle\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for EEinstall is 3425.1435203552246
    INFO: Reading shiphome metadata from C:\oracle\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for SEinstall is 3371.2472734451294
    INFO: size estimation for PEinstall is 3425.1435203552246
    INFO: Completed localizing view <DBEditionUI> at state <dbEdition>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state dbEdition
    INFO: Completed executing action at state <dbEdition>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <dbEdition>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Install edition selected in UI: EE
    INFO: Validating view at state <dbEdition>
    INFO: Completed validating view at state <dbEdition>
    INFO: Validating state <dbEdition>
    WARNING: Validation disabled for the state dbEdition
    INFO: Completed validating state <dbEdition>
    INFO: Install Type selected :EE
    INFO: Database Edition selected: EE
    INFO: Verifying route oraclehome_location
    INFO: Get view named [InstallLocationUI]
    INFO: View for [InstallLocationUI] is oracle.install.ivw.db.view.InstallLocationUI@741378ec
    INFO: Initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Completed initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: Displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Validating view at state <getOracleHome>
    INFO: Completed validating view at state <getOracleHome>
    INFO: Validating state <getOracleHome>
    INFO: Validating specified location...
    INFO: custom prereq file name: oracle.server_NONE.xml
    INFO: refDataFile: C:\oracle\database\stage\cvu\oracle.server_NONE.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: true
    INFO: isNewHome= true isORCAHome=false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from C:\oracle\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Reading shiphome metadata from C:\oracle\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/oracle/database/install/../stage/shiphomeproperties.xml
    INFO: size estimation for EEinstall is 3425.1435203552246
    INFO: PATH has :==>C:\Users\Josefina\AppData\Local\Temp\OraInstall2012-08-02_11-43-12AM\jdk\jre\bin;.;C:\Windows\system32;C:\Windows;C:\
    INFO: Completed validating state <getOracleHome>
    INFO: Verifying route advanced_yes_softwareDB_yes
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prereqExecutionDecider>
    INFO: Completed validating view at state <prereqExecutionDecider>
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Get view named [PrereqUI]
    INFO: View for [PrereqUI] is [email protected]b9
    INFO: Initializing view <PrereqUI> at state <performChecks>
    INFO: Completed initializing view <PrereqUI> at state <performChecks>
    INFO: Displaying view <PrereqUI> at state <performChecks>
    INFO: Completed displaying view <PrereqUI> at state <performChecks>
    INFO: Loading view <PrereqUI> at state <performChecks>
    INFO: Completed loading view <PrereqUI> at state <performChecks>
    INFO: Localizing view <PrereqUI> at state <performChecks>
    INFO: Completed localizing view <PrereqUI> at state <performChecks>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state performChecks
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: Completed executing action at state <performChecks>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state performChecks
    INFO: Waiting for completion all forked tasks at state performChecks
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating PrereqChecker Job for leaf task Available Physical Memory
    INFO: Creating PrereqChecker Job for leaf task Swap Size
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: Oxford-Josefina:C:\Users\Josefina\AppData\Local\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 922MB (944128.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:Oxford-Josefina
    INFO: Expected Value:922MB (944128.0KB)
    INFO: Actual Value:15.886GB (1.6657648E7KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Available Physical Memory: This is a prerequisite condition to test whether the system has at least 50MB (51200.0KB) of available physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:Oxford-Josefina
    INFO: Expected Value:50MB (51200.0KB)
    INFO: Actual Value:11.7002GB (1.2268508E7KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Swap Size: This is a prerequisite condition to test whether sufficient total swap space is available on the system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:Oxford-Josefina
    INFO: Expected Value:15.886GB (1.6657648E7KB)
    INFO: Actual Value:31.7702GB (3.3313448E7KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: Oxford-Josefina:C:\Users\Josefina\AppData\Local\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:Oxford-Josefina
    INFO: Expected Value:400MB
    INFO: Actual Value:348.1528GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:Oxford-Josefina
    INFO: Expected Value:64-bit
    INFO: Actual Value:64-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:Oxford-Josefina
    INFO: Expected Value:1023
    INFO: Actual Value:3
    INFO: -----------------------------------------------
    INFO: All forked task are completed at state performChecks
    INFO: Completed background operations
    INFO: Moved to state <performChecks>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <performChecks>
    INFO: Completed validating view at state <performChecks>
    INFO: Validating state <performChecks>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.db.action.PrereqAction
    INFO: Completed validating state <performChecks>
    INFO: Verifying route success
    INFO: Get view named [SummaryUI]

  • Wwv_flow.accept: SIGNATURE (parameter names) MISMATCH in Internet Explorer

    Hi,
    I have an multiple files upload applet embedded in my ApEx page.
    +if (_ie == true) {+
    document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="250" HEIGHT="250" NAME="fileupload" codebase="http://java.sun.com/update/1.4.2/jinstall-1_4-windows-i586.cab#Version=1,4,0,0">');
    +}+
    +else {+
    document.writeln('<APPLET CODE="jfileupload.upload.client.MApplet.class" JAVA_CODEBASE="./" ARCHIVE="/lib/jfileupload.jar,/lib/httpimpl.jar,/lib/chttpclient.jar,/lib/clogging.jar" WIDTH="250" HEIGHT="250" NAME="fileupload">');
    +}+
    +// BEGIN: Update parameters below for INTERNET EXPLORER, FIREFOX, SAFARI, OPERA, MOZILLA, NETSCAPE 6+ support.+
    document.writeln('<PARAM NAME=CODE VALUE="jfileupload.upload.client.MApplet.class">');
    document.writeln('<PARAM NAME=CODEBASE VALUE="./">');
    document.writeln('<PARAM NAME=ARCHIVE VALUE="lib/jfileupload.jar,lib/httpimpl.jar,lib/chttpclient.jar,lib/clogging.jar">');
    document.writeln('<PARAM NAME=NAME VALUE="fileupload">');
    document.writeln('<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">');
    document.writeln('<PARAM NAME="scriptable" VALUE="true">');
    document.writeln('<PARAM NAME="url" VALUE="http://localhost:8080/upload/process.jsp">');
    document.writeln('<PARAM NAME="paramfile" VALUE="uploadfile">');
    document.writeln('<PARAM NAME="param1" VALUE="todo">');
    document.writeln('<PARAM NAME="value1" VALUE="upload">');
    document.writeln('<PARAM NAME="mode" VALUE="http">');
    +// END+
    +if (_ie == true) {+
    document.writeln('</OBJECT>');
    +}+
    +else {+
    document.writeln('</APPLET>');
    +}+
    and everything works just fine in Firefox. In IE the applet & upload works also just fine, but when pressing any of the buttons / links that do doSubmit(...) I get wwv_flow.accept: SIGNATURE (parameter names) MISMATCH. Checked the logs
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: FILEUPLOAD
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    DAD name: apex
    PROCEDURE  : wwv_flow.accept
    URL        : http://localhost:7777/pls/apex/wwv_flow.accept
    PARAMETERS :
    +===========+
    P_FLOW_ID:
    +300+
    P_FLOW_STEP_ID:
    +406+
    P_INSTANCE:
    +640383331330048+
    P_PAGE_SUBMISSION_ID:
    +1665117950048907+
    P_REQUEST:
    UPDATE
    +...+
    P_T19:
    +20+
    P_ARG_VALUES:
    +4A2329731083629E48F9E21DBF30E047+
    FILEUPLOAD:
    +jfileupload.upload.client.MApplet[panel1,0,0,400x250,layout=java.awt.BorderLayout,rootPane=javax.swing.JRootPane[,0,0,400x250,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]+
    P_MD5_CHECKSUM:
    ENVIRONMENT:
    +============+
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=3
    SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=7777
    SERVER_NAME=localhost
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/wwv_flow.accept
    SCRIPT_NAME=/pls/apex
    REMOTE_HOST=
    REMOTE_ADDR=10.10.1.27
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=APEX_PUBLIC_USER
    ORACLE_SSO_USER=
    OSSO_IDLE_TIMEOUT_EXCEEDED=
    OSSO_USER_GUID=
    HTTP_CONTENT_LENGTH=18694
    HTTP_CONTENT_TYPE=multipart/form-data; boundary=---------------------------7d91d73a3d06d6
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.30729)
    HTTP_HOST=localhost:7777
    HTTP_ACCEPT=image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xamlxml, application/x-ms-xbap, application/x-shockwave-flash, application/x-silverlight, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*+
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-US,nl-BE;q=0.7,fr-BE;q=0.3
    HTTP_ACCEPT_CHARSET=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://localhost/pls/apex/f?p=300:406:640383331330048::NO:406:P406_SALE_ID:41
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=1257265252:77.73.101.136:8384:8244:2,0
    HTTP_ORACLE_CACHE_VERSION=
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=apex
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wwv_flow_file_objects$
    PATH_ALIAS=
    REQUEST_CHARSET=WE8MSWIN1252
    REQUEST_IANA_CHARSET=WINDOWS-1252
    SCRIPT_PREFIX=/pls
    +...+
    and looks like IE submits also the fileupload OBJECT object :(. Anyone hit this issue before? Any idea's how can I make IE ignore / not submit that object?
    Thanks in advance,
    Florin

    Florin:
    Is the 'NAME' attribute required for the APPLET ? If not, just remove it or specify 'f01' (assuming you don't have any other apex_item generated items in the page) instead.
    Varad

  • Java Applet in a HTML page: failing with PLS-00306: wrong number of args

    We are trying to use a Java Applet in a HTML page. as our system needs to be able to retrieve a predefined set of data from a third party system that uses Dynamic Data Exchange Protocol (DDE) and are encountering errors from APEX and in IE itself.
    We are using JavaDde from www.nevaobject.com that enables our Java applet to interact with Windows applications (Third Party System) using DDE.
    This functionality is currently used in our Web Form 6i application and we are trying to use the same in the new ApEx application.
    We are using ApEx version : 2.1 and actually aer encountering 2 problems:
    Problem 1: ApEx failing with PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    Problem 2: IE crashes if Applet used in a complex page with several regions (1 Context, 4 Report Regions, 2 level Tabs, Links)
    This problem does not occur in the page where there is only applet and one region. In the case of complex page the IE crashes if the page is reloaded
    Test scenario:
    1- Create a simple page with the HTML region.
    2- Define the Source of the above region as follows
    <OBJECT CLASSID="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#version=1,4,0,0"
    WIDTH="1"
    HEIGHT="1"
    ID="simpleApplet"
    NAME="simpleApplet">
    <PARAM NAME="code" VALUE="simpleApplet.class" >
    <PARAM NAME="archive" VALUE="simpleApplet.jar" />
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    </OBJECT>
    3- Create a simple Java applet "simpleApplet" - for the test its enough if the applet will have just the init method printing out the mesage to the console
    4- Create a Submit Button (not redirect) in Region Header and create unconditional (do not set When Button Pressed property) Page Branch to navigate to another page (the page without the applet)
    6- Run the page and Submit -
    The error below is returned by the engine:
    In our case our applet is called ddeApplet - I do not know why is ApEx passing the Applet's ID down to the wwv_flow.accept method as a parameter
    Tue, 24 Jul 2007 08:15:39 GMT
    ORA-06550: line 7, column 2:
    PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    ORA-06550: line 7, column 2:
    PL/SQL: Statement ignored
    DAD name: rbdev2_ax
    PROCEDURE : wwv_flow.accept
    URL : http://castor:7778/pls/rbdev2_ax/wwv_flow.accept
    PARAMETERS :
    ============
    P_FLOW_ID:
    147
    P_FLOW_STEP_ID:
    500
    P_INSTANCE:
    6986070096861669560
    P_PAGE_SUBMISSION_ID:
    1005758
    P_REQUEST:
    CRASH
    P_ARG_NAMES:
    100380029717786501
    P_T01:
    147
    P_T02:
    101
    P_T03:
    5000044
    P_T04:
    1
    P_T05:
    S
    DDEAPPLET:
    Ddeapplet[panel0,0,0,1x1,layout=java.awt.BorderLayout,rootPane=javax.swing.JRootPane[,0,0,1x1,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    P_MD5_CHECKSUM:
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=7778
    SERVER_NAME=castor
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/pls/rbdev2_ax/wwv_flow.accept
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=192.168.66.169
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=661
    HTTP_CONTENT_TYPE=application/x-www-form-urlencoded
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
    HTTP_HOST=castor:7778
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ISCOOKIE=true; LOGIN_USERNAME_COOKIE=rdanko; ORACLE_PLATFORM_REMEMBER_UN=RDANKO:ngrb; WWV_FLOW_USER2=70FBB00945FE46B9; V6_AUTHENTICATION_COOKIE=70FBB00945FE46B9
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://castor:7778/pls/rbdev2_ax/f?p=147:500:6986070096861669560:::::
    HTTP_SOAPACTION=

    "theArrow",
    It looks like whatever HTML you're including on your page is creating HTML input form elements inside the HTML form "wwv_flow". This form is posted to wwv_flow.accept, and of course, the PL/SQL procedure wwv_flow.accept doesn't know anything these additional arguments/form elements you're attempting to POST.
    Joel

  • Re: Not able to install oracle database 11.2.0.2.0 in Windows 7

    Hello,
    I too am facing a similar issue while installing Oracle 12c Datbaase on a Virtual box machine with Windows 2008 R2 OS Image.
    Cause - Failed to access the temporary location.
    Action - Ensure that the current user has required permissions to access the temporary location.
    Additional Information: 
    - Framework setup check failed on all the nodes
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    Summary of the failed nodes
    ntejani-vbox2
    - Version of exectask could not be retrieved from node "ntejani-vbox2"
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    My HOst machine is windows 7 and I have allocated 4GB of physical memory and 4 Processors to the  Virtual Machine.
    I believe this is a decent config for Oracle 12c Database. M also logging on to this system with a Admin Rights User and invoking the Installation using this User.
    Earlier I had Oracle 11g Database installed on this along with Enterprise Manager 12c Cloud Control.
    Recently I wanted to upgrade to Oracle 12c Database for which my multiple upgrade attempts failed with the above error. So I thought the system might be requiring some minimum. spare on the C Drive.
    I decided to go ahead with Oracle 11g De-install and further attempted to install 12c Database. However the problem still persists .
    Any help and clues on how to Resolve this issue is highly appreciated.
    Regards,
    Nayan Tejani
    +91 98333 02666

    Sorry missed to put across the error log. here it is from the recently failed installation
    ~~~
    Using paramFile: E:\Oracle12cDatabase\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors.    Actual 4294967296    Passed
    The commandline for unzip:
    E:\Oracle12cDatabase\database\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.6.0.37.0\1\DataFiles/"*.jar" -d "E:\TEMP\OraInstall2013-09-04_07-16-57AM" INFO: Loading data from: jar:file:/E:/TEMP/OraInstall2013-09-04_07-16-57AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/E:/TEMP/OraInstall2013-09-04_07-16-57AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/E:/TEMP/OraInstall2013-09-04_07-16-57AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:config-data]
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:configcmds in the bean:configcmdmappings
    INFO: Inventory exists: true
    INFO: oraInst.loc does not exist
    INFO: Gathering system details...
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: No global condition definition found.
    INFO: Building the flow graph
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state finishupdates
    INFO: Building the flow graph
    INFO: Loaded state prepInstall
    INFO: Loaded state decideOCMInstall
    INFO: Loaded state autoupdatesDecider
    INFO: Loaded state preAutoUpdates
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state supportedOSCheck
    INFO: Loaded state getOCMDetails
    INFO: Loaded state mtsDialog
    INFO: Loaded state installOptions
    INFO: Loaded state getWindowsSecureOptionDetails
    INFO: Loaded state getSystemClass
    INFO: Loaded state DBTypeSelectionPage
    INFO: Loaded state RACDBTypeSelectionPage
    INFO: Loaded state nodeSelectionPage
    INFO: Loaded state upgradeValidation
    INFO: Loaded state installType
    INFO: Loaded state quickInstallPage
    INFO: Loaded state productLanguage
    INFO: Loaded state inventoryPage
    INFO: Loaded state getOracleHome
    INFO: Loaded state dbEdition
    INFO: Loaded state configurationType
    INFO: Loaded state dbIdentifier
    INFO: Loaded state configurationOption
    INFO: Loaded state managementOption
    INFO: Loaded state storageOption
    INFO: Loaded state recoveryOption
    INFO: Loaded state selectASMDiskGroups
    INFO: Loaded state schemaPasswordDialog
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=supportedOSCheck
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[DBTypeSelectionPage]: route=rac_dbcreate; to=RACDBTypeSelectionPage
    INFO: State[DBTypeSelectionPage]: route=rac_no_dbcreate; to=nodeSelectionPage
    INFO: State[DBTypeSelectionPage]: route=si_dbcreate; to=installType
    INFO: State[DBTypeSelectionPage]: route=si_no_dbcreate; to=productLanguage
    INFO: State[RACDBTypeSelectionPage]: route=admin; to=nodeSelectionPage
    INFO: State[RACDBTypeSelectionPage]: route=policy; to=installType
    INFO: State[UpdatesListUI]: route=success; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_DISABLE; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_STATE_SKIP; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=success; to=preAutoUpdates
    INFO: State[configurationOption]: route=success; to=storageOption
    INFO: State[configurationType]: route=success; to=dbIdentifier
    INFO: State[dbEdition]: route=oraclehome_location; to=getWindowsSecureOptionDetails
    INFO: State[dbIdentifier]: route=success; to=configurationOption
    INFO: State[decideOCMInstall]: route=ignoreOCM; to=autoupdatesDecider
    INFO: State[decideOCMInstall]: route=requireOCM; to=getOCMDetails
    INFO: State[getOCMDetails]: route=success; to=mtsDialog
    INFO: State[getOracleHome]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[getOracleHome]: route=advanced_yes_inventory_no; to=inventoryPage
    INFO: State[getOracleHome]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=advanced_yes_upgrade_yes; to=prereqExecutionDecider
    INFO: State[getPrivilegedOSGroups]: route=success; to=prereqExecutionDecider
    INFO: State[getSystemClass]: route=desktop_class_yes; to=getWindowsSecureOptionDetails
    INFO: State[getSystemClass]: route=server_class_yes; to=DBTypeSelectionPage
    INFO: State[getWindowsSecureOptionDetails]: route=basic_yes; to=quickInstallPage
    INFO: State[getWindowsSecureOptionDetails]: route=desktop_class_yes; to=quickInstallPage
    INFO: State[getWindowsSecureOptionDetails]: route=success; to=getOracleHome
    INFO: State[installOptions]: route=advanced_yes_softwareDB_yes; to=DBTypeSelectionPage
    INFO: State[installOptions]: route=migrate_yes_clusterware_no; to=upgradeValidation
    INFO: State[installOptions]: route=migrate_yes_clusterware_yes; to=DBTypeSelectionPage
    INFO: State[installOptions]: route=system_class; to=getSystemClass
    INFO: State[installType]: route=advanced_yes; to=productLanguage
    INFO: State[installType]: route=basic_yes; to=getWindowsSecureOptionDetails
    INFO: State[inventoryPage]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[inventoryPage]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[inventoryPage]: route=basic_yes; to=prereqExecutionDecider
    INFO: Condition of state[inventoryPage]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: Condition of state[inventoryPage]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: Condition of state[inventoryPage]: route=basic_yes; to=prereqExecutionDecider
    INFO: State[managementOption]: route=success; to=recoveryOption
    INFO: State[mtsDialog]: route=success; to=autoupdatesDecider
    INFO: State[nodeSelectionPage]: route=create_and_configureDB; to=installType
    INFO: State[nodeSelectionPage]: route=software_onlyDB; to=productLanguage
    INFO: State[nodeSelectionPage]: route=upgradeDB; to=upgradeValidation
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[preAutoUpdates]: route=success; to=AutoUpdatesOptionsUI
    INFO: State[prepInstall]: route=DOWNLOAD_UPDATES_ONLY; to=AutoUpdatesOptionsUI
    INFO: State[prepInstall]: route=success; to=decideOCMInstall
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=dbEdition
    INFO: State[quickInstallPage]: route=basic_yes_inventory_no; to=inventoryPage
    INFO: State[quickInstallPage]: route=basic_yes_inventory_yes; to=prereqExecutionDecider
    INFO: State[recoveryOption]: route=asm_chosen_asm_not_present; to=schemaPasswordDialog
    INFO: State[recoveryOption]: route=asm_chosen_asm_present; to=selectASMDiskGroups
    INFO: State[recoveryOption]: route=asm_not_chosen; to=schemaPasswordDialog
    INFO: State[schemaPasswordDialog]: route=success; to=prereqExecutionDecider
    INFO: State[selectASMDiskGroups]: route=success; to=schemaPasswordDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[storageOption]: route=success; to=managementOption
    INFO: State[supportedOSCheck]: route=success; to=installOptions
    INFO: State[upgradeValidation]: route=success; to=productLanguage
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=finishupdates
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[UpdatesListUI]: route=DOWNLOAD_UPDATES_FINISHED; to=finishupdates
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    WARNING: Unable to create xml tag for the key:CommonProgramFiles(x86)
    WARNING: Unable to create xml tag for the key:ProgramFiles(x86)
    INFO: Translating external format into raw format
    INFO: Loading flow data beans
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:DBInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:DBSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:OCMSettings in the bean:DBSetupBean
    INFO: Setting value for the property:WindowsSecureOptionSettings in the bean:DBSetupBean
    INFO: Setting value for the property:RootConfigurationSettings in the bean:DBSetupBean
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_db_StorageType in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_UseFileSystemForRecovery in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_UseSamePassword in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_ConfigTabSelected in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_CharSetOption in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_InstallOptionSelected in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_managementOption in the bean:DBInstallSettings
    INFO: Setting value for the property:oracle_install_db_SuperAdminPasswords in the bean:DBInstallSettings
    INFO: Setting value for the property:DBInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:DBSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:DBSetupBean
    INFO: Setting value for the property:OCMSettings in the bean:DBSetupBean
    INFO: Setting value for the property:WindowsSecureOptionSettings in the bean:DBSetupBean
    INFO: Set value for bean DBSetupBean
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.OCMDetailsGUI viewId: OCMDetailsUI uiType: null]
    INFO: oracle.install.ivw.common.view.OCMDetailsGUI added to View Type Registry with the key as [OCMDetailsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationTypeUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationTypeUI added to View Type Registry with the key as [ConfigurationTypeUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBIdentifierUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBIdentifierUI added to View Type Registry with the key as [DBIdentifierUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationOptionsUI added to View Type Registry with the key as [ConfigurationOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.StorageOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.StorageOptionsUI added to View Type Registry with the key as [StorageOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RecoveryBackupUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.RecoveryBackupUI added to View Type Registry with the key as [RecoveryBackupUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ManagementOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ManagementOptionsUI added to View Type Registry with the key as [ManagementOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI viewId: ASMDiskGroupSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI added to View Type Registry with the key as [ASMDiskGroupSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SchemaPasswordUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.SchemaPasswordUI added to View Type Registry with the key as [SchemaPasswordUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.QuickInstallUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.QuickInstallUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.WindowsSecureOptionUI viewId: WindowsSecureOptionUI uiType: null]
    INFO: oracle.install.ivw.db.view.WindowsSecureOptionUI added to View Type Registry with the key as [WindowsSecureOptionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SystemClassUI viewId: SystemClassUI uiType: null]
    INFO: oracle.install.ivw.db.view.SystemClassUI added to View Type Registry with the key as [SystemClassUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBEditionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBEditionGUI added to View Type Registry with the key as [DBEditionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.NodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.NodeSelectionUI added to View Type Registry with the key as [NodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBTypeSelectionGUI viewId: DBTypeSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.DBTypeSelectionGUI added to View Type Registry with the key as [DBTypeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RACDBTypeSelectionGUI viewId: RACDBTypeSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.RACDBTypeSelectionGUI added to View Type Registry with the key as [RACDBTypeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.FinishUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.FinishUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallTypeGUI viewId: installTypeUI uiType: null]
    INFO: oracle.install.ivw.db.view.InstallTypeGUI added to View Type Registry with the key as [installTypeUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.AutoUpdatesOptionsUI viewId: AutoUpdatesOptionsUI uiType: null]
    INFO: oracle.install.ivw.common.view.AutoUpdatesOptionsUI added to View Type Registry with the key as [AutoUpdatesOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.UpdatesListUI viewId: UpdatesListUI uiType: null]
    INFO: oracle.install.ivw.common.view.UpdatesListUI added to View Type Registry with the key as [UpdatesListUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.FinishUpdatesUI viewId: FinishUpdatesUI uiType: null]
    INFO: oracle.install.ivw.common.view.FinishUpdatesUI added to View Type Registry with the key as [FinishUpdatesUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                               VALUE                                     
    AutoUpdatesInstallSettings                             oracle.install.ivw.common.bean.AutoUpdates
                                                            InstallSettings@78216b59                  
    CLUSTER_NODES                                          {}                                        
    COLLECTOR_IGNORE_CONFIGURATION                         false                                     
    COLLECTOR_IGNORE_FAILURES                              false                                     
    COLLECTOR_RESPONSE_FILE                                                                          
    CentralInventorySettings                               oracle.install.ivw.common.bean.CentralInve
                                                            ntorySettings@3241b635                    
    DBInstallSettings                                      oracle.install.ivw.db.bean.DBInstallSettin
                                                            gs@1f635484                               
    DECLINE_SECURITY_UPDATES                               false                                     
    FROM_LOCATION                                          E:\Oracle12cDatabase\database\install\../s
                                                            tage/products.xml                         
    INSTALL_TYPE                                           EE                                        
    MYORACLESUPPORT_PASSWORD                               *Protected value, not to be logged*       
    MYORACLESUPPORT_USERNAME                                                                         
    OCMSettings                                            oracle.install.ivw.common.bean.OCMSettings
                                                            @3fd83cf4                                 
    ORACLE_BASE                                                                                      
    ORACLE_HOME                                                                                      
    ORACLE_HOSTNAME                                        NTEJANI-VBOX2                             
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                                              *Protected value, not to be logged*       
    PROXY_USER                                                                                       
    RootConfigurationSettings                              oracle.install.ivw.common.bean.RootConfigu
                                                            rationSettings@54be8c3e                   
    SECURITY_UPDATES_VIA_MYORACLESUPPORT                   true                                      
    SELECTED_LANGUAGES                                     {"en"}                                    
    UNIX_GROUP_NAME                                                                                  
    WindowsSecureOptionSettings                            oracle.install.ivw.common.bean.WindowsSecu
                                                            reOptionSettings@d89d7eb                  
    b_rdbmsInstall                                         true                                      
    oracle.install.db.isCCRAuthenticationUsed              false                                     
    oracle_install_IsBuiltInAccount                        false                                     
    oracle_install_IsOracleServiceUserExists               false                                     
    oracle_install_LaunchNetCA                             false                                     
    oracle_install_NoMigration                             false                                     
    oracle_install_OCR_PartitionLocation                                                             
    oracle_install_ProductName                                                                       
    oracle_install_RACInstall                              false                                     
    oracle_install_RDBMSInstalling                         true                                      
    oracle_install_autoupdates_httpProxyPort               0                                         
    oracle_install_autoupdates_httpProxySettings           oracle.install.ivw.common.bean.HttpProxySe
                                                            ttings@5fb7565                            
    oracle_install_autoupdates_myOracleSupportCredentials  oracle.install.ivw.common.bean.MyOracleSup
                                                            portSettings@5a0eddac                     
    oracle_install_db_ASMSNMPUserPassword                  *Protected value, not to be logged*       
    oracle_install_db_AutoMemoryOption                     false                                     
    oracle_install_db_CharSetOption                        3                                         
    oracle_install_db_CharacterSet                                                                   
    oracle_install_db_ConfigTabSelected                    0                                         
    oracle_install_db_ConfigurationType                    &General Purpose / Transaction Processing 
    oracle_install_db_ConfigureAsContainerDB               false                                     
    oracle_install_db_DiskGroupName                                                                  
    oracle_install_db_DiskGroupNameForASM                                                            
    oracle_install_db_EnableAutoBackup                     false                                     
    oracle_install_db_InstallEdition                       EE                                        
    oracle_install_db_InstallOption                        INSTALL_DB_AND_CONFIG                     
    oracle_install_db_InstallOptionSelected                1                                         
    oracle_install_db_InstallType                          EE                                        
    oracle_install_db_LaunchDBCA                           false                                     
    oracle_install_db_LaunchODMA                           false                                     
    oracle_install_db_LoadExampleSchemas                   false                                     
    oracle_install_db_MountPointLocation                                                             
    oracle_install_db_QuickInstallOption                   false                                     
    oracle_install_db_RecoveryBackUpLocation                                                         
    oracle_install_db_SID                                                                            
    oracle_install_db_ServerPoolCardinality                0                                         
    oracle_install_db_SetOracleBase                        false                                     
    oracle_install_db_SkipHARegistration                   false                                     
    oracle_install_db_StarterDatabaseType                  GENERAL_PURPOSE                           
    oracle_install_db_StorageType                          0                                         
    oracle_install_db_SuperAdminPasswords                  *Protected value, not to be logged*       
    oracle_install_db_SuperAdminSamePasswdForAll           *Protected value, not to be logged*       
    oracle_install_db_SystemClass                          DESKTOP_CLASS                             
    oracle_install_db_Type                                 1                                         
    oracle_install_db_UseFileSystemForRecovery             false                                     
    oracle_install_db_UseSamePassword                      false                                     
    oracle_install_db_isRACOneInstall                      false                                     
    oracle_install_db_managementOption                     DEFAULT                                   
    oracle_install_db_omsPort                              0                                         
    oracle_install_db_racOneServiceName                                                              
    oracle_install_rootConfiguration_ExecuteRootScript     false                                     
    INFO: Launching Oracle Database 12c Release 1 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@e235e9d
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    INFO: Completed validating state <getOCMDetails>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state mtsDialog
    INFO: Completed executing action at state <mtsDialog>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <mtsDialog>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <mtsDialog>
    INFO: Completed validating view at state <mtsDialog>
    INFO: Validating state <mtsDialog>
    INFO: Completed validating state <mtsDialog>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state autoupdatesDecider
    INFO: Completed executing action at state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <autoupdatesDecider>
    INFO: Completed validating view at state <autoupdatesDecider>
    INFO: Validating state <autoupdatesDecider>
    WARNING: Validation disabled for the state autoupdatesDecider
    INFO: Completed validating state <autoupdatesDecider>
    INFO: Reading shiphome metadata from E:\Oracle12cDatabase\database\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/E:/Oracle12cDatabase/database/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.OUIMetadata from file:/E:/Oracle12cDatabase/database/install/../stage/shiphomeproperties.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:oui-metadata]
    INFO: Setting value for the property:properties in the bean:oui-metadata
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state preAutoUpdates
    INFO: Completed executing action at state <preAutoUpdates>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <preAutoUpdates>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <preAutoUpdates>
    INFO: Completed validating view at state <preAutoUpdates>
    INFO: Validating state <preAutoUpdates>
    WARNING: Validation disabled for the state preAutoUpdates
    INFO: Completed validating state <preAutoUpdates>
    INFO: Verifying route success
    INFO: Get view named [AutoUpdatesOptionsUI]
    INFO: View for [AutoUpdatesOptionsUI] is oracle.install.ivw.common.view.AutoUpdatesOptionsUI[,0,0,0x0,invalid,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state AutoUpdatesOptionsUI
    INFO: Completed executing action at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <AutoUpdatesOptionsUI>
    INFO: Completed validating view at state <AutoUpdatesOptionsUI>
    INFO: Validating state <AutoUpdatesOptionsUI>
    INFO: Completed validating state <AutoUpdatesOptionsUI>
    INFO: No updates will be downloaded or applied
    INFO: Verifying route NO_AUTO_UPDATES
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state supportedOSCheck
    INFO: Completed executing action at state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <supportedOSCheck>
    INFO: Completed validating view at state <supportedOSCheck>
    INFO: Validating state <supportedOSCheck>
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Verifying setup for installer validations
    INFO: Overall status of CVU API call:OPERATION_FAILED
    SEVERE: [FATAL] [INS-30131] Initial setup required for the execution of installer validations failed.
       CAUSE: Failed to access the temporary location.
       ACTION: Ensure that the current user has required permissions to access the temporary location.
    *ADDITIONAL INFORMATION:*
    - Framework setup check failed on all the nodes
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    Summary of the failed nodes
    ntejani-vbox2
    - Version of exectask could not be retrieved from node "ntejani-vbox2"
    - Cause: Cause Of Problem Not Available
    - Action: User Action Not Available
    ~~~

Maybe you are looking for