Oc4j to weblogic server migration

I want to migrate my application from oc4j to weblogic server. i have oc4j related deployment descriptors like Orion-ejb-jar.xml, Orion-application.xml etc.
For getting weblogic related deployment descriptors from oc4j ear(containing oc4j related descriiptors) , i used SmartUpgrade utility along with JDeveloper. Also i also tried SmartUpgrade command line utility.
But i did not get Web Logic related descriptors i.e weblogic-ejb-jar etc.
Please guide me regarding above issue.
Also, tell me , is there any other utility to get weblogic related descriptors.

Hello,
this Forum is dedicated for questions about using the SQL Developer Migration Workbench to migrate non-Oracle databases to Oracle databases.
There exists better Forums:
WebLogic Server - Upgrade / Install / Environment / Migration
OC4J
You should better use one of them. Here are the links:
WebLogic Server - Upgrade / Install / Environment / Migration
OC4J
Regards
Wolfgang

Similar Messages

  • Weblogic Server Migration (WINDOWS)

    Hi Experts,
    I'm new on configuring server migration in windows environment, I'm Having trouble on providing the interface in nodemanager.properties for windows, for unix environments you can specify the interfaceusing the parameter below (if you want to use eth0). is there an equivalent interface (ex. eth0) in windows? if you run 'ipconfig /all' in windows cmd there are no indicated interface for every connection. please advise on this. Thanks in advance, hope someone could help me.
    Thanks,
    Villy
    Interface=eth0
    NetMask=255.255.255.0
    UseMACBroadcast=true
    C:\Documents and Settings\weblogic>ipconfig /all
    Windows IP Configuration
            Host Name . . . . . . . . . . . . : wls2
            Primary Dns Suffix  . . . . . . . :
            Node Type . . . . . . . . . . . . : Unknown
            IP Routing Enabled. . . . . . . . : No
            WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Local Area Connection:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : AMD PCNET Family PCI Ethernet Adapter
            Physical Address. . . . . . . . . : 08-00-27-5C-8F-96
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 192.168.1.107
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . : 192.168.1.1
            DHCP Server . . . . . . . . . . . : 192.168.1.1
            DNS Servers . . . . . . . . . . . : 192.168.10.254
                                                8.8.8.8
                                                8.8.4.4
            Lease Obtained. . . . . . . . . . : Tuesday, April 08, 2014 2:55:54 AM
            Lease Expires . . . . . . . . . . : Wednesday, April 09, 2014 2:55:54 AM
    Ethernet adapter Local Area Connection 2:
            Connection-specific DNS Suffix  . :
            Description . . . . . . . . . . . : AMD PCNET Family PCI Ethernet Adapter #2
            Physical Address. . . . . . . . . : 08-00-27-83-2B-31
            Dhcp Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 192.168.1.120
            Subnet Mask . . . . . . . . . . . : 255.255.255.0
            Default Gateway . . . . . . . . . : 192.168.1.1
            DHCP Server . . . . . . . . . . . : 192.168.1.1
            DNS Servers . . . . . . . . . . . : 192.168.10.254
                                                8.8.8.8
                                                8.8.4.4
            Lease Obtained. . . . . . . . . . : Tuesday, April 08, 2014 2:55:54 AM
            Lease Expires . . . . . . . . . . : Wednesday, April 09, 2014 2:55:54 AM
    C:\Documents and Settings\weblogic>

    Hi Prakash,
    Thanks for the reference, i disabled on of my network connection and created a floating iP address. then i used the configuration below for my nodemanager.properties. my manage servers are now up and running. thanks for the help
    IPCONFIG:
    C:\Documents and Settings\weblogic>netsh interface ip show address "Local Area C
    onnection 2"
    Configuration for interface "Local Area Connection 2"
        DHCP enabled:                         No
        IP Address:                           192.168.1.112
        SubnetMask:                           255.255.255.0
        IP Address:                           192.168.1.13
        SubnetMask:                           255.255.255.0
        Default Gateway:                      192.168.1.1
        GatewayMetric:                        0
        InterfaceMetric:                      0
    nodemanager.properties
    Interface="Local Area Connection 2"
    NetMask=255.255.255.0
    UseMACBroadcast=true
    Thanks.
    Villy

  • Deploying ear application - migrating from OC4j to Weblogic

    I am trying to migrate application from OC4J to weblogic server. Apart from usual differences in descriptors, structure of EAR etc. I came across unusual error:
    "both the remote home and remote component interface must be specified. Currently, only one of them is specified"
    It is about deploying session bean. Usual EJB3 stateless session bean with local and remote interface, deployed without any problem on OC4J and JBoss. Of course, I know home interfaces are something to do with EJB 2.1, but this is EJB3 application and, I guess, Weblogic has full support for it. Does it? :)
    Anyway, is there workaround? Or am I missing something? I don't have to tell you what problems we will be facing if I have to restructure whole application with dozens and hundreds of session beans.
    Thanks a lot!

    OK. I just want to make sure that there are no problems with the deployment descriptors.
    To pin point the problem do the following in JDeveloper:
    1. Create a simple EJB 3.0 session bean
    2. On that session bean create a Sample Java Client.
    3. Run the Session Bean
    4. Run the Client
    5. If both are running fine, compare the deployment descriptors from the sample and your real application.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem with servlet after migrating from OC4J to WebLogic 10.3

    I come across a problem when I was migrating from jDev 11g TP4 to production version in that step also server got changed from OC4J to webLogic.
    I am running java http servlet along other jspx pages. When everything was on OC4J there was no problem whit security on this servlet ( servlet was under same authorization automatically, and I was able to create new application module on this servlet by createRootApplicationModule
    ) but when I changed to WebLogic 10.3 I come across a numerous problems. First one is solved i managed to put the servlet under same authorization as jspx pages by
    *<servlet>*
    *<servlet-name>report</servlet-name>*
    *<servlet-class>path.to.class</servlet-class>*
    *<security-role-ref>*
    *<role-name>name</role-name>*
    *<role-link>valid-users</role-link>*
    *</security-role-ref>*
    *</servlet>*
    but when I trying to create new application module I get JBO-30003 error which is Caused by:
    oracle.adf.share.security.ADFSecurityAuthenticationException: JAAS login error.
    Invalid null input: name
    Has anybody any idea what I am doing wrong?
    Thank you for your help, Rok Kogovšek

    for example:
    web.xml
    <security-role>
    <role-name>yourrole</role-name>
    </security-role>
    weblogic.xml
    <security-role-assignment>
    <role-name>yourrole</role-name>
    <principal-name>wlsuser</principal-name > <!-- wlsuser is define at wls console-->
    </security-role-assignment>

  • Migration from Oracle OC4J to Weblogic 10.3 and CLOB ClassCastException

    I am migrating a web application from Oracle OC4J to Weblogic 10.0.3. In this application there are number of java files which uses the following piece of code and I can't change that:
    oracle.sql.CLOB clob = (oracle.sql.CLOB)rs.getClob(columnNumber);
    I have deployed the application on Weblogic Application Server. But when I run the application, it gives me the following exception:
    *1. SEVERE: Standard exception info for exception of type: 'java.lang.ClassCastException' at level: 0 - Error Text: 'weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB'*
    *2. Apr 3, 2008 10:19:33 AM com.agencyport.menu.MenuController insert*
    *3. SEVERE: java.lang.ClassCastException: weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB*
    *4.*
    *5. at com.agencyport.database.OracleDatabaseAgent.updateLOB(OracleDatabaseA*
    *6. gent.java:111)*
    *7. at com.agencyport.menu.MenuController.insert(MenuController.java:815)*
    [Post New]posted Today 11:09:13 AM private message
    Quote [Up]
    Dear Marcos,
    I have tried using ojdbc5, ojdbc6 and classess12 but with the same result. I am stuck with the problem. I have googled a lot but in vein. In some posts I got the idea to use weblogic.jdbc.vendor.oracle.OracleThinClob. But there is no package or class like mentioned in bold, available in weblogic.jar that I get from WEBLOGIC_HOEM/lib. I have downloaded weblogic 10.3 two times but still got no solution. weblogic.jar does not contain weblogic.jdbc.vendor.oracle.OracleThinClob.
    I have also read about using weblogic.jdbc.common.OracleClob to write unicode data but I do not find this package within the weblogic.jar
    Any idea please......
    Regards
    Muhammad Ijaz

    Have you reviewed this set of documentation:
    http://download.oracle.com/docs/cd/E12839_01/wls/docs103/jdbc/thirdparty.html#wp1043705
    http://download.oracle.com/docs/cd/E12839_01/wls/docs103/jdbc/thirdparty.html#wp1045809
    http://download.oracle.com/docs/cd/E12839_01/wls/docs103/jdbc/thirdparty.html#wp1043777
    There is also a special forum for WebLogic JDBC related questions:
    WebLogic Server - JDBC

  • Migrate ADF application from OC4J to weblogic

    Hi Experts,
    we are trying to migrate ADF toystore demo(Version 10.1.2.46 (Built on 9-May-2005) from an IAS10.1.3 OC4J server to a fmw11g weblogic server,
    We used the existing .ear from the old IAS server, and tried to deploy it though EM. Firstly we got below message:
    [Wed Oct 21 22:21:44 PDT 2009] [Deployer:149191]Operation 'deploy' on application 'ADFToyStore' is initializing on 'fusion_demo'
    [Wed Oct 21 22:21:44 PDT 2009] [Deployer:149192]Operation 'deploy' on application 'ADFToyStore' is in progress on 'fusion_demo'
    [Wed Oct 21 22:21:44 PDT 2009] [Deployer:149193]Operation 'deploy' on application 'ADFToyStore' has failed on 'fusion_demo'
    [Wed Oct 21 22:21:44 PDT 2009] java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    [Wed Oct 21 22:21:44 PDT 2009] oracle.adf.model.servlet.ADFBindingFilter
    [Wed Oct 21 22:21:45 PDT 2009] Deploy operation failed.
    After installing adfmweb.jar as a library in target server, we tried again, but the error was just the same.
    Can anyone give us a clue?
    Thanks a lot,
    Todd

    That won't work. ADF 10g doesn't run on WLS. You need to upgrade to ADF 11g through JDeveloper.
    See the Upgrade Guide: http://download.oracle.com/docs/cd/E12839_01/upgrade.1111/e10127/toc.htm
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Like to migrate SRDemo from OC4J to Weblogic 10g but in vain

    Hi all experts,
    I'm newbie in WebLogic Server Admin.
    I 'm migrating SRDemo from oc4j to weblogic10.3. Firstly, deployment and login engagement are ok.
    After LOGIN, I click the "start" button at page SRWelcome.jspx, oh Errors burst out !
    Connection name SRDemo not defined -
    java.lang.NullPointerException at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1735) -
    java.lang.NullPointerException at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1735) -
    What can I do ?

    CillyBanZorLore wrote:
    Hi all experts,
    I'm newbie in WebLogic Server Admin.
    I 'm migrating SRDemo from oc4j to weblogic10.3. Firstly, deployment and login engagement are ok.
    After LOGIN, I click the "start" button at page SRWelcome.jspx, oh Errors burst out !
    Connection name SRDemo not defined -
    java.lang.NullPointerException at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1735) -
    java.lang.NullPointerException at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1735) -
    What can I do ?WAR SR Demo requires "SRDemo" connection . Have you provided it yet ?

  • Oc4j server 10.1.3.3 to weblogic server 10.3.5

    Hi,
    I have one requirement. i have oc4j server 10.1.3.3 and Jdeveloper is 10.1.3.4. from here i need to send one message through JMS Adapter to weblogic server 10.3.5.(here one queues is there). so pls any one help me out.
    Thanks,
    Rahul

    I have solved the problem, in an unexpected way.
    I logged onto metalink and try to find some solution. But I could only get are the same instructions which I already did.
    But there was a link there to download the wlthin3client.jar. Even though I already have it, I still downloaded the JAR from metalink and gave it a try.
    As it turned out, I was able to access the Weblogic resources by changing the version of wlthin3client JAR I am useing.
    Manifest of the JAR which was not working:
    Implementation-Version: 10.3.3.0
    Specification-Vendor: Oracle Corp.
    Specification-Title: WebLogic Server Thin-Client
    Specification-Version: 10.3.3.0
    Manifest of the JAR that is working (Downloaded from Oracle meta-link)
    Implementation-Version: 10.3.2.0
    Specification-Vendor: BEA Systems
    Specification-Title: WebLogic Server Thin-Client
    Specification-Version: 10.3.2.0

  • Is there any problem while changing WEBLOGIC server to OC4J

    Hi,
    We have developing a product in Jedeveloper 11g. In the development mode, we are using WEBLOGIC 10.3 as the application server. But during production mode, we have to apply the EAR files in oc4J APPLICATION SERVER.
    While changing this, whether my system will work as such in the WEBLOGIC server?
    Whether I loss any Rich Ajax specific fuctionalities? Is any rework in development is needed?
    While Googling, I found, in JDeveloper 11g oracle prefers WEBLOGIC rather than OC4j. Can anyone advise the reason for this.
    Thanks,
    Prabhash.

    Hi John,
    Thanks for your valuable advise.
    Can you advise is there any difference between OC4j and Oracle Application Server (OAS) . Is the Oracle App Server supports JSF 1.2 specification. While googling, the following link states that JDeveloper 11g supports OAS
    http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html#11g
    Thanks much
    Prabhash

  • Oracle weblogic Server 10g R3 -manual JMS migration and reverse migration

    Folks
    we are trying to use manual JMS migration with WLST scripts /console and noticed several issues in Oracle weblogic serevr 10g R3 .(Currently not interested in using automatic server migration stuff)
    1)Our use case is to be able to manually migrate JMS with persistent file store in case of long lasting hardware failure (so we need this working with the source server down)
    Here are my observations
    1) The console based manual migration works only when both the source and destination are up (ie for doing migration during scheduled maintainance and not for our use case)
    2) i tried wlst scripts which works partially for our use case
    wls:/jmsmigrationclustertestdomain/edit !> migrate('sb_ms1', 'sb_ms2','true','fa
    lse','all')
    Migrating JMS and JTA services from 'sb_ms1' to destination 'sb_ms2' ...
    Migration completed successfully.
    question is how do you migrate this back (reverse migration)
    I tried a couple of wlst scripts which all were unsuccessful in migrating the services back. Syntax is also extremly confusing as the weblogic.Admin commands seem to be aware of "migratable targets" (such as "sb_ms1 migratable") but WLST doesnt seem to understand "sb_ms1 migratable"
    If I just restart sb_ms1 without running any scripts, it complains about JMS artifacts(not being present) as they are migrated onto the other instance
    I have this whole setup working on 9.2mp3 with weblogic.admin scripts
    Thanks for any guidance on this

    Hi,
    I guess you are using the default (system generated) migratable target names for the clustered servers, that have names ends with "(migratable)".
    Are you performing the migration from "wls:/YOUR_ADMIN_SERVER_NAME/domainRuntime/MigratableServiceCoordinatorRuntime/the-MigratableServiceCoordinator" ?
    Can you please post the exact WLST commands that you tried, syntax of the arguments and any erorr messages taht you have got while performing this operation?
    Thanks
    Kats

  • Migrate a webservice built in WebLogic Server 8.1 to Oracle WLS 10.3

    Hi
    I have built a webservice in a application server BEA WebLogic Server 8.1 SP6
    Now I want to migrate it to a application server Oracle WebLogic Server 10.3
    My problem is the webservice uses a file build.xml that contains some commands that are deprecated in version 10.3
    These deprecated commands include in the file build.xml are :
    <target name="generate-autotype">
    <*autotype* wsdl="${CLIENT_BUILDER_RESOURCES}/${webservice}.wsdl"
    targetNamespace="http://webservices/${modulo}/${webservice}.wsdl"
    packageName="webservices.${modulo}"
    destDir="${CLIENT_BUILDER_OUTPUT_DIR}"
    keepGenerated="false"/>
    <move file="${CLIENT_BUILDER_OUTPUT_DIR}/types.xml" todir="${CLIENT_BUILDER_BUILD_DIR}"/>
    </target>
    <*source2wsdd* javaSource="${SICAS_SRC}/webservices/${modulo}/${clase}.java"
    sourcePath="${CLIENT_BUILDER_OUTPUT_DIR}"
    typesInfo="${CLIENT_BUILDER_BUILD_DIR}/types.xml"
    ddFile="${CLIENT_BUILDER_BUILD_DIR}/web-services.xml"
    mergeWithExistingWS="true"
    serviceURI="/${webservice}"
    targetNamespace="http://webservices/${modulo}/${webservice}.wsdl"
    classpathref="source2wsdd.class.path"/>
    </target>
    <target name="generate-ear">
    <*wspackage* output="${CLIENT_BUILDER_BUILD_DIR}/sicasws.ear"
    codecDir="${CLIENT_BUILDER_OUTPUT_DIR}"
    webAppClasses="webservices.${modulo}/${webservice}"
    overwrite="false"
    ddFile="${CLIENT_BUILDER_BUILD_DIR}/web-services.xml"
    warName="sicasws.war"/>
    </target>
    I need to compile my webservice in Oracle WebLogic 10.3
    Before compile it, I must change the file build.xml of the webservice
    Can anybody tell me how can migrate this webservice to Oracle WebLogic Server 10.3?
    Thanks a lot
    Josep Maria

    Hi Josep,
    WLS8.1 webservice needs to have all the WebService annotations when we migrate it to WLS9.x onwards.
    Here is a Simplest way which can be used....As you already have the WSDL generated from your WLS8.1 WebService ....So Use WSDLC Task to genarate the Annotated WebService from it ...and then Copy and paste the Method Implementations from your OLD Service to the Newly Generated Service....
    How to do it?
    Answer: Here is have developed a Step by Step procedure to do it...Please have a look...
    http://jaysensharma.wordpress.com/2009/12/18/how-to-build-a-webservice-from-a-wsdl/
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • ... migrate your iAS license to the equivalent WebLogic Server ...

    hi
    see http://www.oracle.com/technology/products/jdev/htdocs/jdeveloper11gfaq.html#L0
    If I am licensed for Oracle Internet Application Server (Standard edition, Enterprise Edition) can I run a ADF 11g application for free?
    No. The existing Oracle Internet Application Server(iAS) is not capable of running an ADF 11g application. You will need to deploy such applications on a WebLogic 10gR3 based Application Server. In order to be able to do this you will need to migrate your iAS license to the equivalent WebLogic Server or Suite license,. Please consult your sales contact or visit the Oracle Store.
    questions
    (q1) Has anyone been able to migrate his license to WebLogic Server?
    (q2) Which future (WLS based) Oracle Application Server release will allow to deploy JDeveloper 11g ADF applications without the need to buy a new license? Will there be such a release?
    many thanks
    Jan Vervecken

    As far as I know the final details of the license migration from OAS 10.1.2 to FMW11g are still being finalized.
    FMW 11g will have more components in it than OAS 10.1.2 had - and also more than what WLS had - so there will be a need to figure out what you had license for and what you are buying license for - and there will probably be various editions/packaging to match various needs.
    I think this discussion is better left of this forum and in the hands of the Oracle sales team and your managers who can figure out the right price, discount etc...
    Lets keep this forum focused on the technical aspects of any such migration.

  • Migration to a new weblogic server

    Hi Iam trying to migration my application from the development to test environment,
    For this i have to deploy to the test weblogic environment
    for this i am doing the following
    1. add the application server connection .
    2. add the database details of the test db connection in the AM : business components > Database
    3. change the AM : Configuration > manage configuration > change the jdbc soucename to the source name defined on the test env weblogic server.
    And then iam deploying the application.
    The deployment is going on fine.
    But the page is not rendering....
    the page structure is
    panel header > title
    querypanel > VC
    table > searcjh results
    Only the title of the page is displayed....
    i suspect some where i have to missed the db connection setting and its not able to connect to the test db
    Could you please suggest.. where all i need to change the db connection details so that it works.
    thanks

    Hello,
    at first you have to verify, whether your DB connection have been set up correctly. You can do this in your administration console by clicking on Services/Data Source on your domain structure tree. First click the Monitoring tab to see whether the connection has tha running state. Then select your data source and switch to the Testing subtab of Monitoring tab. There you should select the radio button and click the "Test Data Soruce" button.
    If the connection is verified and working, and the application still not rendering correctly, then take a look into your log file, and post here the error message

  • Application Migration from JBOSS to Weblogic Server

    Hi,
    I am facing lots of issues while deploying an .ear file on Weblogic server. In the JBOSS server the application is working properly but whenever I am trying to deploy it on Weblogic server its throwing me an error stating :
    "ERROR: No j2ee modules detected in EAR archive. Deployment aborted. "
    I tried to convert the things to .war file and tried to deploy the application, the application got deployed but its throwing 'exception'.
    Please revert me back with some solution.
    Thanks
    Trishul

    Is this forum about Jboss?
    Is it about Weblogic?
    If so, why do you put a question about a non-Oracle non-database product in a forum on Oracle Database?
    Sybrand Bakker
    Senior Oracle DBA

  • Weblogic Server 10.3.6 + ADF 10g Application

    Hi,
    We recently migrated from OC4J server to Weblogic Server 10.3.6. We are having one issue in the application.
    The request scope Managed Bean in the application get executed only once from the server.
    On subsequent call for the page. The Managed bean constructor is not being called. Can anyone let us know if we are missing any caching settings?
    Regards,
    Anup

    Hi All,
    We are feeling that the jsp's are being served from the cache. Can anyone tell us How to make the settings to clear the cache and make sure no pages are served from the cache.
    Regards,
    Anup

Maybe you are looking for

  • HELP!!  Photoshop cs4 and Windows 8 - Printer Not Found

    Just installed PS cs4 on my new all-in-one with Windoz 8 and my cs4 is saying that there is no printer installed.  I can print from other sources like disks and picture viewer.  Are there any fixes for this???  I REALLY don't want to purchase yet ano

  • Memory frequency different to FSB

    Hello, i have KT600, i can set the memory frequency different to FSB. what happens if my FSB runs at 200Mhz and my memory only at 166 mhz??? will there be much performance loss compared to 200/200 ? thank you. Oliver

  • My phone wont sync songs

    I recently bought a Mac. I transferred all my old iTunes songs onto a hard drive & moved them to my Mac. I bought more songs on the Mac. When I plugged my iPhone in to sync it didn't work. How do I get the new songs onto my phone? I just downloaded a

  • Update rules mapping

    Hi Friends, I have ZSTCSDF coming from transfer structure now I need to map this field with InfoCube field ZCUSTOMER. ZSTCSDF is using ZCUSTOMER as a reference characteristic. If it is an attribute then I can map that in update rules but it is refere

  • LIVE OFFICE INSTALLATION

    Post Author: Lizbeth Cortes CA Forum: Administration Hi! I have install Business Objects XI Release 2 SP 2 for Windows and I installed Live Office but I don' t see the  menu of Live office Can some one tell me how can I activate  or install all the c