Problems Installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0)

I have problems installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0). When I try to create the repository the installation hang up. I try over Oracle 8i (WIndows 2000) and the problems remain.
Please any body can help?
Is it possible to install Designer 6i and generate forms 6.0 (I mean for using Developer 6.0 (NOT 6i))?
Best regards,
JAGC

Marcel,
I had the same problem. Oracle gives as an answer that Designer 6.0 is not supported against 8.1.7. In the specified package a statement is issued which is a problem for 8.1.7. I changed that package and now it works fine.
Comment as below and replace with the delete statement, then it compiles fines.
I don't know if any problem can occur after that, but a Migration from a 1.3.2 repository to 6i works fine through this repository. Hope this helps.
Kind Regards
Jan Boersma
Email: [email protected]
see here:
-- Remove Reserved Names entry and comment
-- delete from sdd_reserved_names
-- where (rn_res_name, rn_type) in ((upper(view_name), 'VIEW')
-- ,(upper(pack_name), 'PACKAGE')
-- ,(upper(pack_name), 'PACKAGE BODY')
-- ,(upper(app_view_name), 'VIEW BODY'));
delete from sdd_reserved_names
where ((rn_res_name = UPPER(view_name) AND rn_type = 'VIEW') OR
(rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE') OR
(rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE BODY') OR
(rn_res_name = UPPER(app_view_name) AND rn_type = 'VIEW BODY'));
null

Similar Messages

  • Problems installing Designer 6.0 on Oracle 8.1.7

    I'm trying to install Designer 6.0 for NT on an Oracle 8.1.7 database running on Win2K. When compiling the package cioue_element_type the server "hangs". I have to shutdown the database to get rid of the process.

    Marcel,
    I had the same problem. Oracle gives as an answer that Designer 6.0 is not supported against 8.1.7. In the specified package a statement is issued which is a problem for 8.1.7. I changed that package and now it works fine.
    Comment as below and replace with the delete statement, then it compiles fines.
    I don't know if any problem can occur after that, but a Migration from a 1.3.2 repository to 6i works fine through this repository. Hope this helps.
    Kind Regards
    Jan Boersma
    Email: [email protected]
    see here:
    -- Remove Reserved Names entry and comment
    -- delete from sdd_reserved_names
    -- where (rn_res_name, rn_type) in ((upper(view_name), 'VIEW')
    -- ,(upper(pack_name), 'PACKAGE')
    -- ,(upper(pack_name), 'PACKAGE BODY')
    -- ,(upper(app_view_name), 'VIEW BODY'));
    delete from sdd_reserved_names
    where ((rn_res_name = UPPER(view_name) AND rn_type = 'VIEW') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE BODY') OR
    (rn_res_name = UPPER(app_view_name) AND rn_type = 'VIEW BODY'));
    null

  • Problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.

    Hi Guys,
    I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
    I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
    Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
    - linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
    - linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
    root # grep -i error /var/sadm/install/Storage_ADE/Install.log
    root #
    last few logs....
    SUNWstadm: Checking the status of the Java Web Console.
    SUNWstadm: Stopping the Java Web Console to register.
    Shutting down Oracle Java(TM) Web Console Version 3.1 ...
    The console is stopped
    SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    Registering Storage_A.D.E_2.4.
    SUNWstadm: Enabling the Java Web Console console_debug_log file
    to automatically grow and rollover using the default settings.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    SUNWstadm: Enabling the Java Web Console to startup automatically
    during subsequent system boot and gracefully stop during system
    shutdown. If you do not want this capability please execute the
    following command: /usr/sadm/bin/smcwebserver disable
    SUNWstadm: Starting the Java Web Console after registration.
    Starting Oracle Java(TM) Web Console Version 3.1 ...
    The console is running
    To complete the configuration, point your browser to:
    https://<hostname>:6789
    Please refer to the SUNWstadm release notes for additional
    installation, configuration, and usage information.
    Installation of <SUNWstadm> was successful.
    SUNWstazt is already installed
    SUNWstazh is already installed
    SUNWstako is already installed
    SUNWstaja is already installed
    SUNWstafr is already installed
    Installation successful
    | You have installed the following: |
    | |
    | o Storage A.D.E. 2.4 - Enterprise Edition - Success |
    | o Storage A.D.E. 2.4 - Management Station UI - Success |
    | |
    | The UI can be accessed at the URL : https://<hostname>:6789/ |
    Finished at: Friday, 20 August 2010 11:14:55 AM EST
    Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
    Any pointers will be appreciated....
    Thanks,
    Nitin

    Hi Guys,
    I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
    I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
    Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
    - linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
    - linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
    root # grep -i error /var/sadm/install/Storage_ADE/Install.log
    root #
    last few logs....
    SUNWstadm: Checking the status of the Java Web Console.
    SUNWstadm: Stopping the Java Web Console to register.
    Shutting down Oracle Java(TM) Web Console Version 3.1 ...
    The console is stopped
    SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    Registering Storage_A.D.E_2.4.
    SUNWstadm: Enabling the Java Web Console console_debug_log file
    to automatically grow and rollover using the default settings.
    Warning: smreg is obsolete and is preserved only for
    compatibility with legacy console applications. Use wcadmin instead.
    Type "man wcadmin" or "wcadmin --help" for more information.
    SUNWstadm: Enabling the Java Web Console to startup automatically
    during subsequent system boot and gracefully stop during system
    shutdown. If you do not want this capability please execute the
    following command: /usr/sadm/bin/smcwebserver disable
    SUNWstadm: Starting the Java Web Console after registration.
    Starting Oracle Java(TM) Web Console Version 3.1 ...
    The console is running
    To complete the configuration, point your browser to:
    https://<hostname>:6789
    Please refer to the SUNWstadm release notes for additional
    installation, configuration, and usage information.
    Installation of <SUNWstadm> was successful.
    SUNWstazt is already installed
    SUNWstazh is already installed
    SUNWstako is already installed
    SUNWstaja is already installed
    SUNWstafr is already installed
    Installation successful
    | You have installed the following: |
    | |
    | o Storage A.D.E. 2.4 - Enterprise Edition - Success |
    | o Storage A.D.E. 2.4 - Management Station UI - Success |
    | |
    | The UI can be accessed at the URL : https://<hostname>:6789/ |
    Finished at: Friday, 20 August 2010 11:14:55 AM EST
    Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
    Any pointers will be appreciated....
    Thanks,
    Nitin

  • Problem installing Designer

    Hello,
    I'm having a big problem to install Designer because when I double click the setup button nothing happens... Please let me know what to do because I really like and use the software a lot but my CD is broken so I have to reinstall it from the HD after a crash I had in my HD yesterday. OS: Windows XP Home SP2.
    Thank you very much indeed for any help...
    André Luiz

    Andre,
    Are you able to run other programs sucessfully? The only thing I can think of is to open up a Command Prompt window, cd to the appropriate director and run setup.exe from there. You may see some other console error messages.
    - Suresh

  • Problems installing TCL 7.5 and Oracle Intelligent Agent

    All
    Has anyone had any success in installing TCL 7.5 and Oracle
    Intelligent Agent? If so could you please provide a step by step
    summary of the installation process. I keep getting error
    messages when I run gmake for TCL. I commented out the lines
    specified in the instructions. Does one have to use TCL 7.5? I
    even tried to run version 8.2 and it restarted my machine while
    running gmake test. Maybe it is how I commented the lines. I
    used the # character to comment out the lines. Please help. IFve
    got everything else running I can even use Net8 and SQL plus
    from my Windows NT Client. I now need to be able to use Oracle
    Enterprise Manager, which requires TCL 7.5 and Oracle
    Intelligent Agent.
    Many thanks
    null

    Thor Erik Jelstad (guest) wrote:
    : I am using Oracle 8.0.5.0 and Red Hat 5.2/i386
    : When I try to start Oracle Intelligent Agent I receive the
    : following error message:
    : "DBSNMP: error in loading shared libraries /usr/lib/libtcl.so:
    : undefined symbol: stat"
    : I have installed TCL package 8.0.3-20.
    : Thor Erik Jelstad
    I ran into "stat" symbol issues during some builds. I don't
    recall if the subject program had to be built, but if so, adding
    "-shared" to the cc (for linking) command helps. I think the make
    variable is LDCCOM.
    -Later.
    null

  • Problems dual booting Windows Vista with Oracle Enterprise Linux 4

    I tried dual booting my sony laptop which came pre installed with windows Vista,After a successful installation,windows Vista boots fine,but Oracle enterprise linux just stops booting at this point " Starting Udev...................................................(OK)
    Initializing hardware....Storage network"
    It's posibly a hardware compatibility problem but I dont know why I get stuck at this point.Can anyone help please?

    hi,
    r u getting this error while installing oel or after installation?
    which version of oel u r installing?
    u may get this error probably due to hard disk (usually sata) compatility with linux.
    --Regards
    Xaheer

  • 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

  • Problems starting Designer 6.5 of Oracle 8i in Personal Ed. 8i in PC

    HI YOU!
    Can you help me?
    I have problems starting Oracle Designer 6.x in Windows 98 and Personal Edition 8i.
    I'm not in a LAN and I don't have the client installed.
    I don't know the user systems for Designer, I prooved with the SYSTEM anad SYS user but I cant access to the product.
    Do I requiere the client?. Do I require connecting to the server Database?.
    Any idea?
    THANKS!
    DAVE.

    I had this problem the best thing to do is make sure you have the Blackdown.org JDK116_v5 for Linux installed. Then:
    JAVA_HOME=/somedirectory/jdk116_v5
    export JAVA_HOME
    This fixed the problem for me and I was able to run runIns.sh.

  • Problem installing v. 7 over v. 6

    When I tried to install Itunes 7 over version 6.0.5.20, I got an error message that said it could not directly upgrad the version of I Pod software on my computer, so I should uninstall the old version (of IPOD and ITUENS), and I should uninstall it. I then uninstalled the old versions from the control panel Add/Remove software (although it looks like the IPOD softward did not fully remove itelf), restarted the computer, and ran the install I had downloaded from Apple for v. 7. However, in trying to install 7, I got the same error again.
    Any ideas? It looks like some elements of IPOD were not fully removed, and they are creating a conflict. How do i get rid of them? Now, instead of having an old (v. 6) version of Itunes and Ipod softward, I am stuck with no version. A temporary (I hope) disaster!
    I don't get on the board very often, so if you have an idea, or a suggestion of how to get to ITUNES support at Apple, I would really appreciate an e-mail to "[email protected]" Thanks.

    Try and disable your pop-up blockers. Or check to see if it register a pop-up and then allow it.

  • Problem installing Design Standard CS5 for mac

    Hi,
    I had to reinstall my computer and I have a serial of Design Standard CS5.
    I've downloaded the mac version but when I tried to install it, this message appeared:
    Warning - The following disk images couldn't be opened - Reason: image not recognized.
    What should I do now? Thanks!

    The dmg file has become corrupt you need to download or copy another image file from backup.

  • 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

  • Problem installing weblogic server 7.0 in Mandrake Linux 10.1

    hi
    i am very new to Mandrake Linux ..i have installed Mandrake Linux 10.1 in my machine ...the problem is that when i try i to install weblogic server 7.0 it gives some error
    ** Error during execution, error code = 11
    my machine spec
    * 512MB RAM
    * 40GB HDD
    * P4 2.8GHZ
    can any one help me..
    the weblogic server i downloaded from bea site its version is weblogic server 7.0 with jrockit (sp6)
    regards
    babu

    Hi,
    first of all, unfortunately, WebLogic Server is not supported under Mandrivia (use the right name ;-) ), so you should use Novell Suse or Redhat AS, check this list
    Anyway, error code 11 should be related to permission issues, so you should check that the user you are using is allowed to write under the installation directory and under /var/log/
    Could you kindly post the log messages?
    Regards.
    Antenore Gatta
    Middleware Specialist
    Hequa S.r.l
    C.so Buenos Aires 77
    20124 Milano
    http://www.Hequa.it
    Tel +39(0)267493078
    Fax +39(0)267493079
    Mobile +39 3481537897
    ______________________________________

  • Having problem installing the Java plugin while running Puppy Linux 5.11

    This notebook has no hdd, so I'm running PL 511 from a live cd while FF has been D/L to a CFCard as a PET file from which I'm browsing now.
    The problem aroused while executing the command:
    '''./jre-6u25-linux-i586-rpm.bin'''. After a few steps it said:''' rpm: invalid option -- 'v''''. There it says other things but I believe at this point the command is no longer running, just displaying some logged/troubleshooting data.
    By following some instructions in another part/section of the Mozilla site I'm including the list of the plugins I've via the following link (& probably other things also):
    [http://pastebin.mozilla.org/1233085 link text]
    The amount of RAM=512 MB & have 2 CFCards, where FF resides now is a 128 MB (almost full) the other is a 2 GB one (lot of space there, for now). Hope the above is enough info for any of you to be able to offer some help. Thanks!

    Hi
    May be you can check the Redhat FTP site.
    CentOS 4.6, 32-bit
    http://isoredirect.centos.org/centos/4.6/isos/i386/
    CentOS 4.6, 64-bit
    http://isoredirect.centos.org/centos/4.6/isos/x86_64/
    CentOS 5.1, 32-bit
    http://isoredirect.centos.org/centos/5.1/isos/i386/
    CentOS 5.1, 64-bit
    http://isoredirect.centos.org/centos/5.1/isos/x86_64/
    Regards
    Mudhalvan M.M

  • Can apex 4.2 be installed over Oracle XE10g DB?

    Hi All,
    I have to install Apex 4.2 over Oracle XE for reporting purposes. I got the APEX 4.2 downloadable from OTN. I followed the tutorial http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BABHHIJB. Now when i ran +@apxrtins SYSAUX SYSAUX TEMP /i/+ command and changed the admin password and tried to open the homepage of my DB and unlocked APEX_PUBLIC_USER account, it shown me that as blank. So i thought i need apex listener for this to open up. I installed apex Listener using java -jar apex.war command. Even now, i am getting a blank page over this, no error comes up over SQL PLUS for Apex Listener. I am not able to trouble shoot this .
    So after doing all this a question came to my mind can apex be installed over ORACLE XE? I have read a forum where it says yes you can install but i did not find anything relevant more than that.
    Please help.
    Thanks in advance.

    Hi Avi,
    I have to install Apex 4.2 over Oracle XE for reporting purposes. I got the APEX 4.2 downloadable from OTN. I followed the tutorial http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BABHHIJB.
    Why did you use the Installation Guide for APEX 4.1 when you are installing APEX 4.2?
    Now when i ran @apxrtins SYSAUX SYSAUX TEMP /i/ command So you just want a runtime installation?
    tried to open the homepage of my DB Which would that be?
    Note two things:
    1. The "database homepage" that ships with your XE is a special APEX application. This application will be lost as soon as you upgrade or reinstall APEX, because it has been "tailored" into the scenario XE using the APEX version that shipped with XE.
    2. A runtime installation does not have the web based GUI (workspace login, application builder, etc.). It's really just the APEX runtime for deploying your applications (through a SQL interface like SQL*Plus or SQL Developer). If you want more, you need a development environment (full install).
    A third aspect would be the question whether you've upgrade your APEX images to 4.2.
    So after doing all this a question came to my mind can apex be installed over ORACLE XE?Yes, as documented in the [url http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/pre_require.htm#BABFCFBC]Oracle Database Requirement section of the Installation Guide for 4.2, you can install APEX 4.2 on XE databases since 10.2 XE. I can assure you from personal experience that this actually works with and without APEX Listener.
    Side note: You need APEX Listener if you want to use certain features like RESTful Webservices built into APEX 4.2.
    -Udo

Maybe you are looking for

  • Recover from currnet log file corruption in archive mode

    Hi, I am using oracle 10.2.0 on windows xp. my database is in archivelog mode. I am learning recovery. I take backup of database using RMAN> backup database; Starting backup at 03-SEP-09 using channel ORA_DISK_1 channel ORA_DISK_1: starting full data

  • My first generation iPad has in the last few days taken to crashing whilst using Safari. Any suggestions what the problem might be please?

    This has only happened during the last few days. My iPad first generation has started to crash whilst using Safari. Any suggestions as to what might be the cause?

  • Manual Clearing

    Dear all, After creating a customer invoice, I want to clear it. I call transaction F-32, specify company code 1000, account number of customer 108 and click "Process Open Items", but it raise an error: "The entry 1000 is missing in table T043G". Do

  • CONSTANT freezing and errors

    I have a 5th Gen ipod which i use daily, i replaced the hard drive and battery and screen all within the last year or so. Everything has been working fine until the last 2 or 3 weeks in the middle of songs my ipod will cut off and start up to either

  • Structure of table

    hi everybody, 1. how to describe the structure of the table without using describe keyword in isqlplus.... 2.Is there any possibilities to find the data in table without using the where clause; eg: select salary from employees where last_name='King';