windows 安装oracle 21c启动监听报错

创建监听时一直提示各种端口被占用从1521,一直到1539都被占用,但是我执行netstat -ano 又没有看到端口被占用,开启监听的跟踪日志,从日志中看到如下信息:
An unexpected error has been detected by HotSpot Virtual Machine:
SIGSEGV (0xb) at pc=0xa4bf5f4e, pid=11819, tid=3086902976
Java VM: Java HotSpot™ Client VM (1.5.0_17-b02 mixed mode)
日志中有关键信息 GetAddrInfo
netca执行时调用找不到地址,后面回想估计是之前安装dockerdesktop引起的,查看windows\system32\driver\etc\hosts文件,刚开始没有注意
以为最后如下两行是正确的
127.0.0.1 localhost
::1 localhost
直到后面去搜索下windows的默认host文件内容,去掉这两行后,启动监听就正常了。
因为我是windows环境,如果是linux环境就不会有这个问题。

详细日志如下:Creating ServerSocket on Port:1522, IP Address: hlg/2.0.1.31
[AWT-EventQueue-0] [ 2023-11-04 13:53:39.416 CST ] [ConfigureListener.isPortFree:1432] Address already in use: JVM_Bind
java.net.DualStackPlainSocketImpl.bind0(Native Method)
java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:102)
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:513)
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:180)
java.net.ServerSocket.bind(ServerSocket.java:375)
java.net.ServerSocket.(ServerSocket.java:237)
oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1398)
oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1297)
oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1281)
oracle.net.ca.NetCA.prepareNextPage(NetCA.java:1811)
oracle.net.ca.NetCA.wizardValidatePage(NetCA.java:1117)
oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
oracle.ewt.button.PushButton.activate(Unknown Source)
oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
java.awt.Component.processEvent(Component.java:6304)
java.awt.Container.processEvent(Container.java:2239)
oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
java.awt.Component.dispatchEventImpl(Component.java:4889)
java.awt.Container.dispatchEventImpl(Container.java:2297)
java.awt.Component.dispatchEvent(Component.java:4711)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
java.awt.Container.dispatchEventImpl(Container.java:2283)
java.awt.Window.dispatchEventImpl(Window.java:2746)
java.awt.Component.dispatchEvent(Component.java:4711)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 3.run(EventQueue.java:703)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
java.awt.EventQueue$4.run(EventQueue.java:733)
java.awt.EventQueue 4. r u n ( E v e n t Q u e u e . j a v a : 731 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 4.run(EventQueue.java:731) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 4.run(EventQueue.java:731)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 3.run(EventQueue.java:703)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[AWT-EventQueue-0] [ 2023-11-04 13:53:39.416 CST ] [ConfigureListener.isPortFree:1445] Returning is Port 1522 free: false
oracle.net.ca.IllegalEndpointException: 为此监听程序提供的端口 1522 当前正在使用。
at oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1298)
at oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1281)
at oracle.net.ca.NetCA.prepareNextPage(NetCA.java:1811)
at oracle.net.ca.NetCA.wizardValidatePage(NetCA.java:1117)
at oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
at oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
at oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
at oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
at oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
at oracle.ewt.button.PushButton.activate(Unknown Source)
at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Component.java:6304)
at java.awt.Container.processEvent(Container.java:2239)
at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 3.run(EventQueue.java:703)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue 4. r u n ( E v e n t Q u e u e . j a v a : 731 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 4.run(EventQueue.java:731)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 3.run(EventQueue.java:703)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [ConfigureListener.getListeners:1038] Getting SI lsnrs…
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [ConfigureListener.getLsnrsFromFile:974] Lsnrs read from listener.ora file =
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.755 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Ocr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.756 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.756 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.756 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Ocr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.782 CST ] [WindowsSystem.isCRSConfigured:2194] isOCRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.782 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11 minor version to check against 2
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [Version.isPre:-1] isPre: Returning FALSE for major version check
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [WindowsSystem.isHAConfigured:2218] olrKey = HKEY_LOCAL_MACHINE\Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Olr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.783 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Olr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:54:07.784 CST ] [WindowsSystem.isHAConfigured:2245] isOLRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.784 CST ] [ConfigureListener.getLsnrsRegWithHA:769] HAS is installed but NOT Configured !!
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.784 CST ] [ConfigureListener.getLsnrsRegWithCRS:851] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.784 CST ] [ConfigureListener.getScanLsnrNames:894] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.784 CST ] [ConfigureListener.getMgmtDBLsnrNames:928] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.784 CST ] [ConfigureListener.getASMLsnrNames:963] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:54:07.784 CST ] [ConfigureListener.getListeners:1101] Returning SI lsnrs =
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.320 CST ] [HAUtils.getConfiguredGridHome:1375] ----- Getting CRS HOME ----
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.320 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.320 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.320 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.320 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.320 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.321 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Ocr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.321 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.321 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.321 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Ocr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.355 CST ] [WindowsSystem.isCRSConfigured:2194] isOCRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.355 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.355 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.355 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11 minor version to check against 2
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.355 CST ] [Version.isPre:-1] isPre: Returning FALSE for major version check
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.355 CST ] [WindowsSystem.isHAConfigured:2218] olrKey = HKEY_LOCAL_MACHINE\Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.355 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.356 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Olr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.356 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.356 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.356 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Olr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.356 CST ] [WindowsSystem.isHAConfigured:2245] isOLRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.356 CST ] [HAUtils.getConfiguredGridHome:1379] Configured Grid Infrastructure home: null
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WindowsServiceUtils.isServiceUserPasswordRequired:408] Oracle Home D:\app\oracle21c
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WindowsServiceUtils.isServiceUserPasswordRequired:409] Grid Infrastructure home null
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WinSecurityHomeImpl.doInternalIsServiceUserPasswordRequired:600] checking if service user requires a password for path D:\app\oracle21c
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WinSecurityHomeImpl.doInternalIsServiceUserPasswordRequired:607] local node operation
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: isCopy=1 path=D:\app\oracle21c
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: calling transform encoding path to code page
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: after calling transform encoding path to code page
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.357 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: about call Is Svc User password required
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.358 CST ] [WinSecurityNative.Native] Entering… sswseIsSVCUserPasswordRequired()

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.358 CST ] [WinSecurityNative.Native] ohomepath=D:\app\oracle21c
nodename=(null)
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.358 CST ] [WinSecurityNative.Native] Exiting… sswseIsSVCUserPasswordRequired()
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.358 CST ] [WinSecurityNative.Native] ******************************

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: after calling is ServiceUser password required. return is 0.
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [WinSecurityHomeImpl.doInternalIsServiceUserPasswordRequired:624] home user password required is = false
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [ConfigureListener.isHASConfigured:1811] Calling SRVM api to check if Oracle Restart is configured …
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.359 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Ocr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.360 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.360 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.360 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Ocr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.360 CST ] [WindowsSystem.isCRSConfigured:2194] isOCRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.360 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.360 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.360 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11 minor version to check against 2
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [Version.isPre:-1] isPre: Returning FALSE for major version check
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [WindowsSystem.isHAConfigured:2218] olrKey = HKEY_LOCAL_MACHINE\Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Olr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Olr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:54:09.361 CST ] [WindowsSystem.isHAConfigured:2245] isOLRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.362 CST ] [ConfigureListener.isHASConfigured:1821] Is Oracle Restart configured: false
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.362 CST ] [ConfigureListener.isHASRunning:1850] Is Oracle Restart running: false
[AWT-EventQueue-0] [ 2023-11-04 13:54:09.362 CST ] [ConfigureListener.listenerExists:448] Is listener “LISTENER” already exists: false
[AWT-EventQueue-0] [ 2023-11-04 13:54:11.000 CST ] [ConfigureListener.validateEndPoint:1231] Validating end-point: TCP:1521
[AWT-EventQueue-0] [ 2023-11-04 13:54:11.002 CST ] [ConfigureListener.validateEndPoint:1250] Address String : (ADDRESS=(PROTOCOL=TCP)(HOST=hlg.mshome.net)(PORT=1521))
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.328 CST ] [ConfigureListener.validateEndPoint:1254] AddressBusy return code : 0
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.328 CST ] [ConfigureListener.isPortFree:1315] Checking if port 1521 is free on local machine…
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.328 CST ] [ConfigureListener.isPortFree:1330] InetAddress.getByName(127.0.0.1): /127.0.0.1
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1332] Local host IP address: hlg/172.20.208.1
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1334] Local host name: hlg
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1368] IP Address: hlg/172.20.208.1, Is IPv6 Address: false
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1371] IP Address: hlg/172.20.208.1, Is Link-Local Address: false
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.329 CST ] [ConfigureListener.isPortFree:1396] Creating ServerSocket on Port:1521, IP Address: hlg/172.20.208.1
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.330 CST ] [ConfigureListener.isPortFree:1432] Address already in use: JVM_Bind
java.net.DualStackPlainSocketImpl.bind0(Native Method)
java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:102)
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:513)
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:180)
java.net.ServerSocket.bind(ServerSocket.java:375)
java.net.ServerSocket.(ServerSocket.java:237)
oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1398)
oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1297)
oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1281)
oracle.net.ca.NetCA.prepareNextPage(NetCA.java:1811)
oracle.net.ca.NetCA.wizardValidatePage(NetCA.java:1117)
oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
oracle.ewt.button.PushButton.activate(Unknown Source)
oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
java.awt.Component.processEvent(Component.java:6304)
java.awt.Container.processEvent(Container.java:2239)
oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
java.awt.Component.dispatchEventImpl(Component.java:4889)
java.awt.Container.dispatchEventImpl(Container.java:2297)
java.awt.Component.dispatchEvent(Component.java:4711)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
java.awt.Container.dispatchEventImpl(Container.java:2283)
java.awt.Window.dispatchEventImpl(Window.java:2746)
java.awt.Component.dispatchEvent(Component.java:4711)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 3.run(EventQueue.java:703)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
java.awt.EventQueue$4.run(EventQueue.java:733)
java.awt.EventQueue 4. r u n ( E v e n t Q u e u e . j a v a : 731 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 4.run(EventQueue.java:731) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 4.run(EventQueue.java:731)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 3.run(EventQueue.java:703)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[AWT-EventQueue-0] [ 2023-11-04 13:54:15.330 CST ] [ConfigureListener.isPortFree:1445] Returning is Port 1521 free: false
oracle.net.ca.IllegalEndpointException: 为此监听程序提供的端口 1521 当前正在使用。
at oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1298)
at oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1281)
at oracle.net.ca.NetCA.prepareNextPage(NetCA.java:1811)
at oracle.net.ca.NetCA.wizardValidatePage(NetCA.java:1117)
at oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
at oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
at oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
at oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
at oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
at oracle.ewt.button.PushButton.activate(Unknown Source)
at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Component.java:6304)
at java.awt.Container.processEvent(Container.java:2239)
at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 3.run(EventQueue.java:703)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue 4. r u n ( E v e n t Q u e u e . j a v a : 731 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 4.run(EventQueue.java:731)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 3.run(EventQueue.java:703)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [ConfigureListener.getListeners:1038] Getting SI lsnrs…
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [ConfigureListener.getLsnrsFromFile:974] Lsnrs read from listener.ora file =
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Ocr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.409 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Ocr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsSystem.isCRSConfigured:2194] isOCRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11 minor version to check against 2
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [Version.isPre:-1] isPre: Returning FALSE for major version check
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsSystem.isHAConfigured:2218] olrKey = HKEY_LOCAL_MACHINE\Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Olr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Olr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [WindowsSystem.isHAConfigured:2245] isOLRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [ConfigureListener.getLsnrsRegWithHA:769] HAS is installed but NOT Configured !!
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [ConfigureListener.getLsnrsRegWithCRS:851] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [ConfigureListener.getScanLsnrNames:894] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [ConfigureListener.getMgmtDBLsnrNames:928] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [ConfigureListener.getASMLsnrNames:963] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 13:55:54.424 CST ] [ConfigureListener.getListeners:1101] Returning SI lsnrs =
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [HAUtils.getConfiguredGridHome:1375] ----- Getting CRS HOME ----
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Ocr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.298 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Ocr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.isCRSConfigured:2194] isOCRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11 minor version to check against 2
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] isPre: Returning FALSE for major version check
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.isHAConfigured:2218] olrKey = HKEY_LOCAL_MACHINE\Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Olr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Olr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.isHAConfigured:2245] isOLRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [HAUtils.getConfiguredGridHome:1379] Configured Grid Infrastructure home: null
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsServiceUtils.isServiceUserPasswordRequired:408] Oracle Home D:\app\oracle21c
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsServiceUtils.isServiceUserPasswordRequired:409] Grid Infrastructure home null
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityHomeImpl.doInternalIsServiceUserPasswordRequired:600] checking if service user requires a password for path D:\app\oracle21c
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityHomeImpl.doInternalIsServiceUserPasswordRequired:607] local node operation
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: isCopy=1 path=D:\app\oracle21c
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: calling transform encoding path to code page
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: after calling transform encoding path to code page
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: about call Is Svc User password required
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] Entering… sswseIsSVCUserPasswordRequired()

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] ohomepath=D:\app\oracle21c
nodename=(null)
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] Exiting… sswseIsSVCUserPasswordRequired()
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] ******************************

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityNative.Native] nativeIsServiceUserPasswordRequired: after calling is ServiceUser password required. return is 0.
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WinSecurityHomeImpl.doInternalIsServiceUserPasswordRequired:624] home user password required is = false
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [ConfigureListener.isHASConfigured:1811] Calling SRVM api to check if Oracle Restart is configured …
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Ocr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Ocr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.isCRSConfigured:2194] isOCRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11 minor version to check against 2
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [Version.isPre:-1] isPre: Returning FALSE for major version check
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.isHAConfigured:2218] olrKey = HKEY_LOCAL_MACHINE\Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Olr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Olr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [WindowsSystem.isHAConfigured:2245] isOLRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [ConfigureListener.isHASConfigured:1821] Is Oracle Restart configured: false
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [ConfigureListener.isHASRunning:1850] Is Oracle Restart running: false
[AWT-EventQueue-0] [ 2023-11-04 13:55:56.311 CST ] [ConfigureListener.listenerExists:448] Is listener “LISTENER” already exists: false
[AWT-EventQueue-0] [ 2023-11-04 13:55:59.769 CST ] [ConfigureListener.validateEndPoint:1231] Validating end-point: TCP:1521
[AWT-EventQueue-0] [ 2023-11-04 13:55:59.769 CST ] [ConfigureListener.validateEndPoint:1250] Address String : (ADDRESS=(PROTOCOL=TCP)(HOST=hlg.mshome.net)(PORT=1521))
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.validateEndPoint:1254] AddressBusy return code : 0
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1315] Checking if port 1521 is free on local machine…
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1330] InetAddress.getByName(127.0.0.1): /127.0.0.1
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1332] Local host IP address: hlg/172.20.208.1
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1334] Local host name: hlg
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1345] Address hlg
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1368] IP Address: hlg/172.20.208.1, Is IPv6 Address: false
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1371] IP Address: hlg/172.20.208.1, Is Link-Local Address: false
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1396] Creating ServerSocket on Port:1521, IP Address: hlg/172.20.208.1
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1432] Address already in use: JVM_Bind
java.net.DualStackPlainSocketImpl.bind0(Native Method)
java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:102)
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:513)
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:180)
java.net.ServerSocket.bind(ServerSocket.java:375)
java.net.ServerSocket.(ServerSocket.java:237)
oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1398)
oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1297)
oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1281)
oracle.net.ca.NetCA.prepareNextPage(NetCA.java:1811)
oracle.net.ca.NetCA.wizardValidatePage(NetCA.java:1117)
oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
oracle.ewt.button.PushButton.activate(Unknown Source)
oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
java.awt.Component.processEvent(Component.java:6304)
java.awt.Container.processEvent(Container.java:2239)
oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
java.awt.Component.dispatchEventImpl(Component.java:4889)
java.awt.Container.dispatchEventImpl(Container.java:2297)
java.awt.Component.dispatchEvent(Component.java:4711)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
java.awt.Container.dispatchEventImpl(Container.java:2283)
java.awt.Window.dispatchEventImpl(Window.java:2746)
java.awt.Component.dispatchEvent(Component.java:4711)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 3.run(EventQueue.java:703)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
java.awt.EventQueue$4.run(EventQueue.java:733)
java.awt.EventQueue 4. r u n ( E v e n t Q u e u e . j a v a : 731 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 4.run(EventQueue.java:731) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 4.run(EventQueue.java:731)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) java.security.AccessController.doPrivileged(Native Method) java.security.ProtectionDomain 3.run(EventQueue.java:703)java.security.AccessController.doPrivileged(NativeMethod)java.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[AWT-EventQueue-0] [ 2023-11-04 13:56:04.094 CST ] [ConfigureListener.isPortFree:1445] Returning is Port 1521 free: false
oracle.net.ca.IllegalEndpointException: 为此监听程序提供的端口 1521 当前正在使用。
at oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1298)
at oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1281)
at oracle.net.ca.NetCA.prepareNextPage(NetCA.java:1811)
at oracle.net.ca.NetCA.wizardValidatePage(NetCA.java:1117)
at oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
at oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
at oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
at oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
at oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
at oracle.ewt.button.PushButton.activate(Unknown Source)
at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Component.java:6304)
at java.awt.Container.processEvent(Container.java:2239)
at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 3.run(EventQueue.java:703)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue 4. r u n ( E v e n t Q u e u e . j a v a : 731 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 4.run(EventQueue.java:731)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue 3. r u n ( E v e n t Q u e u e . j a v a : 703 ) a t j a v a . s e c u r i t y . A c c e s s C o n t r o l l e r . d o P r i v i l e g e d ( N a t i v e M e t h o d ) a t j a v a . s e c u r i t y . P r o t e c t i o n D o m a i n 3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain 3.run(EventQueue.java:703)atjava.security.AccessController.doPrivileged(NativeMethod)atjava.security.ProtectionDomainJavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [ConfigureListener.getListeners:1038] Getting SI lsnrs…
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [ConfigureListener.getLsnrsFromFile:974] Lsnrs read from listener.ora file =
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 10
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Ocr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.450 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Ocr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsSystem.isCRSConfigured:2194] isOCRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [Version.isPre:-1] isPre.java: Returning FALSE
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [Version.isPre:-1] version to be checked 21.0.0.0.0 major version to check against 11 minor version to check against 2
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [Version.isPre:-1] isPre: Returning FALSE for major version check
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsSystem.isHAConfigured:2218] olrKey = HKEY_LOCAL_MACHINE\Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsSystem.regKeyExists:1765] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Olr
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsNative.Native]
Native function: inside RegKeyExists Software\Oracle\Olr HKEY_LOCAL_MACHINE

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsNative.Native] InitializeSecurity - successful

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsNative.Native] Opening registry key…

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsNative.Native] Key ‘Software\Oracle\Olr’ does not exist

[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [WindowsSystem.isHAConfigured:2245] isOLRConfigured=false
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [ConfigureListener.getLsnrsRegWithHA:769] HAS is installed but NOT Configured !!
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [ConfigureListener.getLsnrsRegWithCRS:851] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [ConfigureListener.getScanLsnrNames:894] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [ConfigureListener.getMgmtDBLsnrNames:928] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [ConfigureListener.getASMLsnrNames:963] NOT a Cluster !!
[AWT-EventQueue-0] [ 2023-11-04 14:01:03.470 CST ] [ConfigureListener.getListeners:1101] Returning SI lsnrs =

你可能感兴趣的:(windows,oracle,数据库)