11i installation problem on NT 4.0 SP6a

I have one 11i installation problem:
envoirment: NT 4.0 sp 6a MEM 394MB, cpu 550MHZ HD 40GB
install MKS, GNUMAKE (3.79), VC++, JDK 1.3 before Apps install.
And I could see which, gnumake.exe on DOS prompt. But the error
message say:
" which command is available; gnumake is not
available."
I already set the path varible path=C:\MKSTOO~1\bin;C:\MKSTOO~1
\bin\x11;C:\MKSTOO~1
\mksnt;C:\VStudio\Common\Tools\WinNT;C:\VStudio\Common\MSDev98
\Bin;C:\VStudio\Common\Tools;C:\VStudio\VC98
\bin;c:\make\WinDebug;c:\make\WinRel
How to fix this problem?
Any comments will be appreciated.

Actually, I already did this and found that this works correctly. I guess it
was the "install to d:\\weblogic600" that threw me off...
Thanks,
Robert
David Felts wrote:
Please add "\" after "d:"; this should work. We'll look at making this more
user-friendly for Beta 2.
Robert Patrick wrote:
I tried to install the current beta 1 version of WLS 6.0 today after
uninstalling the pre-release version that I had previously installed
with no problems. The problem is that when I try to set the "BEA home"
to the existing location ("D:" -- so that the product ends up in
D:\weblogic600), the installer claims that I do not have write
permission to that directory. This is hogwash since I am logged in with
administrative priviledges and was easily able to install the
pre-release copy like this (and yes, I have deleted the previous
directory).
Any thoughts?
Robert

