Starting up oracle fusion Middleware.

g'day guys,
i was hoping if anyone is having the same issue as me. I have upgraded discoverer 10g to 11g. I am hoping what i have installed or the way i installed this is correct.
I have installed weblogic server 10.3.3.0 and discoverer 11.1.1.3 i am starting up the application as below. would you able to let me know if i am right or wrong? it seems taking really long time to startup though. If i am wrong please advise.
MW_HOME=/application/oracle/product/Middleware; export MW_HOME
DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain; export DOMAIN_HOME
WL_HOME=$MW_HOME/wlserver_10.3; export WL_HOME
ORACLE_HOME=$MW_HOME/Discoverer_OH; export ORACLE_HOME
ORACLE_INSTANCE=$MW_HOME/Discoverer_inst; export ORACLE_INSTANCE
echo "Starting up the NodeManager..."
nohup $WL_HOME/server/bin/startNodeManager.sh >/dev/null 2>/dev/null &
sleep 120
echo "Starting up the AdminServer ..."
#nohup $DOMAIN_HOME/bin/startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=welcome1 > $log_dir/wls_start.log &
nohup $DOMAIN_HOME/startWebLogic.sh >/dev/null 2>/dev/null &
sleep 200
echo "Starting up the WLS_DISCO ..."
nohup $DOMAIN_HOME/bin/startManagedWebLogic.sh WLS_DISCO t3://devfinapp.internal.net:7001 >/dev/null 2>/dev/null &
sleep 120
echo "Starting up the OPMN managed components ..."
$ORACLE_INSTANCE/bin/opmnctl startall

In Asia it was ok and its ok. Must be that ash from the iceland volcano...
regards

