OBIEE installation in AIX 5.3

Hi all,
I am trying to install OBIEE 10.1.3.4 on AIX 5.3
Installation is completed without any error,but at the time of bringing up oc4j I am getting following error
[orabi@EKKTSM:/oraobi/OracleBI/setup] oc4j -start
Starting OC4J from /oraobi/OracleBI/oc4j_bi/j2ee/home ...
WARNING: Unable to access loaded classes.
2010-06-08 08:07:16.130 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
2010-06-08 08:07:16.139 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
10/06/08 08:07:18 WARNING: Application.setConfig Application: javasso is in failed state as initialization failed.
java.lang.NullPointerException
2010-06-08 08:07:18.971 WARNING J2EE OJR-00013 Exception initializing deployed application: javasso. Application: javasso is in failed state as initialization failed
2010-06-08 08:07:19.100 NOTIFICATION SAROOTDIR From System Property=/oraobi/OracleBI/systemsmanagement/resources//attribute-definitions.xml
2010-06-08 08:07:19.102 NOTIFICATION Attribute file location is /oraobi/OracleBI/systemsmanagement/resources//attribute-definitions.xml
2010-06-08 08:07:19.398 ERROR J2EE OJR-00010 Exception starting HTTP server: default-web-site.xml, EKKTSM:9704, error: The socket name is already in use.
10/06/08 08:07:19 Error initializing server: Unable to start HTTP-Server. default-web-site configuartion may not be valid.
2010-06-08 08:07:19.412 NOTIFICATION PERFORMANCE MONITOR Directory Location =/oraobi/OracleBI/systemsmanagement/resources/performance
2010-06-08 08:07:19.420 NOTIFICATION Found performance file :/oraobi/OracleBI/systemsmanagement/resources/performance/perf_OracleBIPresentationServer.xml
Jun 8, 2010 8:07:19 AM oracle.bi.analytics.management.monitoring.PerfDllJNI <init>
INFO: In PerfDllJNI with DOM Elementoracle.xml.parser.v2.XMLElement@22ae22ae
Jun 8, 2010 8:07:19 AM oracle.bi.analytics.management.monitoring.PerfDllJNI <init>
INFO: PERFMON Open function is: PerfMon_Open
Jun 8, 2010 8:07:19 AM oracle.bi.analytics.management.monitoring.PerfDllJNI <init>
INFO: PERFMON Collect function is: PerfMon_Collect
Jun 8, 2010 8:07:19 AM oracle.bi.analytics.management.monitoring.PerfDllJNI <init>
INFO: PERFMON Close function is: PerfMon_Close
Jun 8, 2010 8:07:19 AM oracle.bi.analytics.management.monitoring.PerfDllJNI <init>
INFO: Calling LoadLibrary for perfjni
Jun 8, 2010 8:07:19 AM oracle.bi.analytics.management.monitoring.PerfDllJNI <init>
SEVERE: Exception occured while loading JNIDLL: perfjni with java.library.path = /oraobi/OracleBI/server/Bin:/oraobi/OracleBI/web/bin
Jun 8, 2010 8:07:19 AM oracle.bi.analytics.management.monitoring.PerfDllJNI <init>
SEVERE: Exception details: perfjni (A file or directory in the path name does not exist.)
10/06/08 08:07:19 java.lang.Exception: perfjni (A file or directory in the path name does not exist.)
at oracle.bi.analytics.management.monitoring.PerfDllJNI.<init>(PerfDllJNI.java:117)
at oracle.bi.analytics.management.monitoring.AppPerfMon.<init>(AppPerfMon.java:87)
at oracle.bi.analytics.management.monitoring.PerfmonThr.initializePerfInterface(PerfmonThr.java:65)
at oracle.bi.analytics.management.monitoring.PerfmonThr.<init>(PerfmonThr.java:47)
at oracle.bi.analytics.management.Agent.registerPerformanceMBeans(Agent.java:87)
at oracle.bi.analytics.management.Agent.registerMBeans(Agent.java:55)
at oracle.bi.analytics.management.Oc4jAgent.registerMBeans(Oc4jAgent.java:48)
at oracle.bi.analytics.management.Oc4jAgent.main(Oc4jAgent.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at com.evermind.server.ServerApplicationClientLauncherImpl.launch(ServerApplicationClientLauncherImpl.java:93)
at com.evermind.server.ServerApplicationClientLauncherImpl.run(ServerApplicationClientLauncherImpl.java:74)
at java.lang.Thread.run(Thread.java:736)
2010-06-08 08:07:19.486 ERROR Exception in constructing PerfDllJNI for PERF configuration file: /oraobi/OracleBI/systemsmanagement/resources/performance/perf_OracleBIPresentationServer.xml
Exception java.lang.Exception: perfjni (A file or directory in the path name does not exist.)
java.lang.Exception: perfjni (A file or directory in the path name does not exist.)
at oracle.bi.analytics.management.monitoring.PerfDllJNI.<init>(PerfDllJNI.java:117)
at oracle.bi.analytics.management.monitoring.AppPerfMon.<init>(AppPerfMon.java:87)
at oracle.bi.analytics.management.monitoring.PerfmonThr.initializePerfInterface(PerfmonThr.java:65)
at oracle.bi.analytics.management.monitoring.PerfmonThr.<init>(PerfmonThr.java:47)
at oracle.bi.analytics.management.Agent.registerPerformanceMBeans(Agent.java:87)
at oracle.bi.analytics.management.Agent.registerMBeans(Agent.java:55)
at oracle.bi.analytics.management.Oc4jAgent.registerMBeans(Oc4jAgent.java:48)
at oracle.bi.analytics.management.Oc4jAgent.main(Oc4jAgent.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at com.evermind.server.ServerApplicationClientLauncherImpl.launch(ServerApplicationClientLauncherImpl.java:93)
at com.evermind.server.ServerApplicationClientLauncherImpl.run(ServerApplicationClientLauncherImpl.java:74)
at java.lang.Thread.run(Thread.java:736)
Can someone help me in resolving this issue
Thanks

ERROR J2EE OJR-00010 Exception starting HTTP server: default-web-site.xml, EKKTSM:9704, error: The socket name is already in use.This suggests that OC4J is running already, or something else is using port 9704

Similar Messages

  • Prerequisites for installing OBIEE 10g in AIX

    Hi
    I need the prerequisites for installing OBIEE 10g in AIX.

    Scripts? Oracle installation has intuitive GUI installation. You just need to do some required action before launch of installation. These steps you can find on official documentation http://tahiti.oracle.com or some public papers.
    Anyway there was installation script that prepared the system for Oracle install. It was called DORIS (made by Howard J. Rogers) but AFAIK it is not downloadable anymore.

  • Oracle 11g R2 RAC installation on AIX

    hi,
    I wana setup Oracle 11g R2 RAC on Ibm with AIX. Is there any good document or cookbook explaining step by step procedure for the installation...I'll be thankful
    thanx

    Hi;
    Please check below links which is mention about 11gR2 Rac installation on AIX
    11gR2 RAC installation in AIX help urgent
    Re: 11gR2 RAC installation in AIX help urgent...!!!!
    11gR2 RAC Installation Manual (with ASM+Rawdevice)
    http://www.goodus.com/knowledge_pds/%EA%B8%B0%EC%88%A0%EB%85%B8%ED%8A%B8_11gR2_RAC_Guide.pdf
    Regard
    Helios

  • Oracle DB 9201 installation on AIX 5L with 32 bit architecture!!

    Hi,
    I have installed AIX 5L on 32 bit kernel machine.
    Thereafter I have installed Oracle 9.2.0.1 Database!!
    But whenever I am running sqlplus or listener it gives me an error that "you cannot run 64 bit application on 32 bit machine"
    but I am able to run DBCA or NETCA command from oracle home directory & it runs properly. It also create & configure the listener but due to the above mismatch it could not start!!
    Can any one help !!
    Regards,
    Indraneel

    Same thread into Installation Forum : Re: Oracle DB 9201 installation on AIX 5L with 32 bit architecture!!
    Nicolas.

  • OBIEE installation drive

    Hi all,
    Everything was working fine for me till yesterday....
    Yesterday i tried to write a java program with the help of following [link to write java application| http://oraclebizint.wordpress.com/2008/01/04/oracle-bi-publisher-101331-creating-applications-using-jdeveloper-11g-and-web-service-soap-apis/]
    succesfully created the java application.
    But today, when I try to open the reports in BIP I am getting error message given below,for all the reports. Except the last file name in the error message 'xdo_070309_124949014_rtf_out.xsl' is different for each report.
    I believe that some config file got edited and bip is searching the required file in different OBIEE installation folder.
    OBIEE is installed in C drive and the path C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\ is very much valid when in the error message it is telling that D:\..\..\... is invalid.
    Please help me in the issue.
    Error meassage when trying to view any report in BIP.
    D:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\xdo_070309_124949014_rtf_out.xsl (The system cannot find the path specified)
    Thanks in Advance.
    ESSPEE
    Edited by: esspee on Jul 3, 2009 1:09 PM

    Problelm solved.
    i had kept xdodebuf.cfg file in the location D:\Program Files\Java\jdk1.5.0_03\jre\lib for debug purpose.
    the log path in the file was LogDir=D:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp
    where it should have been written as LogDir=C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp since OBIEE in my system is installed in C drive.
    Thanks
    ESSPEE
    Edited by: esspee on Jul 3, 2009 2:05 PM

  • OBIEE Installation Problem

    Hi
    I installation process, " *Please Specify a location for a valid JDK Installation*" error is coming. In my system java version 1.6.0_26-b03 is available. I was given the enviroment variable of CLASS_PATH,JAVA_HOME,PATH.
    Same path java programm is working fine, but the same path was given in OBIEE installation above said error is coming.
    Can you please guide and solve this problem.
    Regards
    M.Padmanabhan

    Hi,
    You must have a folder like the following : C:\Program Files\Java\jdk1.6.0_11 (Java Development Kit)
    If not you can dowload a jdk and install from here :
    http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html
    Regards
    Adil

  • OBIEE Installation

    Goal : TO install OBIEE on Solaris 11 Zone3
    Current environment
    OS : Oracle Solaris 11
    Global Zone
    Zone1 - Oracle DB 11g
    Zone2 - Weblogic Server
    Zone3 - OBIEE Server - to be installed
    While installing OBIEE, installation got terminated with DB connectivity error. Tried to install Oracle 11g client and terminated with error message on packages. According to the client installation guide below listed packages are missing in zone 3 and global zone. Please advise the way ahead.
    SUNWsprox
    SUNWi1of
    SUNWi1cs
    SUNWi15cs
    SUNWxwfnt
    Thanks in advance.
    Sheen

    Hi Kam,
    First of all it's a pleasure to help! That being said, if you think I've correctly answered all your questions, it'd be great if you'd reward "Correct" and/or "Helpful" points for my participation.
    Secondly, after installing the components properly, you will get one development application,although, I'm not sure if it is IDE compliant. There really isn't a true debugger component, however, it does have a compiler that will throw errors and you'll have to do some leg work to figure out what is the root cause and fix it.
    The only setup.exe file you should be concerned with is in the Server folder. Ignore the others.
    Good luck!
    -Joe

  • Sharing reports across different OBIEE installations

    Hello,
    Is there a way to import/export reports from/to different OBIEE environments?
    We developed a number of Answers reports, and would love to share them with our counterparts who have their own OBIEE installations. The problem is that our environments differ and our repositories differ as well (.rpd file). Some of us are running Windows, others are running Linux; some use Oracle, others SQL Server, or even Microsoft Access.
    We tried copying the xml and corresponding .atr files from the catalog in one environment to the catalog in the other, but we quickly found out that the reports fail due to different configurations (missing tables, unknown users, problems with permissions, etc.)
    Any help or ideas will be greatly appreciated.
    Thank you very much.
    -sb

    Hello,
    Thank you for your response.
    I am replying to my own original post now. You are right, I was asking for the impossible -- it was late on Friday, and I must have been really tired when I submitted my original post.
    The problem I needed to solve was this. Someone gave me Microsoft Access database, the .rpd file and the .xml and .atr files for the Answers reports. My job was to make those reports run in my environment, which is Oracle on Linux. I have finally made it work, but I did have to make changes in the .rpd and add a TNS entry before this started to work. Since there was a change in the physical layer, I had to recreate the BM layer to generate the correct mappings. Then I was able to simply copy and paste the presentation layer from the .rpd that was given to me.
    Again, thank you very much for your response.
    -sb

  • Seperate OBIEE installation and Weblogic Installation

    Hi,
    Our requirement is to setup the HA system in the Production for the OBIEE. We have Admin server as active-passive on the 2 OBIEE instances.
    We trying to setup the high availability of the Admin server as per the Oracle Enterprise Deployment guide. If I setup that and manually failover the Admin server the user cannot login if the Admin server is migrated to second application server.
    So our next option is to install the weblogic on the NAS shared storage and scale out the OBIEE components on the 2nd Application server so that Active-Passive Admin server can access the same settings on the shared storage. So the question is it possible to separate the weblogic and OBIEE installation directories separately in order to achieve high availability.
    Thanks:
    Apurv.

    The URL will be exactly the same as a Windows installation but will have your Unix server name. You will need to learn how to start and stop the OBIEE services and OC4J in Unix. This is pretty well documented on the Infrastructure Installation and Configuration Guide.

  • Basic or Advanced OBIEE installation

    We are trying to installed Advanced OBIEE question: Are we able to use the Web logic Server instead of the Oracle Application Server to perform the Advanced Installation type for OBIEE. We are using Weblogic 10.3, OBIEE 10.1.3.4
    During a i am getting this message
    ■ You are evaluating the Oracle Business Intelligence product.
    ■ The Web Server is a J2EE Application Server other than Oracle Application Server.
    ■ Choose the Advanced Installation type when deploying Oracle BI with Oracle Application Server
    If you plan to perform an Advanced Installation, Oracle Application Server (version 10.1.3.1.0 or
    later) must be installed before you run the Oracle Business Intelligence installer.
    Lastly, what is the difference between basic and advanced installation.

    Hi,
    I think you need to go ahead with Basic installation(which has OC4j as application server). Now after your OBIEE installation is complete you need to install right version of Weblogic and deploy the analyitcs.war file and BI publisher war file (if needed) so that applications would be created on you application server. Once this is done you are good to use OBIEE which would be running on weblogic server as an application listening on the port you configured.
    Hope this helps
    Regards,

  • 10g rac deinstall and 11.2.0.3 rac installation on aix 6.1

    Hi,
    I have to perform deinstallation of 2 node 10g rac on aix and on same setup i need to install 2 node 11.2.0.3 rac on aix 6.1.
    As being a newbie in this please guide me from where to find the exact documentation for the same.
    Also, In linux we need to install oracleasm rpm, In AIX do we need the same?
    Thanks.

    Following are the OS requirement for Oracle 11gr2 installation on AIX
    AIX 5L V5.3 TL 09 SP1 ("5300-09-01") or higher, 64 bit kernel (Part Number E10854-01)
    AIX 6.1 TL 02 SP1 ("6100-02-01") or higher, 64-bit kernel
    AIX 7.1 TL 00 SP1 ("7100-00-01") or higher, 64-bit kernel
    Following can be confirmed from metalink ID 169706.1

  • OBIEE 11.1.1.7 cluster installation on AIX

    Hi guys,
    Does OBIEE 11.1.1.7 version support enterprise installation with scale out for AIX (6.1) platform. i read oracle documentation and it recommened software only install for AIX. having enterprise installation would reduce my hassles as i am on a tight timeline. please suggest.
    appreciate your time.
    thanks
    vinoth

    Vinoth,
    Yes you need to do software only install other wise libraries will not get installed properly it fails.
    To scale out your installation using the Software Only Install type on a shared network drive and with a shared Fusion Middleware home, you must specify the same domain home for all computers in your cluster. This can be accomplished by setting the same value in the Domain Home field in the Scale BI System Details screen of the Configuration Assistant. Using the same domain home for all computers in a scaled-out system with a shared Middleware home is required to start one or more managed servers within a domain through Node Manager.
    Installing Oracle Business Intelligence
    thanks,
    Saichand

  • Oracle 11g Client  for OBIEE 11.1.1.6 installation in AIX

    Hello Experts
    I have two servers : Server A & Server B.
    AIX- Server A holds database & AIX-Sever B : I need to install OBIEE11.1.1.6
    My question is do I need to install Oracle client in OBIEE server B to communicate with Database server A as my metadata schema ( MDS, BIPLATFORM) will be in ServerA.
    Also I came to know that while installaing OBIEE11g , teh installer takes care of the Oracle client configuration ....under folder OracleB1. thus no need to install oracle client separately before installaing obiee11g.
    Pls. let me now.

    Try with 2nd option and lets see how it works.
    I appreciate if you mark as correct/helpful if helps at
    bifoundation domain for obiee11.1.1.6 on AIX

  • OBIEE 10.1.3.4.1 installations on AIX 6.1

    Hi Experts,
    Need your help,
    urgent need!!!
    I'm plannig to install OBIEE 10.1.3.4.1,BI Apps 7.9.6 ,Informatica,DAC, on AIX 6.1.
    Can you please help me installing OBIEE on AIX, If you have any screen shots that will be more helpful.
    Please help me in regarding,
    Thank you all in Advance,
    Kumar.

    Hi,
    I too faced same issue when was installing obiee 10g on Unix.
    Please follow the below steps.
    solution:
    root@s /]# lsof -w -n -i tcp:23791
    COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
    java 28910 oracle 129u IPv4 224743 TCP *:23791 (LISTEN)
    [root@s /]# kill -9 28910
    [root@s /]# lsof -w -n -i tcp:23791
    [root@s /]# netstat - an |grep 23791
    Hope this help's
    Thanks
    Satya

  • OBI Installation on AIX

    Hi ,
    I am looking for documentation specific to following:
    Install Oracle OBI 10.1.3.3 on Unix Environment
    a.     OBI Server on Unix (AIX ) environment
    b.     OBI Web Server on Unix (AIX) and host on Apache Tomcat.
    c.     Informatica on Unix (AIX)
    d.     Oracle DAC Server on Unix (AIX)
    Specific documentation on each of the them would be of great help. I would also appreciate if we can pre-requisites instructions too. E.g. Java on AIX
    Thanks and Regards
    Alok

    OBIEE 10.1.3.4 is basically a Windows application that has been ported to other platforms. Unfortunately, the Administration Tool only runs on Windows, so you will need to install OBIEE on AIX and on Windows, then delete what you do not need on Windows so you are left with the Administration Tool only.
    On Windows, I installed 10.1.3 OAS (J2EE + WebServer), then did an Advanced Installation of OBIEE on WIndows, and installed into the 10.1.3 OAS. Then I deleted the 10.1.3 OAS so I was just left with the Administration Tool. Make sure you have 10g client installed on your WIndows machine, then configure your ODBC datasources per the Oracle By Example fpr OBIEE:
    Creating a Repository Using the Oracle Business Intelligence Administration Tool
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html
    On AIX, you need to decide if you want to do a Basic or Advanced Installation. Do not install OBIEE into the R12 10.1.3 Oracle Home, but if you have another 10.1.3.3 or higher OAS in use on AIX for Demantra or SOA Suite, you can use that with an Advanced Installation.
    Oracle® Business Intelligence Infrastructure Installation and Configuration Guide
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
    You can configure the OBIEE for Fusion Intelligent per the following implementation guide:
    Oracle Fusion Intelligence for E-Business Suite Implementation Guide
    http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120fieig.pdf
    The OBIA installation instructions are here:
    Oracle® Business Intelligence Applications Fusion Edition Installation and Configuration Guide Release 7.9.5
    http://download.oracle.com/docs/cd/E12127_01/doc/bia.795/e12083/toc.htm
    4 Installing and Setting Up Oracle Business Intelligence Applications
    http://download.oracle.com/docs/cd/E12127_01/doc/bia.795/e12083/windows_ic.htm#i1105303

Maybe you are looking for