1. 程式人生 > >Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0.3/sysman/lib/ins_e

Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0.3/sysman/lib/ins_e

1.1 ins_ctx.mk 問題
[[email protected] logs]$ tail  installActions2012-05-05_01-20-00PM.log       
INFO: collect2: ld returned 1 exit status

INFO: make: *** [ctxhx] Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException

Exception String: Error in invoking target'install' of makefile '/u01/app/oracle/product/10.2.0/db_1/ctx/lib/ins_ctx.mk'.See '/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log'for details.
Exception Severity: 1

[[email protected] logs]$ yum install gcc
Loaded plugins: fastestmirror,refresh-packagekit, security

You need to be root to perform thiscommand.
[[email protected] logs]$ rpm -qa --queryformat"%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep libgcc
libgcc-4.4.6-3.el6 (i686)
libgcc-4.4.6-3.el6 (x86_64)


1.2 ins_rdbms.mk 問題

[[email protected] logs]$ tail  installActions2012-05-05_01-20-00PM.log
INFO: make[1]: Leaving directory`/u01/app/oracle/product/10.2.0/db_1/rdbms/lib'


INFO: make: *** [extproc32] Error 2

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'all_no_orcl' of makefile '/u01/app/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'.See '/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log'for details.
Exception Severity: 1

1.3 ins_emdb.mk 問題
[[email protected] logs]$ tail  installActions2012-05-05_01-20-00PM.log
INFO: make[1]: Leaving directory `/u01/app/oracle/product/10.2.0/db_1/sysman/lib'

INFO: make: *** [nmccollector] Error 2

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'collector' of makefile'/u01/app/oracle/product/10.2.0/db_1/sysman/lib/ins_emdb.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-20-00PM.log' fordetails.
Exception Severity: 1

解決:修改bash_porfile 新增
LD_LIBRARY_PATH=$ORACLE_HOME/lib

1.4 ins_net_client.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: /usr/bin/ar:/u01/app/oracle/product/10.2.0/db_1/lib32/nnfgt.o: No such file or directory

INFO: make: *** [nnfgt.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'nnfgt.o' of makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1

1.5 ins_precomp.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: /bin/chmod: cannot access`/u01/app/oracle/product/10.2.0/db_1/precomp/lib/proc': No such file ordirectory

INFO: make: ***[/u01/app/oracle/product/10.2.0/db_1/precomp/lib/proc] Error 1

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'/u01/app/oracle/product/10.2.0/db_1/precomp/lib/ins_precomp.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1

1.6 ins_plsql.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status

INFO: make: *** [wrap] Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'install' of makefile'/u01/app/oracle/product/10.2.0/db_1/plsql/lib/ins_plsql.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1

1.7 ins_net_server.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status

INFO: make: *** [tnslsnr] Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'install' of makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_server.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1

1.8 ins_nau.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: ld returned 1 exit status

INFO: make: *** [oklist] Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'ioklist iokinit iokdstry' of makefile'/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_nau.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1

1.9 ins_ldap.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status

INFO: make: *** [ldapadd] Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'clientonlyinstall' of makefile'/u01/app/oracle/product/10.2.0/db_1/ldap/lib/ins_ldap.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1

1.10 ins_srvm.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
INFO: ld returned 1 exit status

INFO: make: *** [rawutl] Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target'install' of makefile'/u01/app/oracle/product/10.2.0/db_1/srvm/lib/ins_srvm.mk'. See'/u01/app/oracle/oraInventory/logs/installActions2012-05-05_01-51-59PM.log' fordetails.
Exception Severity: 1

1.11 ins_has.mk 問題
[[email protected] logs]$ tailinstallActions2012-05-05_01-51-59PM.log
collect2: ld returned 1 exit status

INFO: make: *** [/u01/app/oracle/product/10.2.0/db_1/racg/lib/racgmain]Error 1

INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException

一般情況都是缺包,用yum 把需要的包全部打上之後,再次安裝就沒有問題了。
yum install libXp.i686 libXp-devel.i686 libXt.i686 libXt-devel.i686 libXtst.i686 libXtst-devel.i686 make.x86_64 gcc.x86_64 libaio.x86_64 glibc-devel.i686 libgcc.i686
glibc-devel.x86_64 compat-libstdc++-33 -y
yum install glibc* gcc* make* compat-db* libstdc* libXp* libXtst* compat-libstdc++* -y

其次就是環境變數的問題 看看PATH 和 LD_LIBRARY_PATH
都要加上$ORACLE_HOME/lib
64位加上 $ORACLE_HOME/lib64

相關推薦

Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0.3/sysman/lib/ins_e

1.1 ins_ctx.mk 問題[[email protected] logs]$ tail  installActions2012-05-05_01-20-00PM.log       INFO: collect2: ld returned 1 exit statusINFO: make: **

Error in invoking targetagent nmhsof makefile

make get fff process target try oss 退出 追加 **【Oracle】Linux7.4安裝11g 86%報錯:Error in invoking target ‘agent nmhs‘ of makefile OS:redhat7.4 64

Linux7安裝oracle11g報錯 Error in invoking target ‘agen

Linux7 oracle11g在Linux7中安裝oracle11.2.0.4時報錯,截圖如下:經過查詢官方文檔,發現這是oracle的bug,直接選擇continue,待安裝完成後打一下補丁即可。官方解釋如下: 選擇繼續,安裝完成之後,打補丁19692824即可。Linux7安裝oracle11g報錯 E

jetty訪問jsp頁面出現PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required

應用場景: 專案架構:  Emmbed Jetty + Spring + JSP+Maven。 專案通過maven-shade-plugin外掛打為jar包,通過命令:“java -jar xxx.jar” 方式執行。 注意:伺服器端安裝JRE環境,而非JDK。如果安裝JD

CentOS 7.2 安裝 Oracle 11g 報錯:Error in invoking targ

magent sha database oracle size linux term arc 安裝oracle 在linux上安裝oracle 11.2.0.4的過程中可能會遇到以下情況 解決辦法: [oracle@slave database]$ vi $ORACLE_H

ORA-38301:can not perform DDL/DML Over Object in Recycle Bin 11.2.0.4

測試 style 操作 ask erro ora- cli pre ati 我們最近有兩臺測試服務器在oci direct load期間出現下列異常: 從表象上看,是我們在對表執行ddl操作,確實內部也是用了truncate table XXX,可是這個XXX並不是回收站

解決 spring-boot-maven-plugin:2.0.3.RELEASE or one of its dependencies co

1,當我使用mvn clean install -D maven.test.skip=true命令執行spring boot專案時,報錯如下 [ERROR] Plugin org.springframework.boot:spring-boot-maven-plugin:2

[Vue warn]: Error in render: "TypeError: Cannot read property '0' of undefined

來看 for per 字段 後來 AD cannot fine size   註意,只要出現Error in render,即渲染時候報錯,此時應該去渲染位置去找錯誤,而不是函數裏面。   今天就碰到這個錯誤,我一直只註意著Cannot read property ‘0‘

vue2.XX 提示[Vue warn]: Error in render: "TypeError: Cannot read property 'img' of undefined"

item 是向後臺請求的一條資料,裡面包含img,但是卻提示img未定義 父元件向子元件傳遞資料時, 子元件 具體程式碼: <img :src="item.img" /> 提示: 出現的原因: 可能是頁面渲染和請求資料是非同步操作, 資料還未請求結束,頁面已經開始渲染了,所以剛開始報未

vue2.XX 提示[Vue warn]: Error in render: "TypeError: Cannot read property 'img' of undefined"

再次 bubuko not .com fin 渲染 com 傳遞 fine item 是向後臺請求的一條數據,裏面包含img,但是卻提示img未定義 父組件向子組件傳遞數據時, 子組件 具體代碼: <img :src="item.img" /> 提示: 出現的

vue報錯Error in render: "TypeError: Cannot read property '0' of undefined"

通常有兩種情況: 1、在模板的html標籤上使用length報錯 vue 中使用 length判斷的時候,有時會報錯,如下: <div class="item_list" v-if="form.checkVal.length > 0" >列表1</div><div c

pytorch報錯:UserWarning: invalid index of a 0-dim tensor. This will be an error in PyTorch 0.5.。。原因

UserWarning: invalid index of a 0-dim tensor. This will be an error in PyTorch 0.5. Use tensor.item() to convert a 0-dim tensor to a Python number

Error in render: "TypeError: Cannot read property 'XXXXX' of undefined"

        最近,小弟在使用vue開發介面時,出現一個有趣問題:功能正常使用,但F12卻報出一個XXX Undefined的錯誤。這個錯誤已經見了無數次,於是果斷去Ctrl+F搜尋XXX,仔細瀏覽一圈後發現xxx明明是定義了的。整體流程:介面渲染前先通過mounted載入

[Vue warn]: Error in render: "TypeError: Cannot read property 'slice' of undefined" found in

  在頁面中使用slice, 頁面報錯,報錯原因 是由於陣列物件未定義或為null 引起的,所以檢視獲取資料的介面是否請求到了資料。 因為載入順序(生命週期)的問題導致先執行的時候為空,做個空資料就好了 (typeIdPro.sysqalist || '') 修改前  

error: in-class initialization of static data member * of non-literal type

本文來自 https://stackoverflow.com/questions/1563897/c-static-constant-string-class-member 因為我用 BING 搜這個 error 搜不到,因此記錄下來,方便後人。 問題描述 錯誤的起因是我想在 C

[Vue warn]:Error in render: "TypeError: Cannot read property 'length' of null"

錯誤定位不到,不知道哪裡有錯。當把music-list元件的props:{songs:default:}中的null改為【】就不會報錯,類似這種錯誤,我們如何定位問題?比如這種錯誤,根本不能告訴我們錯誤程式碼行????? 首先,根據錯誤提示你可以知道報錯是哪個元件,其次順著錯誤堆疊往

vuejs路由使用的問題Error in render function: "TypeError: Cannot read property 'matched' of undefined"

從一次執行錯誤開始 html程式碼 <div id="app"> <router-link to="/home">首頁</router-link> <router-link to="/about"&g

Android error:This template requires a build target API version of at least 14, and the current vers

This template requires a build target API version of at least 14, and the current version is 11 新建一個Android專案,到最後一步:Create Activity—Blan

[Vue warn]: Error in render: "TypeError: Cannot read property 'matched' of undefined"

菜鳥級的錯誤,,,, [Vue警告]:渲染錯誤:“TypeError:無法讀取屬性’匹配’的未定義” 沒有匯出例項,當然匹配不上啊!!!!!!! 改成下面就好了 export default new VueRouter({ routes: [

SQL Server: Text was truncated or one or more characters had no match in the target code page error

匯入CSV到SQL Server真是一件美好的事情,這是轉自一個外國人部落格裡的部分解決方案。但我想吐槽的遠不止這個。 1. 如果你的csv比較乾淨,也就是指一項資料中沒有逗號“,”的話,通過下面的方法改改欄位長度就好了(微軟你們真懶啊,遍歷一遍自動設個長度不行啊)