Similar Messages

  • Report Instance not getting started in Oracle Fusion Middleware 11g Report

    Hi
    Report Instance not getting started in Oracle Fusion Middleware 11g Report Instance Error
    Rep-50125 Java.lang.nullpointerexception
    I just installed Oracle Forms,Reports 11g 11.1.1.3.0 in my machine
    Even I started opmnctl(Oracle Process Management Control). Its too running fine.
    Please Guide me the settings need to do to start the report instance.
    Regards
    Murali N S

    Hello,
    Copy rwlpr.exe from Oracle_Home\bin to Oracle_Instance\config\reports\bin
    Regards

  • Updating .rpd file in oracle Fusion middleware control 11G

    Hi people,
    I've a problem. I tried to upload my .rpd file by loggin in oracle Fusion middleware control 11G, doing this steps:
    correaplications-> implantation-> repository -> block editconfiguration-> search repository in folder -> insert password-> apply configuration-> restart all services. But, doesn't work. The log errors are:
    severe: element type:domain, element ID: null, opertaion result: waiting_for_opmn, detail message: timeout, waiting for opmn to start process
    severe: element type:BI_INSTANCE, element ID: coreapplication, operation result: failed_to_start, detail message: error in start one or more components of BI instance
    My coreapplication_obis1 is down and i can't start it!!! I need help, can anyone help me?
    I had to done anything before trying to upload the .rpd file?
    Thanks.
    Lucas R. A.

    Hello,
    I've resolved the problem. I just started the BI service without de opmnctl. Import the rpd, start the opmnctl and restart de bi service. After this I login in the analytics

  • JDE adapter configuration using Oracle fusion middleware

    Hello
    We are integrating JDE with Siebel using the Oracle fusion middleware technology. We have the adapters for JDE available and are in the process of configuring the same.
    We are able to connect to JDE and able to view the functions available but not able to view the other options.
    The below is the log generated when the application explorer is started and JDE connected.
    [info] [IWAF JCA] Found adapter 'IWAF'
    [info] [IWAF JCA] Found adapter 'JDEdwards'
    [info] [IWAF JCA] Found adapter 'PeopleSoft'
    [info] [IWAF JCA] Found adapter 'SAP'
    [info] [IWAF JCA] Found adapter 'Siebel'
    [info] [IWAF JCA] [storage] Repository URL 'file://../\config\jca_sample\repository.xml' resolved to repositoty type: file
    [info] [IWAF JCA] [storage] Getting Repository reference: 'file://../\config\jca_sample\repository.xml&user=null&password=***'...
    [info] [IWAF JCA] [storage] Created Repository System storage.
    [info] [IWAF JCA] iway.home is set to '../'.
    [info] [IWAF JCA] Creating IWAF Container classloader using libdir 'D:\OraHome_1\adapters\application\tools\..\lib'.
    [info] [IWAF JCA] iway.home is set to '../'.
    [info] [IWAF JCA] Inspecting adapter 'SAP' modules.
    [warn] [IWAF JCA] Adapter 'SAP' class 'com.ibi.sapr3.SapInboundAdapter_AS' failed to load. Problem loading adapter class 'com.ibi.sapr3.SapInboundAdapter_AS'.
    [warn] [IWAF JCA] Adapter 'SAP' will not be available.
    [info] [IWAF JCA] Inspecting adapter 'JDEdwards' modules.
    [info] [IWAF JCA] Inspecting adapter 'Siebel' modules.
    [info] [IWAF JCA] Inspecting adapter 'PeopleSoft' modules.
    [info] [IWAF JCA] Skiping IWAF Container adapter.
    [info] [IWAF JCA] iway.home is set to '../'.
    [info] [IWAF JCA] iway.config is set to 'jca_sample'.
    [info] [IWAF JCA] Using default: keystore.type=jks and keystore.password=iwaysoftware
    [info] [IWAF JCA] Security manager using keystore : D:\OraHome_1\adapters\application\tools\..\config\jca_sample\security\keystore.jks
    [warn] [IWAF JCA] Security manager will not be available due to problem.
    java.lang.IllegalStateException: Problem loading keystore: java.io.FileNotFoundException: D:\OraHome_1\adapters\application\tools\..\config\jca_sample\security\keystore.jks (The system cannot find the file specified); make sure the password is correct
         at com.iwaysoftware.security.KeyStoreUtil.getKeyStore(KeyStoreUtil.java:39)
         at com.ibi.adapters.util.security.SecurityManagerImpl.<init>(SecurityManagerImpl.java:45)
         at com.iwaysoftware.af.container.IWAFFactory.buildSecurityManager(IWAFFactory.java:209)
         at com.iwaysoftware.af.container.IWAFContainer.start(IWAFContainer.java:89)
         at com.ibi.afjca.spi.IWAFManagedConnectionFactory.createManagedConnection(IWAFManagedConnectionFactory.java:186)
         at com.ibi.afjca.spi.IWAFConnectionManager.allocateConnection(IWAFConnectionManager.java:31)
         at com.ibi.afjca.cci.IWAFConnectionFactory.getConnection(IWAFConnectionFactory.java:95)
         at com.iwaysoftware.iwae.common.JCATransport.initJCA(JCATransport.java:81)
         at com.iwaysoftware.iwae.common.JCATransport.<init>(JCATransport.java:62)
         at com.iwaysoftware.iwae.common.AdapterClient.<init>(AdapterClient.java:85)
         at com.ibi.bse.ConfigWorker.run(ConfigWorker.java:41)
         at java.lang.Thread.run(Unknown Source)
    [info] [IWAF JCA] IWAF contained starting...
    [info] [IWAF JCA] IWAF AdapterManager starting...
    [info] [IWAF JCA] IWAF AdapterManager started.
    [info] [IWAF JCA] IWAF ChannelManager starting...
    [info] [IWAF JCA] IWAF ChannelManager started.
    [info] [IWAF JCA] IWAF ChainManager starting...
    [info] [IWAF JCA] IWAF ChainManager started.
    [info] [IWAF JCA] IWAF PortManager starting...
    [info] [IWAF JCA] IWAF PortManager started.
    [info] [IWAF JCA] IWAF AEManager starting...
    [info] [IWAF JCA] Building target id list.
    [info] [IWAF JCA] Creating TID for adapter 'JDEdwards' configuration 'JDE'.
    [info] [IWAF JCA] [JDEdwards.service_JDE] Created adapter instance for class'class com.ibi.jde.AdapterBean'.
    [info] [IWAF JCA] Building port list.
    [info] [IWAF JCA] Building channel list.
    [info] [IWAF JCA] IWAF AEManager started.
    [info] [IWAF JCA] IWAF contained started.
    [info] [IWAF JCA] Loaded and initialized adapter class 'com.ibi.jde.AdapterBean'.
    [info] [IWAF JCA] [com.ibi.tcp.TcpListenerAdapter] init called.
    [info] [IWAF JCA] Loaded and initialized adapter class 'com.ibi.tcp.TcpListenerAdapter'.
    [info] [IWAF JCA] Loaded and initialized adapter class 'com.ibi.jde.AdapterEventBean'.
    [info] [IWAF JCA] [com.ibi.file.FileListenerAdapter] init called.
    [info] [IWAF JCA] Loaded and initialized adapter class 'com.ibi.file.FileListenerAdapter'.
    [info] [IWAF JCA] Adapter class 'com.ibi.adapter.psoft.PeopleSoftAdapter' failed to initialized.
    java.lang.NoClassDefFoundError: psft.pt8.joa.API
         at com.ibi.adapter.psoft.PeopleSoftAdapter.class$(PeopleSoftAdapter.java)
         at com.ibi.adapter.psoft.PeopleSoftAdapter.init(PeopleSoftAdapter.java:104)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:446)
         at com.iwaysoftware.af.container.AEManager.getInitializedAdapter(AEManager.java:1147)
         at com.iwaysoftware.af.container.AEManager.getDesignAdapterDescriptor(AEManager.java:366)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.addAdapter(AEAdapterMessage.java:127)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.build(AEAdapterMessage.java:105)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.<init>(AEAdapterMessage.java:46)
         at com.iwaysoftware.af.container.AEManager.dispatch(AEManager.java:123)
         at com.iwaysoftware.af.container.IWAFContainer.dispatchAERequest(IWAFContainer.java:434)
         at com.ibi.afjca.cci.IWAFInteraction.execIWAE(IWAFInteraction.java:246)
         at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:153)
         at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:93)
         at com.iwaysoftware.iwae.common.JCATransport.execute(JCATransport.java:149)
         at com.iwaysoftware.iwae.common.AdapterClient.getAdapterInfo(AdapterClient.java:225)
         at com.ibi.bse.CategoryNodeData.children(CategoryNodeData.java:139)
         at com.ibi.bse.gui.BseFrame.borTreeValueChanged(BseFrame.java:240)
         at com.ibi.bse.gui.BseFrame.access$4(BseFrame.java:24)
         at com.ibi.bse.gui.BseFrame$3.valueChanged(BseFrame.java:136)
         at javax.swing.JTree.fireValueChanged(Unknown Source)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Unknown Source)
         at javax.swing.JTree.setSelectionPath(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.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.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(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.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    [info] [IWAF JCA] Adapter class 'com.ibi.adapter.siebelaf.SiebelAdapter' failed to initialized.
    java.lang.IllegalArgumentException: Siebel Libs Not Found
         at com.ibi.adapter.siebelaf.SiebelAdapter.init(SiebelAdapter.java:84)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:446)
         at com.iwaysoftware.af.container.AEManager.getInitializedAdapter(AEManager.java:1147)
         at com.iwaysoftware.af.container.AEManager.getDesignAdapterDescriptor(AEManager.java:366)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.addAdapter(AEAdapterMessage.java:127)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.build(AEAdapterMessage.java:105)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.<init>(AEAdapterMessage.java:46)
         at com.iwaysoftware.af.container.AEManager.dispatch(AEManager.java:123)
         at com.iwaysoftware.af.container.IWAFContainer.dispatchAERequest(IWAFContainer.java:434)
         at com.ibi.afjca.cci.IWAFInteraction.execIWAE(IWAFInteraction.java:246)
         at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:153)
         at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:93)
         at com.iwaysoftware.iwae.common.JCATransport.execute(JCATransport.java:149)
         at com.iwaysoftware.iwae.common.AdapterClient.getAdapterInfo(AdapterClient.java:225)
         at com.ibi.bse.CategoryNodeData.children(CategoryNodeData.java:139)
         at com.ibi.bse.gui.BseFrame.borTreeValueChanged(BseFrame.java:240)
         at com.ibi.bse.gui.BseFrame.access$4(BseFrame.java:24)
         at com.ibi.bse.gui.BseFrame$3.valueChanged(BseFrame.java:136)
         at javax.swing.JTree.fireValueChanged(Unknown Source)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Unknown Source)
         at javax.swing.JTree.setSelectionPath(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.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.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(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.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    [info] [IWAF JCA] [JDEdwards.service_JDE] Created adapter instance for class'class com.ibi.jde.AdapterBean'.
    [info] [IWAF JCA] created sid '6760450155829188151' for target 'JDEdwards.JDE.EO 8.9'.
    Any inputs are welcome.
    Regards,
    Ravi

    I have created a new JCA configuration in application explorer. I am not able to see any adapters under adapter folder. aejcaxxxxxxxx.log file shows following error. Any help on this greatly appreciated.
    Mon, 18 Dec 2006 13:14:18.0164 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] Found adapter 'IWAF'
    Mon, 18 Dec 2006 13:14:18.0174 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] Found adapter 'JDEdwards'
    Mon, 18 Dec 2006 13:14:18.0174 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] Found adapter 'PeopleSoft'
    Mon, 18 Dec 2006 13:14:18.0174 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] Found adapter 'SAP'
    Mon, 18 Dec 2006 13:14:18.0174 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] Found adapter 'Siebel'
    Mon, 18 Dec 2006 13:14:18.0224 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [storage] Repository URL 'file://D:\OraHome_1\adapters\application\config\myJCAConfig\repository.xml' resolved to repositoty type: file
    Mon, 18 Dec 2006 13:14:18.0224 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [storage] Getting Repository reference: 'file://D:\OraHome_1\adapters\application\config\myJCAConfig\repository.xml&user=null&password=***'...
    Mon, 18 Dec 2006 13:14:18.0565 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [storage] Created Repository System storage.
    Mon, 18 Dec 2006 13:14:18.0565 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [state] State Repository URL 'file://D:\OraHome_1\adapters\application\config\myJCAConfig\st_repository.xml' repositoty type: file
    Mon, 18 Dec 2006 13:14:18.0565 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [state] Getting Repository reference: 'file://D:\OraHome_1\adapters\application\config\myJCAConfig\st_repository.xml&user=null&password=***'...
    Mon, 18 Dec 2006 13:14:18.0575 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [state] Created State Repository System storage.
    Mon, 18 Dec 2006 13:14:18.0585 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Creating IWAF Container classloader using libdir 'D:\OraHome_1\adapters\application\lib'.
    Mon, 18 Dec 2006 13:14:18.0635 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0635 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Building adapters list...
    Mon, 18 Dec 2006 13:14:18.0635 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0635 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0635 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Adapter: SAP
    Mon, 18 Dec 2006 13:14:18.0635 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0635 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Inspecting adapter 'SAP' modules.
    Mon, 18 Dec 2006 13:14:18.0665 PST - Thread[Thread-5,6,main] [warn ] [IWAF JCA] [container] loadClass: com/sap/mw/jco/JCO$Exception
    java.lang.NoClassDefFoundError: com/sap/mw/jco/JCO$Exception
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.iwaysoftware.af.container.IWAFContainer.loadClass(IWAFContainer.java:922)
         at com.iwaysoftware.af.container.IWAFContainer.loadAdapterClass(IWAFContainer.java:905)
         at com.iwaysoftware.af.container.IWAFContainer.buildAdaptersList(IWAFContainer.java:1079)
         at com.iwaysoftware.af.container.IWAFContainer.<init>(IWAFContainer.java:119)
         at com.ibi.afjca.spi.IWAFManagedConnectionFactory.getContainer(IWAFManagedConnectionFactory.java:533)
         at com.ibi.afjca.spi.IWAFManagedConnectionFactory.createManagedConnection(IWAFManagedConnectionFactory.java:215)
         at com.ibi.afjca.spi.IWAFConnectionManager.allocateConnection(IWAFConnectionManager.java:35)
         at com.ibi.afjca.cci.IWAFConnectionFactory.getConnection(IWAFConnectionFactory.java:103)
         at com.iwaysoftware.iwae.common.JCATransport.initJCA(JCATransport.java:104)
         at com.iwaysoftware.iwae.common.JCATransport.<init>(JCATransport.java:85)
         at com.iwaysoftware.iwae.common.AdapterClient.<init>(AdapterClient.java:85)
         at com.ibi.bse.ConfigWorker.run(ConfigWorker.java:41)
         at java.lang.Thread.run(Thread.java:534)
    Mon, 18 Dec 2006 13:14:18.0665 PST - Thread[Thread-5,6,main] [warn ] [IWAF JCA] [container] Adapter 'SAP' class 'com.ibi.sapr3.SapAdapter20' failed to load. Problem loading class 'com.ibi.sapr3.SapAdapter20'.
    Mon, 18 Dec 2006 13:14:18.0665 PST - Thread[Thread-5,6,main] [warn ] [IWAF JCA] [container] Adapter 'SAP' will not be available.
    Mon, 18 Dec 2006 13:14:18.0665 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0665 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Adapter: JDEdwards
    Mon, 18 Dec 2006 13:14:18.0665 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0665 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Inspecting adapter 'JDEdwards' modules.
    Mon, 18 Dec 2006 13:14:18.0695 PST - Thread[Thread-5,6,main] [warn ] [IWAF JCA] [container] loadClass: com/jdedwards/system/lib/JdeEvent
    java.lang.NoClassDefFoundError: com/jdedwards/system/lib/JdeEvent
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.iwaysoftware.af.container.IWAFContainer.loadClass(IWAFContainer.java:922)
         at com.iwaysoftware.af.container.IWAFContainer.loadAdapterClass(IWAFContainer.java:905)
         at com.iwaysoftware.af.container.IWAFContainer.buildAdaptersList(IWAFContainer.java:1079)
         at com.iwaysoftware.af.container.IWAFContainer.<init>(IWAFContainer.java:119)
         at com.ibi.afjca.spi.IWAFManagedConnectionFactory.getContainer(IWAFManagedConnectionFactory.java:533)
         at com.ibi.afjca.spi.IWAFManagedConnectionFactory.createManagedConnection(IWAFManagedConnectionFactory.java:215)
         at com.ibi.afjca.spi.IWAFConnectionManager.allocateConnection(IWAFConnectionManager.java:35)
         at com.ibi.afjca.cci.IWAFConnectionFactory.getConnection(IWAFConnectionFactory.java:103)
         at com.iwaysoftware.iwae.common.JCATransport.initJCA(JCATransport.java:104)
         at com.iwaysoftware.iwae.common.JCATransport.<init>(JCATransport.java:85)
         at com.iwaysoftware.iwae.common.AdapterClient.<init>(AdapterClient.java:85)
         at com.ibi.bse.ConfigWorker.run(ConfigWorker.java:41)
         at java.lang.Thread.run(Thread.java:534)
    Mon, 18 Dec 2006 13:14:18.0695 PST - Thread[Thread-5,6,main] [warn ] [IWAF JCA] [container] Adapter 'JDEdwards' class 'com.ibi.jde.AdapterBean' failed to load. Problem loading class 'com.ibi.jde.AdapterBean'.
    Mon, 18 Dec 2006 13:14:18.0695 PST - Thread[Thread-5,6,main] [warn ] [IWAF JCA] [container] Adapter 'JDEdwards' will not be available.
    Mon, 18 Dec 2006 13:14:18.0695 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0695 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Adapter: Siebel
    Mon, 18 Dec 2006 13:14:18.0695 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0695 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Inspecting adapter 'Siebel' modules.
    Mon, 18 Dec 2006 13:14:18.0715 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0715 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Adapter: PeopleSoft
    Mon, 18 Dec 2006 13:14:18.0715 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0715 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Inspecting adapter 'PeopleSoft' modules.
    Mon, 18 Dec 2006 13:14:18.0745 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Skiping IWAF Container adapter.
    Mon, 18 Dec 2006 13:14:18.0815 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0815 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Building default security manager...
    Mon, 18 Dec 2006 13:14:18.0815 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0815 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] iway.home is set to 'D:\OraHome_1\adapters\application'.
    Mon, 18 Dec 2006 13:14:18.0815 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] iway.config is set to 'myJCAConfig'.
    Mon, 18 Dec 2006 13:14:18.0815 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Using default: keystore.type=jks and keystore.password=iwaysoftware
    Mon, 18 Dec 2006 13:14:18.0815 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Security manager using keystore : D:\OraHome_1\adapters\application\config\myJCAConfig\security\keystore.jks
    Mon, 18 Dec 2006 13:14:18.0895 PST - Thread[Thread-5,6,main] [warn ] [IWAF JCA] [container] Security manager will not be available due to problem.
    java.lang.IllegalStateException: Problem loading keystore: java.io.FileNotFoundException: D:\OraHome_1\adapters\application\config\myJCAConfig\security\keystore.jks (The system cannot find the file specified); make sure the password is correct
         at com.iwaysoftware.security.KeyStoreUtil.getKeyStore(KeyStoreUtil.java:39)
         at com.ibi.adapters.util.security.SecurityManagerImpl.<init>(SecurityManagerImpl.java:45)
         at com.iwaysoftware.af.container.IWAFFactory.buildSecurityManager(IWAFFactory.java:209)
         at com.iwaysoftware.af.container.IWAFContainer.start(IWAFContainer.java:169)
         at com.ibi.afjca.spi.IWAFManagedConnectionFactory.getContainer(IWAFManagedConnectionFactory.java:536)
         at com.ibi.afjca.spi.IWAFManagedConnectionFactory.createManagedConnection(IWAFManagedConnectionFactory.java:215)
         at com.ibi.afjca.spi.IWAFConnectionManager.allocateConnection(IWAFConnectionManager.java:35)
         at com.ibi.afjca.cci.IWAFConnectionFactory.getConnection(IWAFConnectionFactory.java:103)
         at com.iwaysoftware.iwae.common.JCATransport.initJCA(JCATransport.java:104)
         at com.iwaysoftware.iwae.common.JCATransport.<init>(JCATransport.java:85)
         at com.iwaysoftware.iwae.common.AdapterClient.<init>(AdapterClient.java:85)
         at com.ibi.bse.ConfigWorker.run(ConfigWorker.java:41)
         at java.lang.Thread.run(Thread.java:534)
    Mon, 18 Dec 2006 13:14:18.0895 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0895 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] Starting IWAF container managers...
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF AdapterManager starting...
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF AdapterManager started.
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF ChannelManager starting...
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF ChannelManager started.
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF ChainManager starting...
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF ChainManager started.
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF PortManager starting...
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF PortManager started.
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] IWAF AEManager starting...
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] Building Target ID list..
    Mon, 18 Dec 2006 13:14:18.0905 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:19.0146 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:19.0146 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] Building Port list..
    Mon, 18 Dec 2006 13:14:19.0146 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:19.0156 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:19.0156 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] Building Channel list..
    Mon, 18 Dec 2006 13:14:19.0156 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:19.0246 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] IWAF AEManager started.
    Mon, 18 Dec 2006 13:14:19.0246 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] [AE manager] ******************************************************************************
    Mon, 18 Dec 2006 13:14:19.0246 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA] [container] IWAF contained started.
    Mon, 18 Dec 2006 13:14:19.0316 PST - Thread[Thread-5,6,main] [info ] [IWAF JCA IAEAdapter] IWAFManagedConnection for IAEAdapter:null has listener registered: com.ibi.afjca.spi.IWAFConnectionManager@9bc984
    Mon, 18 Dec 2006 13:14:21.0850 PST - Thread[AWT-EventQueue-0,6,main] [info ] [IWAF JCA] [container] [AE manager] Adapter class 'com.ibi.adapter.psoft.PeopleSoftAdapter' failed to initialize.
    java.lang.NoClassDefFoundError
         at com.ibi.adapter.psoft.PeopleSoftAdapter.class(PeopleSoftAdapter.java)
         at com.ibi.adapter.psoft.PeopleSoftAdapter.init(PeopleSoftAdapter.java:104)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:696)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:681)
         at com.iwaysoftware.af.container.AEManager.getInitializedAdapter(AEManager.java:1194)
         at com.iwaysoftware.af.container.AEManager.getDesignAdapterDescriptor(AEManager.java:388)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.addAdapter(AEAdapterMessage.java:127)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.build(AEAdapterMessage.java:105)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.<init>(AEAdapterMessage.java:46)
         at com.iwaysoftware.af.container.AEManager.dispatch(AEManager.java:126)
         at com.iwaysoftware.af.container.IWAFContainer.dispatchAERequest(IWAFContainer.java:612)
         at com.ibi.afjca.cci.IWAFInteraction.execIWAE(IWAFInteraction.java:270)
         at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:155)
         at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:93)
         at com.iwaysoftware.iwae.common.JCATransport.execute(JCATransport.java:204)
         at com.iwaysoftware.iwae.common.AdapterClient.getEventAdapterInfo(AdapterClient.java:105)
         at com.ibi.bse.CategoryNodeData.children(CategoryNodeData.java:150)
         at com.ibi.bse.gui.BseFrame.borTreeValueChanged(BseFrame.java:240)
         at com.ibi.bse.gui.BseFrame.access$4(BseFrame.java:24)
         at com.ibi.bse.gui.BseFrame$3.valueChanged(BseFrame.java:136)
         at javax.swing.JTree.fireValueChanged(JTree.java:2392)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2763)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1076)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
         at javax.swing.JTree.setSelectionPath(JTree.java:1168)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2215)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2863)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2824)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         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:480)
         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)
    Caused by: java.lang.ClassNotFoundException: psft.pt8.joa.API
         at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         ... 53 more
    Mon, 18 Dec 2006 13:14:22.0270 PST - Thread[AWT-EventQueue-0,6,main] [info ] [IWAF JCA] [container] [AE manager] Adapter class 'com.ibi.adapter.siebelaf.SiebelAdapter' failed to initialize.
    java.lang.IllegalArgumentException: Siebel Libs Not Found
         at com.ibi.adapter.siebelaf.SiebelAdapter.init(SiebelAdapter.java:93)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:696)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:681)
         at com.iwaysoftware.af.container.AEManager.getInitializedAdapter(AEManager.java:1194)
         at com.iwaysoftware.af.container.AEManager.getDesignAdapterDescriptor(AEManager.java:388)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.addAdapter(AEAdapterMessage.java:127)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.build(AEAdapterMessage.java:105)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.<init>(AEAdapterMessage.java:46)
         at com.iwaysoftware.af.container.AEManager.dispatch(AEManager.java:126)
         at com.iwaysoftware.af.container.IWAFContainer.dispatchAERequest(IWAFContainer.java:612)
         at com.ibi.afjca.cci.IWAFInteraction.execIWAE(IWAFInteraction.java:270)
         at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:155)
         at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:93)
         at com.iwaysoftware.iwae.common.JCATransport.execute(JCATransport.java:204)
         at com.iwaysoftware.iwae.common.AdapterClient.getEventAdapterInfo(AdapterClient.java:105)
         at com.ibi.bse.CategoryNodeData.children(CategoryNodeData.java:150)
         at com.ibi.bse.gui.BseFrame.borTreeValueChanged(BseFrame.java:240)
         at com.ibi.bse.gui.BseFrame.access$4(BseFrame.java:24)
         at com.ibi.bse.gui.BseFrame$3.valueChanged(BseFrame.java:136)
         at javax.swing.JTree.fireValueChanged(JTree.java:2392)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2763)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1076)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
         at javax.swing.JTree.setSelectionPath(JTree.java:1168)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2215)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2863)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2824)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         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:480)
         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)
    Mon, 18 Dec 2006 13:14:23.0512 PST - Thread[AWT-EventQueue-0,6,main] [info ] [IWAF JCA] [container] [AE manager] Adapter class 'com.ibi.adapter.psoft.PeopleSoftAdapter' failed to initialize.
    java.lang.NoClassDefFoundError
         at com.ibi.adapter.psoft.PeopleSoftAdapter.class(PeopleSoftAdapter.java)
         at com.ibi.adapter.psoft.PeopleSoftAdapter.init(PeopleSoftAdapter.java:104)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:696)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:681)
         at com.iwaysoftware.af.container.AEManager.getInitializedAdapter(AEManager.java:1194)
         at com.iwaysoftware.af.container.AEManager.getDesignAdapterDescriptor(AEManager.java:388)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.addAdapter(AEAdapterMessage.java:127)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.build(AEAdapterMessage.java:105)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.<init>(AEAdapterMessage.java:46)
         at com.iwaysoftware.af.container.AEManager.dispatch(AEManager.java:126)
         at com.iwaysoftware.af.container.IWAFContainer.dispatchAERequest(IWAFContainer.java:612)
         at com.ibi.afjca.cci.IWAFInteraction.execIWAE(IWAFInteraction.java:270)
         at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:155)
         at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:93)
         at com.iwaysoftware.iwae.common.JCATransport.execute(JCATransport.java:204)
         at com.iwaysoftware.iwae.common.AdapterClient.getAdapterInfo(AdapterClient.java:225)
         at com.ibi.bse.CategoryNodeData.children(CategoryNodeData.java:139)
         at com.ibi.bse.gui.BseFrame.borTreeValueChanged(BseFrame.java:240)
         at com.ibi.bse.gui.BseFrame.access$4(BseFrame.java:24)
         at com.ibi.bse.gui.BseFrame$3.valueChanged(BseFrame.java:136)
         at javax.swing.JTree.fireValueChanged(JTree.java:2392)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2763)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1076)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
         at javax.swing.JTree.setSelectionPath(JTree.java:1168)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2215)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2863)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2824)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         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:480)
         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)
    Caused by: java.lang.ClassNotFoundException: psft.pt8.joa.API
         at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         ... 53 more
    Mon, 18 Dec 2006 13:14:23.0512 PST - Thread[AWT-EventQueue-0,6,main] [info ] [IWAF JCA] [container] [AE manager] Adapter class 'com.ibi.adapter.siebelaf.SiebelAdapter' failed to initialize.
    java.lang.IllegalArgumentException: Siebel Libs Not Found
         at com.ibi.adapter.siebelaf.SiebelAdapter.init(SiebelAdapter.java:93)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:696)
         at com.iwaysoftware.af.container.IWAFContainer.getInitializedAdapter(IWAFContainer.java:681)
         at com.iwaysoftware.af.container.AEManager.getInitializedAdapter(AEManager.java:1194)
         at com.iwaysoftware.af.container.AEManager.getDesignAdapterDescriptor(AEManager.java:388)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.addAdapter(AEAdapterMessage.java:127)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.build(AEAdapterMessage.java:105)
         at com.iwaysoftware.af.container.ae.AEAdapterMessage.<init>(AEAdapterMessage.java:46)
         at com.iwaysoftware.af.container.AEManager.dispatch(AEManager.java:126)
         at com.iwaysoftware.af.container.IWAFContainer.dispatchAERequest(IWAFContainer.java:612)
         at com.ibi.afjca.cci.IWAFInteraction.execIWAE(IWAFInteraction.java:270)
         at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:155)
         at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:93)
         at com.iwaysoftware.iwae.common.JCATransport.execute(JCATransport.java:204)
         at com.iwaysoftware.iwae.common.AdapterClient.getAdapterInfo(AdapterClient.java:225)
         at com.ibi.bse.CategoryNodeData.children(CategoryNodeData.java:139)
         at com.ibi.bse.gui.BseFrame.borTreeValueChanged(BseFrame.java:240)
         at com.ibi.bse.gui.BseFrame.access$4(BseFrame.java:24)
         at com.ibi.bse.gui.BseFrame$3.valueChanged(BseFrame.java:136)
         at javax.swing.JTree.fireValueChanged(JTree.java:2392)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2763)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1076)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
         at javax.swing.JTree.setSelectionPath(JTree.java:1168)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2215)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2863)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2824)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
         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:480)
         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)

  • Oracle Fusion Middleware Training Videos & Documents

    Hi All,
    I am planning to learn Oracle Fusion Middleware. Can any one please share relate videos and documents which is start as a beginner.
    Thanks,
    Vas

    To install all that you can follow the next pages.
    1. Intall Oracle Database, and create a database with special initialization parameters, also with spatial, text, and others.(all is in the install guide or the RCU mentioned below will tell you what does your DB need)
    2. Install Weblogic 10.3 (no mucho need to know)
    3. Install OIM Link:[http://download.oracle.com/docs/cd/E15523_01/install.1111/e12002/toc.htm]
    4. You will have to take special attentiion in chapter 10, to install SSO and DAS, cause you have to use 10.1.4 version, for this you will need RCU (or Metadata Repository Creator Assitant for 10.1.4)
    5. Install and run RCU for Portal and Wireless (not same that above)
    6. Install Portal and BI
    Of course all software you can get it in otn page.
    HOpe this helps, greetings.

  • Installing Oracle Fusion Middleware (Forms/Reports) 11g on windows 2012 x64

    Hi All,
    I'm planning to install oracle fusion middleware 11g (forms/reports) on windows 2012 64 bit.
    Once i started the installation of weblog server 10.3.6 it went fine without any error at this stage.
    In second stage i tried to configure it, but in the configuration process "*Creating Domain*" is getting failed.
    Placed some sample message below from the log file.
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(CREATE_DOMAIN) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(EXTEND_DOMAIN) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(EXPAND_CLUSTER) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid:
    [ecid: 0000KOYolfhCWr^pxSP5iW1JVQQa000003,0] Adding Element:CREATE_DOMAIN_ID for writing.
    Any help in the regard will be greatly appreciated.
    Thanks
    Syed

    Hi,
    1)As per certification matrix Forms and Reports 11.1.1.7.0 is supported on Windows 2012.
       So in order to install Forms and Reports you need to first install the Forms and Reports software binaries then need to run the config.sh command from %ORACLE_HOME%/bin.
       No need to create any domain using the config.sh from Weblogic home.
    2)Please see if the below prerequisites were met :-
       . Assign Proper ip, hostname & domain name
      . Entry of ip, host name & domain name in etc/hosts file
      . Disable anti-virus if any
      . Disable ipv6, a
      . Disable Windows Firewall, Windows Update & Windows Management Instrumentation at Service level (services.msc)
      . Create 2 folder "tmp" & "Java" for temp, jdk & jre installation. And set the path of installed jdk in Environment Variable
    Regards,
    Prakash.

  • Oracle fusion Middleware 11g -- forms issue while hitting url

    Hi ,
    we are facing one issue while hitting the url mentioned below
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    FRM-92052:fatal error: cannot connect to the server at URL /forms/lservlet
    here in the above CRMS_KR.htm we have hard-coded all the parameters value that in other case is read from formsweb.cfg
    whereas if we hit the same CRMS_KR.htm renaming it to basejpi.htm and hitting below url then its opening our home page i.e our test.fmx called from this .htm file
    http://scrmskr.apac.nsroot.net:7801/forms/frmservlet
    We have gone through Oracle® Fusion Middleware Forms Services Deployment Guide
    11g Release 1 (11.1.1)
    but not able to get the issue.
    Please let us know where we are going wrong or what mapping or config settings are we missing.
    Config files:
    CRMSKR.htm_
    ======================================================
    <HTML>
    <!-- FILE: basejpi.htm (Oracle Forms) -->
    <!-- -->
    <!-- This is the default base HTML file for running a form on the -->
    <!-- web using the JDK Java Plugin. This is used for example when -->
    <!-- running with Netscape on Unix. -->
    <!-- -->
    <!-- IMPORTANT NOTES: -->
    <!-- Default values for all the variables which appear below -->
    <!-- (enclosed in percent characters) are defined in the servlet -->
    <!-- configuration file (formsweb.cfg). It is preferable to make -->
    <!-- changes in that file where possible, rather than this one. -->
    <!-- -->
    <!-- This file will be REPLACED if you reinstall Oracle Forms, so -->
    <!-- you are advised to create your own version if you want to make -->
    <!-- any modifications. You should then set the baseHTMLjpi -->
    <!-- parameter in the Forms Servlet configuration file (formsweb.cfg) -->
    <!-- to point to your new file instead of this one. -->
    <HEAD><TITLE>Credit & Risk Management System</TITLE></HEAD>
    <BODY bgcolor=#c0c0c0 SCROLL="no">
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12"
    WIDTH="920"
    HEIGHT="680"
    HSPACE="0"
    VSPACE="0"
    ID="">
    <SCRIPT LANGUAGE="JavaScript" SRC="/forms/frmjscript/forms_ie.js"></SCRIPT>
    <PARAM NAME="TYPE" VALUE="application/x-java-applet;jpi-version=1.6.0_12">
    <PARAM NAME="CODEBASE" VALUE="/forms/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE" VALUE="frmall.jar,crms_icons.jar" >
    <PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">
    <PARAM NAME="networkRetries" VALUE="50">
    <PARAM NAME="serverArgs"
    VALUE="escapeParams=true module=/rcrmap1/rcrrgbg2/crms/10as/fmx_dir/CRMS_LOGIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no">
    <PARAM NAME="separateFrame" VALUE="false">
    <PARAM NAME="splashScreen" VALUE="">
    <PARAM NAME="background" VALUE="">
    <PARAM NAME="lookAndFeel" VALUE="Generic">
    <PARAM NAME="colorScheme" VALUE="teal">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="logo" VALUE="no">
    <PARAM NAME="imageBase" VALUE="CodeBase">
    <PARAM NAME="formsMessageListener" VALUE="">
    <PARAM NAME="recordFileName" VALUE="">
    <PARAM NAME="EndUserMonitoringEnabled" VALUE="">
    <PARAM NAME="EndUserMonitoringURL" VALUE="">
    <PARAM NAME="heartbeat" VALUE="">
    <PARAM NAME="MaxEventWait" VALUE="">
    <PARAM NAME="allowAlertClipboard" VALUE="true">
    <PARAM NAME="disableValidateClipboard" VALUE="false">
    <PARAM NAME="enableJavascriptEvent" VALUE="true">
    <PARAM NAME="MAYSCRIPT" VALUE="true">
    <PARAM NAME="digitSubstitution" VALUE="context">
    <PARAM NAME="legacy_lifecycle" VALUE="false">
    <PARAM NAME="JavaScriptBlocksHeartBeat" VALUE="false">
    <PARAM NAME="highContrast" VALUE="false">
    <PARAM NAME="disableMDIScrollbars" VALUE="">
    <PARAM NAME="clientDPI" VALUE="">
    <PARAM name="applet_stop_timeout" value="800">
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="http://java.sun.com/products/archive/j2se/6u12/index.html"
    TYPE="application/x-java-applet;jpi-version=1.6.0_12"
    java_codebase="/forms/java"
    java_code="oracle.forms.engine.Main"
    java_archive="frmall.jar,crms_icons.jar"
    WIDTH="920"
    HEIGHT="680"
    HSPACE="0"
    VSPACE="0"
    NAME=""
    serverURL="/forms/lservlet?ifcfs=/forms/frmservlet"
    networkRetries="0"
    serverArgs="escapeParams=true module=/rcrmap1/rcrrgbg2/crms/10as/fmx_dir/CRMS_LOGIN.fmx userid= debug=no host= port= obr=no record= tracegroup= log= term= ssoProxyConnect=no"
    separateFrame="false"
    splashScreen=""
    background=""
    lookAndFeel="Generic"
    colorScheme="teal"
    serverApp="default"
    logo="no"
    imageBase="CodeBase"
    recordFileName=""
    EndUserMonitoringEnabled=""
    EndUserMonitoringURL=""
    heartBeat=""
    MaxEventWait=""
    disableValidateClipboard="false"
    allowAlertClipboard="true"
    enableJavascriptEvent="true"
    MAYSCRIPT="true"
    digitSubstitution="context"
    legacy_lifecycle="false"
    JavaScriptBlocksHeartBeat="false"
    highContrast="false"
    disableMDIScrollbars=""
    clientDPI=""
    applet_stop_timeout="800"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Forms applet definition (end) -->
    <table border="0" width="1005" height="30" >
    <tr>
    <td width="74%" height="30" align="left"><img border="0" src="/rcrms/icons/f_cblogo.gif" width="65px" height="20px"><br>
    <font face="Garamond" size="1" >www.citigroup.net</font>
    </td>
    <td width="26%" height="30" align ="left" ><font face="Garamond" size="1.5">
    Terms,conditions, caveats and small print.<br>
    Copyright &copy; 2003 Citigroup. All rights reserved. Unpublished.</font>
    </td>
    </tr>
    </table>
    </BODY>
    </HTML>
    ======================================================
    forms.conf
    ====================================================
    # Name
    # forms.conf - Forms component Apache directives configuration file.
    # Purpose
    # It should include the weblogic managed server (routing) directives for
    # the servers where Forms applications are deployed and other miscellaneous
    # Forms component OHS directives.
    # Remarks
    # This file is included with the OHS configuration under
    # $OI/config/OHS/<OHS Node Name>/moduleconf sub-directory.
    # virtual mapping for the /forms/html mapping.
    RewriteEngine on
    RewriteRule ^/forms/html/(..*) /workaroundhtml/$1 [PT]
    RewriteRule ^/rcrms/html/(..*) /workaroundhtml/$1 [PT]
    AliasMatch ^/workaroundhtml/(..*) "/rcrmap2/weblogic/bea/rcrms/config/FormsComponent/forms/html/$1"
    AliasMatch ^/rcrms/icons/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms/java/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    # Virtual path mapping for testcrms (codebase)
    AliasMatch ^/rcrms/java/(..*) "/rcrmap2/weblogic/bea/ORA_PFRD/forms/java/$1"
    <Location /forms>
    SetHandler weblogic-handler
    WebLogicHost kauh0079
    WebLogicPort 8001
    </Location>
    ====================================================
    Thanks,
    Harish

    Hi Michael,
    Thanks for your valuable inputs.
    Below line in CRMS_KR.htm was causing the problem because while directly hitting the CRMS_KR.htm we had hard-coded all the tag values which in other case is read from formweb.cfg
    Before:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">*
    We modified it to
    After:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet">*
    Now we are able to hit the below URL sucessfully
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    Thanks & Regards,
    Harish

  • Changing Oracle Fusion Middleware text in background of the forms.

    Dear All,
    I have migrated forms 6i into 11g.
    Now In the background of forms, "Oracle Fusion MiddleWare" Text displaying.
    While searching for the solution I got something like JAR and all. I dont understand this.
    Can anybody tell me where to change the setting for "Oracle Fusion MiddleWare" Text display.
    Please help me out.
    Thanks in Advance.
    Regards,
    Raja.

    In formsweb.cfg, change BACKGROUND to point to the image of your choice. The value is a virtual path so you can use a fully qualified path or relative path. For example:
    BACKGROUND=http://myServer/icons/background.gif
    OR
    BACKGROUND=/icons/background.gif
    The same is true for LOGO and SPLASHSCREEN
    Check out the documentation. This is always a good place to start.
    http://docs.oracle.com/cd/E24269_01/doc.11120/e24477/configure.htm#i1077074
    Edited by: Michael Ferrante on Mar 6, 2012 3:55 PM

  • Oracle Fusion Middleware Real Operations

    Hi,
    I'm trying to find out more about Oracle Fusion Middleware Real Operations Insight and Oracle Fusion Middleware Real Operations Automation but there doesn't seem to be much info around. Is there any documentation available?
    Thanks

    Real Operations Insight
    For administrators, getting the information they need from running systems to ensure smooth
    operation can be a challenge. It can also be costly if the system or application performs poorly.
    Oracle WebLogic Suite 11g provides Real Operations Insight that includes powerful facilities to
    monitor and diagnose issues. For example, operations teams can take advantage of the Oracle
    Enterprise Manager Diagnostics Pack including Grid Control to manage many nodes of Oracle
    WebLogic Server from a single console: start and stop services, monitor and manage application
    across domains, view most accessed components, and more. Included is the Application
    Diagnostics For Java technology (AD4J) that allows for deep monitoring, management, and
    optimization of applications running on Java Virtual Machines.
    In addition, Oracle JRockit JVM customers can also leverage JRockit Mission Control to
    optimize applications using runtime analysis and memory leak detection tools. And finally, when
    leveraging the Coherence in-memory data grid, the Enterprise Management Pack for Oracle
    Coherence provides comprehensive tools for monitoring and reporting Coherence activity.
    Real Operations Automation
    Responding to business need is difficult for IT if operations are manual. Real Operations
    Automation affords a highly automated WebLogic Server environment. Configuring domains
    and clusters through automation and scripting ensures repetitive tasks are executed properly
    without human error. Dynamic resource management helps consolidate applications to fewer
    servers as needed while shutting-down inactive instances for cost and power savings. Real
    Operations Automation takes as input the unique metrics provided by Real Operations Insight to
    ensure timely, accurate, and fine-grained optimization.

  • Oracle Fusion Middleware

    I heard a lot about Oracle Fusion Middleware but I don't know anything about it
    Please tell me what is the Oracle Fusion Middleware
    is it concept or new technology or new product
    please let me know a lot about it.
    Thanks

    OFM :
    consists of several software products from Oracle Corporation. OFM spans multiple services, including Java EE and developer tools, integration services, business intelligence, collaboration, and content management. OFM depends on open standards such as BPEL, SOAP, XML and JMS.
    Start Reading this
    http://www.oracle.com/technetwork/middleware/interactive-reporting/overview/index.html

  • Oracle Fusion Middleware need Information

    Hi All,
    Oracle Fusion Middleware how is future in development and administration. is that advance level of web logic. please give me some details.
    thanks
    Ravi kumar

    Hi Ravi --
    What you are asking for is not very clear. Can you be a little more specific about the question and type of information you are looking for.
    Administration and management is a large topic so the books in the Administration section of the documentation may be a good place to start.
    Try here: [http://docs.oracle.com/cd/E24329_01/index.htm|http://docs.oracle.com/cd/E24329_01/index.htm]
    -steve-

  • Installing OAM 10.1.4.3 with Oracle Fusion Middleware 11g

    Hi All,
    I am installing OAM 10.1.4.3 with Oracle Fusion Middleware 11g. The installation issue in creating an OID "start Oracle Internet Directory" was resolved. However, when I am installing OAM identity server it asked for the Configuration DN and Searchbase. I tried to enter dc="myCompany" as Config DN and Searchbase it did not accept. I was really stuck in my installation.
    How will I check my searchbase and configdn in Fusion Middleware 11g?
    Your help is very much appreciated. I need this ASAP.
    thanks.

    The product configuration DN is the node into which the product meta-data will be stored.
    If your root suffix is dc=abc,dc=com it is considered best practice to define another node such as ou=apps.
    The product will create o=oblix under the configuration DN.
    I mention this in many of my responses on this forum: If you are trying to get going with OAM without training or professional help, you will find it a tough road. Get some training or bring in someone who knows the product.
    Mark

  • How to use oracle fusion middleware for integration project ?

    hi all,
    in my projects, customer (a bank) already has many applications (bankend & frontend) that are complicatedly connected. I intend to use oracle fusion middleware to integrate all applications and make adding new applications in the future easier. I have worked through documents in the oracle website but I still have no idea how to use oracle fusion middleware to address the requirement, besides oracle fusion middleware includes a bundle of applications I don't know which one I would need.
    could anyone give me some instructions ? appreciate your help.
    thank very much,

    Hi,
    For this short description of environment, could be ODI is a incredible tool to help you...
    Take a look into my blog that has a lot of concepts and "how to do" instructions.... http://odiexperts.com
    However to try help you, what are the used technologies?
    Where are you from?
    Cezar Santos
    http://odiexperts.com

  • Hide "ORACLE FUSION MIDDLEWARE"  message in the front-end

    Hi ,
    I want to hide the "ORACLE FUSION MIDDLEWARE" message in the front-end forms layout.
    Please let me know which file I need to make change in the back-end and do I need to do any-thing from oracle admin also (any deployment or any check).
    Thanks & Regards,
    Harish

    After making some changes in my HTML page the layout is coming properly

  • Looking For Oracle Fusion Middleware Repository Creation Utility

    I'm trying to install a development Fusion Middleware 11.1.1.7 (Weblogic, BPM, etc) environment in a Windows Virtual Box VM. I'm following the directions in the following document: Oracle Fusion Middleware Download, Installation, and Configuration ReadMe. I've installed Oracle 11G r2 and am on the step for using the "Oracle Fusion Middleware Repository Creation Utility". I have looked high and low and can't find this utility on the Oracle web site. Can someone PLEASE point me to the location so I can download it.

    Actually it is delivered on Edelivery and as a Patch on MOS:
    Oracle® Fusion Middleware Download, Installation, and Configuration ReadMe
    5.2 Downloading the Oracle Fusion Middleware Repository Creation Utility
    You use the Oracle Fusion Middleware Repository Creation Utility to install the database schemas that are required by specific Oracle Fusion Middleware products.
    For Oracle Fusion Middleware 11g Release 1 (11.1.1.7.0), download one of the following:
        Repository Creation Utility 11g Release 1 (11.1.1.7.0) from OTN or Oracle Software Delivery Cloud
        Patch 16471709 (for Windows and Linux 32-bit systems) from My Oracle Support

Maybe you are looking for

  • Creating PDFs at run-time

    I am developing an AIR app for Windows desktop and iOS. The app needs to be able to create PDFs from information inputted by the user, and then save the PDF to the device. Ideally, I need to do this 100% client-side, and not rely on a server to creat

  • Mavericks 10.9.2 problems

    Numerous problems after installing the upgrade of Mavericks 10.9.2 on a 2009 Macbook Pro - Model Identifier:          MacBookPro 5,3. I have been running Mavericks on an External Hard drive and also on a 64GB SD card since it came out in 2013 without

  • HT203521 Note field data deleted for all calendar events

    All information at Note Field in calendar events as deleted. All remain information is there. Is there any issue at iCloud? How can I get back this information? Regards Edison

  • Bought an mp3 and it doesnt apper on my download manager

    i bought the song save a horse ride a cowboy, it downloaded the whole song but then said there was an error in downloading....i disconnected and then reconnected and the song is gone from my mp3 manager and it's not in my itunes....i dont know where

  • Display one record data - splitting it into 2 different rows

    Hi , I have a requirement wherein i search for something and the results are displayed in the table. I am using tablelayout for this. For each record, the data will be split across in 3 separate rows, i.e. one complete record will span across 3 rows.