Migrating apps from WLS 10.3.0 to SOA Suite 11g-- WLS 10.3.3

Hi,
We want to migrate our apps from WLS 10.3.0 to SOA Suite 11g-->WLS 10.3.3. While deploying the apps on WLS 10.3.3 (SOA Suite Domain 11g), it is throwing exception as below. This exception is common for almost all apps. Kindly help.
Caused by: weblogic.utils.compiler.ToolFailureException: Unable to load your custom module provider's module-factory-class com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory
at weblogic.application.compiler.FlowDriver.handleStateChangeException(FlowDriver.java:53)
at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:157)
at weblogic.utils.compiler.Tool.run(Tool.java:158)
at weblogic.utils.compiler.Tool.run(Tool.java:115)
at weblogic.application.compiler.AppMerge.merge(AppMerge.java:169)
... 67 more
Caused by: weblogic.management.DeploymentException: Unable to load your custom module provider's module-factory-class com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory
at weblogic.application.internal.flow.CustomModuleHelper.loadModuleFactory(CustomModuleHelper.java:82)
at weblogic.application.internal.flow.CustomModuleHelper.initFactories(CustomModuleHelper.java:52)
at weblogic.application.utils.CustomModuleManager.createScopedCustomModules(CustomModuleManager.java:119)
at weblogic.application.utils.CustomModuleManager.<init>(CustomModuleManager.java:39)
at weblogic.application.compiler.WARModule.merge(WARModule.java:466)
at weblogic.application.compiler.flow.MergeModuleFlow.compile(MergeModuleFlow.java:23)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(FlowDriver.java:96)
at weblogic.application.compiler.ReadOnlyEarMerger.merge(ReadOnlyEarMerger.java:49)
at weblogic.application.compiler.flow.AppMergerFlow.mergeInput(AppMergerFlow.java:88)
at weblogic.application.compiler.flow.AppMergerFlow.compile(AppMergerFlow.java:41)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
... 72 more

Below link might be helpful.
http://kr.forums.oracle.com/forums/thread.jspa?threadID=1049509&tstart=0
Regards,
Anandraj
http://weblogic-wonders.com/

