Friday, September 12, 2014

OAM 11g R2 PS2 upgrade Error

Error: 

Follow error occurs when you try to start Admin server and managed server after OAM upgrade from 11g r2 to 11g r2 ps2


<Sep 12, 2014 2:20:52 PM EDT> <Error> <Coherence> <BEA-000000> <2014-09-12 14:20:52.688/592.329 Oracle Coherence GE 3.7.1.1 <Error> (thread=JMX Framework document pooling thread, member=n/a): Error while starting cluster: java.lang.UnsupportedOperationException: Multicast is not supported by SSLSocketProvider(auth=two-way, identity=SunX509/file:/opt/oam/Oracle/11.1.2.0/Middleware/user_projects/domains/iam_domain/config/fmwconfig/.cohstore.jks, trust=PeerX509/file:/opt/oam/Oracle/11.1.2.0/Middleware/user_projects/domains/iam_domain/config/fmwconfig/.cohstore.jks), consider enabling well-known-addresses

<Sep 12, 2014 2:20:52 PM EDT> <Error> <oracle.oam.config> <BEA-000000> <Configuration initial load failed for /opt/oam/Oracle/11.1.2.0/Middleware/user_projects/domains/iam_domain/config/fmwconfig/oam-config.xml.>
<Sep 12, 2014 2:20:52 PM EDT> <Warning> <oracle.as.config.notification.filesystem.WatchingDocumentChangeNotifier> <BEA-000000> <Exception during change of document /opt/oam/Oracle/11.1.2.0/Middleware/user_projects/domains/iam_domain/config/fmwconfig/mbeans/oam/oam-dummy-config.xml.

oracle.security.am.admin.config.mgmt.exceptions.ConfigManagementRuntimeException: Configuration initial load failed for /opt/oam/Oracle/11.1.2.0/Middleware/user_projects/domains/iam_domain/config/fmwconfig/oam-config.xml.

Solution: 

To fix the "java.lang.RuntimeException: Jar definition /user_projects/domains/oam_domain/config/fmwconfig/mapstore-coherence.jar provided is invalid. " error seen when starting the admin server, edit the oam-config.xml file and do the following changes:

a) Increment the version, search Name="Version"
e.g
 <Setting Name="Version" Type="xsd:integer">18</Setting>
to
<Setting Name="Version" Type="xsd:integer">19</Setting>
 b)Search for the JMXConfig component, that is the line "<Setting Name="JMXConfig" Type="htf:map">".
Below the "<Setting Name="FileSet1" Type="htf:map"> line replace the line
 "<Setting Name="LibraryOffset" Type="xsd:string">${COMMON_COMPONENTS_HOME}/modules/oracle.coherence</Setting>"
by
"<Setting Name="LibraryOffset"
Type="xsd:string">${common.components.home}/modules/oracle.coherence</Setting>"

and below <Setting Name="FileSet2" Type="htf:map"> replace the line
 "<Setting Name="LibraryOffset" Type="xsd:string"></Setting>"
 by
"<Setting Name="LibraryOffset" Type="xsd:string">${OAM_ORACLE_HOME}/server/lib/jmx</Setting>" 



Reference: Doc ID 1677978.1

No comments:

Post a Comment

Other Posts