Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

Thursday, October 27, 2011

Installation Issues : Oracle Enterprise Repository 11.1.1.5.0

During the configuration of the OER domain, you might get an error as below:

2011-10-18 09:42:45,796 INFO [WizardController] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - /u01/app/oracle/middleware/wlserver_10.3/common/lib/components.xml does not contain component elements and will be skipped
2011-10-18 09:42:45,816 INFO [WizardController] com.oracle.cie.wizard.domain.gui.tasks.MultipleTemplateSelectionGUITask - Selected required template: Basic WebLogic Server Domain:10.3.4.0 [/u01/app/oracle/middleware/wlserver_10.3/common/templates/domains/wls.jar]
2011-10-18 09:43:21,132 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No config-groups.xml found in template
2011-10-18 09:43:21,133 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
2011-10-18 09:43:21,584 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: WebLogic Server version 10.3.5.0
2011-10-18 09:43:21,589 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.5.0 to WebLogic_Server_10.3.5.0_wlserver_10.3_ORACLE_HOME
2011-10-18 09:43:21,711 INFO [WizardController] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
2011-10-18 09:43:21,752 WARN [WizardController] com.oracle.cie.domain.AbstractTemplate - Could not find component name 'Oracle Enterprise Repository' version 'null'
2011-10-18 09:43:21,753 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Replacing component reference Oracle Enterprise Repository version null with top-level component reference: WebLogic Server version 10.3.5.0
2011-10-18 09:43:21,753 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.5.0 to WebLogic_Server_10.3.5.0_wlserver_10.3_ORACLE_HOME
2011-10-18 09:43:21,775 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.MachineTypeImpl
2011-10-18 09:43:21,783 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.ServerTypeImpl
2011-10-18 09:44:01,986 ERROR [WizardController] com.oracle.cie.common.util.JdkVersion - JDK version is null.
2011-10-18 09:46:37,077 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
2011-10-18 09:46:54,552 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
2011-10-18 09:48:19,441 INFO [WizardController] com.oracle.cie.domain.assignment.ServerMachineAssignment - ListenPort internal Validation result= [null]
2011-10-18 09:48:21,707 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
2011-10-18 09:48:26,582 ERROR [create_gui] com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!!
Traceback (innermost last):
(no code object) at line 0
SyntaxError: ('Lexical error at line 6, column 11. Encountered: "@" (64), after : ""', ('', 6, 11, 'oerPort = @DOMAIN_LISTEN_PORT@'))

at org.python.core.parser.fixParseError(Unknown Source)
at org.python.core.parser.parse(Unknown Source)
at org.python.core.Py.compile_flags(Unknown Source)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1571)
at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
at com.oracle.cie.domain.DomainGenerator.generate(DomainGenerator.java:269)
at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)


The reason for the issue is that the OER is actually not properly installed even though the installer specifies that the installation is successfully completed. You can check this by mentioning the log file during the installation as below:

java -jar OER111150_generic.jar -log=\tmp\install.log

You will see the error "Cannot set up jar file extraction directory: Permission denied" in the log file. The reason for this error is that the installer extracts itself in the /tmp directory on the file system where the installer resides (if installer is on shared server then the installer tries to extracts itself on the shared server /tmp directory). Give full permissions to the user on the /tmp directory of the server where the installer resides.

Also specify the environment variables as below:

export TMP=/tmp
export TMPDIR=/tmp

In windows, specify the environment variable TEMP=C:\TEMP and TEMPDIR=C:\TEMP

Wednesday, June 29, 2011

Guide to install Eclipse for Oracle OSB

http://blogs.oracle.com/middleware/entry/installing_eclipse_for_osb_development

Error: “\Java\jre6\lib\ext\QTJava.zip was unexpected at this time.”

After installation of Weblogic Server if you get an error: “\Java\jre6\lib\ext\QTJava.zip was unexpected at this time.” This can be solved as under,

Check if QTJava.zip is set in %CLASSPATH% environment variable CLASSPATH=.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip

Remove C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip from %CLASSPATH% environment variable and restart the computer.

Tuesday, July 21, 2009

Coherence Installation and QuickStart

