天天看點

安裝GIRD提示INS-08106錯誤

安裝GIRD時提示[INS-08106] Unexpected error occurred while loading the view 'GridPlugPlayInfoUI' associated to state 'GridPlugPlayInfoUI'.

安裝GIRD提示INS-08106錯誤

檢視日志如下

---# Begin Stacktrace #---------------------------

ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:516

oracle.install.commons.flow.FlowException: [INS-08106] Unexpected error occurred while loading the view 'GridPlugPlayInfoUI' associated to state 'GridPlugPlayInfoUI'.

        at oracle.install.commons.flow.AbstractFlowExecutor.loadView(AbstractFlowExecutor.java:546)

        at oracle.install.commons.flow.AbstractGraphicalFlowExecutor.access$001(AbstractGraphicalFlowExecutor.java:41)

        at oracle.install.commons.flow.AbstractGraphicalFlowExecutor$1.call(AbstractGraphicalFlowExecutor.java:101)

        at oracle.install.commons.flow.AbstractGraphicalFlowExecutor$1.call(AbstractGraphicalFlowExecutor.java:100)

        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)

        at java.util.concurrent.FutureTask.run(FutureTask.java:123)

        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:522)

        at java.awt.EventQueue.access$000(EventQueue.java:81)

        at java.awt.EventQueue$2.run(EventQueue.java:485)

        at java.awt.EventQueue$2.run(EventQueue.java:484)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)

        at java.awt.EventQueue.dispatchEvent(EventQueue.java:494)

        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)

        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)

        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)

        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Caused by: java.lang.NullPointerException

        at oracle.install.library.crs.CRSInfo.getDefaultIPAddressForGNSVIP(CRSInfo.java:583)

        at oracle.install.ivw.crs.view.GridPlugPlayInfoUI.onEvent(GridPlugPlayInfoUI.java:403)

        at oracle.install.commons.flow.AbstractFlowExecutor.loadView(AbstractFlowExecutor.java:544)

        ... 18 more

---# End Stacktrace #-----------------------------

解決方法:

設定GridPlugPlay時,需要讀取/etc/hosts檔案中定義的網絡資訊。檢查/etc/hosts檔案,發現IP寫錯了。

出現該報錯,一般都是/etc/hosts中的IP不能ping通