Installing AIA 11g on top of SOA Suite 11g

I have installed SOA Suite 11g (11.1.1.5) as per Oracle Installation Guide. The installation is successful and SOA Suite 11g is working fine!
Now I need to installa AIA 11g.
1) Currently I have Oracle XE database. Do I need to uninstall it and install Oracle 11g DB?
2) If yes, do I need to uninstall SOA Suite and install it again after DB installation?
Please advise.
Thanks

Its always better to have Oracle 11g database, against XE database.
You dont need to uninstall the SOA 11g, just make sure you have the Compatible Oracle 11g database version, create the RCU, then you have to point all the JNDI which is available in SOA 11g to new database.
Check in metalink.oracle.com. You should get a note explaining, about how to change the RCU pointing.
Thanks,
Vijay

Similar Messages

  • Install AIA 2.5 FP on SOA Suite 11g

    Hi ,
    Can we install AIA Foundation pack 2.5 on SOA Suite 11g?
    Regards,
    Sam

    See the AIA certification at http://www.oracle.com/applications/aia-platform-certifications.pdf Full support of 11g with AIA Foundation Pack is targeted for the next release. 2.5 does allow you to deploy the EOL on 11g, but AIA runs on 10g.

  • Installing AIA FP 2.4 on SOA Suite 10.1.3.4 with Weblogic 9.2 failed

    Hi,
    While Installing AIA FP 2.4 on Weblogic 9.2 using FPWLInstall.xml,
    I got the following Error..
    BUILD FAILED
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLInstall.xml:218: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLInstall.xml:226: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLDeployment.xml:17: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLDeployment.xml:29: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLErrorHandlingInstall.xml:140: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\ErrorHandling\AIAReadJMSNotificationProcess\build.xml:209: A problem occured while connecting to server "localhost" using port "9700": bpel_aiareadjmsnotificationprocess_1.0.jar failed to deploy. Exception message is:  Could not initialize activation agent.
    An error occured while initializing an activation agent for process "AIAReadJMSNotificationProcess", revision "1.0".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter  was unable to activate the endpoint :{} due to the following reason: ORABPEL-12561
    Unable to locate the JCA Resource Adapter via WSDL port element jca:address.
    *The Adapter Framework is unable to startup the Resource Adapter specified in the WSDL jca:address element:  {http://xmlns.oracle.com/pcbpel/wsdl/jca/}address: location='eis/Jms/AIA_ERROR_JMS'*
    The reason for this is most likely that either
    *1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic J2EE Application server or*
    *2) the JNDI location setting in the WebLogic JCA deployment descriptor has not been set to eis/Jms/AIA_ERROR_JMS. In the last case you might have to add a new 'connector-factory' entry (connection) to the deployment descriptor.*
    Please correct this and then restart the BPEL/WebLogic Application Server
    Please correct the reported issue and redeploy the BPEL process.
    Please help.

    pls see http://bit.ly/ozJqoz , in case you have missed some steps.

  • Errors installing SOA Suite 11g

    Good morning
    This is an odd error. I am installing a brand new environment for SOA-SUITE 11g on a test database before going through the pain to complete this in our development environment. I am using RCU to build the environment as instructed and am allowing RCU to handle everything but constructing the schemas. I have created the schemas manually via SQL*Plus.
    This process has worked in the past so I'm at a loss for explaining these errors. In creating the SOAINFRA, I am receving the following errors:
    ORA-60019: Creating initial extent of size 14 in tablespace of extent size 13
    ORA-06512: at "SYS.DBMS_AQADM", line 81
    ORA-06512: at line 2
    JDBC SQLException handled by error handler
    2012-06-08 09:09:30.929 rcu:Extracting Statement from File Name: 'D:\rcuHome\rcu\integration\soainfra\sql\fabric\createschema_edndb_oracle.sql'Line Number: 157
    2012-06-08 09:09:30.929 rcu:Extracted SQL Statement: [begin
    DBMS_AQADM.create_queue_table(queue_table=>'edn_oaoo_delivery_table', queue_payload_type=>'edn_oaoo_delivery',
    multiple_consumers=>TRUE);
    DBMS_AQADM.create_queue(queue_name=>'edn_oaoo_queue', queue_table=>'edn_oaoo_delivery_table');
    DBMS_AQADM.start_queue(queue_name=>'edn_oaoo_queue');
    end;
    2012-06-08 09:09:30.929 rcu:Statement Type: 'BEGIN/END Anonymous Block'
    JDBC SQLException - ErrorCode: 60019SQLState:99999 Message: ORA-60019: Creating initial extent of size 14 in tablespace of extent size 13
    ORA-06512: at "SYS.DBMS_AQADM", line 81
    ORA-06512: at line 2
    JDBC SQLException handled by error handler
    2012-06-08 09:09:35.547 rcu:Extracting Statement from File Name: 'D:\rcuHome\rcu\integration\soainfra\sql\fabric\createschema_edndb_oracle.sql'Line Number: 167
    2012-06-08 09:09:35.547 rcu:Extracted SQL Statement: [declare
    sub sys.aq$_agent;
    begin
    sub := sys.aq$_agent('edn_java_subscriber', NULL, NULL);
    DBMS_AQADM.add_subscriber(queue_name=>'edn_event_queue', subscriber=>sub);
    end;
    2012-06-08 09:09:35.547 rcu:Statement Type: 'BEGIN/END Anonymous Block'
    JDBC SQLException - ErrorCode: 24010SQLState:99999 Message: ORA-24010: QUEUE EDN_EVENT_QUEUE does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 6268
    ORA-06512: at "SYS.DBMS_AQADM", line 364
    ORA-06512: at line 5
    JDBC SQLException handled by error handler
    2012-06-08 09:09:35.781 rcu:Extracting Statement from File Name: 'D:\rcuHome\rcu\integration\soainfra\sql\fabric\createschema_edndb_oracle.sql'Line Number: 174
    2012-06-08 09:09:35.781 rcu:Extracted SQL Statement: [declare
    sub sys.aq$_agent;
    begin
    sub := sys.aq$_agent('edn_oaoo_subscriber', NULL, NULL);
    DBMS_AQADM.add_subscriber(queue_name=>'edn_oaoo_queue', subscriber=>sub);
    end;
    2012-06-08 09:09:35.781 rcu:Statement Type: 'BEGIN/END Anonymous Block'
    JDBC SQLException - ErrorCode: 24010SQLState:99999 Message: ORA-24010: QUEUE EDN_OAOO_QUEUE does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 6268
    ORA-06512: at "SYS.DBMS_AQADM", line 364
    ORA-06512: at line 5
    JDBC SQLException handled by error handler
    Now, I thought this was a tablespace space issue but here is a report on the status of all tablespaces.
    Free Space Layout
    Total Max Total
    Number Free Free Available
    Tablespace of Space Space Space Percent
    Name Fragments (Meg) (Meg) (Meg) Free
    EXAMPLE 3 36 33 346 10.271
    SOA_SUITE_DATA_01 1 101 101 101 99.853
    SOA_SUITE_DATA_02 1 101 101 101 99.853
    SYSAUX 114 560 500 1,161 48.272
    SYSTEM 2 503 499 1,241 40.532
    UNDOTBS1 18 40 21 105 37.917
    USERS 2 101 100 106 95.224
    I even granted RESOURCE in case the tool needed UNLIMITED TABLESPACE.
    Does anyone have any ideas here? Any help would be greatly appreciated
    Stephen Karniotis

    Hi Stephen
    "I am using RCU to build the environment as instructed and am allowing RCU to handle everything but constructing the schemas. I have created the schemas manually via SQL*Plus"
    Do you mean you are not running RCU utility command from D:\rcuHome\bin\rcu.cmd folder ? As far as I know, this is the supported and easiest way to create any Schemas for any SOA Middleware product like SOA, BPM, OBIEE, ODI, WebCenter etc etc. I am not sure if directly running sql scripts will work and if its possible also.
    I would prefer running rcu.cmd command and provide Database SYS username, password with db details like db host, port, sid. Incase if db credentials are secret and not given to you, simply ask that DB Adminstrator to run this RCU command. Just unzip this file and run rcu.cmd and provide all the details. This do NOT need any other thing at all. Its pretty straight forward.
    RCU command takes care of all the things. Create tablespaces, schemas, then create all the stuff inicluding tables, sequeneces, packages and compile them also.
    Finally if you use Oracle XE 10g Edition, run one line to set this value before you run rcu.cmd -> set RCU_JDBC_TRIM_BLOCKS=TRUE
    Thanks
    Ravi Jegga

  • Oracle SOA Suite 11g VS BPEL PM 11g

    Hello,
    What is the difference between SOA Suite 11g and BPEL Process Manager 11g?
    I understand BPEL PM is a component of SOA Suite 11g.
    What capabilities does SOA Suite offer more than BPEL Process Manager 11g?
    When does a customer choose BPEL PM 11g over SOA Suite 11g? I assume BPEL PM 11g will be less in terms of cost.
    Thanks,
    Ram

    Ram,
    What is the difference between SOA Suite 11g and BPEL Process Manager 11g?BPEL Process Manager 11g is a standalone product and it is part of SOA Suite 11g as well. SOA Suite 11g is actually a group of products and it includes -
    Oracle BPEL Process Manager
    Oracle Service Bus
    Mediator
    Oracle Business Activity Monitoring
    Oracle Web Services Manager
    Oracle Business Rules
    Oracle Human Workflow
    Oracle Event Processing
    JDeveloper and ADF
    Adapters
    Oracle Entitlements Server Basic
    Oracle B2B
    So you cannot compare SOA Suite with BPEL.
    What capabilities does SOA Suite offer more than BPEL Process Manager 11g?Oracle BPEL Process Manager enables enterprises to model, deploy, and manage BPEL (Business Process Execution Language) processes. It includes a BPEL business process modeler, a scalable BPEL run-time engine, an extensible WSDL binding framework, and a monitoring console. So use of BPEL is limited till business process implementation only whereas SOA Suite offers complete middleware SOA solution.
    When does a customer choose BPEL PM 11g over SOA Suite 11g? I assume BPEL PM 11g will be less in terms of cost.Yes, if you want to implement BPEL processes only then you can buy only BPEL Process Manager 11g but if you are looking for to implement a complete middleware SOA solution then licensing SOA Suite 11g will be the better option.
    Regards,
    Anuj

  • Does license for SOA Suite 11g include application server

    I am looking through the SOA 11g release information and it does not appear to include a license for the WebLogic server. Can anyone confirm that I need to license the appropriate WebLogic 11g base to run SOA Suite 11g on separately. I wish I could find a definitive statement about this on the Oracle web site or in documentation.

    Good point. There used to be some (licensing) clarity in the sense that Oracle's middleware applications (i.e. things higher in the middleware food chain) required the underlying Oracle stack and thus the embedded license scenario.
    Perhaps (and somewhat ironically) the situation gets more cloudy now that OFM is really and truly "hot pluggable" (i.e. in the sense you can run on other vendor or OSS containers for instance).
    Architecturally, I respect Oracle's Hot Pluggable stance and think it's the right thing to do, but practically-speaking I always advise use of Oracle's container etc. because that is naturally where the development and most intense QA and support occurs. This is not to say that Oracle doesn't support other hosting options well, only that the laws of physics (still) apply.
    Todd

  • AIA on Oracle SOA Suite 11g

    Hi ,
    Is it possible to install AIA 2.5 Foundation pack on Oracle SOA Suite 11g.
    Can you please share any oracle documentation in this regard?
    Regards,
    Sam

    AIA 2.5 is only running on Oracle 10g. AIA version 3.0 wil be certified against 11g, this version is in the pipeline.
    Marc
    http://orasoa.blogspot.com

  • Problems to install Oracle SOA Suite 11g on Solaris 10 SPARC-64

    I'm trying to install the Oracle SOA Suite 11g on Solaris 10 SPARC-64 but I´m having problems.
    I have already installed the JDK 1.6_11 for 64 bits and I use it for the SOA installation, the instruction is:
    ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    I'm providing the absolute path to ensure take the correct JDK (JDK 64 bits).
    But I get the following error:
    bash-3.00$ ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    Starting Oracle Universal Installer...
    Checking if CPU speed is above 300 MHz. Actual 1500 MHz Passed
    Checking Temp space: must be greater than 150 MB. Actual 5291 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 39311 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-26_03-17-44PM. Please wait ...bash-3.00$ Log: /home/oracle/oraInventory/logs/install2010-01-26_03-17-44PM.log
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I reviewed the log install2010-01-26_03-17-44PM.out and displays the following:
    Adding /tmp/OraInstall2010-01-26_03-17-44PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/soawl.jar
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/template.jar
    [email protected]creenRes
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: ld.so.1: java: fatal: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         ... 8 more
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I think that the error would be caused by the JDK version with which try to initializing.
    Anyone have any idea about the possible error? Thanks in advance.

    Hi, I encourage you to try to use the generic installer at: %SOA_INSTALLER_DIR%/Disk1/runInstaller. Because if you are using the runInstaller at %SOA_INSTALLER_DIR%/Disk1/install/solaris it will lead to that problem in some cases.

  • SOA Suite 11g HA install and EDNDataSource problem

    Hi all,
    We have installed and configured Oracle SOA Suite 11g (11.1.1.5) cluster per the instructions in the Enterprise Deployment Guide and Anthony Reynold's blog (http://blogs.oracle.com/reynolds/entry/installing_an_11g_soa_cluster). We are encountering constant XA and DBLocker related errors with the EDNDataSource:
    <Dec 1, 2011 2:35:29 AM MST> <Error> <JDBC> <BEA-001112> <Test "SELECT 1 FROM DUAL" set up for pool "EDNDataSource" failed with exception: "oracle.jdbc.xa.OracleXAException".>
    <Dec 1, 2011 2:35:29 AM MST> <Error> <oracle.soa.mediator.common.listener> <BEA-000000> <DBLocker caught exception while locking messages
    java.lang.NullPointerException
    at oracle.tip.mediator.common.error.ErrorDBLocker.lock(ErrorDBLocker.java:82)
    at oracle.tip.mediator.common.listener.DBLocker.lockMessages(DBLocker.java:113)
    at oracle.tip.mediator.common.listener.DBLocker.run(DBLocker.java:77)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    These errors occur every couple of seconds on both SOA hosts. Additionally, we see errors on one of the hosts, complaining about EDNDataSource not being clusterable:
    <Dec 1, 2011 2:35:29 AM MST> <Error> <Cluster> <BEA-000123> <Conflict start: You tried to bind an object under the name weblogic.transaction.resources.SOA1.EDNDataSource_soa_domain in the JNDI tree. The object from -6284322550635925010S:soa11g-dev-1.domain.com:[8001,8001,-1,-1,-1,-1,-1]:soa11g-dev-1.domain.com,soa11g-dev-2.domain.com:soa_domain:SOA1 is non-clusterable, and you have tried to bind more than once from two or more servers. Such objects can only be deployed from one server.>
    We have ensured that the database (we are using a single Oracle 11g database instance, not RAC) has XA support enabled. Beyond this, we haven't found any leads on this forum nor the Oracle support site (we have opened an SR with Oracle). I've seen a couple of other threads related to this issue over the last year (e.g., Re: JTA - XA Rources - Rollbacks reason and What is the purpose of EDNDataSource in SOA 11g? but no resolution was ever posted.
    Does anyone have any suggestions of where to being looking to troubleshoot this issue? Any help would be most appreciated!
    Thanks,
    --Gary                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    How are you starting the server? Using start script - ./startManagedWebLogic.sh soa_server1? Make sure that classpath is getting set properly.Yes, after using the script to start the admin server.
    How do I make sure the classpath is getting set properly? Seems to be the actual problem, but from the logs when the server starts up the command seems correct from what I can see. If I knew which jars contained the classes it needed I could try and look for them in the start command.
    11g is not certified on Ubuntu. Please refer below link for certification matrix -I actually wished Oracle could certify the installers for Mac OSX (just for development), but I guess I could try and get things up on Redhat instead. :P
    Thanks for the input.

  • Can I install SOA Suite 11g on windows 7 home premium

    Hi,
    I want to practice BPEL on Windows 7 Home premium. Can I install SOA suite 11g on it.
    Already I my met prerequisites like 4GB RAM.
    Thanks,
    Dan.

    SOA Suite works perfectly on my windows7 pc.
    this below link will give complete details about 11g installation :
    http://www.oracle.com/technetwork/middleware/soasuite/overview/quickstartguidesoasuite11gr1ps3-313245.pdf

  • Run Time exception while installing SOA Suite 11g

    Hi A,,.
    I am trying to install soa suite 11g.
    I ahve installed oracle universe xprress edistion database, weblogic server,rcu (repository) successfully and now I tried installing soa suite 11g. It passed all the pre requisits and when i click on install in gives an error:
    OUI-10152: A runtime exception occurred during the execution of the query.
    Do any one else encountered the issue or any suggestions on how to get this done.
    Thanks.

    Hi all,
    Issue solved by deleting the invalid oracle home paths from inventory.xml file, Thanks to Anuj.

  • Install SOA suite 11g

    Hello all
    I am very new in the implementation of the Oracle SOA Suite 11g and I have to migrate my applications from 10g, but still do not know which operating system is recommended for the 11g install, and to review the certification matrix but did not find a recommendation to choose from.
    I hope you can help me
    Thank you

    Hi,
    You can find the relavent information in the install guides:
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e13925/overview.htm
    EL 4 and 5 are supported.

  • Jvedeloper 11gR1 not starting anymore after SOA suite 11g Install

    I have/had a working setup on my Server 2008.
    Weblogic 10.3
    MDM 2.0
    OUAF 4.2
    Jdeveloper 11g
    Oracle DB 11g
    Now for some testing I needed to install SOA Suite 11g. After done so Jdeveloper lets me choose the role but then never comes up. I see it in the task manager.
    I assume SOA suite must have overridden some file that it needed.
    Any ideas how I could get this back to working state?
    Thank you,
    Steve

    11g which version..?? did u wait and see if it comes up.. which Os you are using.. usually the splash screen wont come up.. but the ide will popup after sometime..
    chk this as well
    Jdeveloper doesn't start after Weblogic upgrade.

  • Is SOA suite 11g compitable to install on Windows8 OS?

    Hi
    I want to learn OSB & BPEL.
    Is SOA suite 11g and JDeveloper are compitable to install on Windows8 OS?
    Thanks

    yes i have done a set up SOA and OSB 11.1.1.7 in my local machine and is working fine.

  • Installing SOA Suite 11g

    Hi,
       I am an oracle apps developer and want to learn SOA. I would like to install SOA suite 11g on my windows 7 laptop, but i read an article on apps2fusion.com, saying that it would slow down terribly and may even corrupt Windows OS files.
    Is that true and if so, how do install safely without any mess. This might be a basic qn but i couldnt find any good documentation online. Any help would be greatly appreciated.
    Thanks.

    I wouldn't worry about the installation corrupting any Windows OS files.  However, it will definately slow down your PC.  If you're looking to do an installation that won't impact your ability to use Windows, I would download Oracle virtual box install an OS into VirtualBox, and then install SOA Suite into the VirtualBox.  This will allow you to "turn-off" the soa suite  and all of its always-on components like the database, when you don't need it.
    Once you've downloaded virtualBox, install your favorite operating system in it.  If you're using Windows 7 and want that to be the OS used inside of VirtualBox, you'll need a seperate key for it.  However, there are a plethora of free Linux variant available. My favorite is CentOS.
    Once you've installed an operating system into Oracle VB, then go ahead and download the appropriate files to install SOA Suite.  Please be aware that installing SOA suite locally requires the installation of Weblogic, a local Oracle database (the single user database works fine), along with installing the entire SOA suite. Additionally, you'll also probably want to download and install SOAPUi which is a great tool to testing service endpoints.
    To get it all running properly, you'll need a lot of RAM.  Currently my toolset (running on Windows 7 Pro, not in Oracle VB) can use as many as 5.5 Gb (total including the OS).  For the configuration above, I would suggest that amount be available to your VirtualBox in addition to whatever your OS need on the hosting system.
    Alternatively, if you install the bigger components (Weblogic and the database) on a server, you can simply use them in your testing.
    Please let me know if that helps.

Maybe you are looking for

  • Brand new iPod keeps freezes all the time, Why?

    The problem started early this year with my old iPod classic (couple years old) was beginning to freeze all the time so I just thought it was time to get a new one so I did but the same probably happened straight away and just just died after 2 weeks

  • Officejet Pro 8600 Plus Duplexing Problem

    When I print a document that is one sided the printer stops and lets the ink dry and pulls it back in as if it were a double sided document. Is this normal for this printer. This is my first HP printer and it didn't do this on other printers that I h

  • BAPI_PO_CHANGE Sub-contracting PO

    Hello experts, we are using BAPI_PO_CHANGE to change the Item Category of a material in a purchase order to L (sub-contracting) when we do we receive the error message in the BAPI u201CNot possible to determine any componentsu201D due to the fact the

  • Trying DESPERATELY to Delete from iTunes 10.5.0 and it's NOT Working

    I have some files in iTunes 10.5.0 on my laptop, running Windows XP, and iTunes doesn't ever give me any options for deletion. No Edit --> Delete, no backspace, NOTHING. What the heck? Also, just out of curiosity, if I have any album that I've downlo

  • Error compiling a library

    A little cross-post, please help Trouble compiling a library Thx Rob