Thursday, October 28, 2010

How to install subversion

Subversion is a open source tool which can be used for maintaining versioning of components.Subversion can now be directly integrated with Oracle Jdeveloper 11g and can be used for maintaining versioning of composites as well as adf projects.The most simple and easy installation for subversion is available by collabNet.Please follow the link below for the subverion installation.

http://www.open.collab.net/downloads/subversion

Oracle AIA 3.0 PIPS Available

Following PIPS are currenlty available for oracle AIA 3.0

# Oracle Utilities Customer Care and Billing Integration to Oracle Utilities Network Management System Release 3.0 Media Pack

#Oracle Utilities Customer Care and Billing Integration to Oracle Utilities Meter Data Management Release 3.0 Media Pack

Oracle AIA 3.0 Patch

Oracle has released a patch for Oracle AIA 3.0 Number 9717829 for fixing following issues

# 9612711:JMSUSER NEEDS ADDITIONAL PRIVILAGES FOR XA
# 9675651:AIA SETUP PAGE FAILS TO LOAD ON SOA PS2 ENV
# 9670535:AIA 11GR1 INSTALL FAULURE
# 9493216:DEINSTALLER STUCK
# 9580890:WLS MULTI-DATA SOURCE CREATION FOR RAC DB
# 9558865:MIGRATION UTILITY: MIGRATED DVM HAS AN INCOMPLETE NAMESPACE DEFINITION
# 9705591:DELETE MULTIDATASOURCE
# 9699304:SIMPLE ORDER OF AIA DEMO ON SOA PS2 FAILS AT RANDOM COMPOSITES
# 9752859:NEED TO MERGE PS2 RELEASE VERSION OF OER LIB WITH AIAHARVESTER
# 9948383:JMS FILE STORE CONFIGURATION
# 9976593:AIA FOUNDATION 3.0 CLUSTER INSTALL BUILD FAILED

Oracle AIA 3.0 Node Manager I/O error while reading domain directory

If you are getting the following error while installing Oracle AIA 3.0 on windows XP

Traceback (innermost last):
File "", line 1, in ?
File "", line 123, in nmConnect
File "", line 618, in raiseWLSTException
WLSTException: Error occured while performing nmConnect : Cannot connect to
Node Manager. : I/O error while reading domain directory

Confirm the Note Manager is up by starting the Node Manager:
$HOME\Middleware\wlserver_10.3\server\bin
startnodemanager.cmd hostname port

As a confirmation the Node Manager Username and Node Manager Password are valid, start the WLST prompt by:

* Source the environment variables for WLST

o $HOME\Middleware\wlserver_10.3\server\bin\setWLSEnv.bat
o cd $HOME\Middleware\user_projects\domains\base_domain
o Now execute 'java weblogic.WLST'

* Within the WLST prompt execute "nmConnect('username','password','hostname','port','domain_name','$HOME\\Middleware\\user_projects\\domains\\base_domain')"

If username and password are correct, no errors are returned

This error is related to the name of the domain.It is tracked by Bug 10015151 in metalink.Oracle has currently provided the following solutions

# Wait for the fix for Bug 10015151
# Create a new domain that do not include an underscore, for example instead of 'domain_name' use 'domain'
# Use the Silent Installation which bypass the Node Manager prompt. Modify the file on 'cd\Disk1\misc\responseFiles\SampleAIAFP_CompleteResponse.rsp'.