Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDE adapter configuration using Oracle fusion middleware

473602Dec 2 2005 — edited Dec 18 2006
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2007
Added on Dec 2 2005
5 comments
6,376 views