Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.

You are encouraged to leave a comment.








Sunday, July 14, 2019

PRVF-0002: could not retrieve local node name (12c)

While installation of Oracle 12c

Installer could not start

========================

PRVF-0002: could not retrieve local node name

===============================================



Log file shows:

---# Begin Stacktrace #---------------------------
ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:39
oracle.cluster.verification.VerificationException: PRVF-0002 : could not retrieve local node name
        at oracle.cluster.verification.ClusterVerification.setParamManagerLocalHost(ClusterVerification.java:639)
        at oracle.cluster.verification.ClusterVerification.getInstance(ClusterVerification.java:561)
        at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:473)
        at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
        at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
        at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
        at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
        at oracle.install.commons.util.Application.startup(Application.java:1072)
        at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
        at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
        at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
        at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
        at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)

---# End Stacktrace #-----------------------------



Diagnostics:

First check:

type 

$ hostname -f

If you get 
[root@agileplm ~]# hostname -f
hostname: Unknown host

Check /etc/resolv.conf 

check /etc/sysconfig/network

Correct the entries at the file. 


Second:

Check the /etc/hosts file for proper entries.




Restart the Installer.




Thursday, February 14, 2019

EBS Technology Codelevel Checker (ETCC)

The E-Business Suite Technology Codelevel Checker (ETCC) tool helps you identify application or database tier overlay patches that need to be applied to your Oracle E-Business Suite Release 12.2 system. ETCC maps any missing overlay patches to the default corresponding Database Patch Set Update (PSU) patches, and displays them in a patch recommendation summary.
The ETCC tool was designed to be self-documenting, but you can find an introduction to it in Section 3 of Oracle E-Business Suite Release 12.2: Consolidated List of Patches and Technology Bug Fixes (MOS Note 1594274.1).
What’s New
ETCC has been updated to include bug fixes and patching combinations for the following recommended versions of the following updates:
  • Oracle Database Proactive BP 12.1.0.2.190115
  • Oracle Database PSU 12.1.0.2.190115
  • Oracle JavaVM Component Database PSU 12.1.0.2.190115
  • Oracle Database Patch for Exadata BP 11.2.0.4.190115
  • Oracle Database PSU 11.2.0.4.190115
  • Oracle JavaVM Component Database PSU 11.2.0.4.190115
  • Microsoft Windows Database PSU 11.2.0.4.190115
  • Oracle JavaVM Component 2.1.0.2.180417 on Windows
  • Microsoft Windows Database BP 11.2.0.4.180417
  • Oracle JavaVM Component 11.2.0.4.180417 on Windows
Obtaining ETCC
We recommend always using the latest version of ETCC, as new bugfixes will not be checked by older versions of the utility. The latest version of the ETCC tool can always be downloaded via Patch 17537119 from My Oracle Support.
 

From oracle blogs. 
(Oracle announcement)

Monday, February 12, 2018

12c AdminServer 12.1.3 not starting and ending with error Critical WebLogicServer BEA-000386 Server subsystem failed. Reason: A MultiException has 6 exceptions.

Symptom:

A MultiException has 6 exceptions.  They are:
1. java.lang.AssertionError: Cannot export non clusterable object with jndiName:weblogic.jndi.internal.RootNamingNode@69f01d6c:
2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.jndi.internal.RemoteNamingService
3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.management.mbeanservers.runtime.internal.RuntimeServerService errors were found
4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.management.mbeanservers.runtime.internal.RuntimeServerService
5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.cacheprovider.CacheProviderServerService errors were found
6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.cacheprovider.CacheProviderServerService

       





Cause:


This issue is caused by entry of the following JAVA_OPTIONS parameter '-Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory' when deploying into WebLolgic 12c. 
In WebLogic 12c, the built-in WebLogic Server XML Input factory implementation class is com.ctc.wstx.stax.WstxInputFactory, and the XML Factory Input should be set to this value.  Due to a documentation bug, the manual deployment guide for P6 is still referencing the 11g implementation class, causing the reported issue to occur. 


Fix:
Edit setDomainEnv.sh

locate the line:

JAVA_OPTIONS at the end (added by the installer)

change it to:

