Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Configure OHS web server in EPM 11.2 fails

All,
While configuring OHS web server in EPM 11.2 fails with the below error. Appreciate any possible solution for this.
_______________________________________________________________________________
[2020-04-03T17:02:13.358+00:00] [EPMCFG] [ERROR] [EPMCFG-05364] [oracle.EPMCFG] [tid: 43] [ecid: ebba8822-42b8-4d59-b13c-04799e4ef464-00000005,0] [SRC_CLASS: com.hyperion.foundation.config.WebServerConfigurationTaskProcessor] Error in web server configuring:[[
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:460)
at com.hyperion.foundation.config.WeblogicOHSConfigurator.updateStartStopScripts(WeblogicOHSConfigurator.java:257)
at com.hyperion.foundation.config.WeblogicOHSConfigurator.updateStartStopScripts(WeblogicOHSConfigurator.java:237)
at com.hyperion.foundation.config.WeblogicOHSConfigurator.prepareStartStopScripts(WeblogicOHSConfigurator.java:227)
at com.hyperion.foundation.config.HttpServerConfigurator.configureOHS2(HttpServerConfigurator.java:796)
at com.hyperion.foundation.config.HttpServerConfigurator.configure(HttpServerConfigurator.java:203)
at com.hyperion.foundation.config.WebServerConfigurationTaskProcessor.execute(WebServerConfigurationTaskProcessor.java:43)
at com.hyperion.cis.CustomTaskProcessor.execute(CustomTaskProcessor.java:100)
at com.hyperion.config.wizard.impl.RunAllTasks.executeCustomTask(RunAllTasks.java:789)
at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:492)
at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:92)
at java.lang.Thread.run(Thread.java:748)
______________________________________________________________________________
Answers
-
Hi,
Did you try this process?
https://neonn.com/alwayson/epm-11-2-first-installation-first-feedback/
There is no longer a service that brings up OHS, as in previous releases. You start the OHS node manager, then go to a cmd line, change directory to ..\Oracle\Middleware\user_projects\epmsystem1\httpConfig\ohs\ohs_component\bin and type startComponent ohs_component. You’ll see the httpd.exe processes launch in Task Manager. These replace the old Apache.exe processes in OHS 11g. I would suggest reading through the OHS 12c docs for more info. I have yet to do it myself. Looks like only a script would be the way to automate the startup of OHS now.
Thanks,
Madhusudhan
-
OHS service is all fine. I am able to start and it is coming up fine. Just the OHS web configure in EPM configurator is failing (though 1st time configuration went fine, after some web app deployment changes, doing the ohs web config again is failing).
-
-
Madhusudhan, This is not the case with ours. We are not using the shared drive for installation.
-
Hi Vasantha,
I'm getting the exact same error when trying to configure for the first time. How did you resolve this?
Thank you.
Chris.
-
@chris did you face configuration error or you are not to start it
ohs configuration file and start up has been changed due to it 12 c
-
I had the same problem, I solved in this way:
- Rename httpConfig folder in E:\Oracle\Middleware\user_projects\epmsystem1 for example (httpConfig_old)
- Start EPM Configurator and config Web Server.
This proccess recreate that folder and it works