Similar Messages

  • How do I migrate apps from an old iphone if I didn't back them up

    How do I migrate apps from an old iphone if I didn't back them up?
    I created a backup of my iphone 5s just before activating my iphone6.  But I chose not to back up the apps to my computer because at the moment I was thinking of my MBA's hard disk space.  Now that Im restoring the backup to my new phone, I get an itunes message saying 64 apps were not installed on my phone because the apps could not be found.
    The phone is still restoring photos.  What can I do to get those apps on my phone without having to re-install them manually?

    Ok, I have my old iphone5s and my new iphone6.
    I have apps on my iphone5s, i haven't erased anything.
    One of those for example is iBank.
    I connect the iphone5s to my mac, in iTunes I select the phone, click on Computer backup "This computer" and click on Backup now.  Itunes says its backing it up and finishes.
    Now I unplug the iphone5s and plug in the iphone6. 
    It starts to sync but then gives me an error saying some apps were not installed:
    The games I don't care about, but iBank I do, there is also a company erp app.  Those are the only 2 I really need to have back on my new phone.  No matter how many times i backup the old, it just won't find the apps.  Why?

  • Migrating email from Lotus 6.5 to Oracle Collaboration Suite 10

    hello,
    can you help me with some hints about this migration (email from Lotus 6.5 to Oracle Collaboration Suite 10)... I'm from Romania and I found out that there is nobody here to do such thing ... so I have to do it...and I don't have a migrating tool for OCS 10g...there is just one for 9, and I've tryed to use it but there are to many errors... please tell me what do I have to do with this migration ...

    The focus of this forum is on database migration. I would suggest you post your question to the collab suite migration forum
    Migration
    Donal

  • Calling Custom XSLT java class from BPEL in SOA Suite 11g

    Hi All,
    Morning...need some help with this issue...we are currently on SOA Suite 11g (11.1.1.4) version.
    Earlier while we were on SOA Suite version 10g (10.1.3.3) we were calling the custom java classes from the xsl mapping for complex transformation and for this we were placing the .class file as .jar file at the location mentioned here $OC4J_HOME/j2ee/home/applib directory and then mentioning the namespace as http://www.oracle.com/XSL/Transform/java/{$classname$} in the XSLT mapping file.
    Now in SOA Suite 11g if we need to retain similar functionality for external custom java calls could someone please help us where do we need to put the .jar file now ..
    exactly at which directory location/path and on which instance/server (application server instance or middle tier instance ) we need to put this .jar file
    Currently we are stuck and need some help with this.
    With thanks & Regards

    Hi Eric & Anuj,
    Thanks for replying , sorry for checking on this now...
    here at this path /opt101/app/oracle/SOAD/SOA11gR1/fmw/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1
    we got the ora.soa.ext.jar file and extracted it to get the MANIFEST.mf file ..have mentioned below.
    Now if we need to link our custom .jar file named customfunctions.jar so we need to mention it as below is this correct :
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.1
    Created-By: 17.0-b17 (Sun Microsystems Inc.)
    Implementation-Vendor: Oracle
    Implementation-Title: Oracle SOA EXT
    Implementation-Version: 11.1.1
    Product-Name: Oracle SOA EXT
    Product-Version: 11.1.1.4.0
    Specification-Version: 11.1.1
    Extension-Name: oracle.soa.ext
    Class-Path: classes/
    Class-Path:customfunctions.jar classes/ -- is this the way to mention (means we need to add this additional line or we need to add to the existing line at Class-Path: classes/)
    2.
    Eric the Alternative method mentioned in your update :
    Open a command prompt and change the current directory to the oracle.soa.ext_11.1.1 directory ,
    then execute the build.xml file in the oracle.soa.ext_11.1.1 folder using Ant
    Now could someone please guide us regards this ANT means how does it work and its relation to the build.xml file and how do we check whether we have ANT utility available or not..
    not much conversant with this ANT hence asking here..would lookout for your reply
    thank you

  • How much Oracle Apps knowledge is needed to master SOA Suite 11g?

    I am an experience server-side java developer with little experience with Oracle Apps. I have worked on BPEL process manager earlier, but the new SOA Suite 11g has much more than just BPEL PM. When I go through the Oracle documentation, most of the examples are based on Oracle Apps that a person with little knowledge on for example, PO processing etc cannot understand very clearly. Is there any other way, I can get some standalone examples that are not based on Oracle Apps ?
    Share some examples pls.

    Hello Vivek,
    This is Vijay Kumar - Currently I am working on JD EDwards ERP Software which you might be aware of. Now I want to know Oracle Fusion - BPEL specifically.
    I need some help from you. By looking at your profile I am thinking you have some good experiece in that area and suggest me how to learn it. can you give me your phone number and email id to contact you. here is my email id [email protected]
    Thanks,
    Vijay

  • Read from a config file in File Adapter in SOA Suite 11g

    I want to read from a config file in order to determine whether to archive or delete the file after processing using file adapter in SOA Suite 11g. How do i do that.

    only part i replied on was the part of how to read a file
    but i think in your case you could do the next
    use the sync file adapter to read in the file during your process
    based on this content you set a variable "myOutputDirectory"
    then create a file adapter (write) which will store the file on file system
    http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_file.htm#CIACICFD
    4.3.2.2.5 Specifying a Dynamic Outbound File Name
    and use that (jca.file.Directory) property to store the file either on the archive location or the delete location

  • Oerror while inserting in to 11g database from SOA suite 11g db adaptor

    Hi,
    I am getting following error while inserting in to 11g database from SOA suite 11g database adaptor. Can you please help me on this.
    "{http://schemas.oracle.com/bpel/extension}bindingFault" has been thrown.
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception. insert failed. Descriptor name: [LoggerDBInsert.LoggedError]. Caused by java.sql.SQLSyntaxErrorException: ORA-01722: invalid number . ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. ORA-01722: invalid number 1722
    Regards,
    Bharat

    It looks like you try to insert a string-value in a number-column.
    can you check all your assign and their values before you invoke the db-adapter, then you should be able to narrow down the problem.

  • SOA Suite 11g - Email with attachments (Attachment from SOAP attachment)

    Hello,
    Can any one please help as to how I can do the following in Oracle SOA 11g:
    Using a BPEL process how can I send an Email with attachments where the attachment itself is coming from a SOAP attachment.
    The back ground is that we have portal sites from where the users can upload a document and then from their a SOA service is invoked and the attachment would be passed as (SOAP attachments) and then emails have to be send to users containing this uploaded document as the attachment.
    Thanks.
    feel free to email me [email protected]

    Yes, I need all supported standards and their version of SOA Suite 11g because my customer wants to upgrade from 10g to 11g, especially all supported standards and version number of OBPM 11g and OBPM 10g.
    A people has pasted all support standards and version number of OBPM 10g. I get a standard list of OSB.
    OBPM 11g supports:
    BPEL
    xml 1.0
    Servlet 2.3\JSP1.2 (J2EE 1.2),
    Servlet 2.4\JSP2.0(J2EE 1.4),
    Servlet 2.5\JSP2.1(Java EE 1.5)
    UDDI
    SOAP
    WSDL
    WS-BPEL for People
    XML Schema
    XPDL
    SOAP
    XQuery
    XLIFF
    XSL map
    XSLT
    UML
    Ant
    EJB 2.1, JPA/EJB 3.0
    JAAS
    Spring
    JAXB 1.0, JAXB 2.0
    XHTML
    HTML
    JSP
    JSF
    JSR-168
    XSQL
    WS-Policy
    But I cannot find the document about version number of the above standards

  • Migrating apps from 1 phone to another when changing carriers

    I had an iPhone 3Gs on AT&T and today got a new iPhone 4 on Verizon, how can I re-install my apps from my old phone to my new phone without re-downloading each app?

    They should all be in itunes on your cpomputer.  Just sync them to the new iphone.

  • Migration software from SAP R/3 to Oracle eBusiness Suite

    Is there any Oracle product which can migrate an Oracle 9i R2 database for SAP R3 to eBusiness Suite?
    Has any one successfully integrated an SAP R/3 system with eBusiness Suite?

    Check the following links:
    How to migrate data from SAP to EBS? What's your solution and tools?
    Re: How to migrate data from SAP to EBS? What's your solution and tools?
    Oracle Helping SAP Customers to get “OFF SAP”
    http://www.oracle.com/corporate/press/2005_jun/sap.html
    SAP shops migrate to Oracle Applications
    http://www.dba-oracle.com/oracle_news/news_sap_migrate_oracle_applications.htm

  • SOA Suite on WLS - backup and cloning strategy

    Hello everybody.
    Is there any best practices for implementing backups and cloning for SOA Suite instances deployed on WLS 9.2 ?

    It has been a long time since I looked at this, try this location.
    BEA_HOME\user_projects\domains\SOADomain\servers\OracleSOAServer\logs\OracleSOAServer.log
    The path maybe slightly differerent for you depending on some of the parameters you set at install time.
    From memory I think you need to increase logging levels from the admin console but I'm not 100%
    cheers
    James

  • Uanble to open the App server console after installing the Oracle soa suite

    Hello,
    after installing the oracle soa suite 10.3.1.0 we are unable to open the application server console. it gives "page not found" error.
    We have installed on a Win2000 server instance.
    We have selected all the default values while installing.
    any input is appreciated.
    regards

    We had the same problem today:
    1. From cmnd line, from your ...\opmn\bin directory run "opmnctl startall".
    2. That will tell you where the log files are and what they're called. If the log file error was like mine, "Could not reserve enough space for your object heap.", then you need to try setting your maxpermsize=128 in oc4j_opmn.xml and opmn.xml
    This resolved the issue for me, hope it helps.

  • Migrating app from 9.0.5.1 to 10.1.2.0 findAll problem

    Hi,
    we are migrating our J2EE 1.3 applications from OAS 9.0.4 to 10.1.2.0.2. Thus, we've upgraded JDeveloper from 9.0.5.1 to 10.1.2.0.2 version.
    Now, an EJB 2.0, CMP and CMR, application that worked perfectly with version 9.0.5.1 is showing a very strange behaviour when running on 10.1.2.0.2 version.
    For instance, we've detected that invocation on findAll method of certain entity bean does not retrieve all the rows in the backend table. In fact, the collection it returns has repeated entity beans.
    Any idea on what's going on?
    Thanks in advanced.

    Ghulam,
    The toplink-ejb-jar.xml file is typically created from mapping your entities to the tables in the mapping editor provided in JDeveloper or the standalone workbench utility. It is not a direct 1:1 association with the orion file.
    We have provided a migration utility for moving from the orion CMP to the new default CMP (TopLink).
    http://download-west.oracle.com/otn_hosted_doc/toplink/1013/MAIN/_html/asinteg003.htm#i1016748
    Doug

  • ClassNotFoundException when running a migrated app from 11g TP to 11.1.1.0

    Hello,
    I have a application that works fine in 11g TP. After migrated to 11.1.1.0, I am getting the following error when trying to run application:
    <09/03/2009 15h02min40s BRT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1236621745028' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'Siplag2''
    weblogic.application.ModuleException: Failed to load webapp: 'Siplag2'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: logus.security.viewcontroller.AuthenticationFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    It's strange, because I'm sure the class logus.security.viewcontroller.AuthenticationFilter is in a .jar of the application's classpath, so that when I look for the library at C:\oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.88\o.j2ee\drs\Siplag2\Siplag2\WEB-INF\lib, it is there.
    Anyone have any idea?
    Luiz

    Hi John,
    Just start the online update tool.
    You will see a hint: „JDeveloper 11g (11.1.1.0.1) is Aviable.“
    Press the „Select All“ button, then „Next“.
    Check the „Summery“ box.
    Click Finish and see the „Confirm Exit“ text and press „Yes“ to restart JDeveloper.
    And now after running this course and rechecking the result against your (very comprehensible) assumptions tell me something about professionalism...
    I wasn't talking about any whatever update in the future, but about this very real one.
    Sorry John, but sarcasm from your site is absolutely inopportune at this point.
    Andre

  • Migrating apps from app store & logic pro 9

    My hard drive failed about a week ago, but i managed to copy all of my apps (and as far as i can tell all applicable files from the library folder) to an external hard drive. However, after reformatting my macbook pro, any apps that were downloaded from the app store wont open. The thumbs show the standard application picture with a no access sign on top, and when i try to open them i get a window saying 'You can’t open the application “” because it is not supported on this type of Mac.'.
    This wasnt an issue for most apps, i could just redownload them for free, but the problem is logic pro 9, which of course is no longer on the app store due to the release of logic pro x.
    What can i do to get logic working, or is do apple still host it somewhere? I dont think this is a problem with os version, before formatting i was on either 10.8.2 or 10.8.3, now im on 10.8.4.
    thanks

    You beat me to it