export JAVA_OPTIONS="-Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Doracle.jdbc.V8Compatible=true ${JAVA_OPTIONS}"

Reference Doc: MOS Document ID:

WebLogic 12c Managed Server Fails To Start When Passing The "-Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory" Java Argument (Doc ID 2003152.1)





Tuesday, November 01, 2016

Error while starting CommonDomain_webtier in fusion applications

This error may happen if there are some residual processes running on accidental failure of the services.

Symptoms

[oracle@fusionapp bin]$ ./opmnctl startall
opmnctl startall: starting opmn and all managed processes...
================================================================================
opmn id=fusionapp.chainsys.com:12043
Response: 0 of 1 processes started.

ias-instance id=CommonDomain_webtier
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------
ias-component/process-type/process-set:
  ohs1/OHS/OHS/

Error
--> Process (index=1,uid=568205325,pid=10291)
  failed to start a managed process after the maximum retry limit
  Log:
  /oracle/CSIFUSION/instance/CommonDomain_webtier/diagnostics/logs/OHS/ohs1/console~OHS~1.log



Log file shows:

[2016-11-01T19:22:27.8269+05:30] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10283] [tid: 46980419799328] [user: oracle] [VirtualHost: main]  Unable to open logs

[2016-11-01T19:22:29.2839+05:30] [OHS] [INCIDENT_ERROR:32] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10291] [tid: 47345508682016] [user: oracle] [VirtualHost: main] (98)Address already in use:  make_sock: could not bind to address 192.168.0.200:15639

[2016-11-01T19:22:29.2840+05:30] [OHS] [INCIDENT_ERROR:20] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10291] [tid: 47345508682016] [user: oracle] [VirtualHost: main]  no listening sockets available, shutting down

[2016-11-01T19:22:29.2840+05:30] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10291] [tid: 47345508682016] [user: oracle] [VirtualHost: main]  Unable to open logs



Fix:
[oracle@fusionapp bin]$ lsof -i:15639
COMMAND   PID   USER   FD   TYPE  DEVICE SIZE NODE NAME
java    19404 oracle 1550u  IPv6 2258641       TCP fusionapp.chainsys.com:15639->fusionapp.chainsys.com:rap-listen (ESTABLISHED)
oracle  30651 oracle   18u  IPv6 2258642       TCP fusionapp.chainsys.com:rap-listen->fusionapp.chainsys.com:15639 (ESTABLISHED)
[oracle@fusionapp bin]$ kill -9 19404 30561
-bash: kill: (30561) - No such process


[oracle@fusionapp bin]$ lsof -i:15639
[oracle@fusionapp bin]$ ./opmnctl startall
opmnctl startall: starting opmn and all managed processes...
[oracle@fusionapp bin]$ ./opmnctl status -l

Processes in Instance: CommonDomain_webtier
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ias-component                    | process-type       |     pid | status   |        uid |  memused |    uptime | ports
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ohs1                             | OHS                |   11681 | Alive    |  568205326 |  2775788 |   0:00:12 | http:15637,https:15638,http:15625,https:15626,https:15630,http:15627,https:15628,http:15631,https:15632,http:15639,https:15640,http:15633,https:15634,http:15623,https:15624,http:15635,https:15636,http:15641,https:15642,https:12044,https:15602,http:15601



Error while starting CommonDomain_webtier in fusion applications

This error may happen if there are some residual processes running on accidental failure of the services.

Symptoms

[oracle@fusionapp bin]$ ./opmnctl startall
opmnctl startall: starting opmn and all managed processes...
================================================================================
opmn id=fusionapp.chainsys.com:12043
Response: 0 of 1 processes started.

ias-instance id=CommonDomain_webtier
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------
ias-component/process-type/process-set:
  ohs1/OHS/OHS/

Error
--> Process (index=1,uid=568205325,pid=10291)
  failed to start a managed process after the maximum retry limit
  Log:
  /oracle/CSIFUSION/instance/CommonDomain_webtier/diagnostics/logs/OHS/ohs1/console~OHS~1.log



Log file shows:

[2016-11-01T19:22:27.8269+05:30] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10283] [tid: 46980419799328] [user: oracle] [VirtualHost: main]  Unable to open logs

