If you are facing issues like ‘Out of Space for Code Cache for Adapters’ in Jdeveloper 11.1.1.5 then you must do this changes as discussed in this forum post
Set – JVM Options : XX:ReservedCodeCacheSize=128m in setDomainEnv.sh
If you are facing issues like ‘Out of Space for Code Cache for Adapters’ in Jdeveloper 11.1.1.5 then you must do this changes as discussed in this forum post
Set – JVM Options : XX:ReservedCodeCacheSize=128m in setDomainEnv.sh
Document for this can be downloaded from here
Soa Suite installation white paper is available for download here
Recently I got the following issue while installing Soa Suite 11.1.1.2.0
in linux64.
I tried the solution specified here but it was not working and it keeps giving the error
[xxx@indl144224 linux64]$ ./runInstaller -jreLoc /scratch/software/mw_local/FMWTOOLS_MAIN_GENERIC_101104.0028.2/xxx/mw_home_standalone/jrockit_160_20_D1.1.0-18/Starting Oracle Universal Installer... Checking if CPU speed is above 300 MHz. Actual 2327 MHz Passed Checking Temp space: must be greater than 150 MB. Actual 2481 MB Passed Checking swap space: must be greater than 500 MB. Actual 8273 MB Passed Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-01-19_04-21-22PM. Please wait ... [xxx@indl144224 linux64]$ java.lang.UnsatisfiedLinkError: Can't load library: /tmp/OraInstall2011-01-19_04-21-22PM/oui/lib/linux64/liboraInstaller.so at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702) at java.lang.Runtime.load0(Runtime.java:770) at java.lang.System.load(System.java:1004) at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402) at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:126) at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.ssgetCurrentGroupOfUserux(OiipgEnvironment.java:503) at oracle.sysman.oii.oiix.OiixEnvironmentOps.ssgetCurrentGroupOfUserux(OiixEnvironmentOps.java:147) .....
So i tried the following thing and it worked
[xxxn@indl144224 linux64]$ linux32 bash bash-3.2$ pwd /scratch/software/mw_local/linux_middleware/xxx/mw_home/soa11.1.1.2/Disk1/install/linux64 bash-3.2$ cd .. bash-3.2$ lsaix hpia64 hpunix linux linux64 solaris win32 win64 bash-3.2$ cd linux bash-3.2$ ./runInstaller -jreloc /scratch/software/mw_local/FMWTOOLS_MAIN_GENERIC_101104.0028.2/xxx/mw_home_standalone/jrockit_160_20_D1.1.0-18/
The complete Soa suite installation guide is uploaded here
Complete fusion middleware documents are available at
http://download.oracle.com/docs/cd/E14571_01/index.htm
System requirements and specifications
Checklist
Complete requirments are available at
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-requirements-100147.html
Download the files
All software can be downloaded from the Fusion Middleware 11gR1 PS2 download page (also known as the FMW download page)
Installation procedure [RCU version 11.1.1.3]
If you face any problem in creating the DB schema using RCU 11.1.1.3 then please download the RCU 11.1.1.2 and follow this installation process. Also you will face some issues in creating the Weblogic db schema for soa_infra during weblogic domain creation
Database
OraceXEUniv.exe http://download.oracle.com/otn/nt/oracle10g/xe/10201/OracleXEUniv.exe
WebLogic Server
wls1033_oepe111150_win32.exe
http://download.oracle.com/otn/nt/middleware/11g/wls1033_oepe111150_win32.exe
Repository Creation Utility
ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip
Note:
If repository tool 11.1.1.3.3 is creating some kind of problem while creating DB schema then please use RCU of 11.1.1.2.1 [if you are using 11.1.1.2.1 then please refer to section X for the installation order]
ofm_rcu_win32_11.1.1.2.1_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_rcu_win32_11.1.1.2.1_disk1_1of1.zip
SOA Suite & Patch
You have to have Soa Suite 11.1.1.2.0 installed in your system before installing the 11.1.1.3.0 patchset installer
ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip(includes BPM)
http://download.oracle.com/otn/nt/middleware/11g/ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip
JDeveloper
jdevstudio11113install.exe
http://download.oracle.com/otn/java/jdeveloper/11.1.1.3.0/jdevstudio11113install.exe
SOA Extension for JDeveloper
You can install the extensions directly from inside JDeveloper through the “Help -> Check for Updates” menu option which is the recommended way install extensions. If you can’t connect to the Internet from your JDeveloper, you can directly download JDeveloper extensions from this page, and point the Check for Updates wizard to the local file you have downloaded.
http://download.oracle.com/otn/java/jdeveloper/11.1.1.3.0/extensions/soa-jdev-extension.zip
Note: for other extensions please refer
http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml#oracle.sca.modeler
Setting up the database
Run the following commands to increase the process limits (Only for Oracle XE)
sqlplus sys/welcome1@XE as sysdba
SQL> show parameter session
SQL> show parameter processes
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=200 scope=spfile;
SQL> shutdown immediate
SQL> startup
SQL> show parameter session
SQL> show parameter processes
Weblogic Domain Creation
refer this link
Server URLS
The link for the Weblogic console
http://localhost:7001/console (login with weblogic/welcome1)
The link for the EM console
http://localhost:7001/em (login with weblogic/welcome1)
The link for the SOA worklist app
http://localhost:8001/integration/worklistapp
The link for B2B
The link for BAM (must use IE browser)
http://localhost:9001/OracleBAM
Starting the servers
Go to the domain directory and type startWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domain> startWebLogic.cmd
On the same command line press ctrl+c or goto the bin directory of the domain folder and type stopWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domai\bin> stopWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domain\bin> stopManagedWebLogic.cmd so_server1
If your soa server is up but your soa_infra is down then search for the following error in
$DOMAIN_HOME\servers\soa_server1\logs\soa_server1.log
weblogic.application.ModuleException: Exception preparing module: EJBModule(ejb_ob_engine_wls.jar) Unable to deploy EJB: ejb_ob_engine_wls.jar from ejb_ob_engine_wls.jar: There are 1 nested errors: java.io.IOException: JDT compilation error! FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.java: The method getMBeanAttribute(String, String) is undefined for the type FacadeFinderBean_4vacyo_Intf FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.java: The method getNumberOfCompositeInstancesByPartitions(String[]) is undefined for the type FacadeFinderBean_4vacyo_Intf FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.java: The method listComposites() is undefined for the type FacadeFinderBean_4vacyo_Intf FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.java: The method invokeMBeanOperation(String, String, String[], Object[]) is undefined for the type FacadeFinderBean_4vacyo_Intf FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.java: The method setMBeanAttribute(String, String, Object) is undefined for the type FacadeFinderBean_4vacyo_Intf FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.java: The method getNumberOfFaultedCompositeInstancesByPartitions(String[]) is undefined for the type FacadeFinderBean_4vacyo_Intf at weblogic.ejb.container.ejbc.CompilerForJDT.compile(CompilerForJDT.java:57) at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:309) at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:485) at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:452) at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:439) at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:779) at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:679) at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1237) at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:440) ..... .....
Then install the SOA patchset installer (11.1.1.3) on top of your existing SOA suite 11.1.1.2
If you ever face issues like