1. Download Oracle Coherence 3.5 for Java Version from http://www.oracle.com/technology/software/products/ias/htdocs/coherence.html
2. Unzip the download into D:\ directory
3. Rename the coherence-java-v3.5b459 to coherence
4. Open Command Window [window1] and and navigate to the coherence directory (renamed above)
5. Type, cd coherence
6. Type, java -cp lib\coherence.jar com.tangosol.net.CacheFactory
7. Open another command window [window 2] and follow setps 4-6
8. On window1, type “cache MyCache”
9. On window1, type put 1 HelloWorld!
10. On window2, type “cache MyCache”
11. On window2, type get 1
12. It should return HelloWorld!
13. Now read the document at http://coherence.oracle.com/display/COH33UG/Creating+and+Using+Coherence+Caches and follow the section “Setting up your test environment”

OUI version not compatible error

I was trying to install the MLR#8 on BPEL 10.1.3.4 and as a prerequisite, I extracted the latest oPatch in SOA Oracle home but it fails when I apply the patch using opatch command. I also ran Prereq to check the OUI version compatibility but got the error,

Prereq "checkOUIVersionCompatible" failed

The details are: Required version of OUI is not present.The available version is 10.1.0.6.0

Solution:

Under Oracle SOA home:
1. Rename /oui directory to /oui.original

2. Copy the oui directory under the Oracle DB home to Oracle SOA home:
/oui to

3. Run OPatch update again

This issue occurs because the Oracle Universal Installer version in Oracle SOA suite is not updated to the latest one - and is not compatible with the latest OPatch version.

HTH

Monday, July 20, 2009

AIA (2.4) Installation Steps

1. Install Database:

- Oracle 10g:
Install Oracle 10.2.0.3
Install 10.2.0.1
Install patch 10.2.0.3

OR

- Oracle XE

2. Install SOA Suite 10.1.3.1: This is the base software installation of SOA Suite 10g.Every subsequent step will be a patch applied to this base software install. Perform the advanced SOA install

3. Patch SOA Suite – 10.1.3.4
This patch brings the 10.1.3.1 base installation up to version 10.1.3.4.

4. Download Oracle Patch (OPatch) update
This is a patch for the Oracle Patch utility for SOA Suite and must be applied to the SOA Suite home. This is required for MLR #8 listed below.

5. Install Merge Label Request (MLR) #8 Patch number: 8372150: MLR patches are accumulations of bug fixes that have not yet made it into a point release but will be included when such a release is public. One can think of MLRs as a service pack or patch cluster between point releases of the product.

6. Install Oracle Services Registry (Optional for AIA 2.4 installation)
Service registry provides a central place to catalog and categorize all of the services created. The SOA Suite installer does not install the Oracle Service Registry.

7. Install AIA Media Pack Latest version: 2.4

- Product: Oracle Application Integration Architecture
- Pack: Oracle Application Integration Architecture Release 2.4 Media Pack for Microsoft Windows (32-bit)
- Part: V16434-01

Note:

1. Select a new Oracle home for AIA installation

2. Are you using the right version of JDK?.
Each version of Foundation pack is certified with a different version of JDK. Verify the installation guide and metalink notes to check for the most recent version. The last version of Foundation pack was certified on JDK 1.5 update 16

3. Does the DB user have DBA privileges?
The DB user entered during interview screens should have privileges to create a db schema. ‘sys’ user usually has all the required privileges.

4. Is directory browsing enabled on the server?
Check the install guide for information on how to enable directory browsing on your server.

5. Is your ESB working properly?
- Ensure ESB design time and runtime are accessing the following urls.
http://host:port/esb/dtStatus.jsp
http://host:port/esb/rtStatus.jsp
both the pages should return a true.
- Deploy a sample ESB process from ESB Console and execute it to check the results.
- Create a sample ‘system’ from ESB Console.
- Ensure virtual host and port of BPELSystem and DefaultSystem are set appropriately in ESBConsole.

6. Is your BPEL PM working properly?
- Deploy a sample BPEL process and verify the flow eg: LoanFlow demo.
- Verify if you are able to login to BPELConsole and navigate across various pages


Links for troubleshooting:

- Download the latest version of this Installation and Upgrade guide from Metalink Note 809490.1

Search This Blog