[2016-11-01T19:22:29.2839+05:30] [OHS] [INCIDENT_ERROR:32] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10291] [tid: 47345508682016] [user: oracle] [VirtualHost: main] (98)Address already in use:  make_sock: could not bind to address 192.168.0.200:15639

[2016-11-01T19:22:29.2840+05:30] [OHS] [INCIDENT_ERROR:20] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10291] [tid: 47345508682016] [user: oracle] [VirtualHost: main]  no listening sockets available, shutting down

[2016-11-01T19:22:29.2840+05:30] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: fusionapp.chainsys.com] [host_addr: 192.168.0.200] [pid: 10291] [tid: 47345508682016] [user: oracle] [VirtualHost: main]  Unable to open logs



Fix:
[oracle@fusionapp bin]$ lsof -i:15639
COMMAND   PID   USER   FD   TYPE  DEVICE SIZE NODE NAME
java    19404 oracle 1550u  IPv6 2258641       TCP fusionapp.chainsys.com:15639->fusionapp.chainsys.com:rap-listen (ESTABLISHED)
oracle  30651 oracle   18u  IPv6 2258642       TCP fusionapp.chainsys.com:rap-listen->fusionapp.chainsys.com:15639 (ESTABLISHED)
[oracle@fusionapp bin]$ kill -9 19404 30561
-bash: kill: (30561) - No such process


[oracle@fusionapp bin]$ lsof -i:15639
[oracle@fusionapp bin]$ ./opmnctl startall
opmnctl startall: starting opmn and all managed processes...
[oracle@fusionapp bin]$ ./opmnctl status -l

Processes in Instance: CommonDomain_webtier
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ias-component                    | process-type       |     pid | status   |        uid |  memused |    uptime | ports
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ohs1                             | OHS                |   11681 | Alive    |  568205326 |  2775788 |   0:00:12 | http:15637,https:15638,http:15625,https:15626,https:15630,http:15627,https:15628,http:15631,https:15632,http:15639,https:15640,http:15633,https:15634,http:15623,https:15624,http:15635,https:15636,http:15641,https:15642,https:12044,https:15602,http:15601



Tuesday, August 09, 2016

Errors During Post Configure Fusion Applications on-perm

During post configure of fusion 11.1.8 on-perm

we received lot of errors,

in fact, all the containers were present in the OID but are all of smaller case,

Issue:

Command FAILED, Reason: javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - orcljaznjavaclass=weblogic.security.principal.WLSGroupImpl+cn=FUSION_APPS_PRJ_ADF_APPID not found for attribute orcljaznprincipal.]; remaining name 'cn=admin,cn=Roles,cn=IDCCS,cn=FusionDomain,cn=JPSContext,cn=FAPolicies'

Adding new grants.
Already in Domain Runtime Tree

Revoking any existing grants. Errors can be ignored.
Already in Domain Runtime Tree

Command FAILED, Reason: javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - orcljaznjavaclass=weblogic.security.principal.WLSGroupImpl+cn=FUSION_APPS_SCM_ADF_APPID not found for attribute orcljaznprincipal.]; remaining name 'cn=admin,cn=Roles,cn=IDCCS,cn=FusionDomain,cn=JPSContext,cn=FAPolicies'

Adding new grants.
Already in Domain Runtime Tree

Revoking any existing grants. Errors can be ignored.
Already in Domain Runtime Tree

Command FAILED, Reason: javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - orcljaznjavaclass=weblogic.security.principal.WLSGroupImpl+cn=FUSION_APPS_SETUP_ADF_APPID not found for attribute orcljaznprincipal.]; remaining name 'cn=admin,cn=Roles,cn=IDCCS,cn=FusionDomain,cn=JPSContext,cn=FAPolicies'

Adding new grants.
Already in Domain Runtime Tree




Cause:


Containers has the values, but the orcljaznjavaclass was set to exactMatch,


Causing the errors during post-configure.











Fix:

Login to ODSM as orcladmin




Seltect Schema -> search orcljaznprincipal -> on the right side,




Select Equality -> select "caseIgnoreMatch"

Save and exit



Rerun the post-configure step.

Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments