TFS online build error in NuGet.targets

Just yesterday, all of our TFS online builds started failing with the same NuGet.targets error
C:\a\src\.nuget\NuGet.targets (92): The process cannot access the file 'C:\Users\buildguest\AppData\Roaming\NuGet\NuGet.Config' because it is being used by another process.
This started happening right after a performance related TFS outage on 12/18/2014. Don't know how it could have changed anything, maybe just coincidence.
No changes to solutions, structure, packages or otherwise - just source changes checked in.
Can this be corrected?

You are likely still using the msbuild based NuGet package restore from prior to NuGet 2.7 and you are still likely using an old version of NuGet.exe with that as that
process checked a version of NuGet.exe in with it.  This is no longer a recommend approach because there are certain NuGet packages that now include msbuild targets as part of them because MSBuild needs all of the refereced targets files on disk when
it starts it is not possible to add targets files as part of the NuGet restore. 
My guess is the error you are now seeing is because we have moved to dual proc build machines and this a multiproc MSBuild with legacy old style msbuild hack package restore bug. 
It is likely you can upgrade to a newer version of nuget.exe and check that version in with their solution and it will work around this issue.
There are detailed instructions on the NuGet.org site about the various ways to do package restore.
http://docs.nuget.org/docs/reference/package-restore
http://docs.nuget.org/docs/reference/Package-Restore-with-Team-Build

Similar Messages

  • TFS Online Builds Fail Sometimes on Package Restore

    We are currently getting errors with package restore for TFS online build.
    C:\a\src\Web\Web\.nuget\NuGet.targets
    (100): Unable to find version 'XXX' of package 'YYYY'.
    It worked earlier for the same solution, but to another build definition/website.  And yes, it has worked many times for this build definition/website.  We periodically get these failures on a given day.  Maybe twice a month. 
    It always seems to be environment related as the errors just go away.  On occasion, the VSO support site has shown a problem status (not green).  But often the status is green.
    Does anyone else have this problem occur this often?  We like using VSO and Azure for the most part.  But the builds are just killing us.  They are vey, very slow compared to what we can do locally and not very reliable.

    The package restore workflow has been changed by NuGet team. For Team Foundation Build 2013 on-premises and Visual Studio Online  (formerly Team Foundation Service), the default Build Process  Templates already implement the NuGet Package Restore
    workflow without  any special configuration.
    Please ensure you have applied the right way to do package restore in your solution hosted in VSO and try to build again.
    Have a look at below links for more details:
    http://blog.davidebbo.com/2014/01/the-right-way-to-restore-nuget-packages.html
    http://www.xavierdecoster.com/migrate-away-from-msbuild-based-nuget-package-restore

  • Cannot build because of Nuget errors

    Recently my workstation was migrated from windows 7 to 8.
    When I downloaded my project from TFS source control and tried to build it for deployment to my test server, I got these Nuget errors.
    How do I fix this?
    C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '4.0.20710.0' of package 'Microsoft.AspNet.WebApi.Core'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '4.0.20710.0' of package 'Microsoft.AspNet.WebApi.WebHost'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '2.0.30506.0' of package 'Microsoft.AspNet.WebPages'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '2.0.20710.0' of package 'Microsoft.AspNet.WebPages.Data'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '2.0.20710.0' of package 'Microsoft.AspNet.WebPages.OAuth'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '2.0.20710.0' of package 'Microsoft.AspNet.WebPages.WebData'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '2.0.20710.0' of package 'Microsoft.Net.Http'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): Unable to find version '5.0.8' of package 'Newtonsoft.Json'.
     C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.targets (100): The command ""C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\.nuget\NuGet.exe" install "C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\SCD4\packages.config"
    -source ""  -NonInteractive -RequireConsent -solutionDir "C:\Builds\4\SCD4\SCD4 - Test\Sources\MVC4\SCD4\ "" exited with code 1.

    Hi arame,
    I am glad to hear you resolved the issue. Thanks for sharing your experience here, it is good to other members who experience the same issue in the community.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • TFS Won't Restore one NuGet package

    I've got TFS doing some continuous integration builds. Today, when setting up a new solution, I couldn't get it to work. It seems it can't find AutoMapper. All the other packages can be found just fine.
    A couple relevant points:
    * None of the packages are in source control, we're letting TFS restore them. 
    * We have an internal NuGet feed, but it doesn't seem to be a problem in other solutions, and in this solution we are still getting Entity Framework to restore - just not AutoMapper. 
    * I tried removing and re-adding the NuGet Packages. No luck.
    * If I use Remote Desktop to connect to the build server and open the project in Visual Studio there, it restores the packages and builds fine.
    This is from the TFS Logs:
    D:\Program Files\Microsoft Team Foundation Server 12.0\Tools\nuget.exe restore "C:\Builds\1\MyCompany Web\FclQuoteWcfService\src\FclQuoteWcfService.sln" -NonInteractive
    Installing 'EntityFramework 6.1.3'.
    Installing 'InternalPackage 1.0'.
    Successfully installed 'InternalPackage 1.0'.
    Successfully installed 'EntityFramework 6.1.3'.
    Unable to find version '3.3.1' of package 'AutoMapper'.
    C:\Program Files (x86)\MSBuild\12.0\bin\amd64\MSBuild.exe /nologo /noconsolelogger "C:\Builds\1\MyCompany Web\FclQuoteWcfService\src\FclQuoteWcfService.sln" /nr:False /fl /flp:"logfile=C:\Builds\1\MyCompany Web\FclQuoteWcfService\src\FclQuoteWcfService.log;encoding=Unicode;verbosity=normal" /p:SkipInvalidConfigurations=true /m /p:OutDir="C:\Builds\1\MyCompany Web\FclQuoteWcfService\bin\\" /p:VCBuildOverride="C:\Builds\1\MyCompany Web\FclQuoteWcfService\src\FclQuoteWcfService.sln.vsprops" /dl:WorkflowCentralLogger,"D:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;BuildUri=vstfs:///Build/Build/230;IgnoreDuplicateProjects=False;InformationNodeId=12;TargetsNotLogged=GetNativeManifest,GetCopyToOutputDirectoryItems,GetTargetPath;TFSUrl=http://ctidev2k8:8080/tfs/MyCompany;"*WorkflowForwardingLogger,"D:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;" /p:BuildId="9aa9f8af-c9b9-4d0a-ba06-7cc959231d8e,vstfs:///Build/Build/230" /p:BuildLabel="FclQuoteWcfService_20150330.2" /p:BuildTimestamp="Mon, 30 Mar 2015 20:40:07 GMT" /p:BuildSourceVersion="LFclQuoteWcfService_20150330.2@$/MyCompany Web" /p:BuildDefinition="FclQuoteWcfService"
    Exception Message: MSBuild error 1 has ended this build. You can find more specific information about the cause of this error in above messages. (type BuildProcessTerminateException) Exception Stack Trace: at System.Activities.Statements.Throw.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

    Hi Pharylon,  
    Thanks for your reply.
    You’re using TFS 2013?
    TFS 2013 Build will run below two commands in order and separately to build solution on build agent machine, please manually run below two commands on your build agent machine to check result and find why cannot run command successfully.
    C:\Program Files\Microsoft Team Foundation Server 12.0\Tools\nuget.exe restore "C:\Builds\ID\teamprojectname\builddefinitionname\src\solutionname.sln" -NonInteractive
    C:\Program Files (x86)\MSBuild\12.0\bin\amd64\MSBuild.exe /nologo /noconsolelogger "C:\Builds\ID\teamprojectname\builddefinitionname\src\solutionname.sln"
    You said you can run the Nuget.exe from D:\Program Files\Microsoft Team Foundation Server 12.0\Tools correctly, Your TFS Build Server install under D:\ on your build agent machine? 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error in invoking target 'irman ioracle' of makefile '/opt/oragrid/rdbms/lib/ins_rdbms.mk'

    Hello all,
    I am attempting to install Oracle12c GI on two virtual nodes (in Fusion VMware) and am getting the following error message (Both nodes are configured exactly the same):
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO:
    INFO:  - Linking recovery manager (rman)
    INFO: rm -f /opt/oragrid/rdbms/lib/rman
    INFO: /opt/oragrid/bin/orald -o /opt/oragrid/rdbms/lib/rman -m64 -z noexecstack -Wl,--disable-new-dtags -L/opt/oragrid/rdbms/lib/ -L/opt/oragrid/lib/ -L/opt/oragrid/lib/stubs/   /opt/oragrid/lib/s0main.o /opt/oragrid/rdbms/lib/sskrmed.o /opt/oragrid/rdbms/lib/skrmpt.o -ldbtools12 -lclient12 -lsql12 -lpls12  -lrt -lplp12 -lsnls12 -lunls12 -lnls12 -lslax12 -lpls12  -lrt -lplp12 /opt/oragrid/lib/libplc12.a -lclntsh -lclntshcore  `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat
    INFO:  /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnnz12 -lzt12 -lztkg12 -lztkg12 -lclient12 -lnnetd12  -lvsn12 -lcommon12 -lgeneric12 -lmm -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lclient12 -lnnetd12  -lvsn12 -lcommon12 -lgeneric12   -lsn
    INFO: ls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lclient12 -lnnetd12  -lvsn12 -lcommon12 -lgeneric12 -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12   `cat /opt/oragrid/lib/sysliblist` -Wl,-rpath,/opt/oragrid/lib -lm    `cat /opt/oragrid/lib/sysliblist` -ldl -lm   -L/opt/oragrid/lib
    INFO: test ! -f /opt/oragrid/bin/rman ||\
        mv -f /opt/oragrid/bin/rman /opt/oragrid/bin/rmanO
    INFO: mv /opt/oragrid/rdbms/lib/rman /opt/oragrid/bin/rman
    INFO: chmod 751 /opt/oragrid/bin/rman
    INFO: chmod 755 /opt/oragrid/bin
    INFO:
    INFO:  - Linking Oracle
    INFO: rm -f /opt/oragrid/rdbms/lib/oracle
    INFO: /opt/oragrid/bin/orald  -o /opt/oragrid/rdbms/lib/oracle -m64 -z noexecstack -Wl,--disable-new-dtags -L/opt/oragrid/rdbms/lib/ -L/opt/oragrid/lib/ -L/opt/oragrid/lib/stubs/   -Wl,-E /opt/oragrid/rdbms/lib/opimai.o /opt/oragrid/rdbms/lib/ssoraed.o /opt/oragrid/rdbms/lib/ttcsoi.o -Wl,--whole-archive -lperfsrv12 -Wl,--no-whole-archive /opt/oragrid/lib/nautab.o /opt/oragrid/lib/naeet.o /opt/oragrid/lib/naect.o /opt/oragrid/lib/naedhs.o /opt/oragrid/rdbms/lib/config.o  -lserver12 -lodm12 -lcell12 -lnnet12 -lskgx
    INFO: p12 -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lclient12  -lvsn12 -lcommon12 -lgeneric12 -lknlopt `if /usr/bin/ar tv /opt/oragrid/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap12" ; fi` -lskjcx12 -lslax12 -lpls12  -lrt -lplp12 -lserver12 -lclient12  -lvsn12 -lcommon12 -lgeneric12 `if [ -f /opt/oragrid/lib/libavserver12.a ] ; then echo "-lavserver12" ; else echo "-lavstub12"; fi` `if [ -f
    INFO: /opt/oragrid/lib/libavclient12.a ] ; then echo "-lavclient12" ; fi` -lknlopt -lslax12 -lpls12  -lrt -lplp12 -ljavavm12 -lserver12  -lwwg  `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnnzst12 -lzt12 -lztkg12 -lmm -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lztkg12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12
    INFO:  -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnnzst12 -lzt12 -lztkg12   -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 `if /usr/bin/ar tv /opt/oragrid/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo12"; fi` -L/opt/oragrid/ctx/lib/ -lctxc12 -lctx12 -lzx12 -lgx12 -lctx12 -lzx12 -lgx12 -lordimt12 -lclsra12 -ldbc
    INFO: fg12 -lhasgen12 -lskgxn2 -lnnzst12 -lzt12 -lxml12 -locr12 -locrb12 -locrutl12 -lhasgen12 -lskgxn2 -lnnzst12 -lzt12 -lxml12  -lgeneric12 -loraz -llzopro -lorabz2 -lipp_z -lipp_bz2 -lippdcemerged -lippsemerged -lippdcmerged  -lippsmerged -lippcore  -lippcpemerged -lippcpmerged  -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lsnls12 -lunls12  -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12
    INFO:  -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lasmclnt12 -lcommon12 -lcore12  -laio -lons    `cat /opt/oragrid/lib/sysliblist` -Wl,-rpath,/opt/oragrid/lib -lm    `cat /opt/oragrid/lib/sysliblist` -ldl -lm   -L/opt/oragrid/lib
    INFO: /
    INFO: usr
    INFO: /
    INFO: bin
    INFO: /
    INFO: ld
    INFO: :
    INFO:
    INFO: cannot
    INFO: 
    INFO: find
    INFO: 
    INFO: -
    INFO: ljavavm12
    INFO:
    INFO: collect2:
    INFO: ld returned 1 exit status
    INFO:
    INFO: make: *** [/opt/oragrid/rdbms/lib/oracle] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'irman ioracle' of makefile '/opt/oragrid/rdbms/lib/ins_rdbms.mk'. See '/opt/oraInventory/logs/installActions2013-11-25_04-25-06PM.log' for details.
    Exception Severity: 1
    Below are my VM specs:
    **************************************************************Installed RPM's*****************************************************************
    cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 6.4 (Santiago)
    rpm -qa gcc
    gcc-4.4.7-3.el6.x86_64
    rpm -qa make
    make-3.81-20.el6.x86_64
    rpm -qa|grep oracle
    oracleasmlib-2.0.4-1.el6.x86_64
    oracle-logos-60.0.14-1.0.1.el6.noarch
    oracle-rdbms-server-12cR1-preinstall-1.0-8.el6.x86_64
    kmod-oracleasm-2.0.6.rh1-2.el6.x86_64
    oraclelinux-release-notes-6Server-9.x86_64
    oraclelinux-release-6Server-4.0.4.x86_64
    oracleasm-support-2.1.8-1.el6.x86_64
    ***************************************************************JAVA***************************************************************************
    java version "1.7.0_45"
    Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
    Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
    *************************************************************SYSCTL**************************************************************************
    # Kernel sysctl configuration file for Red Hat Linux
    # For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
    # sysctl.conf(5) for more details.
    # Controls IP packet forwarding
    net.ipv4.ip_forward = 0
    # Controls source route verification
    net.ipv4.conf.default.rp_filter = 1
    # Do not accept source routing
    net.ipv4.conf.default.accept_source_route = 0
    # Controls the System Request debugging functionality of the kernel
    kernel.sysrq = 0
    # Controls whether core dumps will append the PID to the core filename.
    # Useful for debugging multi-threaded applications.
    kernel.core_uses_pid = 1
    kernel.core_pattern=/var/adm/crash/cores/%e.sig%s
    # Controls the use of TCP syncookies
    net.ipv4.tcp_syncookies = 1
    # Disable netfilter on bridges.
    net.bridge.bridge-nf-call-ip6tables = 0
    net.bridge.bridge-nf-call-iptables = 0
    net.bridge.bridge-nf-call-arptables = 0
    # Controls the default maxmimum size of a mesage queue
    kernel.msgmnb = 65536
    # Controls the maximum size of a message, in bytes
    kernel.msgmax = 65536
    # Controls the maximum shared segment size, in bytes
    # Controls the maximum number of shared memory segments, in pages
    kernel.shmall = 4294967296
    # oracle-rdbms-server-12cR1-preinstall setting for fs.file-max is 6815744
    fs.file-max = 6815744
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.sem is '250 32000 100 128'
    kernel.sem = 250 32000 100 128
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.shmmni is 4096
    kernel.shmmni = 4096
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.shmall is 1073741824 on x86_64
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.shmmax is 4398046511104 on x86_64
    kernel.shmmax = 4398046511104
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.rmem_default is 262144
    net.core.rmem_default = 262144
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.rmem_max is 4194304
    net.core.rmem_max = 4194304
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.wmem_default is 262144
    net.core.wmem_default = 262144
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.wmem_max is 1048576
    net.core.wmem_max = 1048576
    # oracle-rdbms-server-12cR1-preinstall setting for fs.aio-max-nr is 1048576
    fs.aio-max-nr = 1048576
    # oracle-rdbms-server-12cR1-preinstall setting for net.ipv4.ip_local_port_range is 9000 65500
    net.ipv4.ip_local_port_range = 9000 65500
    # The below entries were added and deal with an r_filtering issue oracle wants private interconnects set loose
    net.ipv4.conf.eth4.rp_filter = 2
    net.ipv4.conf.eth6.rp_filter = 2
    net.ipv4.conf.eth1.rp_filter = 1
    *************************************************************Filesystem************************************************************************
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/vg_oracle12c-lv_root
                          8.9G  3.5G  5.0G  42% /
    tmpfs                 2.2G     0  2.2G   0% /dev/shm
    /dev/sda1             485M  101M  359M  22% /boot
    /dev/mapper/vg_oracle12c-lv_home
                          2.0G   70M  1.9G   4% /home
    /dev/mapper/vg_oracle12c-lv_tmp
                          4.5G  541M  3.7G  13% /tmp
    /dev/mapper/vg_oracle12c-lv_var
                          5.0G  956M  3.8G  20% /var
    /dev/mapper/oracle_vg-oragrid
                           20G  5.0G   14G  27% /opt/oragrid
    .host:/               466G  137G  330G  30% /mnt/hgfs
    *******************************************************************CPU INFO*******************************************************************************
    cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    processor : 2
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    processor : 3
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    *******************************************************************************Memory************************************************************************
    free -m
                 total       used       free     shared    buffers     cached
    Mem:          4331       3972        359          0         30       3412
    -/+ buffers/cache:        530       3801
    Swap:        14323          0      14323
    ****************************************************************************Network***************************************************************************
    Note eth0 is NAT and used for internet connectivity, eth1 is the public network (static and accessible to the hypervising machine running fusion ), eth4 and and eth6 are private, and eth3 is connected to an openfiler storage appliance (This is also a VM serving out ISCSI targets).
    eth0      Link encap:Ethernet  HWaddr 00:50:56:22:C6:91
              inet addr:192.168.90.140  Bcast:192.168.90.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe22:c691/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:227 errors:0 dropped:0 overruns:0 frame:0
              TX packets:225 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:24414 (23.8 KiB)  TX bytes:18545 (18.1 KiB)
    eth1      Link encap:Ethernet  HWaddr 00:50:56:3A:AE:95
              inet addr:192.168.3.2  Bcast:192.168.3.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe3a:ae95/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:482561 errors:0 dropped:0 overruns:0 frame:0
              TX packets:450616 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:483728272 (461.3 MiB)  TX bytes:501489666 (478.2 MiB)
    eth3      Link encap:Ethernet  HWaddr 00:50:56:24:40:AB
              inet addr:192.168.5.2  Bcast:192.168.5.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe24:40ab/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:4944 errors:0 dropped:0 overruns:0 frame:0
              TX packets:3817 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:6186232 (5.8 MiB)  TX bytes:346478 (338.3 KiB)
    eth4      Link encap:Ethernet  HWaddr 00:50:56:3F:77:AA
              inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe3f:77aa/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1222 errors:0 dropped:0 overruns:0 frame:0
              TX packets:978 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:205198 (200.3 KiB)  TX bytes:168464 (164.5 KiB)
    eth6      Link encap:Ethernet  HWaddr 00:50:56:22:72:E3
              inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe22:72e3/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:354 errors:0 dropped:0 overruns:0 frame:0
              TX packets:116 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:54390 (53.1 KiB)  TX bytes:17992 (17.5 KiB)
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:194338 errors:0 dropped:0 overruns:0 frame:0
              TX packets:194338 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:920534042 (877.8 MiB)  TX bytes:920534042 (877.8 MiB)
    *****************************************************************************ORACLE ASM AND MULTIPATH INFO********************************************
    /etc/init.d/oracleasm listdisks
    VOTE1
    VOTE2
    VOTE3
    vote3 (14f504e46494c45523434517a65422d4b6364682d57544f65) dm-8 OPNFILER,VIRTUAL-DISK
    size=3.0G features='0' hwhandler='0' wp=rw
    `-+- policy='round-robin 0' prio=1 status=active
      `- 3:0:0:2 sdh 8:112 active ready running
    vote2 (14f504e46494c45526e6c6a48324a2d6a4347462d7a465074) dm-6 OPNFILER,VIRTUAL-DISK
    size=3.0G features='0' hwhandler='0' wp=rw
    `-+- policy='round-robin 0' prio=1 status=active
      `- 3:0:0:1 sdg 8:96  active ready running
    vote1 (14f504e46494c45525763646753422d594262512d414a6275) dm-7 OPNFILER,VIRTUAL-DISK
    size=3.0G features='0' hwhandler='0' wp=rw
    `-+- policy='round-robin 0' prio=1 status=active
      `- 3:0:0:0 sdf 8:80  active ready running
    If any more information is necessary please request and I will provide, as you can see there is more than enough memory and disk space for the installation. The only exception being that I am using a different 'oraInventory', 'gridhome', and 'oraBase'. I have looked closely at the output and the problem seems to be a file called 'ljavavm12', I have highlighted the line in bold above in the log output. Any help with this would be greatly appreciated.
    Regards,
    Alex

    Resolved my own issue,
    for anyone else having the same problem, here is how it was resolved:
    ljavavm12 is part of libjavavm12.a, for some reason this file was not copied into the $GRID_HOME, after doing so make went through fine.
    'cp /opt/oragrid/javavm/jdk/jdk7/lib/libjavavm12.a /opt/oragrid/lib/'
    Alex,

  • Error in invoking target 'relink' of makefile precomp//lib/ins_precomp.mk

    Hi Experts,
    I am getting following error while installing oracle at the linking phase
    ORACLE 10.2 /AIX 5.3
    Error in invoking target 'relink' of makefile '/oracle/DNB/102_64/precomp/lib/ins_precomp.mk'.
    See '/oracle/oraInventory/logs/installActions2007-05-15_03-35-04PM.log' for details.
    And the make.log has following entry
    SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-866 INTERNAL ERROR: Output symbol table size miscalculated.
    ld: 0711-759 INTERNAL ERROR: Source file xoutxx.c, line 470.
    Depending on where this product was acquired, contact your service
    representative or the approved supplier.
    make: The error code from the last command is 16.
    Regards
    Arif AHmed
    919820008732
    make.log
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 18. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 115 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 251 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 252) in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    The symbol refers to a csect with symbol number 0, which was not
    found. The new symbol cannot be associated with a csect and
    is being ignored.
    ld: 0711-870 WARNING: Symbol table entry 7 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 1. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 8 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-866 INTERNAL ERROR: Output symbol table size miscalculated.
    ld: 0711-759 INTERNAL ERROR: Source file xoutxx.c, line 470.
    Depending on where this product was acquired, contact your service
    representative or the approved supplier.
    make: The error code from the last command is 16.
    Stop.
    Install Action
    ld: 0711-870 WARNING: Symbol table entry 7 in object /oracle/DNB/102_64/lib//libnnz10.a[pk
    INFO: cs11db.o]:
    Unknown symbol type 1. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 8 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz1
    INFO: 0.a[pkcs11db.o]:
    Unknown symbol type 18. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 115 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 251 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 252) in object /oracle/DNB
    INFO: /102_64/lib//libnnz10.a[pkcs11db.o]:
    The symbol refers to a csect with symbol number 0, which was not
    found. The new symbol cannot be associated with a csect and
    is being ignored.
    ld: 0711-870 WARNING: Symbol table entry 7 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 1. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 8 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the
    INFO: output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid val
    INFO: ues are between 4 and 915.
    ld: 0711-866 INTERNAL ERROR: Output symbol table size miscalculated.
    INFO: ld: 0711-759 INTERNAL ERROR: Source file xoutxx.c, line 470.
    Depending on where this product was acquired, contact your service
    representative or the approved supplier.
    INFO: make: The error code from the last command is 16.
    Stop.
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'relink' of makefile '/oracle/DNB/102_64/precomp/lib/ins_precomp.mk'. See '/oracle/oraInventory/logs/installActions2007-05-17_11-25-50AM.log' for details.
    Exception Severity: 1
    INFO: Exception handling set to prompt user with options to Retry Ignore
    User Choice: Retry
    INFO: The output of this make operation is also available at: '/oracle/DNB/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: Linking /oracle/DNB/102_64/precomp/lib/proc
    System Information
    <Host>:/oracle/DNB/install/ORA>lsps -a
    Page Space Physical Volume Volume Group Size %Used Active Auto Type
    paging01 hdiskpower4 swapvg 10240MB 1 yes yes lv
    paging00 hdiskpower4 swapvg 10240MB 1 yes yes lv
    hd6 hdisk0 rootvg 2048MB 1 yes yes lv
    <Host>:/oracle/DNB/install/ORA>lsattr -El sys0 -a realmem
    realmem 4194304 Amount of usable physical memory in Kbytes False
    <Host>:/oracle/DNB/install/ORA>lsdev | grep aio
    aio0 Available Asynchronous I/O (Legacy)
    posix_aio0 Available Posix Asynchronous I/O
    <Host>:/oracle/DNB/install/ORA>lsattr -EHl sys0 | grep maxuproc
    maxuproc 2048 Maximum number of PROCESSES allowed per user True
    <Host>:/oracle/DNB/install/ORA>oslevel -s
    5300-05-03
    <Host>:/oracle/DNB/install/ORA>lsuser oradnb
    oradnb id=3861 pgrp=dba groups=dba,oper,sapinst home=/oracle/DNB shell=/bin/csh gecos=SAP Database Administrator login=true su=true rlogin=true daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat or LDAP logintimes= loginretries=0 pwdwarntime=0 account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0 minother=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0 histsize=0 pwdchecks= dictionlist= fsize=-1 cpu=-1 data=-1 stack=-1 core=8388604 rss=65536 nofiles=2000 fsize_hard=-1 cpu_hard=-1 data_hard=-1 stack_hard=-1 core_hard=8388604 roles=
    <Host>:/oracle/DNB/install/ORA>java -fullversion
    java full version "J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20061124 (SR7)"
    Checking the Software Requirements on AIX
    http://download-east.oracle.com/docs/html/B10811_05/ch2.htm#i1009960
    <Host>:/oracle/<SID>/install/ORA>oslevel -r
    5300-05
    <Host>:/oracle/<SID>/install/ORA>lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.perfstat \
    > bos.perf.libperfstat bos.perf.proctools
    Fileset Level State Description
    Path: /usr/lib/objrepos
    bos.adt.base 5.3.0.51 COMMITTED Base Application Development
    Toolkit
    bos.adt.lib 5.3.0.50 COMMITTED Base Application Development
    Libraries
    bos.adt.libm 5.3.0.40 COMMITTED Base Application Development
    Math Library
    bos.perf.libperfstat 5.3.0.50 COMMITTED Performance Statistics Library
    Interface
    bos.perf.perfstat 5.3.0.50 COMMITTED Performance Statistics
    Interface
    bos.perf.proctools 5.3.0.50 COMMITTED Proc Filesystem Tools
    Path: /etc/objrepos
    bos.perf.libperfstat 5.3.0.0 COMMITTED Performance Statistics Library
    Interface
    bos.perf.perfstat 5.3.0.50 COMMITTED Performance Statistics
    Interface
    <Host>:/oracle/<SID>/install/ORA>/usr/sbin/instfix -i -k "IY43980 IY44810 IY45462 IY45707 IY46214 IY46605 \
    > IY48525 IY51801 IY56024"
    There was no data for IY43980 in the fix database.
    There was no data for IY44810 in the fix database.
    There was no data for IY45462 in the fix database.
    There was no data for IY45707 in the fix database.
    There was no data for IY46214 in the fix database.
    There was no data for IY46605 in the fix database.
    All filesets for IY48525 were found.
    There was no data for 5 in the fix database.
    There was no data for IY51801 in the fix database.
    There was no data for IY56024 in the fix database.
    <Host>:/oracle/<SID>/install/ORA>lslpp -l X11.motif.lib mqm.Client.Bnd mqm.Server.Bnd
    Fileset Level State Description
    Path: /usr/lib/objrepos
    X11.motif.lib 5.3.0.50 COMMITTED AIXwindows Motif Libraries
    lslpp: 0504-132 Fileset mqm.Client.Bnd not installed.
    lslpp: 0504-132 Fileset mqm.Server.Bnd not installed.
    <Host>:/oracle/<SID>/install/ORA>lslpp -l bos.rte.aio
    Fileset Level State Description
    Path: /usr/lib/objrepos
    bos.rte.aio 5.3.0.51 COMMITTED Asynchronous I/O Extension
    Path: /etc/objrepos
    bos.rte.aio 5.3.0.0 COMMITTED Asynchronous I/O Extension
    <Host>:/oracle/<SID>/install/ORA>/usr/sbin/instfix -i -k "IY48526 IY47055 IY40034"
    There was no data for IY48526 in the fix database.
    There was no data for IY47055 in the fix database.
    There was no data for IY40034 in the fix database.

    Dear @Prince Jose
    how to enamble CIO?
    maybe your can give a step by step..
    regards,
    RhA

  • Error in invoking target 'nnfgt.o'

    Dear Experts,
    I'm upgrading my Oracle patch set 10.2.0.4 to 10.2.0.5.
    but while installing the patch set I'm getting the following error
    "NFO: Internal Error: Codeword
    file /opt/aCC/newconfig/aCC.cwd,/opt/aCC/newconfig/ansic.cwd missing or
    empty.
    INFO:
    Stop.
    INFO: *** Error exit code 254
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'nnfgt.o' of
    makefile '/oracle/EPQ/102_64/network/lib/ins_net_client.mk'.
    See '/oracle/oraInventory/logs/installActions2011-03-09_11-40-43AM.log'
    for details.
    Exception Severity: 1

    Dear Siva,
    Here you are
    NFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Bali Share
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle UIX
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Buildtools Common Files
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Parser Generator Required Support Files
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Enterprise Manager Minimal Integration
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle interMedia Annotator
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Database Workspace Manager
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component JDBC Common Files
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle Required Support Files 32 bit Patch
    INFO: Calling Action unixActions10.2.0.1.0  make
         installMakePath = /usr/bin/make
         installMakeFileName = /oracle/EPQ/102_64/network/lib/ins_net_client.mk
         installTarget = nnfgt.o
         installArguments = ORACLE_HOME =/oracle/EPQ/102_64
         undoMakeFileName = null
         undoTarget = null
         undoArguments = null
         logFile = /oracle/EPQ/102_64/install/make.log
         progMsg = Linking nnfgt
    INFO: The output of this make operation is also available at: '/oracle/EPQ/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO:      rm -f nnfgt.*
    INFO:      (if [ "compile" = "compile"  -a  -n ""  -a  -d "" ]; then \
           echo "Building 32bit version of nnfgt.o"; \
           /oracle/EPQ/102_64/bin/gennfgt > nnfgt.c ;\
           cc  -c nnfgt.c ;\
           rm -f nnfgt.o ;\
           mv nnfgt.o  ;\
           /usr/ccs/bin/ar rv libn10.a nnfgt.o ; fi)
    INFO:      (if [ "compile" = "compile" ] ; then \
           /oracle/EPQ/102_64/bin/gennfgt > nnfgt.c ;\
           cc +DD64 -c nnfgt.c ;\
           rm -f /oracle/EPQ/102_64/lib/nnfgt.o ;\
           mv nnfgt.o /oracle/EPQ/102_64/lib/ ;\
           /usr/ccs/bin/ar rv /oracle/EPQ/102_64/lib/libn10.a /oracle/EPQ/102_64/lib/nnfgt.o ;\
           cc  -c nnfgt.c ;\
           rm -f /oracle/EPQ/102_64/lib32/nnfgt.o ;\
           mv nnfgt.o /oracle/EPQ/102_64/lib32/ ;\
           /usr/ccs/bin/ar rv /oracle/EPQ/102_64/lib32/libn10.a /oracle/EPQ/102_64/lib32/nnfgt.o ; fi)
    INFO: Internal Error: Codeword file /opt/aCC/newconfig/aCC.cwd,/opt/aCC/newconfig/ansic.cwd missing or empty.
    INFO:
    Stop.
    INFO: *** Error exit code 254
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'nnfgt.o' of makefile '/oracle/EPQ/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2011-03-09_11-40-43AM.log' for details.
    Exception Severity: 1
    Regards,
    Sherif

  • 'error in invoking target 'client_sharedlib' of makefile'   for help

    I am installing oracle 10g(10202_database_soxl86)on solaris 10 (sol-10-u10-ga2-x86-dvd.iso) throgh VMware workstation 7.1.4
    I fellowing the steps below:
    1、 # pkgadd -R /cdrom/Solaris_10/Product SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt SUNWgcc
    2、 # mkdir -p /export/home/app/oracle
    # chown -R oracle:oinstall /export/home/app/oracle
    3、 # groupadd oinstall
    # groupadd dba
    # useradd -g oinstall -G dba -s /usr/bin/bash -d /export/home/app/oracle oracle
    # passwd oracle
    4、$vi .profile
    export ORACLE_BASE=/export/home/app
    export ORACLE_HOME=$ORACLE_BASE/oracle
    export ORACLE_SID=sun
    export PATH=$ORACLE_HOME/bin:$PATH
    export DISPLAY=192.168.0.1:0.0
    stty erase ^h
    $ env | grep ORA
    results: ORACLE_BASE=/export/home/app
    ORACLE_HOME=/export/home/app/oracle
    ORACLE_SID=sun
    $ env | grep DIS
    results:DISPLAY=192.168.0.1:0.0
    5、# uname -a
    result:SunOS solaris10 5.10 Generic_147441-01 i86pc i386 i86pc
    # isainfo -v
    result:32-bit i386 applications
    pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp sse3 sse2 sse fxsr mmx
    cmov sep cx8 tsc fpu
    6、# df -k
    Filesystem kbytes used avail capacity Mounted on
    swap 2437932 112 2437820 1% /tmp
    7 、# cd /tmp
    # unzip / 10202_database_soxl86.zip
    # chown -R oracle:oinstall database/
    8、 # su - oracle
    $ cd /tmp/database
    $ ./runInstaller
    Error information:
    1、error in invoking target 'client_sharedlib' of makefile
    2、Error in invoking target 'relink' of makefile
    3、Error in invoking target 'ioracle' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    4、Error in invoking target 'nnfgt.o mkldflags client_sharedlib' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'
    5、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/sqlplus/lib/ins_sqlplus.mk'.
    6、Error in invoking target 'irman' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    7、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'.
    Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/plsql/lib/ins_plsql.mk'.
    8、Error in invoking target 'ioklist iokinit iokdstry' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_nau.mk'.
    9、Error in invoking target 'utilities ctx_on' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    10、Error in invoking target 'agent nmo nmb' of makefile '/export/home/oracle/product/10.2.2/sysman/lib/ins_sysman.mk'.
    11、Error in invoking target 'clientonlyinstall' of makefile '/export/home/oracle/product/10.2.2/ldap/lib/ins_ldap.mk'.
    12、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/srvm/lib/ins_srvm.mk'.
    13、Error in invoking target 'racg_install' of makefile '/export/home/oracle/product/10.2.2/racg/lib/ins_has.mk'.
    14、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_server.mk'.
    15、Error in invoking target 'all_no_orcl ipc_g' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    16、Error in invoking target 'collector' of makefile '/export/home/oracle/product/10.2.2/sysman/lib/ins_emdb.mk'.
    details:
    Checking installer requirements...
    INFO:
    INFO: Checking operating
    system version: must be 5.10. Actual 5.10
    INFO:
    Passed
    INFO:
    INFO: Checking Temp space: must be
    greater than 250 MB. Actual 2403 MB Passed
    INFO: Checking swap
    space: must be greater than 500 MB. Actual 2805 MB Passed
    INFO:
    Checking monitor: must be configured to display at least 256 colors.
    Actual 16777216 Passed
    INFO:
    INFO: All installer requirements
    met.
    Exception String: Error
    in invoking target 'client_sharedlib' of makefile
    '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'.
    See '/export/home/oracle/oraInventory/logs/installActions2011-11-
    04_08-21-57PM.log' for details.
    Exception Severity: 1
    INFO: Exception
    handling set to prompt user with options to Retry Ignore
    User
    Choice: Ignore
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Enterprise Manager Agent DB
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component Enterprise Manager
    Common Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Oracle Display Fonts
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Extended Windowing
    Toolkit
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle UIX
    INFO: 11/4/11 8:37:54 PM CST: Starting install
    Link Phase of component SQL*Plus Required Support Files
    INFO: 11/4/11
    8:37:54 PM CST: Starting install Link Phase of component DBJAVA
    Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install
    Link Phase of component Oracle OLAP RDBMS Files
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = olap_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = olap_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    null
    INFO: The output of this make operation is also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar d
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a xsnoolap.o
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/xsyeolap.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Oracle
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Oracle OLAP API
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component XDK Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component RDBMS Required Support Files for Instant Client
    INFO:
    11/4/11 8:37:54 PM CST: Starting install Link Phase of component
    RDBMS Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting
    install Link Phase of component Oracle JFC Extended Windowing
    Toolkit
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Agent Required Support Files
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Parser Generator Required
    Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Sample Schema Data
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Starter Database
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle Message Gateway Common Files
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component XML Parser for
    Oracle JVM
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase
    of component Precompiler Required Support Files
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component XML Parser for
    Java
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle Help for the Web
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Ice Browser
    INFO:
    11/4/11 8:37:54 PM CST: Starting install Link Phase of component
    Enterprise Manager Baseline
    INFO: 11/4/11 8:37:54 PM CST: Starting
    install Link Phase of component Oracle Data Mining RDBMS Files
    INFO:
    Calling Action unixActions10.2.0.1.0 registerForMake
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = dm_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = dm_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Label Security Option
    INFO: The output of this make operation
    is also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/dmndmse.o      
    INFO:
    /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/dmwdm.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: 11/4/11 8:37:55 PM CST: Starting install Link
    Phase of component Oracle Database 10g interMedia Files
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Java Advanced Imaging
    INFO: 11/4/11 8:37:55 PM CST:
    Starting install Link Phase of component SQLJ Runtime
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Annotator
    INFO: 11/4/11 8:37:55 PM CST: Starting install
    Link Phase of component Oracle JDBC/OCI Instant Client
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Locator RDBMS Files
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = sdo_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = sdo_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking sdo options
    INFO: The output of this make operation is also
    available at: '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/kxmwsd.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Oracle
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Platform Required Support Files
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Oracle Core
    Required Support Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Database Workspace Manager
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Oracle
    Containers for Java
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Help For Java
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component JDBC Common Files
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Perl Interpreter
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Oracle Code Editor
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component Oracle Notification
    Service
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component Oracle interMedia Client Option
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Oracle JDBC Thin
    Driver for JDK 1.2
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle JDBC Thin Driver for JDK 1.4
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Enterprise Manager plugin Common Files
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component LDAP Required Support
    Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component Character Set Migration Utility
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Oracle Locale Builder
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component PL/SQL Embedded Gateway
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component OLAP SQL Scripts
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Database SQL Scripts
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Globalization Support
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Required
    Support Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Secure Socket Layer
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = nnfgt.o
         installArguments = ORACLE_HOME
    =/export/home/oracle/product/10.2.2
         undoMakeFileName = null
    undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking nnfgt
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = mkldflags
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking ldflags
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = client_sharedlib
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Building client shared library
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Oracle Database User Interface
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Enterprise Manager Minimal Integration
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component Oracle Wallet Manager
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Oracle Clusterware RDBMS Files
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Oracle RAC Required Support Files-
    HAS
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component SQL*Plus
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/sqlplus/lib/ins_sqlplus.mk
    installTarget = install
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking SQLPLUS executables
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Enterprise Manager plugin Common
    Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component iSQL*Plus
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Recovery Manager
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = irman
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking RMAN utility
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component HAS Common Files
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Precompiler Common
    Files
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    installTarget = links
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    undoTarget = rmlinks
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking links
    INFO: The output of this make operation is also
    available at: '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO:
    INFO:
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; rm -f SQLDA.H)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.COB)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.FOR)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    BNDDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    SELDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlca.h
    SQLCA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; ln -s oraca.h ORACA.H)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlda.h
    SQLDA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; ln -s sqlca.cob SQLCA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s oraca.cob
    ORACA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlca.for
    SQLCA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s oraca.for
    ORACA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s bnddsc.for
    BNDDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s seldsc.for
    SELDSC.FOR)
    INFO: End output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 make
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    installTarget = relink
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2,EXENAME=proc
    undoMakeFileName = null
         undoTarget = null
         undoArguments = null
    logFile = /export/home/oracle/product/10.2.2/install/make.log
    progMsg = Linking proc
    INFO: The output of this make operation is
    also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: Linking
    /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO: ld:
    INFO:
    fatal:
    INFO: library -l
    INFO: clntsh
    INFO: : not found
    INFO:
    INFO: ld:
    INFO: fatal:
    INFO: file processing errors. No output written to
    INFO: /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO:
    INFO:
    *** Error code 1
    The following command caused the error:
    echo "Linking
    /export/home/oracle/product/10.2.2/precomp/lib/proc"; \
    rm -f
    /export/home/oracle/product/10.2.2/precomp/lib/proc; \
    /usr/ccs/bin/ld -o
    /export/home/oracle/product/10.2.2/precomp/lib/proc -
    L/export/home/oracle/product/10.2.2/precomp/lib/ -
    L/export/home/oracle/product/10.2.2/lib/ -dy
    /export/home/oracle/product/10.2.2/lib/prod/lib/crti.o
    /export/home/oracle/product/10.2.2/lib/prod/lib/crt1.o
    /export/home/oracle/product/10.2.2/lib/s0m
    INFO: ain.o
    /export/home/oracle/product/10.2.2/precomp/lib/pdc.o
    /export/home/oracle/product/10.2.2/precomp/lib/pds.o
    /export/home/oracle/product/10.2.2/precomp/lib/libproc2.a
    /export/home/oracle/product/10.2.2/lib/libslax10.a
    /export/home/oracle/product/10.2.2/precomp/lib/libpgp.a -lpls10 -
    lplp10 /export/home/oracle/product/10.2.2/lib/libplc10.a -lsnls10 -
    lunls10 -lnls10
    /export/home/oracle/product/10.2.2/rdbms/lib/kpudfo.o -lclntsh `cat
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10
    INFO: -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -
    lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -
    lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -
    lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /export/home/oracle/product/1
    INFO: 0.2.2/lib/ldflags` -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -
    lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10
    -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -
    lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -
    lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10
    -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -
    lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat
    /export/home/oracle/product/10.2.2/lib/sy
    INFO: sliblist` -R
    /opt/SUNWcluster/lib:/export/home/oracle/product/10.2.2/lib:/opt/ORC
    Lcluster/lib/ -Y
    P,:/opt/SUNWcluster/lib:/opt/ORCLcluster/lib/:/usr/ccs/lib:/usr/lib
    -Qy -lc -lrt -laio -lposix4 -lm
    /export/home/oracle/product/10.2.2/lib/prod/lib/crtn.o; \
    /bin/chmod
    755 /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO: make:
    Fatal error: Command failed for target
    `/export/home/oracle/product/10.2.2/precomp/lib/proc'
    INFO: End
    output from spawned process.
    INFO:
    INFO: Exception thrown from
    action: make
    Exception Name: MakefileException

    895824 wrote:
    I am installing oracle 10g(10202_database_soxl86)on solaris 10 (sol-10-u10-ga2-x86-dvd.iso) throgh VMware workstation 7.1.4
    I fellowing the steps below:
    1、 # pkgadd -R /cdrom/Solaris_10/Product SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt SUNWgcc
    2、 # mkdir -p /export/home/app/oracle
    # chown -R oracle:oinstall /export/home/app/oracle
    3、 # groupadd oinstall
    # groupadd dba
    # useradd -g oinstall -G dba -s /usr/bin/bash -d /export/home/app/oracle oracle
    # passwd oracle
    4、$vi .profile
    export ORACLE_BASE=/export/home/app
    export ORACLE_HOME=$ORACLE_BASE/oracle
    export ORACLE_SID=sun
    export PATH=$ORACLE_HOME/bin:$PATH
    export DISPLAY=192.168.0.1:0.0
    stty erase ^h
    $ env | grep ORA
    results: ORACLE_BASE=/export/home/app
    ORACLE_HOME=/export/home/app/oracle
    ORACLE_SID=sun
    $ env | grep DIS
    results:DISPLAY=192.168.0.1:0.0
    5、# uname -a
    result:SunOS solaris10 5.10 Generic_147441-01 i86pc i386 i86pc
    # isainfo -v
    result:32-bit i386 applications
    pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp sse3 sse2 sse fxsr mmx
    cmov sep cx8 tsc fpu
    6、# df -k
    Filesystem kbytes used avail capacity Mounted on
    swap 2437932 112 2437820 1% /tmp
    7 、# cd /tmp
    # unzip / 10202_database_soxl86.zip
    # chown -R oracle:oinstall database/
    8、 # su - oracleLook no further. You modified your .profile to set the environment, but you did that as root, then did an su to oracle. That oracle session never saw the environment changes (ORACLE_HOME, etc) you did to your (root) profile. All Oracle specific tasks should be done logged on as the oracle software owner - oracle. Once root made the necessary prereqs at the OS level (pkgadd, groupadd, useradd) you should have logged off as root and logged on as oracle, THEN proceeded to fix your .profile, etc., and run the installer. NEVER act as a dba while logged on as root. NEVER log on as root to do ANYTHING that does not REQUIRE root access.
    $ cd /tmp/database
    $ ./runInstaller
    <snip>

  • Error in invoking target 'agent nmo nmb emsubagent'

    I'm working on 10gR2 installation on HP-UX 11.23.
    Installer gives the following error: Error in invoking target 'agent nmo nmb emsubagent' of
    makefile '/opt/app/oracle/product/10.2.0/db_1/sysman/lib/ins_sysman.mk'.
    In the log file
    INFO: Calling Action unixActions10.2.0.1.0 make
         registerOnly = false
         installMakePath = /bin/make
         installMakeFileName = /opt/app/oracle/product/10.2.0/db_1/sysman/lib/ins_sysman.mk
         installTarget = agent nmo nmb emsubagent
         undoMakeFileName =
         installArguments = ORACLE_HOME=/opt/app/oracle/product/10.2.0/db_1,
         logFile = /opt/app/oracle/product/10.2.0/db_1/install/make.log
         undoTarget =
         progMsg = Building Agent libraries
    INFO: The output of this make operation is also available at: '/opt/app/oracle/product/10.2.0/db_1/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO:      /usr/ccs/bin/make -f /opt/app/oracle/product/10.2.0/db_1/sysman/lib/ins_sysman.mk relink_sharedobj SHAREDOBJ=libnmemso LIBDIR=lib32
    INFO:      ld s -G -b -o /opt/app/oracle/product/10.2.0/db_1/sysman/lib/libnmemso.sl -c /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmemso.def -L/opt/app/oracle/product/10.2.0/db_1/lib32/  -L/opt/app/oracle/product/10.2.0/db_1/lib32  -L/opt/app/oracle/product/10.2.0/db_1/sysman/lib32/  b /opt/app/oracle/product/10.2.0/db_1/lib32/:/opt/app/oracle/product/10.2.0/db_1/lib/:/opt/app/oracle/product/10.2.0/db_1/sysman/lib32/ /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmem.a /opt/app/oracle/product/10.2
    INFO: .0/db_1/sysman/lib32/libnmer.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmeu.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmt.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnml.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmee.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmefmgr.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmevr.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmehu.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmehl
    INFO: .a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmepm.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmedc.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmedt.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmedm.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmedr.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmeb.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmec.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmesched.a /opt/app/oracle/prod
    INFO: uct/10.2.0/db_1/sysman/lib32/libnmectl.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmejc.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmej.a -L/opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/PA_RISC2.0/hotspot -L/opt/app/oracle/product/10.2.0/db_1/jdk/jre/lib/PA_RISC2.0 -ljava -ljvm /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmeclumgr.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmecluster.a /opt/app/oracle/product/10.2.0/db_1/sysman/lib32/libnmexml.a -lxml10 -lcore
    INFO: 10 -lnls10 -lcore10 -lnls10 -lcore10 -lunls10 -lclntsh -lnnz10 -lpthread -lnsl -lm `cat /opt/app/oracle/product/10.2.0/db_1/lib32/sysliblist` -lm -lpthread
    INFO: ld:
    INFO: Can't fi
    INFO: n
    INFO: d librar
    INFO: y
    INFO: : "jvm"
    INFO:
    INFO: *** Error exit code 1
    INFO:
    Stop.
    INFO: *** Error exit code 1
    INFO:
    Stop.
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'agent nmo nmb emsubagent' of makefile '/opt/app/oracle/product/10.2.0/db_1/sysman/lib/ins_sysman.mk'. See '/opt/app/oracle/oraInventory/logs/installActions2005-11-16_10-37-35AM.log' for details.
    Exception Severity: 1
    Can anyone help?
    regards
    César.-

    Did you ever figure this problem out. I am experiencing the same thing.

  • Custom UDI Pages - Visual Studio Build Error MSB3073

    Hello All,
    I am attempting to following the MDT 2013 documentation "User Driven Installation - Developers Guide.docx". In this documentation, it walks you through preparing the UDI Development Environment, and then Verify the UDI Development Environment.
    It is at this point that I encounter the build error. 
    I have followed all the steps required to prepare the environment, by copying the required files from the MDT installation directory. I am following the steps within the "Verify That the SamplePage Project Builds Correctly." I have made the modifications
    the documentation lists, but after step 13, which starts the debug build, instead of the
    No Debugging Information dialog box (as indicated by the documentation), I encounter a dialog stating there were build errors.
    Here is the various outputs.
    1>------ Build started: Project: SamplePage, Configuration: Debug Win32 ------
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\BDDRun.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\BGInfo.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\CcmCore.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\CcmUtilLib.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Config.app.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Config.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\EXTRACT.EXE
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\InternationalSettings.xml
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\InternationalSettings.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\ListOfLanguages.xml
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\ListOfLanguages.xsd
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Microsoft.BDD.PnpEnum.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Microsoft.BDD.Utility.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\msvcp100.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\msvcr100.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\OSDRefreshWizard.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\OSDSetupWizard.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\ServiceUI.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\SharedPages.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\Smsboot.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\SmsCore.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_01.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_01.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_02.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_02.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_03.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_03.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_04.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_04.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_05.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_05.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_06.BGI
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\STEP_06.BMP
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsCore.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TSEnv.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsManager.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsmBootstrap.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsMessaging.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsProgressUI.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\TsResNlc.dll
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\UDI_Wizard_Banner.bmp
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\WindowHide.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\WinRERun.exe
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\xprslib.dll
    1> 44 file(s) copied.
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us\OSDRefreshWizard.dll.mui
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us\OSDSetupWizard.exe.mui
    1> C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us\SharedPages.dll.mui
    1> 3 File(s) copied
    1> The system cannot find the file specified.
    1> 1 file(s) copied.
    1> The system cannot find the file specified.
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: The command "copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\*.*" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: xcopy /y /i "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\en-us"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\OSDResults\Images\UDI_Wizard_Banner.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\Config.xml" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\”
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\header.bmp"
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :VCEnd" exited with code 1.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Error: 
    Error 1 error MSB3073: The command "copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\*.*" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\"
    xcopy /y /i "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\x86\en-us" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\en-us"
    copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\..\..\..\..\OSDSetupWizard\OSDResults\Images\UDI_Wizard_Banner.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp"
    copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\Config.xml" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\”
    copy /y "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\SamplePage\header.bmp" "C:\Users\AErmie\Documents\UDI Development\SDK\UDI\SamplePage\Debug\header.bmp"
    :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 SamplePage
    Please remember to click “Mark as Answer” on the post that helps you.
    AdinE MCSE, MCSA, MCITP, MCTS; (Specializing in System Center and Private Cloud)
    LinkedIn: http://ca.linkedin.com/in/adinermie
    Website: http://AdinErmie.Wordpress.com

    Hi Kamrun,
    Looks exactly like a problem I had earlier in the year when I started creating projects on a new machine. My solution is in the thread below:
    http://forums.adobe.com/thread/675154?tstart=0
    The key post was...
    function(){return A.apply(null,[this].concat($A(arguments)))}
    I've done a little more investigation and have tracked the problem down to the xxxODFRC.rsp file. Each path in an rsp file is put on a newline. This is done by appending a Carriage Return character (0x15) to the end of each path.
    If you specify a different path for the headers (i.e. ".\headers"), it will be added to the end of the ODFRC.rsp and CPP.rsp files.
    The problem is that a Carriage Return is not added to the end of the headers path. The "s" is the last character in the file. If I add a carriage return to the end of the line, the project compiles correctly. If you don't specify a different path, the last characters in the ODFRC.rsp file are 0x0A 0x0A 0x0A and in the CPP.rsp file 0x0A 0x0A.
    This would appear to be a bug in Dollyxs. Probably introduced with CS5?
    I can't say if this is a proper solution of just a hack that works on my machine. But there's no harm in giving it a go.
    Cheers,
    APMABC

  • SSDT Build Error - SQL72001: File ... does not exist

    I am new to SSDT.  
    My general workflow is to use SQL Schema Compare (comparing the database to the project) to update an SSDT project. When the Compare ends up deleting some script files from the project, sometimes I got this error. 
    SQL72001: File "C:\TFS\Source\Dev\Testdb\dbo\Stored Procedures\usp_test.sql" does not exist.
    The symptom was that the script file was deleted, the script icon was removed from SSDT, this script was not referenced by any other script files,  but somehow TFS still showed the error
    when I built the project.
    The way i went around of the problem was to copy the file back to the file system, and added it to the project, make sure that the build was OK, and then delete the script and
    build again.
    I found an related post https://social.msdn.microsoft.com/Forums/en-US/44c186e8-5fd9-44fb-94f1-a8a139cbc9fd/vs2k13-build-errors?forum=ssdt, but it does not seem to be the same issue.
    I am using the free SSDT downloaded from Microsoft site. The SSDT version is  11.1.40403.0.
    I cannot find a button from the Visual Studio to check the update of SSDT. What is the proper way to keep SSDT updated? Should I manually download the installation file and install it?
    Thanks. 

    Hi Seaport, there are two things here:
    - Where is this failure occurring - when building in VS, from the command line, after a commit to TFS? The most likely cause of this build error is that the project changes have not been saved to disk. For example, if you manually delete a file from a project
    in VS then you need to save the project file for this change to be pushed to disk. The recommended solution is to ensure you save the project, or hit "Build" which should do this automatically.
    - Check for updates in VS2012 by clicking SQL -> Check For Updates... You can also go to our
    website and check the latest version from there. 
    Thanks,
    Kevin

  • Random FB build errors with FXGs

    I'm having issues with random build errors.  When one of these errors occurs, it always says it has trouble with an FXG class. 
    Error text is this:
    "In initializer for 'mxmlContent', type FXGClass is not assignable to target Array element type mx.core.IVisualElement."
    This seems to be a similar problem that someone else posted: http://forums.adobe.com/thread/929171 but their solution didn't work for me.
    The solution from the linked thread, renaming/creating a duplicate of the file with the FXGs in it, didn't work.  Renaming ANOTHER file in my code base did.  One that did not contain FXGs.  (We use subversion and I systematically rolled back until the code base built error free and slowly deduced the affecting file).
    Now occasionally we are having the errors with a completely new file with an FXG icon.  The first file had FXGs delared in MXML, this new one declares it in AS.  Both FXGs are put into the layout via MXML.  Sometimes commenting it out, building, commenting back in, building works....but not always.  If we go edit some code in another file elsewhere, it will sometimes clear the error and build fine. 
    This error is driving us nuts as we have no idea what the trigger is.  We have a fair number of FXGs in the code base for visual elements.  We use common code accross Web, Desktop and Mobile projects.  Sometimes they all build fine, sometimes they all error, sometimes only some projects error.  There seems to be no consistancy when the build errors occur.
    Using Flash Builder 4.6 (on Windows 7)
    Flex SDK 4.6
    AIR SDK 3.3 (though errors occur on a Web build too)
    We've made new Workspaces and brought in the sub-versioned code and it still occurs (on two seperate machines), so it seems to point to a code base trigger.  I'm stumped where to start.  When it first started occuring, no extra FXG files or classes that refer to them were created.
    Any help would be greatly appreciated.

    I've seemed to have narrowed it down the file with the FXG Icon in it.  It seems that when I disclude the file from the project it renders correctly.  If used I get the weird compile errors.  I'm not sure why this specific file is causing this.  I'm concluding it may be a corrupted in some way and I will have to rebuild it from scratch to narrow down the issues.
    Removing the FXG from  the file itself doesn't help. 

  • Installation error - Error in invoking target 'ntcontab.o'

    OS: RHEL 5 64bit
    Oracle 10g (10.2.0.1.0)
    Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2010-07-27_07-58-23AM.log' for details.
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
         /u01/app/oracle/product/10.2.0/db_1/bin/gennttab > ntcontab.c ;\
         gcc -c ntcontab.c ;\
         rm -f /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ;\
         mv ntcontab.o /u01/app/oracle/product/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/product/10.2.0/db_1/lib/libn10.a /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ; fi)
    INFO: /bin/sh: line 2: /usr/bin/gcc: Permission denied
    INFO: mv: cannot stat `ntcontab.o'
    INFO: : No such file or directory
    INFO: /usr/bin/ar: /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2010-07-27_07-58-23AM.log' for details.
    Exception Severity: 1

    Checking Packages (RPMs)
    You will need some RPM development packages for the Oracle installer to build the Oracle modules, otherwise you will get error messages similar to this one:
    Error in invoking target ntcontab.o of makefile
    /u01/app/oracle/product/9.2.0/network/lib/ins_net_client.mk
    NOTE: Always ensure to use the latest RPM versions!
    Packages (RPMs) for RH 7.1, 7.2, and RH AS 2.1:
    To see if these development packages are installed on your server, run the following command:
    rpm -q gcc cpp compat-libstdc++ glibc-devel kernel-headers binutils
    For instance, most of these packages will be missing when you installed RedHat 2.1 Advanced Server and if you did not select the "Software Development" package. For the RedHat 2.1 Advanced Server I executed the following commands to install the missing RPMs from the two CDs:
    su - root
    rpm -ivh cpp-2.96-108.1.i386.rpm \
    glibc-devel-2.2.4-26.i386.rpm \
    kernel-headers-2.4.9-e.3.i386.rpm \
    gcc-2.96-108.1.i386.rpm \
    binutils-2.11.90.0.8-12.i386.rpm

  • Warehouse Builder Error

    Hi all,
    I am facing a warehouse builder error during validation of a map. The map is created to populate a target dimension from a source table. Whenever i validated the map this error message is coming-
    Warehouse Builder Error
    MMM1034: Property LOAD_COLUMN_WHEN_INSERTING_ROW does not exist.
    Can anyone tell me something about this error and how can i solve this error? Plzz reply.
    Thanks & Regards,
    Sumanta

    Hi
    "MMM1034: <property name> does not exist" means exactly what it says the property does not exist. I generally get it when scripting and I have not done things in the right order e.g. tried to set a property that only exists in certain configurations and not yet set the mapping to that configuration.
    Check the configuration of your mapping. Otherwise if it's a small mapping I generally find it easier to start from scratch rather than looking for the option that is incorrectly set.
    Cheers
    Ian

  • Local build error in OSB

    hi ,
    I am getting the below error
    main:
    validate:
    [mkdir] Created dir: C:\dev\apps\eclipse\workspace\GetLoyaltyMemberProfileOS
    B\target\schematron
    [schematron] 1 file(s) have been successfully validated.
    [schematron] Source file: GetLoyaltyMemberProfile-validator.proxy
    [schematron] [assert] /xml-fragment/*[local-name()='endpointConfig' and namespac
    e-uri()='http://www.bea.com/wli/sb/services']/*[local-name()='URI' and namespace
    -uri()='http://www.bea.com/wli/sb/transports'] -
    [schematron] Do not use default endpoint generated by
    OSB : /GetLoyaltyMemberProfileOSB/proxy/v10/GetLoyaltyMemberProfile-validator.
    Use the endpoint specified in the SDS.
    [schematron]
    [schematron] Source file: GetLoyaltyMemberProfile.proxy
    [schematron] [assert] /xml-fragment/*[local-name()='endpointConfig' and namespac
    e-uri()='http://www.bea.com/wli/sb/services']/*[local-name()='URI' and namespace
    -uri()='http://www.bea.com/wli/sb/transports'] -
    [schematron] Do not use default endpoint generated by
    OSB : /GetLoyaltyMemberProfileOSB/proxy/v10/GetLoyaltyMemberProfile. Use the en
    dpoint specified in the SDS.
    [schematron]
    [schematron] 2 file(s) have been successfully validated.
    [schematron] 3 file(s) have been successfully validated.
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] An Ant BuildException has occured: The following error occurred while exe
    cuting this line:
    C:\dev\apps\eclipse\workspace\GetLoyaltyMemberProfileOSB\target\osbBuildResource
    s\schematron\build.xml:64: Schematron Rules Failed...failing
    Can anybody can share any URLS of how to hadle this.
    Expecting a reply from ASAP
    regards
    srinu

    well the error message pretty much explains what is wrong
    i assume you or your fellow programmer added some schematron validations to validate the osb proxy file
    "/GetLoyaltyMemberProfileOSB/proxy/v10/GetLoyaltyMemberProfile-validator.
    Use the endpoint specified in the SDS"
    so i guess you need to change the "/GetLoyaltyMemberProfileOSB/proxy/v10/GetLoyaltyMemberProfile-validator" value to something from SDS?
    these messages aren't any osb specific messages..it's custom validation which got added by your team
    so best is to open op the proxy file in eclipse or notepad, and change the value of the URI element to something which is a valid value for your schematron validation rule

Maybe you are looking for

  • Avg function in xml report

    Hi all I have developed a matrix xml report which is giving out put as below . deptno      edp         account 10            5000        25000 20            20000      130000 30            35000       160000          (avg) value       avg value)how t

  • Columns Display Support in Oracle 10g Express Edition..................

    I am working with the Oracle 10g Express Edition, and I Created a Table with 52 Fields and even successfully inserted data into the table via Java Program. But the problem is when I am displaying the table from the Oracle 10g Express Edition Interfac

  • Copy paste in cursor position

    hi. i was wondering how you can paste a text from the buffer to a text file in the exact cursor position. i tried paste_region but it paste the buffer text at the start of the text file.. any work arounds are very helpful. thanks..

  • Exchange 2013 mailbox migration issues

    or I could just restart the 2013 mail server.... *sigh*

  • JSP 2.0 and JSTL question

    Hi, I'd just like to ask if anyone could suggest a good site with tutorias about JSP 2.0 and more specific about requesting and manipulating attributes. It is easy to do so by using servlets withn something like: ArrayList mylist = (ArrayList)request