Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c Error: DFW-40112: There was an error executing adrci commands; the following errors have b

I just recently installed OBIEE 12c and have been exploring it.
I did a test of shutting down and restarting the services using start.sh and I noticed the following error
DFW-40112: There was an error executing adrci commands; the following errors have been found "Cannot run program "adrci": error=2, No such file or directory
SEVERE: failure initializing ADR
NMProcess: oracle.dfw.common.DiagnosticsException: failure loading adrci binary under Oracle Home "/itadm/u01/obiee/middleware/obiee12c_home/oracle_common" and from the system path: null
NMProcess: Cause: DFW-40112: There was an error executing adrci commands; the following errors have been found "Cannot run program "adrci": error=2, No such file or directory"
NMProcess: Action: Ensure that command line tool "adrci" can be executed from the command line.
NMProcess: at oracle.dfw.impl.incident.ADRHelper.<init>(ADRHelper.java:257)
NMProcess: at oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl.<init>(DiagnosticsDataExtractorImpl.java:180)
NMProcess: at oracle.dfw.spi.portable.PortableDiagnosticsFrameworkProvider.init(PortableDiagnosticsFrameworkProvider.java:400)
NMProcess: at oracle.dfw.framework.DiagnosticsFramework.<init>(DiagnosticsFramework.java:44)
NMProcess: at oracle.dms.wls.DMSStartup.start(DMSStartup.java:97)
NMProcess: at oracle.dms.cam.metrics.LocalDmsChannel.<clinit>(LocalDmsChannel.java:86)
NMProcess: at oracle.dms.cam.DiagnosticsPluginFactory.createPlugin(DiagnosticsPluginFactory.java:74)
NMProcess: at weblogic.admin.plugin.PluginManager.createPlugin(PluginManager.java:251)
NMProcess: at weblogic.nodemanager.server.NMPluginManager.createPlugin(NMPluginManager.java:141)
NMProcess: at weblogic.nodemanager.server.NMPluginManager.getInvocationPlugin(NMPluginManager.java:90)
NMProcess: at weblogic.nodemanager.server.Handler.getInvocationPlugin(Handler.java:1263)
NMProcess: at weblogic.nodemanager.server.Handler.handleInvocation(Handler.java:1163)
NMProcess: at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:199)
NMProcess: at weblogic.nodemanager.server.Handler.run(Handler.java:89)
NMProcess: at java.lang.Thread.run(Thread.java:745)
NMProcess: Caused by: oracle.dfw.common.DiagnosticsException: DFW-40112: failed to execute the adrci commands ""
NMProcess: Cause: There was an error executing adrci commands; the following errors have been found "Cannot run program "adrci": error=2, No such file or directory"
NMProcess: Action: Ensure that command line tool "adrci" can be executed from the command line.
NMProcess: at oracle.dfw.impl.incident.ADRHelper.invoke(ADRHelper.java:1591)
NMProcess: at oracle.dfw.impl.incident.ADRHelper.<init>(ADRHelper.java:233)
NMProcess: ... 14 more
This is under the obiccs1 section
Everything still seems to start and work from my limited exploring.
But has anyone seen this error? Since this is a fresh install, I would expect to see "no errors"
Answers
-
The miracles of Google ....
From the doc:
You can ignore this error because Node Manager does not use ADR.
So yes, lot of people see that error (actually I guess I saw it in most of my installs ...).
0 -
Hi @chillychin
1.) tl;dr - "adrci" is enough. MOS search and google search will lead to points 2 and 3 respectively
2.) There's a MOS Doc on theat with a bug and 2 JARs you have to switch out if you want to eliminate that
3,) +1 to Gianni. Have it here too and can't be bothered to fix such a cosmetic issue
0