Maybe you are looking for

  • Creative Cloud installer downloads but will not run

    I have downloaded and re-downloaded the Creative Cloud installer but when i click on the download to run it my computer (Sony Vaio windows 8) acts like its trying to but nothing ever happens. Specs: Sony Vaio Intel core i7 windows 8.0 (have not updat

  • Dtt3500 and Audigy Gamer, digital output only 2 channel unless its D

    Ok I recieved a response concerning my last comment but unfortunatly it did not answer my question at all. I have a DTT3500 and a sound blaster Audigy Gamer hooked up with the digital out to the /8 din adapter. I try the advanced 3d demo that came wi

  • Can i install CS6 on an external drive?

    Currently have CS5 on my macbook pro running Mac OS X 10.7.5. Looking to purchase CS6 but do not want to upgrade the CS5. Can I install the CS6 on an external drive so I do not effect the CS5 on the hard drive?

  • Book mark is not working on EP Portal

    Dear All, I'm trying for bookmark on EP portal but it was not working.When I click the bookmark option noting happened. My address bar url also not changed. Please help ...... Regards, Sasi Message was edited by: Sasidhar B

  • Mass Changing a Version Name

    Is there a way to select a group of photos and mass change the Version Name? For instance, I have multiple pictures of Germany that currently have a version name of IMG_XXX.JPG - I'd like to change all these to just Germany.