Installing OBIEE on 64 bit Redhat Enterprise Linux 5

Hello,
We have a 64 bit Redhat Enterptise Linux 5 box, and I installed on it the 32 bit Oracle Database client as well as the OBIEE software.
The 64 bit installation requirements state: "For 64-bit Linux system installations, you must use the Oracle Database Client 32-bit libraries."
However, the installer never prompted me for the location of the 32 bit Oracle Database Client libraries.
How can I make sure that these libraries were indeed used during the installation?
Thank you very much.
-sb

The installer does not reference any libraries. You will need to place them in the correct or refer to the Database client libraries via your system path for your Server to work correctly.
http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
Configuring Oracle Databases BI Server Under UNIX (page 135)

Similar Messages

  • Installing 11.5.8 on REDHAT ENTERPRISE LINUX ADVANCED SERVER 3

    Hi all,
    I am trying to install 11.5.8 on Red Hat Enterprise Linux Advanced Server 3..
    Everything is going fine till the system check like space check and JDK availablity check...
    After that when RAPID INSTALL is tryig to install...it is giving error...
    When I checked in the log..I found the following lines..
    ===================================================================
    Processing DriverFile = /tmp/RapidInstall/template/adridb.drv
    Running Instantiation Drivers for /tmp/RapidInstall/template/adridb.drv
    Invalid target file name in driver file: <s_com>/admin/out
    instantiate file:
    source : /tmp/RapidInstall/template/adrun8i.sh
    dest : /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh
    backup : /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh to /tmp/templbac/adrun8i.sh
    Command: su oraprod -c "cp /tmp/adrun8i.sh /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh" FAILED
    Creating File /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh FAILED
    setting permissions: 755
    setting permissions FAILED
    setting ownership: oraprod:dba
    setting ownership FAILED
    instantiate file:
    source : /tmp/RapidInstall/template/adrundb.sh
    dest : /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh
    backup : /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh to /tmp/templbac/adrundb.sh
    Command: su oraprod -c "cp /tmp/adrundb.sh /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh" FAILED
    Creating File /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh FAILED
    setting permissions: 755
    setting permissions FAILED
    setting ownership: oraprod:dba
    setting ownership FAILED
    Step 0 of 2
    Command: /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh
    Step 1 of 2: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 1 of 2
    Step 1 of 2
    Command: /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh
    Step 2 of 2: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 2 of 2
    Processing DriverFile = /tmp/RapidInstall/template/adriapps.drv
    Running Instantiation Drivers for /tmp/RapidInstall/template/adriapps.drv
    instantiate file:
    source : /tmp/RapidInstall/template/adrunias.sh
    dest : /d01/oracle/prodcomn/temp/adrunias.sh
    backup : /d01/oracle/prodcomn/temp/adrunias.sh to /tmp/templbac/adrunias0.sh
    setting permissions: 755
    setting ownership: applprod:dba
    setting ownership FAILED
    instantiate file:
    source : /tmp/RapidInstall/template/adrunat.sh
    dest : /d01/oracle/prodcomn/temp/adrunat.sh
    backup : /d01/oracle/prodcomn/temp/adrunat.sh to /tmp/templbac/adrunat0.sh
    setting permissions: 755
    setting ownership: applprod:dba
    setting ownership FAILED
    Step 0 of 2
    Command: /d01/oracle/prodcomn/temp/adrunias.sh
    Step 1 of 2: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 1 of 2
    Executing: su applprod -c "/d01/oracle/prodcomn/temp/adrunias.sh APPS APPS"
    Statusstring Installing iAS - InstantiateFile -d /tmp/RapidInstall/driver/ias/driver/gias.drv
    Error occurred during initialization of VM
    Unable to load native library: /tmp/RapidInstall/jre/Linux/1.3.1/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    Cannot execute install of iAS ORACLE_HOME
    Error - script has returned an error: 1
    Error Code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for PROD instance
    Database Availability Check
    ========================================================
    Can anyone pls help me.
    Ajoy Kumar Thapa

    Do you have experience installing Oracle db on UNIX? It seems to me that you did not even create a group and user with proper rights. Those shell scripts couldn't run.

  • Guide to installing XE and Apex on Oracle Enterprise Linux 5.3 (64 bit)

    I have just been through a time consuming and frustrating process of installing Oracle XE 10gR2 on Oracle Enterprise Linux 5.3 x86-64 and I want to share my experience so that others can benefit from it and overcome the same problems more quickly.
    Prior to starting I had installed OEL 5.3 and been using it for a few days. The system I am using is a home built box with an AMD Phenom X4 955 Black Edition, 8 Gb RAM, Highpoint RR2680 RAID controller with 4 1TB disks in a RAID5 array and an additional 320Gb HDD storing the OS. I am using KDE3.5 on the desktop.
    The main problem I encountered was with SELinux. As I eventually intend to have this system exposed on the Internet I was reluctant to switch it off despite having read extensively about the issues surrounding it and Oracle. I had several failed attempts at the installation process before succumbing to the reality that SELinux and Oracle are not happy bedfellows. I decided to switch SELinux to permissive mode having followed the advice here.
    I found a very helpful guide to installing XE on Linux here as part of the installation of an application called Spacewalk. Note that you do not need to complete the whole Spacewalk installation, but just follow the instructions in the linked page.
    Before you start you need to ensure that the UID of your oracle user is less than 500. Mine was 500, so I used the following commands to fix this:
    usermod -u 250 oracle
    find / -uid 500 -exec chown oracle {} \;
    These change the oracle UID to 250 (but check that isn't already used first!) and the find command searches for all files that were owned by oracle (but weren't after the usermod cmd) and changes them back to oracle's ownership.
    Now follow the Spacewalk instructions until you reach the Server Setup section. Before you do this you need to make a couple of changes to the script /etc/init.d/oracle-xe. I found these changes in various places, such as [link(1)|http://forums.oracle.com/forums/thread.jspa?messageID=1345771&#1345771] and [link(2)|http://dbataj.blogspot.com/2008/08/lblibrarypath-is-not-set-on-startup.html].
    Note that in link(1) the oracle-xe-selinux packages installed have the same effect as the chcon command on the shared libraries so it isn't necessary to perform this step.
    Open /etc/init.d/oracle-xe in vi (or your favourite editor) and do the following:
    line 49: change /bin/su to /sbin/runuser
    after line 52 (export PATH...) add the following lines:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    There are further changes recommended to /etc/init.d/oracle-xe in [this post|http://forums.oracle.com/forums/thread.jspa?messageID=3201491&#3201491] but I haven't done them yet.
    Having done the above changes you can now configure Oracle XE by running /etc/init.d/oracle-xe configure (as root!). As I have Apache Tomcat running on port 8080 I changed the default HTTP port to 8500 but kept the listener on its default port of 1521. Once the confuration script is done you will need to change the ports SELinux uses for Oracle as follows:
    semanage port -d -t oracle_port_t -p tcp 9000 - deletes port 9000, which is the SELinux default port for Apex
    semanage port -a -t oracle_port_t -p tcp 1521 - ensure that listener port is OK (assuming you used default of 1521, change accordingly if you didn't)
    semanage port -a -t oracle_port_t -p tcp 8500 - add the new Apex HTTP port to SELinux
    After all this running:
    semanage port -l | grep oracle
    should show you:
    oracle_port_t tcp 1521, 8500
    I ignored the TNSNAMES.ORA part of the Spacewalk instructions and proceeded with the 'Client setup on 64bit platform' and 'Configuring sqlplus' sections.
    For the latter I created a bash script which I have made available in the oracle user and my own user's home directories:
    cat > configure_oracle_10g_xe.sh
    ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    PATH=$PATH:$ORACLE_HOME/bin
    ORACLE_SID=XE
    export ORACLE_HOME ORACLE_SID PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    I did this as I intend to install other Oracle databases, e.g. 11gR2, on this box later so I didn't want to put the above in .bashrc.
    Having done the above you should be able to log into the database using sqlplus and the XE setup is complete.
    The upgrade of Apex 2.2 to Apex 3.2.1 was fairly painless so I won't go into much detail about it - just follow the instructions provided by Oracle.
    The only issue I had was right at the end of the process and is documented and answered in [this thread|http://forums.oracle.com/forums/thread.jspa?threadID=958611&tstart=0].
    That's it - I hope somebody will find this useful.

    On Oracle Metalink site, there are many documents which says that Oracle 32 bit software works on 32 bits OS and 64 bits software works on 64 bits OS. Official support is only in those combination....
    So there is no good way to help you in your case-XE is 32 bit application with hard codded compiled libraries which most of them would not work on 64 bit OS.
    Sorry
    8(
    Hope this helps

  • Unable to install j2sdk-1.4.2 in Redhat Enterprise Linux advanced server v3

    When trying to extract j2sdk-1_4_2 on RedHat Enterprise Linux advanced server, I got the message
    Do you agree to the above license terms? [yes or no]
    tail: bash: No such file or directory
    Unpacking...
    Checksumming...
    1
    The download file appears to be corrupted. Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    The RHEL is with kernel 2.4.21-37. I got the same error message on extracting both binary code and the rpmfile.
    Is it because of the command "tail +511 $0 > $outname" ? And any experienses on how to fix it?
    Thanks in advance.

    checksum have to be exactyly right. Downloading by IE causes often errors - use firefox in downloading and calculate checksum.

  • Crystal Reports Server 2008 V1, RedHat Enterprise Linux, MySQL, ODBC

    Iu2019m confused about connecting to an ODBC source from a report within CMC. Iu2019m a Unix guy; I donu2019t know much about Crystal reports, but Iu2019m working with a Crystal guy to get this thing working.
    <br><br>
    First, background: I have installed Crystal Reports Server 2008 V1 in RedHat Enterprise Linux (5.4), and itu2019s running just fine! Iu2019m using the included Tomcat application server, but Iu2019m storing CMS and Audit data our local running copy of MySQL (5.1.42). The RHEL install is native 32-bit (the only way I could get it to work), Crystal is storing and retrieving data from MySQL, The Central Management Console is responding to port 8080 over Tomcat, Iu2019m able to log in and see stuff, and so far, life is good.
    <br><br>
    Now, where Iu2019m stuck: the data weu2019re trying to build reports from <i>also</i> resides in this local Linux / MySQL install, and connecting to it from a report within CMC is where Iu2019m lost.
    <br><br>
    First, I successfully installed the unixODBC and MyODBC drivers in Linux. Iu2019m able to connect to MySQL successfully using the isql utility. Here are my conf files:
    <br><br>
    <pre class="jive-pre"><code class="jive-code jive-java">/etc/odbc.ini
    [DSN_NAME]
    Driver = MySQL ODBC 5.1 Driver
    DATABASE = project_web_prod
    DESCRIPTION = Project Description
    UID = username
    PWD = password
    SOCKET = /var/lib/mysql/mysql.sock
    /etc/odbcinst.ini
    [MySQL ODBC 5.1 Driver]
    Driver = /usr/lib/libmyodbc5.so
    UsageCount = 1
    </code></pre>
    <br>
    Again, this all works with isql (Iu2019ve even used both a socket connection, and port 3306, in odbc.ini).
    <br><br>
    Now, our Crystal guy uploads a report into the CMC. I go to <i>Folders -> <Project Folder></i>, right-click the report I want to test, click <i>Database Configuration</i>, and check the option <i>Use custom database login information specified here</i>. I select database driver <i>ODBC</i> from the dropdown, and type in the server, database, username, and password info. However, when I try to run the report, it fails to connect.
    <br><br>
    So, stupid question, can Crystalu2019s CMC use the system ODBC configuration options? (The ones stored in /etc). Because I saw an odbc.ini file in ~crystalinstalldir/bobje/. I edited it to match the contents of my /etc/odbc[inst].ini files, but to no avail. I saw that Crystal has itu2019s own ODBC engine, but it doesnu2019t support MyODBC driver, does it? I even tried hacking env.sh to use the system unixODBC library instead of the included one, but no luck.
    <br><br>
    So, in short, my question: how do I simply get reports in CMC to connect to a MySQL data source (using ODBC)?
    <br><br>
    Thanks so much! An answer to this question will save my day!
    <br><br>

    Thank you, Efstratios, for the helpful reply!
    So, I followed the directions in the PDF file you attached, and everything went smoothly. However, Iu2019m still not able to connect to ODBC within CMC.
    Hereu2019s what I did:
    <ul style="list-style-type:disc">
    <li>Copied the unixODBC libraries over to &lt;installdir&gt;/bobje/enterprise120/linux_x86/odbc/lib</li>
    <li>Removed MySQL ODBC connector 5.1, installed MySQL ODBC connector 3.51.</li>
    <li>Edited &lt;installdir&gt;/bobje/defaultodbc.ini, added my DSN and MySQL library info as per the instructions (I have both an odbc.ini, and defaultodbc.ini, identical files, just to be safe)</li>
    <li>Tested the connection using these libraries, this odbc.ini, and isql. Worked just fine</li>
    </ul>
    So, my problem seems to be in getting the CMC to actually <i>use</i> my ODBC setup!
    Any other hints / things I could try?
    When I right-click a report, and go to &ldquo;Database Configuration,&rdquo; which connection options should I use for the report? Iu2019ve tried both &ldquo;Use original database logon information from the report,&rdquo; and &ldquo;Use custom database logon information specified here&rdquo; (using the ODBC option from the drop-down menu). Either way, if I enter in the database, username, password, and then try to run the report (&ldquo;Run Now&rdquo;), I get this message in the History: &ldquo;Failed - Information is needed before this report can be processed.&rdquo;
    Is there another place I could get a more helpful error message? Or is there, perhaps, another way I could test database connectivity from within CMC? I wish there were at least a &ldquo;Test Database Connection&rdquo; optionu2026 :P
    Thanks so much for your help!

  • Problem while intalling oracle 11i(11.5.9) on Redhat Enterprise Linux 3

    Dear all,
    we are installing oracle 11i ( 11.5.9) one Redhat Enterprise Linux 3
    it gives the following error massage .
    Error code received when running external process.check the log file for details._
    Running Database Install Driver for PROP instance._
    Please any suggestion.
    Thanks

    Hi,
    This is a generic error, so please check the installation log files for more details about the error.
    Regards,
    Hussein

  • Flash media interactive server with redhat enterprise linux ?

    Was wondering if anyone was having issues trying to install
    the flash media interactive server on a RedHat Enterprise Linux
    machine. It seems that the installer that is packaged with the
    program in incompatiable. If so what are you doing to get the
    server installed? Thanks for any help

    i check the dependencies and noticed that there was one that
    was not satisfyied " libasneu.so.1 as it was link to nothing. After
    moving the file to the /usr/lib and running the ldd command on the
    fmsmaster file i was then able to see the link between the two.
    When I try to install the program again I recieve the same error
    message
    "no package installFMS available"- this happens when i try
    using yum to install the program or
    ERROR: your distribution, unknown, is not supported by this
    Adobe Flash Media Server installer. - happens when ./installFMS is
    ran.
    anyone else know of any other tricks to get this installed ?
    Thanks again for everyone help on this issue.

  • Patches for Installing Oracle 9i on Red Hat Enterprise LINUX 3.0 AS

    I recently purchased An Oracle Database Enterprise Edition � Trial License.
    I am attempting to install Oracle 9i on Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3).
    After several unsuccessful attempts and consultation with the FAQs available on the Oracle site I have discovered
    that it can not be installed without the following patches.
    P3095277_9204_LINUX.zip
    P3238244_9204_LINUX.zip
    P2617419_210_GENERIC.zip
    P3006854_9204_LINUX.zip
    P3119415_9204_LINUX.zip
    Can anyone tell me how I can aquire these patches?
    This is for an eval of the product on the platform mentioned above. If I can not complete a successful install,
    there is no way for my company to evaluate the product
    and eventually purchase it.
    You can contact me at this email address [email protected]

    Daer suneetkapoor:
    I am looking for P3006854_9204_LINUX.zip in order that can be properly able to install oracle9i on Linux AS 3. And I saw you to reply the message on forum that you can share the patch. Would you mind if you can send an email with the patch for me immediately, I will greatly appreciate it.
    thanks you
    regards
    ellery
    PS: My email address is [email protected]

  • Running ocs10g services on Redhat Enterprise linux v4.0

    Hello,
    How can i run Collaboration Suite Services from linux Redhat Enterprise Linux v4.0?
    Thanks
    Khaled Fahmy

    Can you be more specific?
    Do you have a working installation? Is the manual not explaining situations that you are in?
    OCS does run on RH 4.
    cu
    Andreas

  • RedHat Enterprise Linux 6.x

    Hello,
    Was thinking of purchasing a TS130, 1105-1AU. Does anyone know if RHEL 6.x is compatible with this server?
    TIA,
    Eddie
    Solved!
    Go to Solution.

    Linux OS'es are supported on the TS430 and not the TS130. The OS support is as follows:
    Supported operating systems for ThinkServer TS130:
    Microsoft Server 2008 R2 Foundation (64 Bit)
    Microsoft Server 2008 R2 Standard (64 Bit)
    Microsoft Server 2008 R2 Enterprise (64 Bit)
    Microsoft Server 2008 R2 Foundation SP1(64 Bit)
    Microsoft Server 2008 R2 Standard SP1 (64 Bit)
    Microsoft Server 2008 R2 Enterprise SP1(64 Bit)
    Microsoft Windows Small Business Server 2011 Standard (SBS7)
    Supported operating systems for ThinkServer TS430:
    Windows Server 2008 Foundation (64 Bit)
    Windows Server 2008 Standard (32 & 64Bit)
    Windows Server 2008 Enterprise (32 & 64Bit)
    Windows Server 2008 R2 Foundation (64 Bit)
    Windows Server 2008 R2 Standard (64 Bit)
    Windows Server 2008 R2 Enterprise (64 Bit)
    Windows Server 2008 R2 Foundation SP1 (64 Bit)
    Windows Server 2008 R2 Standard SP1 (64 Bit)
    Windows Server 2008 R2 Enterprise SP1(64 Bit)
    Windows Small Business Server 2011 Standard (SBS7)
    SUSE Enterprise Linux 10.3 (32 & 64 Bit)
    SUSE Enterprise Linux 11.1 (32 & 64 Bit)
    Red Hat Enterprise Linux 5.6 (32 & 64 Bit)
    Red Hat Enterprise Linux 6.0 (32 & 64 Bit)

  • Forms 10g certification on Redhat Enterprise Linux 5 ??

    Is Forms 10g certified on Redhat Enterprise Linux 5 ??

    I don't think. of sure RHEL 5 is not certified for DB 10gR2 and even for OAS 10g.
    Even if I have made an installation of DB 10gr2 for RHEL 5 with xen and it's work, meanwhile OAS 10 didn't work!
    Anyway,Try to search for certification matrix on Oracle site

  • Exception signal: 11 (SIGSEGV) on RedHat Enterprise Linux

    Oracle 10g XE running on RedHat Enterprise Linux.
    Certain operations (in this case a delete) cause Oracle instance to die with Exception signal: 11 (SIGSEGV).
    Anyone have any ideas? How do I troubleshoot this, or is it obvious from the trace file entry below that there's a configuration problem?
    THANKS FOR ANY HELP!
    Relevant section from trace file:
    PARSING IN CURSOR #5 len=66 dep=0 uid=36 oct=7 lid=36 tim=1217282870362781 hv=13
    17951628 ad='4727614c'
    delete from HA_ADDL_COMMISSION where (PRODUCT=:b0 and AGENT=:b1)
    END OF STMT
    PARSE #5:c=1000,e=49,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,tim=1217282870362779
    EXEC #5:c=0,e=240,p=0,cr=1,cu=8,mis=0,r=2,dep=0,og=1,tim=1217282870363056
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x
    1080, PC: [0xa2c6b92, kpoal8()+4230]
    Registers:
    %eax: 0xffe5b890 %ebx: 0x00000000 %ecx: 0xf7b604a4
    %edx: 0x00000000 %edi: 0x00000000 %esi: 0x00000000
    %esp: 0xffe59724 %ebp: 0xffe599b4 %eip: 0x0a2c6b92
    %efl: 0x00210246
    kpoal8()+4217 (0xa2c6b85) je 0xa2c6b8c
    kpoal8()+4219 (0xa2c6b87) mov 0xc(%edx),%edx
    kpoal8()+4222 (0xa2c6b8a) jmp 0xa2c6b98
    kpoal8()+4224 (0xa2c6b8c) mov 0x15c(%ecx),%edx
    kpoal8()+4230 (0xa2c6b92) mov 0x1080(%edx),%edxkpoal8()+4236 (0xa2c6b98) mov 0x18(%eax),%ecx
    kpoal8()+4239 (0xa2c6b9b) mov %edx,0x14(%ecx)
    kpoal8()+4242 (0xa2c6b9e) jmp 0xa2c6690
    kpoal8()+4247 (0xa2c6ba3) movzb 0xc2b9a63,%edx
    *** 2009-07-01 18:20:59.254
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [kpoal8()+4230] [SIGSEGV] [Address n
    ot mapped to object] [0x1080] [] []
    Current SQL statement for this session:
    delete from HA_ADDL_COMMISSION where (PRODUCT=:b0 and AGENT=:b1)
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst()+27 call ksedst1() 1 ? 1 ?
    ksedmp()+557 call ksedst() 1 ? 3038 ? F7000000 ?
    F7CECF88 ? FFFFFFFF ?
    F7CECF80 ?
    ssexhd()+863 call ksedmp() 3 ? A2C6B92 ? 616F706B ?
    2928386C ? 3332342B ? 30 ?
    kpoal8()+4230 signal 00000000 B ? F7CEEC8C ? F7CEED0C ?
    opiodr()+835 call 00000000 5E ? 17 ? FFE5B890 ?
    ttcpip()+1839 call 00000000 5E ? 17 ? FFE5B890 ? 5 ?
    opitsk()+1027 call ttcpip() C6E6D80 ? 5E ? FFE5B890 ? 0 ?
    FFE5AD6C ? FFE5B9A0 ?
    opiino()+821 call opitsk() 0 ? 0 ?
    opiodr()+835 call 00000000 3C ? 4 ? FFE5C460 ?
    opidrv()+466 call opiodr() 3C ? 4 ? FFE5C460 ? 0 ?
    sou2o()+91 call opidrv() 3C ? 4 ? FFE5C460 ?
    08288137 call sou2o() FFE5C444 ? 3C ? 4 ?
    FFE5C460 ?
    main()+111 call 082880C2 2 ? FFE5C490 ?
    __libc_start_main() call 00000000 2 ? FFE5C554 ? FFE5C560 ?
    +220 638810 ? 0 ? 1 ?

    Sanjay --
    I don't know what "set all ORACLE variables" means. Is there a manual page somewhere that explains this? I mean, there are a LOT of variables.
    This XE installation works 99.99% of the time, involving hundreds of tables and a large variety of queries, functions, packages, triggers etc. Only this one transaction causes the error, so I'm not sure what additional ORACLE variables would need to be set or modified.
    Also, what's the procedure for submitting an SR to Oracle? Do you have a link? I looked at the Oracle site and it seems to require the user to have a commercial support level before anything can be submitted.
    Thanks.

  • Installing LIS 2.1 on SUSE Enterprise Linux 11

    I try install LIS 2.1 on SUSE Enterprise Linux and I have received the next error:
    whdvlxdisney07:/opt/linux_ic_v21_rtm # make
    Building all modules...
    make -C /lib/modules/2.6.32.24-0.2-pae/build SUBDIRS=/opt/linux_ic_v21_rtm/src modules
    make[1]: Entering directory `/usr/src/linux-2.6.32.24-0.2-obj/i386/pae'
    make -C ../../../linux-2.6.32.24-0.2 O=/usr/src/linux-2.6.32.24-0.2-obj/i386/pae/. modules
    CC [M] /opt/linux_ic_v21_rtm/src/BlkVsc.o
    CC [M] /opt/linux_ic_v21_rtm/src/osd.o
    /opt/linux_ic_v21_rtm/src/osd.c:469:41: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
    /opt/linux_ic_v21_rtm/src/osd.c: In function âWorkQueueQueueWorkItemâ:
    /opt/linux_ic_v21_rtm/src/osd.c:469: error: âINIT_WORKâ undeclared (first use in this function)
    /opt/linux_ic_v21_rtm/src/osd.c:469: error: (Each undeclared identifier is reported only once
    /opt/linux_ic_v21_rtm/src/osd.c:469: error: for each function it appears in.)
    /opt/linux_ic_v21_rtm/src/osd.c:487:41: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
    /opt/linux_ic_v21_rtm/src/osd.c: In function âQueueWorkItemâ:
    /opt/linux_ic_v21_rtm/src/osd.c:487: error: âINIT_WORKâ undeclared (first use in this function)
    make[4]: *** [/opt/linux_ic_v21_rtm/src/osd.o] Error 1
    make[3]: *** [_module_/opt/linux_ic_v21_rtm/src] Error 2
    make[2]: *** [sub-make] Error 2
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.32.24-0.2-obj/i386/pae'
    make: *** [all] Error 2
    Can you help me?

    Are you sure? SP1 is not in this list: http://technet.microsoft.com/en-us/library/dn531027.aspx
    I am seeing the same issue on SUSE 11 sp1 on HyperV 2012 R2, HyperV prompts me to install an Integration Disk:
    "The mouse in unavailable in the Remote Desktop Session when virtual guest services are not installed in the guest operating system."

  • Problem installing OBIEE 11.1.1.6 on Linux 64-bit - redux

    I had posted an issue earlier about not being able to install the Software Only on my Linux 64-bit. That problem has not been solved, but this is a new (possibly related) issue.
    I created a brand new installation of Linux, with an Oracle 11gR2 database, and created the BI repositories using rcu for 11.1.1.6
    I then navigated to bishiphome/Disk1/install/linux64 and ran runInstaller.
    Everything looks fine, all the way up to Step 13 of 15, where the installer is supposed to start copying files. It "hangs up" at that point. The tests for adequate swap space and Temp space are passed:
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 1536 MB. Actual 4578 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 7999 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-04-03_12-13-01PM. Please wait ...
    It is running into an issue with a String Index out of bounds - Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    Here is the full .out file:
    Adding /tmp/OraInstall2013-04-03_12-13-01PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/bi.jar
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/template.jar
    null
    configFileName:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/footprint.xml
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Inside startPreReqOperation...prereq
    contextFile:/tmp/OraInstall2013-04-03_12-13-01PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of oracle-6,oracle-5.6,enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: oracle-5.6
    Check complete. The overall result of this check is: Passed
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-20.el5_8.3-x86_64.Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386. Passed
    Checking for elfutils-libelf-0.125; found elfutils-libelf-0.137-3.el5-x86_64. Passed
    Checking for elfutils-libelf-devel-0.125; found elfutils-libelf-devel-0.137-3.el5-x86_64. Passed
    Checking for gcc-4.1.1; found gcc-4.1.2-54.el5-x86_64. Passed
    Checking for gcc-c++-4.1.1; found gcc-c++-4.1.2-54.el5-x86_64. Passed
    Checking for glibc-2.5-12-x86_64; found glibc-2.5-107-x86_64. Passed
    Checking for glibc-2.5-12-i686; found glibc-2.5-107-i686. Passed
    Checking for glibc-common-2.5; found glibc-common-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-x86_64; found glibc-devel-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-12-i386; found glibc-devel-2.5-107-i386. Passed
    Checking for libaio-0.3.106-x86_64; found libaio-0.3.106-5-x86_64. Passed
    Checking for libaio-0.3.106-i386; found libaio-0.3.106-5-i386. Passed
    Checking for libaio-devel-0.3.106; found libaio-devel-0.3.106-5-x86_64. Passed
    Checking for libgcc-4.1.1-x86_64; found libgcc-4.1.2-54.el5-x86_64. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-4.1.1-x86_64; found libstdc++-4.1.2-54.el5-x86_64. Passed
    Checking for libstdc++-4.1.1-i386; found libstdc++-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-devel-4.1.1; found libstdc++-devel-4.1.2-54.el5-x86_64. Passed
    Checking for make-3.81; found make-1:3.81-3.el5-x86_64. Passed
    Checking for sysstat-7.0.0; found sysstat-7.0.2-12.0.1.el5-x86_64. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Checking for VERSION=2.6.18; found VERSION=2.6.32-300.39.5.el5uek. Passed
    Checking for hardnofiles=4096; found hardnofiles=131072. Passed
    Checking for softnofiles=4096; found softnofiles=131072. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:GLIBC
    Check Description:This is a prerequisite condition to check whether the recommended glibc version is available on the system
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-107
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 5992MB
    Check complete. The overall result of this check is: Passed
    Check Name:Check Env Variable
    Check Description:Check for LD_ASSUME_KERNEL
    Expected result: LD_ASSUME_KERNEL environment variable should not be set in the environment.
    Actual Result: Variable Not set.
    Check complete. The overall result of this check is: Passed
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringValid domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters, and include at least one alphanumeric character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character,use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    resultset.getStatus() : true
    Setting current page standalone validations to true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    In processErrorMsgStringDomain Home
    In processErrorMsgStringOracle Instance
    In processErrorMsgStringMiddleware Home
    In processErrorMsgStringInstance Name
    In [email protected]_invalidCharMsgString
    Obtained the single page data..SpecifyHomeInformationPage
    In processErrorMsgStringWebLogic Server Home
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyHomeInformationPage
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    resultset.getStatus() : true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    Setting current page standalone validations to true
    OS: <LINUX> commad: </sbin/ifconfig -a> pattern: <inet(\s+.*:)?\s*\d+\.\d+\.\d+\.\d+>
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringBIPLATFORM schema user name
    In processFieldStringBIPLATFORM schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : false
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    In doFinish method checking for inventory lock...InstallProgressPage
    Next page is a progress page and the inventory lock is false
    Setting current page standalone validations to true
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    Adding /tmp/OraInstall2013-04-03_12-13-01PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/bi.jar
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/template.jar
    null
    configFileName:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/footprint.xml
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Inside startPreReqOperation...prereq
    contextFile:/tmp/OraInstall2013-04-03_12-13-01PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of oracle-6,oracle-5.6,enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: oracle-5.6
    Check complete. The overall result of this check is: Passed
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-20.el5_8.3-x86_64.Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386. Passed
    Checking for elfutils-libelf-0.125; found elfutils-libelf-0.137-3.el5-x86_64. Passed
    Checking for elfutils-libelf-devel-0.125; found elfutils-libelf-devel-0.137-3.el5-x86_64. Passed
    Checking for gcc-4.1.1; found gcc-4.1.2-54.el5-x86_64. Passed
    Checking for gcc-c++-4.1.1; found gcc-c++-4.1.2-54.el5-x86_64. Passed
    Checking for glibc-2.5-12-x86_64; found glibc-2.5-107-x86_64. Passed
    Checking for glibc-2.5-12-i686; found glibc-2.5-107-i686. Passed
    Checking for glibc-common-2.5; found glibc-common-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-x86_64; found glibc-devel-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-12-i386; found glibc-devel-2.5-107-i386. Passed
    Checking for libaio-0.3.106-x86_64; found libaio-0.3.106-5-x86_64. Passed
    Checking for libaio-0.3.106-i386; found libaio-0.3.106-5-i386. Passed
    Checking for libaio-devel-0.3.106; found libaio-devel-0.3.106-5-x86_64. Passed
    Checking for libgcc-4.1.1-x86_64; found libgcc-4.1.2-54.el5-x86_64. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-4.1.1-x86_64; found libstdc++-4.1.2-54.el5-x86_64. Passed
    Checking for libstdc++-4.1.1-i386; found libstdc++-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-devel-4.1.1; found libstdc++-devel-4.1.2-54.el5-x86_64. Passed
    Checking for make-3.81; found make-1:3.81-3.el5-x86_64. Passed
    Checking for sysstat-7.0.0; found sysstat-7.0.2-12.0.1.el5-x86_64. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Checking for VERSION=2.6.18; found VERSION=2.6.32-300.39.5.el5uek. Passed
    Checking for hardnofiles=4096; found hardnofiles=131072. Passed
    Checking for softnofiles=4096; found softnofiles=131072. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:GLIBC
    Check Description:This is a prerequisite condition to check whether the recommended glibc version is available on the system
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-107
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 5992MB
    Check complete. The overall result of this check is: Passed
    Check Name:Check Env Variable
    Check Description:Check for LD_ASSUME_KERNEL
    Expected result: LD_ASSUME_KERNEL environment variable should not be set in the environment.
    Actual Result: Variable Not set.
    Check complete. The overall result of this check is: Passed
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringValid domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters, and include at least one alphanumeric character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character,use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    resultset.getStatus() : true
    Setting current page standalone validations to true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    In processErrorMsgStringDomain Home
    In processErrorMsgStringOracle Instance
    In processErrorMsgStringMiddleware Home
    In processErrorMsgStringInstance Name
    In [email protected]_invalidCharMsgString
    Obtained the single page data..SpecifyHomeInformationPage
    In processErrorMsgStringWebLogic Server Home
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyHomeInformationPage
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    resultset.getStatus() : true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    Setting current page standalone validations to true
    OS: <LINUX> commad: </sbin/ifconfig -a> pattern: <inet(\s+.*:)?\s*\d+\.\d+\.\d+\.\d+>
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringBIPLATFORM schema user name
    In processFieldStringBIPLATFORM schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : false
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    In doFinish method checking for inventory lock...InstallProgressPage
    Next page is a progress page and the inventory lock is false
    Setting current page standalone validations to true
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    at java.lang.String.substring(String.java:1937)
    at oracle.as.install.bi.util.InstallerInfo.getShiphomeLocation(InstallerInfo.java:58)
    at oracle.as.install.bi.installaction.BIInstallAction.executeBeforeCopy(BIInstallAction.java:230)
    at oracle.as.install.engine.modules.util.installaction.InstallActionProviderUtility.invokeExecuteBeforeCopy(InstallActionProviderUtility.java:72)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.startInstallOperation(ModifiedDWizard.java:3117)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:788)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:886)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:934)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doFinish(ModifiedDWizard.java:611)
    at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.Component.processMouseEvent(Component.java:6288)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6053)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4651)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:602)
    at java.awt.EventQueue$1.run(EventQueue.java:600)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:616)
    at java.awt.EventQueue$2.run(EventQueue.java:614)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    So far, I have confirmed I am using a 64-bit compliant java:
    $> java -version:
    java version "1.6.0_43"
    Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
    Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode)
    There is nothing installed in this box except the Linux OS, one single Oracle DB for me to install OBIEE, no WebLogic, nothing else.
    Any help will be appreciated!
    Thanks,
    Nick

    Well, I redownloaded all five zip files for Linux 64 bit, and completely deleted my old bishiphome.
    I then unzipped all five zip files into a brand new bishiphome, and retried the installation. This is still a Linux box with nothing on it but Linux, one Oracle 11gR2 database, rcu11.1.1.6, and attempting to install OBIEE 11.1.1.6.
    Same result.
    Still hangs at file copy, still has the same error message in the .out file.
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    at java.lang.String.substring(String.java:1937)
    Any other ideas? This is getting really frustrating!

  • Problem installing OBIEE 11.1.1.6 on Linux 64-bit

    Hi,
    I am trying to install OBIEE 11.1.1.6 on OEL5.8 64-bit virtual machine.
    The Software Only install (the recommended option when I have other WebLogic apps running) gives me a message "an application server must already be installed" when I give it my MWHOME directory - I am running WebLogic 10.3 - I have an Oracle Forms application running successfully on the machine.
    This is the installActions.log:
    The file oraparam.ini could not be found at ./oraparam.ini
    Using paramFile: /u00/oracle/product/11.2.0/dbhome_1/oui/oraparam.ini
    Checking swap space: must be greater than 500 MB. Actual 5951 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    The number of files bootstrapped for the jre is 594.
    The number of files bootstrapped for the oui is 142.
    Using the umask value '022' available from oraparam.ini
    Execvp of the child jre : the cmdline is /u00/temp/OraInstall2013-03-28_11-32-24AM/jre/bin/java, and the argv is
    /u00/temp/OraInstall2013-03-28_11-32-24AM/jre/bin/java
    -Doracle.installer.library_loc=/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/lib/linux64
    -Doracle.installer.oui_loc=/u00/temp/OraInstall2013-03-28_11-32-24AM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/u00/oracle/product/11.2.0/dbhome_1/oui/bin
    -Doracle.installer.jre_loc=../../jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=
    -Doracle.installer.unixVersion=2.6.32-300.39.4.el5uek
    -mx150m
    -cp
    /u00/temp/OraInstall2013-03-28_11-32-24AM::/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/remoteinterfaces.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/OraPrereq.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/OraPrereqChecks.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/prov_fixup.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/emagentSDK.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/jsch.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/log4j-core.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/instcommon.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/ojdbc5.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/installcommons_1.0.0b.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/orai18n-utility.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/cvu.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/ssh.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/emConfigInstall.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/orai18n-mapping.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/ext/jlib/instdb.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/OraInstaller.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/oneclick.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/xmlparserv2.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/share.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/OraInstallerNet.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/emCfg.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/emocmutl.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/OraPrereq.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/jsch.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/ssh.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/remoteinterfaces.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/http_client.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/OraSuiteInstaller.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/OPatch/jlib/opatch.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/OPatch/jlib/opatchactions.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/OPatch/jlib/opatchprereq.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/OPatch/jlib/opatchutil.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/OraCheckPoint.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstImages.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_de.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_es.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_fr.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_it.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_ja.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_ko.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_pt_BR.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_zh_CN.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/InstHelp_zh_TW.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/oracle_ice.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/help4.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/help4-nls.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/ewt3.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/ewt3-swingaccess.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/ewt3-nls.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/swingaccess.jar::/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/jewt4.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/jewt4-nls.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/orai18n-collation.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/orai18n-mapping.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/ojmisc.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/xml.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/srvm.jar:/u00/temp/OraInstall2013-03-28_11-32-24AM/oui/jlib/srvmasm.jar
    oracle.sysman.oii.oiic.OiicInstaller
    -scratchPath
    /u00/temp/OraInstall2013-03-28_11-32-24AM
    -sourceType
    network
    -timestamp
    2013-03-28_11-32-24AM
    -deinstall
    INFO: Environment Variables:
    INFO: ORACLE_HOME = /u00/oracle/product/11.2.0/dbhome_1
    INFO: PATH = /u00/oracle/product/11.2.0/dbhome_1/bin:/usr/jdk1.6.0_38/bin:/app/GoldenGate:/u00/oracle/product/11.2.0/dbhome_1/bin:/usr/jdk1.6.0_38/bin:/app/GoldenGate:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    INFO: CLASSPATH =
    INFO: Username:oracle
    INFO: SRVM ClusterInfo.IsLocalOnly() called. Return value obtained is 'false'.
    INFO: The CRS clusterware location for 'oracle.crs 10.1.0.2.0' is not found.
    INFO: CRS clusterware not found. Defaulting to vendor clusterware.
    INFO: Vendor clusterware is not detected.
    INFO: Install area Control created with access level 1
    INFO: Oracle Universal Installer version is 11.2.0.3.0
    No other log file is created. The only thing I can do is Cancel.
    Thanks, in advance, for any help!
    Nick

    Thank you for your suggestion. I can certainly try pointing to a different temp folder, but how much space does it need?
    /u00/temp appears to have quite a bit of space available...
    [oracle@oel58 logs]$ df -k
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
    16663980 3820232 11983588 25% /
    /dev/sda2 99188500 18500088 75568500 20% /u00
    /dev/sda1 101086 41172 54695 43% /boot
    tmpfs 3170304 1063332 2106972 34% /dev/shm
    shmfs 3170304 1063332 2106972 34% /dev/shm
    ShareVB 320864252 168386324 152477928 53% /media/sf_ShareVB
    [oracle@oel58 logs]$ df -k /u00/temp
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda2 99188500 18500088 75568500 20% /u00
    Also, I verified TMP, TMPDIR, and TEMP all point to /u00/temp.
    And the preinstallation check shows this:
    Checking Temp space: must be greater than 1536 MB. Actual 73797 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 5951 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    It might be worth mentioning, as well, that I get the same result, whether I use ...Disk1/runInstall.sh or ...Disk1/install/linux64/runInstall.sh
    The file I originally posted came from trying the linux64 installer.
    What else can we check/try?
    Edited by: user733825 on Mar 28, 2013 6:26 PM
    What is it that tells the installer there is an application server running? Is it checking for some WebLogic environment variable I may have incorrectly configured? I have a WebLogic server running, and it is hosting a Forms server and a help server. Why does the installer think there is no Application Server installed?
    Edited by: user733825 on Mar 28, 2013 7:23 PM

Maybe you are looking for

  • Idoc DEBCOR - Extend use to Business Partners and customise

    I am writing a high level technical design document on a new interface for my current client. We are currently in the scoping/blueprint phase. We will be implementing CRM(?), ECC 6.0 and PI7.0 I have been tasked with writing/creating an outbound inte

  • Calendar sharing color issue

    This is an issue that is strange.  It just doesn't make any sense. I have Droid X running 2.3.  I am running Google Calendar with shared Calendar. In the Month view, every calendar event is represented in the color blue. In the Weekly view, every cal

  • What exactly does iTunes photo sync do?

    Using Win7. I have iTunes set to sync photos with my iPhone. I have designated a folder called "iPhone" under "My Pictures" folder.  When I sync my iPhone the photos in Camera Roll do not go onto my computer. I do realize that I am able to use other

  • Site manager very slow

    I'm using DW8 ver. 8.0.2 and lately when I go to the site manager to create new or edit a site it's very slow, like DW is not responding, then it finally goes to the next window. Is there some bugs in DW8 that need fixing? Also: I added this topic ye

  • Resolving metadata conflicts

    I finally got a handle on the Keywords & hierarchies and made sure that all my keywords will export. I then went back to Title & Caption all my images.  For the 4 previous folders of images when I did that, when it told me that there was a metadata c