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 =

重点:如果上述处理完还不能解决问题:
使用netstat命令还是找不到对应端口占用的程序,比如oracle的监听 服务今天就是因为1521被占用了然后起不来了,我改成其他随便端口,如8888、8080、8090等端口,监听又可以正常启动,说明oracle安装没有问题,本身我安装完就一直都在使用,查看了网上的文章。
netstat -aon|findstr “1521”
啥线程都没找到
这是因为这些端口被用作了windows自己的保留端口,每次开机,windows就会随机保留一些端口,原因如下:

开启了 Hyper-V 特性(安装docker,或者linux虚拟机 )—刚好我9月份确实安装了dockerdesktop
因为发现病毒活动而被微软屏蔽
安装过windows update以后,保留的端口发生变化
由于这些端口被保留,所以即使没有任何程序在使用,用户自己创建的程序也无法使用这些端口,想解决这个问题。

1、重新设置保留端口
先排除需要保留的端口
netsh int ipv4 add excludedportrange protocol=tcp startport=1521 numberofports=10
重新设置一下“TCP 动态端口范围”,让 windows按照我们设定的范围内保留端口即可。可以使用管理员权限运行下面的命令,将“TCP 动态端口范围”重新设定为 49152-65535。
重启系统后,再次执行 netsh int ipv4 show dynamicport tcp 查看动态端口范围
2、禁用 Hyper-V 或干脆卸载 Hyper-V
3、添加保留端口,让应用程序无法使用这些端口
可以参考微软官方的做法保留一系列临时端口 https://learn.microsoft.com/zh-cn/troubleshoot/windows-erver/networking/reserve-a-range-of-ephemeral-ports

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在Linux上安装Oracle Database 21c,可以使用Docker容器化技术进行安装。下面是一些基本步骤: 1. 首先,确保你已经在Linux上安装了Docker。如果没有安装,请根据你的Linux发行版文档进行安装。 2. 在终端中运行以下命令,从Docker Hub下载Oracle Database 21c的镜像: ``` docker pull store/oracle/database-enterprise:21.3.0.0 ``` 3. 下载Oracle Database 21c安装文件。你需要前往Oracle官方网站(https://www.oracle.com/database/technologies/oracle21c-linux-downloads.html)并获取适用于Linux的安装文件。 4. 将下载的安装文件复制到一个目录中,比如 `/opt/oracle21c` 5. 使用以下命令启动Docker容器并安装Oracle Database 21c: ``` docker run -d -it --name oracle21c \ -p 1521:1521 -p 5500:5500 \ -e ORACLE_SID=ORCLCDB \ -e ORACLE_PDB=ORCLPDB1 \ -e ORACLE_PWD=your_password \ -v /opt/oracle21c:/install \ store/oracle/database-enterprise:21.3.0.0 ``` 这个命令会创建一个名为 `oracle21c` 的Docker容器,并将它与主机的1521端口和5500端口进行映射。你需要将 `your_password` 替换为你自己的密码。 6. 运行以下命令进入容器的Bash终端: ``` docker exec -it oracle21c bash ``` 7. 在容器中,将安装文件解压缩到 `/install` 目录: ``` cd /install unzip oracle-database-21c-*.zip ``` 8. 运行安装脚本: ``` ./runInstaller ``` 根据提示进行安装,选择相应的选项和配置。 9. 安装完成后,可以使用Oracle Database 21c了。你可以使用SQL*Plus等工具连接到数据库。 这些是基本的安装步骤,你可以根据实际需要进行调整。请注意,在安装Oracle Database 21c之前,确保你的Linux系统满足Oracle的硬件和软件要求。此外,根据你的需求,你可能需要进行其他配置和调整。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值