Why... Why... Why?
This blog is dedicated to documenting error resolution and other tidbits that I discover while working as a Consultant in the Oracle EPM (Hyperion) field. As much of my job revolves around issue resolution, I see an opportunity to supplement the typical troubleshooting avenues such as the Oracle Knowledgebase and Oracle Forums with more pinpointed information about specific errors as they are encountered. Beware, the information found in this blog is for informational purposes only and comes without any warranty or guarantee of accuracy.

EPMVirt: Create your own Oracle Hyperion Virtual Environment:

Thursday, January 29, 2015

Having trouble starting MAXL on 11.1.2.4 (and Essbase Server)?



Having trouble starting MAXL on 11.1.2.4 (and Essbase Server)?

[oracle@EPMVirt bin]$ ./startMaxl.sh
/u0/Oracle/Middleware/EPMSystem11R1/products/Essbase/EssbaseServer/bin/essmsh: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory



[oracle@EPMVirt bin]$ yum whatprovides libnuma.so.1
numactl-2.0.7-6.el6.i686 : Library for tuning for Non Uniform Memory Access machines
Repo        : public_ol6_latest
Matched from:
Other       : libnuma.so.1



(As root install...)
[root@EPMVirt ~]# yum install numactl

Installed:
  numactl.x86_64 0:2.0.9-2.el6


Works now...
[oracle@EPMVirt bin]$ /u0/Oracle/Middleware/user_projects/epmsystem1/EssbaseServer/essbaseserver1/bin/startMaxl.sh

 Essbase MaxL Shell 64-bit - Release 11.1.2 (ESB11.1.2.4.000B193)
 Copyright (c) 2000, 2015, Oracle and/or its affiliates.
 All rights reserved.

MAXL>

No comments:

Post a Comment