Oracle.integration.platform.blocks.sdox.WLSSDODynamicStubHelper

Hi All,
I have developed an ADF-BC Service and created service interface in it. And trying to deploy in Admin server but getting the following error:
[01:44:28 PM] Weblogic Server Exception: weblogic.application.WrappedDeploymentException: oracle.integration.platform.blocks.sdox.WLSSDODynamicStubHelper
[01:44:28 PM] See server logs or server console for more details.
[01:44:28 PM] weblogic.application.WrappedDeploymentException: oracle.integration.platform.blocks.sdox.WLSSDODynamicStubHelper
Do we need SOA server for this to deploy or can deploy on Admin Server also? Please help me
Regards,
Ramesh.
Edited by: user10956358 on Jul 25, 2012 6:30 PM

I am using FusionOrderDemo_R1PS4 for FOD, but I am trying to build it on SOA_11.1.1.6.0_GENERIC_111217.1257. I know that there could be some mismatch, but I want to fix them.
Any way to fix this without using SOA earlier version?

Similar Messages

  • Oracle 9iAS vs WebMethods Integration Platform

    Anyone have a quick comparison of pluses/minuses for 9iAS versus WebMethods'Integration Platform? Would appreciate your help!
    Thanks for a speedy reply.
    Dave Kirkham

    Bump

  • TFS Integration Platform Error while Syncing - Caught and converted, The request was aborted: The request was canceled

    Hello,
    We are doing a 2-way version control sync between TFS 2013 servers. 
    TFS A - Project A is getting synched with TFS B - Project A.
    TFS A - Project A has got all the code and files, whereas TFS B - Project A is empty.
    Previously we have synced TFS 2013 projects across servers with out any error or issues. Today we came across an issue (check log at end of post) and hope Microsoft can
    provide some guidance on this. Following is the problem we are facing today:
    We have configured the TFS Integration platform tool for VC - 2 way sync and started the migration. Current
    status is that the discovery, analysis is complete and migration is half way when I started to get such errors
    (check log at end of post) .
    Note that the migration has not stopped...
    After doing some research and googling I understand that the reason for this error is that by default if
    an individual file transfer cannot complete 16MB in 5 minutes, the operation will fail. And the solution to this is to modify
    chunk size in the file of "TfsMigrationShell.exe.config". I have few questions regarding this...
    Question 1:Is
    above understanding and solution correct? I also notice that this error appears for every huge file (approx >30MB), is there any timeout setting at the target server? Is this something to be changed at the Tool level config or the Target IIS level
    config?
    Question 2: Suppose
    I do not change the config setting, then huge files are skipped due to this error. However, after the migration of the other files is finished, then, will the tool retry to sync the skipped (huge) files? Or has it skipped them forever?
    Question 3:
    Suppose I modify
    chunk size in the file of "TfsMigrationShell.exe.config", then, which of the following do I need to do (give me the best solution among the 3 below)
    a) Do I need
    to restart the migration (by deleting and recreating the project on the 2nd TFS Server and re-starting migration)? 
    b) Do
    I need to create a new configuration and restart migration?
    c) Do I need to restart the sync service?
    The concern here is that we have got 3 more jobs (TFS
    Integration tool configurations) running parallelly that
    is syncing Work Items & VC of other TFS projects and want to make sure that restarting the TFS Integration Job Service will not have any negative impact on the other jobs as well as no negative impact on the current migration job...
    Microsoft, Please advice. Thanks!
    Log:
    [1/21/2015 10:55:39 AM] AsyncUploadFileState.Completed -- caught and converted:
    [1/21/2015 10:55:39 AM] Microsoft.TeamFoundation.VersionControl.Client.VersionControlException: C:\TfsIPData\10\ications\MDM Folder\Binaries\v9.5\DMS Web Service Release 1.5.zip: The request was aborted: The request was canceled. ---> System.Net.WebException: The request was aborted: The request was canceled. ---> System.IO.IOException: Cannot close stream until all bytes are written.
    [1/21/2015 10:55:39 AM] at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
    [1/21/2015 10:55:39 AM] --- End of inner exception stack trace ---
    [1/21/2015 10:55:39 AM] at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
    [1/21/2015 10:55:39 AM] at System.Net.ConnectStream.System.Net.ICloseEx.CloseEx(CloseExState closeState)
    [1/21/2015 10:55:39 AM] at System.Net.ConnectStream.Dispose(Boolean disposing)
    [1/21/2015 10:55:39 AM] at System.IO.Stream.Close()
    [1/21/2015 10:55:39 AM] at System.IO.Stream.Dispose()
    [1/21/2015 10:55:39 AM] at Microsoft.TeamFoundation.VersionControl.Client.FileUploader.UploadChunk(FileStream fileContentStream, Int64 end)
    [1/21/2015 10:55:39 AM] --- End of inner exception stack trace ---
    [1/21/2015 10:55:39 AM] at Microsoft.TeamFoundation.VersionControl.Client.Workspace.EndUploadFile(IAsyncResult asyncResult, PendingChange& pendingChange, Byte[]& uploadedContentBaselineFileGuid, Int64& uncompressedLength)
    [1/21/2015 10:55:39 AM] at Microsoft.TeamFoundation.VersionControl.Client.Workspace.AsyncUploadFileState.Completed(IAsyncResult asyncResult)

    Hi Charles,
    I have been doing in depth research and testing of this and here are my findings:
    Replies to your points:
    1) It failed with UploadChunkSize value change. Tried 1MB, 500KB, even 100KB. Fails with same error! Is there any other setting we can change for the timeouts at the target TFS server also?
    2) The huge files are not skipped. The migration loops on the failed files and doesn't continue to process the next lot of files. So the migration is blocked on the huge files.
    3) OK. Thanks. 
    Please see below the finding on when migration succeeds and when it fails:-
    Scenario 1:
    a) Where Migration fails:
    TFS A is in India and TFS B is in UK. Both TFS are on different domain. Migration tool is installed on same machine as TFS A. There is a firewall that allows the access from TFS A machine to TFS B machine. The migration tool fails to work in this scenario
    when it encounters a file size approx > 8MB. I tried setting the UploadChunkSize value to 100KB. Yet it failed!
    b) Where Migration works:
    However, if the files are approx less than 3MB then the migration works without any errors.
    Scenario 2 where TFS migration tool works:
    TFS A is in India and TFS B is also in India (located closeby). Both TFS are on different domain. Migration tool is installed on same machine as TFS A. There is no firewall in this case. No changes were made to UploadChunkSize value and files with size
    of 10's and 100's of MBs got synced without any issue.
    Questions
    Question 1: Can we conclude now that there is some issue with the firewall or network in case of scenario 1? As mentioned above Scenario 1 works if file size is less then approx 3MB.
    Question 2: Is there any timeout setting on the Target TFS server which can be set so that it waits for the file without timing out?
    Thanks for any help...

  • Using AIA to jump start application integration platform for custom apps

    Has anyone used AIA Foundation Packs as the core application integration framework for integrating custom developed applications?
    My company has Oracle / PSft ERP applications, but I'm wondering if there is value in exploring the Oracle AIA Foundation Packs to help standardize / implement application and data integration solutions between our custom applications. Most of our application architecture portfolio are custom apps on legacy Oracle Forms platform and Oracle ADF; Oracle Java rich client (EJB / Swing) applications.
    R

    Hi R,
    There are many AIA customers doing exactly the same. The value of standardizing the complete integration portfolio is very apparent and AIA Foundation pack provides you complete set of tools to achieve it.
    Regards
    Rohit

  • Directory Integration Platform Configuration Assistant hanging

    Hi,
    Installing 10gAS (10.1.2.0.2) infrastructure on Linux ES4 (64-bit) - High Availability cluster, node 1.
    The Directory Integration Platform CA is hanging when I retry it, it having previously failed probably due to a Load Balancer config error on my part (I had a timeout set too low (30s) and got "Broken Pipe" error message).
    Having fixed this LB config, hit retry on the CA (still in the OUI) but it is just hanging.
    Tried deleting the /tmp/EM_CONFIG_INSTALL.lk file, as per the install doc, and retrying but no success.
    I am on retry attempt no. 7 and previous attempt (I think attempt no. 4) reported the following in dipca.log:
    oracle.ldap.oidinstall.backend.OIDCAException: Invalid Credentials
    at oracle.ldap.oidinstall.backend.OIDConfiguration.sslbind(OIDConfiguration.java:814)
    at oracle.ldap.oidinstall.backend.OIDConfiguration.<init>(OIDConfiguration.java:144)
    at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configDIP(OIDConfigWrapper.java:463)
    This log has not been written to since this attempt.
    Any ideas?
    Thanks,
    Gavin

    Hi,
    If the SSOCA falis, you may notice a Java Stack Trace. Can you please post the Java Stack Trace too ? It might give a clue about the problem.
    Regards,
    Sandeep

  • Directory Integration Platform Configuration Assistant - Invalid Credential

    O/S: SuSE Enterprise 9
    Situation: During the installer for Oracle Application Server 10g Basic Installation/Portal, I see the following error:
    "Directory Integration Platform Configuration failed. Please see lofile file: /home/oracle/product/10.1.2/OracleAS/infra/ldap/log/dipca.log"
    A review of dipca.log shows the following:
    "oracle.ldap.oidinstall.backend.OIDCAException: Invalid Credentials at oracle.ldap.oidinstall.backend.OIDConfiguration.sslbind(OIDConfiguration.java:787"
    The user authentication method set up on the server was local (/etc/passwd). Could this be my issue? If so, how do I correct it? Any thoughts as to what the issue is?

    You can have the BI, J2EE and webcache in a single midtier. That should not be an issue.
    The password for b2b stored in OID may be out of sync with the password you have set. Please find out what is the password in OID and then reset your b2b schema password with the password stored in OID. The way to locate the b2b password in OID is as follows:
    Login to OID and traverse through the following nodes:
    Entry Management | cn=OracleContext | Products | IAS | IAS
    Infrastructure Database | orclReferenceName | orclResourceName=B2B
    Hope this will resolve your problem,
    Eng

  • Re-Host Effort - Access DB to an Oracle RDBMS platform

    I am developing a strategy to migrate a stand-alone Access database to a web-based Oracle RDBMS platform. I was looking to see if a standard methodology (or at least a set of common milestones) existed to accomplish the task? I'm aware that the given effort will involve some customization, but I wanted to save some time in planning.

    Thanks.
    So whenever a disk operation is involved, whether this was because you run within a transaction, doing a sync operation, performing a restore, running a recovery or any sort of integrity assertion to the in-memory instance, you have to step in, capture diff data with its current format, convert it to schema changes and commit it to the relational database. This doesn't seem to me like a trivial process, does it?

  • SAP ME Integration Action Block in SAP MII14.0

    Hi All
    Since ME 6.1 and MII 14.0 are now on the same platform,  the transfer of data between shop floor (PLC) and ME via MII is now easy using ME Integration action blocks present in MII 14.0. These action blocks have different kinds of API's present which can be used as per the requirement.
    At the time of MII installation in my landscape, these SAP ME Integration action blocks were installed successfully and  were working perfectly fine.
    Now, again I got a requirement to use API (SAP ME Integration Action Blocks) and could not find them in my MII 14.0 workbench. The complete SAP ME INTEGRATION folder is missing from the MII workbench, just like it got disappeared from its place.
    Following are the messages I am able to fetch from MII logs after executing the transactions which were created at the time when API's folder was present:
    Info: Deprecated scope of type SERVERSESSION_AT_LEAST_ONE_APP_SCOPE is used! Please replace the usage of scopes with new mechanism based on "Cross
    application session communication API".
    Warning: Link execution failed: java.lang.NullPointerException: while trying to invoke the method java.util.Map.containsKey(java.lang.Object) of a null object loaded from
    field com.sap.xmii.bls.legacy.LegacyActionWrapper.types of an object loaded from local variable 'this'.
    Error: Uncaught exception from (TRX Name), while trying to invoke the method java.util.Map.containsKey(java.lang.Object) of a null object loaded from field com.sap.xmii.bls.legacy.LegacyActionWrapper.types of an object loaded from local variable 'this'.
    Please guide.
    Thanks in advance.
    Avichal

    Hi Avichal,
    This is a one time activity if you do not undeploy MII or MEINT at any point in time. From what you are saying it appears that you have either undeployed and re-deployed MII. Or you have undeployed MEINT from your system.
    You can check if MEINT is deployed by navigating to System Resources -> Custom Actions within MII. If you see sap.com~xapps~me~integration~action~actions.mii-actions.jar, it means MEINT classes exist within MII server. Else they are lost.
    Regards,
    Anushree

  • Oracle Integration Adapter for SAP R/3

    I am working with a customer implementing Oracle EBS Release 12.2.
    The customer has implemented SAP for financial modules and the oracle solution considers an EBS - SAP Integration for Receivables. Does anyone have any experience integrating Oracle EBS Receivables with SAP? Can you give us some guidance regarding EBS - SAP Integration best practices?
    We have found a paper regarding Oracle Integration Adapter for SAP R3. We would like to have some information about what are the Oracle products we can integrate with SAP using Oracle Integration Adapter for SAP R3.
    In case Oracle EBS can integrate with SAP using Oracle Integration Adapter, we would like to know if anyone has experience integrating Oracle EBS Receivables with SAP using Oracle Integration Adapter for SAP R3 for AR transactions and Receipts?
    Any help would be very much appreciated.

    Thank you veyr much Manoj for your reply. I just tried it now buit no fruits.
    I wonder if it can really be due to privileges given to my account, which allows to connect thru SAP Front-end but does not allow to connect by any other means. I can not think of any other possible reason.

  • OS Command in ORACLE LINUX platform

    Hi All,
    I am facing the same issue while using OS Command in ORACLE LINUX platform.
    I am using the command as ls -1 /home/oracle/data > /home/oracle/data/All_FILES_NAMES.txt
    Its working in terminal, But not in ODI procedure.
    Its throwing error as 'wrong process return code-2'.
    Kindly help me.
    Thanks,
    Haree

    CKMs moves the error records to E$ table. In your case I believe you can achieve it through procedure by having first step to copy the error record in MISSED_REC table and then have a second step to read from this tabel and send our email through oditool.

  • Error Error oracle.iam.platform.context.ContextManager BEA-000000 IAM-0030007 org.xml.sax.SAXParseException: Line 1, Column 1 : XML-20108: (Fatal Error) Start of root element expected. error in oim logs

    Hi ,
    I am getting the below error at times in oim logs not able to find the reason please help.
    <Error> <oracle.iam.platform.context.ContextManager> <BEA-000000> <IAM-0030007
    org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
        at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
        at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
        at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:414)
        at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:355)
        at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
    <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBaseClient/bindToInstance encounter some problems: java.lang.ClassNotFoundException: weblogic/jndi/WLInitialContextFactory
    oracle.iam.platform.utils.ServiceInitializationException: java.lang.ClassNotFoundException: weblogic/jndi/WLInitialContextFactory
        at oracle.iam.platform.Platform.getService(Platform.java:265)
        at oracle.iam.platform.OIMInternalClient.getService(OIMInternalClient.java:188)
        at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(tcDataBaseClient.java:151)
        at com.thortech.xl.client.dataobj.tcDataBaseClient.recoverConnection(tcDataBaseClient.java:401)
        at com.thortech.xl.client.dataobj.tcDataBaseClient.getInterface(tcDataBaseClient.java:385)
        at com.thortech.xl.dataaccess.tcDataBaseClient.close(tcDataBaseClient.java:349)
        at com.thortech.xl.server.tcDataBaseClient.close(tcDataBaseClient.java:62)
        at com.thortech.xl.server.tcDataBaseClient.finalize(tcDataBaseClient.java:43
    Caused By: java.lang.ClassNotFoundException: weblogic/jndi/WLInitialContextFactory
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at com.sun.naming.internal.VersionHelper12.loadClass(Ve
    <Class/Method: tcDataBaseClient/getInterface encounter some problems: RuntimeException encountered. Reconnecting!
    java.lang.NullPointerException
        at oracle.iam.platform.context.ContextManager.getCounter(ContextManager.java:697)
        at oracle.iam.platform.context.ContextManager.incrementCounter(ContextManager.java:684)
    <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBaseClient/close encounter some problems: Bean has been deleted.
    javax.ejb.NoSuchEJBException: Bean has been deleted.
    Thanks,
    Sahana

    hi Antara
    about "... Though I have imported the following JDK parsers in the code , the Oracle's SAX parser is taking other inside the application server ..."
    If you have used the SAXParserFactory.newSAXParser() method to get a parser, the documentation for this method says "Creates a new instance of a SAXParser using the currently configured factory parameters.".
    So you might get a different parser in a different environment.
    regards
    Jan Vervecken

  • Why to use DI Server when I do have Integration Platform for SOAP messages?

    Hi All,
    a general question is to understand which may be the advantages of 'DI Server' versus 'Integration Platform' and vice versa when there is a need to integrate with a third party system (eg exchange SOAP messages). I don't know if there is already any material, blog etc
    Best Regards,
    Vangelis

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Oracle BEA Platform 10.2 MP1 Installation Error

    Hi,
    I'm trying to install Oracle BEA Platform 10.2 MP1 (using the generic installer) on Windows 7 64 bit OS.
    After I proceed from the 'Create a new bea home' step, right before installing any files it gives me the error "A fatal error has occured, this application will terminate" and on clicking on Ok, it quits the installer.
    I have Weblogic 10.2 MP1 installed on my machine using the 32-bit installer and it works fine. I'm just trying to install the 64-bit version to extract maximum memory performance.
    Also, the version of java installed on my machine is 1.6:
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)
    Any idea how to resolve the error?
    Thanks!

    Hi,
    Patch 6365595 is an application which should be applied as applmgr user using adpatch. Please refer to the following threads for details about applying application patches.
    Need to apply patch!
    Need to apply patch!
    How to apply NLS patches in R12
    How to apply NLS patches in R12
    Once you apply the patch successfully, just bounce the application services and check the login page again.
    Regards,
    Hussein

  • Oracle Integration Repository for API's.

    Where can I find the Oracle Integration Repository for all the API's related information for R12. Initially i used to go through this site http://irep.oracle.com/index.html
    for API related information for 11i, even this is not working. For R12 the Integration Repository is delivered as a Responsibility internally when EBS is Deployed. Is there Any way to Accesses it externally on WEB similarly like 11i one?
    Thank's in Advance.

    Hi;
    Please check below which could be helpful for your issue:
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    Regard
    Helios

  • How to access Oracle Integration Repository on E-Business Suite

    I saw a Power Point presentation on Oracle integration that shows screen shots of Integration Repository. But that doesn't tell how to go to that screen. The presentation is at http://www.oracle.com/technology/products/applications/integration/1147_EBS_and_SOA.ppt.
    A white paper also refers to Integration Repository, but doesn't tell how to go to that screen on E-Business Suite.
    Does anyone know how to reach that screen?
    Thanks.
    Rahul

    Hello Rahul,
    Even if the EBS Interface Repository exposes Web Services I think the best forum to ask this question will be in the Oracle Applications ones.
    Regards
    Tugdual Grall

Maybe you are looking for

  • VGA Splitter

    I just bought a VGA splitter and i hooked it up to my computer it displays both screens. I have a windows 8 HP Pavilion and when i go to devices it says that its a "Generic Non-PNP Monitor". It also doesnt turn up as a projected source. Please help..

  • When Generating  Flash web pages; images files incorrectly reported as missing.

    Using LR 2.2 or 2.3, <br /><Web, Export, (to local directory > <br /><br />As Program executes, <br />in the upper left corner of screen,  LR displays tiny version of image being processed, and path of web image; <br /><br />THEN, <br />upon completi

  • IPhoto importing

    Is there a way to have iPhoto automatically put date of import in the info block?

  • 10.4.11 update and cursor jump

    This problem occurs in Thunderbird, MS Word, Allgood Solitaire, Firefox, and so on. I let Software Update download the 10.4.11 patch. I installed, rebooted etc. The cursor jumps when I use the trackpad, and also acts as double-click when I mouse-over

  • How do I COMPLETELY uninstall LogMeIn from OSX 10.9.3 MacBook

    Someone suggests running uninstaller.sh in the terminal. Will that work? How do I do that? I installed the program in Snow Leopard, if that makes a difference. In Maverick, LogMeIn's "uninstaller.sh"  shows as a "locked" file that can be copied as "u