Similar Messages

  • Installing Oracle EBS 11i installation problem

    Dear All,
    I have a problem regarding the installation of Oracle EBS 11i of which I can't figure out a solution.
    After unzipping all the 108 files during the rapidwiz installation the installer seems to halt (in step 1, 100% of file extraction). It involves instconf.drv but it doesn't show me an error in the installation logs. The line that appears is the following:
    instantiatefile -d instconf.drv
    I tried to change my Linux distribution from SLES10 to Ubuntu but that doesn't work either.
    Could you please help me out with this.
    Kind regards,
    Charif Ennaciri

    Dear hsawwan,
    I checked the log file and it's full of lines similar like:
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/addNode.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/addNode.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/ouica.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/ouica.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    What can I do about this?
    Kind regards,
    Charif

  • Application 11i Installation Problems

    I just bought the trial version application 11i CD pack. When I tried to install it to my computer with NT4.0 service pack 6, it did system check. I used stage area rapid install. The installer find 2 errors.
    First error is 'System Utilities Check Check system for make,
    ld,ar and cc'
    Second error is 'JDK availability Check Check that a JDK exists
    in the location supplied by the user'
    My questions are:
    1.When I check the error for detail, the first one tells me that
    'Check MKS Installation'. What's MKS though? and what's make,ld,
    ar and cc? Where can I get them and how to install them?
    2.Where can I get JDK?
    3.When I look up installation guide, I found that I need go to Metalink to get to know how to download and install JDk. But when I go to Metalink, It ask me to signin. I am not Oracle Contactor. I have no CSI. Is it mean I can not get JDK when I am not contractor? If so, why Oracle is selling application 11i trial version CD packs. It's gonna be some way to install 11i trial version.
    Is there any one could help?
    Thank you very much
    Timothy Park 04/03/02

    Hi all,
    I ran into the same issues with the MKS software - Developers Edition. I contacted them, and the following work-around was supplied.
    We have created a work around for Oracle users so that they can still use
    MKS Toolkit for Developers (instead of the more costly option- Toolkit for
    Professional Developers).
    You can do what you need to with tkdev using 1 of the following:
    1) Find out from what scripts the Oracle software is calling ld, and change
    it to call cc instead. Some linker specific options may need to be changed,
    but try it first with just changing ld to cc. This is the preferred option,
    and the one most likely to provide success.
    2) Temporarily create ld.exe as follows:
    a) cp $ROOTDIR/mksnt/cc.exe $ROOTDIR/mksnt/ld.exe
    b) cp $ROOTDIR/etc/compiler.ccg $ROOTDIR/etc/ld.ccg
    This will probably work as long as the command line that Oracle is passing
    to ld is very simple. This usage of cc.exe (by copying to ld.exe) has been
    observed to work in simple cases, but is not supported by MKS.
    I tried method 2. The reason here being, I would rather have unsupported code from MKS, than Oracle.
    But, alas, it did not work. This is now the only item I have to resolve to start the installation.
    I am open to suggestion ? I have obtained the enterprise edition of MKS, but I would still like to get the thing working with the developers edition. Also, if there are any differences between Windows 2000, and XP, can you list them
    WARNING : I am using a server with Windows 2000 professional. Microsoft's latest updates include
    service pack 3.
    DO NOT INSTALL SERVICE PACK 3
    or you will receive an invalid Operating System error

  • 11i Installation Problems

    Hi
    I am new to Oracle platform. I am having problems installing Oracle 11.5.8 Apps on Linux AS 3:
    Linking external procedure agent (extproc)
    rm -f /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/extproc
    gcc -o /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/extproc -L/OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/ -L/OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ -L/OracleCRM/d02/oracle/bcssdb/8.1.7/lib//stubs/ /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/hormc.o /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/defopt.o /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/homts.o     /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/ssdbaed.o -lagtsh -lpls8 -lplp8 -lclntsh -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -Wl,-rpath,/OracleCRM/d02/oracle/bcssdb/8.1.7/lib:/lib:/usr/lib -lm `cat /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -ldl -lm -ldl `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /OracleCRM/d02/oracle/bcssdb/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lsql8 -lsql8
    /usr/bin/ld: /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/extproc: hidden symbol `stat64' in /usr/lib/libc_nonshared.a(stat64.oS) is referenced by DSO
    collect2: ld returned 1 exit status
    make: [OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/extproc] Error 1 (ignored)
    mv -f /OracleCRM/d02/oracle/bcssdb/8.1.7/bin/extproc /OracleCRM/d02/oracle/bcssdb/8.1.7/bin/extprocO
    mv /OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/extproc /OracleCRM/d02/oracle/bcssdb/8.1.7/bin/extproc
    mv: cannot stat `/OracleCRM/d02/oracle/bcssdb/8.1.7/rdbms/lib/extproc': No such file or directory
    make: [iextproc] Error 1 (ignored)
    chmod 751 /OracleCRM/d02/oracle/bcssdb/8.1.7/bin/extproc
    chmod: failed to get attributes of `/OracleCRM/d02/oracle/bcssdb/8.1.7/bin/extproc': No such file or directory
    make: [iextproc] Error 1 (ignored)
    Could anyone show me the way to solve the problem?

    Hi Nguyen,
    What steps did you follow? Normally, if you follow step by step installation guide given by oracle (including proper patch), you won't get this error.
    I had Linux AS 3 exp with 11.5.9 not 11.5.8.
    This error "Linking external procedure agent" looks like you did not apply and pre-patch in linux. Did you put gcc296 instead of gcc3225 or gcc3.3?
    Provide some detailed steps
    Good Luck
    Jiltin

  • Problems loading standard forms in new 11i installation

    Hi
    Just installed the 11.5.10 Vision demo on SLES Linux on VMware. The installation went fine, and everything worked
    I could access not only the portal, but the forms pages (after installing the supplied jInitiator package)
    My problem is, after re-booting the server, everything works just fine (although I have to start up manually) EXCEPT I cannot now start any forms
    When I click on a menu choice for any responsibility (say, System Administrator -> Concurrent Requests), jInitiator doesn't start up
    I know the client (Windows XP) browser (IE 6) works fine with 11i, as I have accessed other 11i installations on the network without problem
    Any pointers to where I should be looking ? It's obviously a server issue
    Many thanks
    Simon

    Thanks for your help Yury, after checking through the processes and checking and re-checking the error logs, it turned out there was a problem with some of the environment variables
    Once correcting that problem, everything starts up fine now. Strange that it only affected the forms server, but hey, it's all fine now

  • ORACLE APPS 11i Installation

    RW-50011 Error is coming while starting Apps 11i installation in linux(RHEL-ES)
    with 30G for WindowsXP and 130G for Linux. I gave partition as 104G for Oracle,12G for root, 1.5G for Swapspace. I checked all the required RPMs to be installed. But while running the start CD I am getting an error.while completion of RDBMS - Disk 1, I am getting error RW-50004 Error. Kindly resolve this issue whoever has mastered over it.
    I extend my gratitude in anticipation.
    Awaiting reply
    Vijay

    Other people has had this problem before, you may want to check for it Re: Error RW50004/RW50011.
    Most common solution for this issue has to do with the way ksh is being called from the path envrionment variable, and where the install script assumes where it is.
    1. Make soft link of the file from /usr/local/bin/ksh to /usr/bin/ksh and before you start your installation start a session in a ksh environment.
    or
    2. Alter the search path used by the install script. Not advisable, as you are not suppossed to tamper with Oracle code.
    or
    3. Copy ksh From /usr/local/bin/ksh to /usr/bin
    It is recommended to read the metalink this document Doc ID: 287453.1 "Oracle Applications 11.5.10 - Installation Update Notes for Linux x86 ...".

  • Installation problem on Intel

    I have tried to install Solaris 8 on my Dell machine.
    I have tried to boot both directly via CD and by using Device Configuration Assistant on a floppy..
    The first screen says this....
    SunOS Secondary Boot version 3.00
    WARNING: ACPI Tables not in Reclaim Memory
    prom_panic: kmem_free block already free
    Entering boot debugger:
    [130ee5]:
    and when i hit enter and choose c (continue execution), the m/c hangs and asks me to push ctrl-alt-del to reboot..
    I don't know what the ACPI tables are .. and how i can fix this...
    Anyone who knows this... please help..
    Thanx a lot..

    I have heard about the ACPI that may be a Power Managemnet Tools or something, it always be found in Microsoft Window 2000 Device Manager, sorry I can't help you to solve the problems.....because I also have some installation problem on my Intel paltform @_@.

  • Installation Problem on iTunes 6.0.1.3 - HpSdpAppCoreApp

    Help!
    I'm trying to install the new iTunes 6.0 and I'm getting a message during installation that says
    HpSdpAppCoreApp
    "The feature you are trying to use in on a network resource that is unavailable.
    Click OK to try again, or enter an alternative pathway to a folder containing the installation package "HpSdpAppCoreApp.msi" in the box below."
    The last time I dug through some files on my own, bad things happened.
    Thanks,
    C

    good gracious, Chris ...
    okay, try applying the general advice on installation problems given here:
    http://docs.info.apple.com/article.html?artnum=93976
    ... and the InstallShield Tips and Pointers are also helpful with these less-well-documented errors:
    http://consumer.installshield.com/faq.asp#ts
    keep us posted.
    love, b

  • Installation problem on SUSE 12.1

    Hi
    I'm a Linux beginner and I am trying to install LV on SUSE 12.1
    I've also posted my problems on Lava:
    http://lavag.org/topic/15240-labview-installation-problem-on-suse-121/
    The installation started and it looks quite all right, but when I try to start LabVIEW, the application just sits in the taskbar for about 20 seconds and then just disappears.
     Any ideas?
    Is there a way to debug to see what's going on?
    Cheers,
    Mike
    Solved!
    Go to Solution.

    Hi Mike,
    Unfortunately, there are no versions of LabVIEW supported on SUSE 12.1 at present. Here's a link to LabVIEW version compatibility with different Linux distributions. I saw from your other forum that you're attempting to install LabVIEW 2009, which is certified for SUSE 11.0 at the latest. 
    Best,
    Dan N
    Applications Engineer
    National Instruments 

  • Installation Problem on Win8

    Hello all
    I need your help for troubleshooting an installation problem on a Win8 (x64) client. There is already JavaJRE installed, but we wanted to install some other versions, too. But it didn't work. So we tried to unistall to curently version. This was running badly. Now there entry is removed from windows software, but the software is still on the system. Always if we try to install any java, we get a failure message with no error discription. So we looked for some installation logs, but I can't find the problem. Can you have a look? What can I do?
    Thank you guys for your support.
    Installation Logs:
    java_install.log - Pastebin.com
    java_install_reg.log - Pastebin.com
    JavaDeployReg.log - Pastebin.com

    Hi people!
    I have two problems with nokia suite...
    first of all I can't install it at my windows 8.1, I receive the message attached...
    Second,
    in another notebook, all time I tried to update my N8 to Symbian bella I receive a blue screen of death, at windows 8
    can somebody help me?
    Attachments:
    mokiasuit.png ‏13 KB

  • Installation problem on RHEL4 ..

    Installation problem on RHEL4 (Red Hat Enterprise 4) i have
    install start at unzip tar.gz and tar -xf .... now i have run
    ./installFMS it show
    ./fmsini: error while loading shared libraries: libstdc++.so.5:
    cannot open shar
    ed object file: No such file or directory
    ERROR: Your are running the Macromedia Flash Media Server
    installer
    on the wrong platform.
    it not support for fedora or anything else?
    plz help....

    would be nice if someone responded to this.... Macromedia
    wouldn't have been this lax in giving a reply :) AND they keep up
    with OS updates too :)

  • Xp_logininfo Installation problem

    Hello gurus,
    I'm facing the same problem as described in this link:
    Re: xp_logininfo "Installation problem on windows 2003 with Sql 2005"
    the error I get is similiar:
    <i>The below message comes from executing the command master..xp_logininfo '<domain>\<user> ' Msg 15404, Level 16, State 11, Procedure xp_logininfo, Line 62 Could not obtain information about Windows NT group/user '<domain>\<user> ', error code 0x534. The statement has been terminated</i>
    but I just don't get how to solve it.
    -I've tried to use the profiler but didn't find any information that will help me to solve.
    -One of the guys wrote to add "logon rights" to the user ... what does it mean ?
    Please advice,
    Dimitry Haritonov

    Hi sven,
    Thank you very much for the quick and direct answer.
    The problem was that the user that runs the SQL SERVER service didn't have authorization to retrieve information from active directory.
    I've changed the service user, run the sapinst again, and after it succeeded I've returned the previous user.
    Best regards,
    Dimitry Haritonov

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

  • Lightroom 3.2 Installation Problem on Windows 7 64-bit

    Lightroom 3.2 Installation Problem on Windows 7 64-bit
    I can't install Lightroom 3.2 (German) on my computer (Windows 7 Professional 64-bit).
    While copying the extracted program files the following error message appears:
    An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    I found out that other users had the same problem, and couldn't find a solution.
    Perhaps it is a Microsoft .NET Framework related problem. But after installing .NET Framework 4 nothing changed.
    Thanks for ideas to solve the problem.

    Thanks for your advice, Mr. McLion.
    I downloaded the 3.4.1 version and started the installation as administrator. Unfortunately the same error message occured again.
    Then I tried to install the 32-bit version (although I prefer a 64-bit program on a 64-bit operating system). A similar error message appeared at the same point of installation progress, but with another combination of numbers and letters in brackets.

  • Installation problem for Java EE 5 SDK Update 2

    Hi ,
    I have jdk1.5.0_12 (J2SE) installed on my Windows XP. Now i am trying to install J2EE on my machine.I tried to install it twice but it comes to a halt after completing 45% at the same jar file. Following is the link which shows it comes to a halt.
    http://img141.imageshack.us/my.php?image=j2eeinstallhangupav8.png
    Also I wanted to know if I uninstall the J2SE and then install only J2EE will that be fine.Because I believe J2EE is a superset of J2SE ?
    Thanks in advance.

    For the difference between Java EE and Java SE read here:
    http://java.sun.com/javaee/5/docs/firstcup/doc/p3.html
    For the installation problem, I don�t know how to help you... maybe here you can find some ideas:
    http://forum.java.sun.com/thread.jspa?threadID=738559
    Andrea

Maybe you are looking for

  • Memory on the 20GB colour ipod

    I have just got an 20GB ipod and having set it up etc went to the about section on the ipod and it says i only have 18.5GB of memory even though i haven't yet put anything on the ipod???

  • X3 charging problem

    hello! when I try to charge my x3 nothing happens. when I try to enable my x3, nokia logo appears, then blan screen and it restarts. i have the latest firmware installed. please help! thanks in advance!

  • Pointer moving all around and programs are opening

    I am trying to use my trackpad as I always have, but my mouse keeps moving around (kind of like it has a mind of it's own).  I also find that programs are randomly opening up and it feels like someone else is in control of my computer.  Help please! 

  • Wich rules are based the explain plan

    Hi! Please some one can tell me, which are the specific ranges to say one data base function is acceptable? I mean, i know with the explain plan, can get the values of a transaction, but i need to know which ranges are considered good or besides when

  • Tiny fonts in non-global zones in JDS

    I have installed the u5 image and configured it to run trusted extensions. I have 3 labeled zones and am running the JDS. Everything seems to be working great with one exception. The non-global, labeled zones' JDS workspaces all have tiny fonts, tiny