Thursday 22 September 2011

Installing AIA Foundation Pack 11.1.1.4


PreRequisites for installing AIA Foundation Pack 11.1.1.4
  • Oracle SOA Suite 11.1.1.4.0
  • JDeveloper 11.1.1.4.0
  • AIA Foundation Pack Service Constructor for JDeveloper 11.1.1.4.0
    This extension creates Application Integration Architecture (AIA) Service Constructor to create an AIA based service component project. This extension is an online JDeveloper update. Start JDeveloper. From the menu choose Help > Check for Updates. In the Update Wizard, select Search Update Centers and ensure the first and second options are checked . Then ensure that Oracle AIA Foundation Pack Service Constructor is checked.
AIA Foundation Pack 11.1.1.4 which can be downloaded from the following link
http://www.oracle.com/technetwork/middleware/foundation-pack/downloads/fpdownloads-152617.html

Optional Softwares
  • Oracle Enterprise Repository
  • Oracle Service Registry
  • Oracle Business Process Analysis Suite
Start the node manager .Than start the weblogic server.Than start your soa_server from the admin console using the node manager.For starting the soa_server using the admin console goto servers>control and than start the server.It is mandatory to start the soa_server using the node manager.Once the servers are running,run the Setup.exe for the foundation pack.
Enter the JDK path.







Click on next and your installation is complete.
Note: I have not installed Oracle Service Registry and Oracle Service Repository so have skipped those screens while installation.

USER_MEM_ARGS in setSOADomainEnv.cmd. I want to install AIA11g and according to oracle documents (increase USER_MEM_ARGS=-Xms1024 –Xmx1024 -XX:PermSize=256m - XX:MaxPermSize=256m -XX:AppendRatio=3).HOW to increase them in my setSOADomainEnv.cmd it look like: set JAVA_OPTIONS=%JAVA_OPTIONS% set DEFAULT_MEM_ARGS=-Xms512m -Xmx1024m set PORT_MEM_ARGS=%DEFAULT_MEM_ARGS% if "%JAVA_VENDOR%" == "Oracle" goto OracleJVM set DEFAULT_MEM_ARGS=%DEFAULT_MEM_ARGS% -XX:PermSize=256m -XX:MaxPermSize=512m set PORT_MEM_ARGS=%PORT_MEM_ARGS% -XX:PermSize=256m -XX:MaxPermSize=512m :OracleJVM if "%PROCESSOR_ARCHITECTURE%"=="AMD64" ( set USER_MEM_ARGS=%PORT_MEM_ARGS% ) else ( set USER_MEM_ARGS=%DEFAULT_MEM_ARGS% ) echo PATH=%PATH% echo . echo USER_MEM_ARGS=%USER_MEM_ARGS% 

No comments:

Post a Comment

xslt padding with characters call template for left pad and right pad

  Could a call-template be written that took two parameters ?   a string, and a   number) return the string with empty spaces appended t...