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 =

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/130917.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

单行自动横向滚动——css实现

效果 封装组件 <template><div ref"container" class"scroll-area"><divref"content":class"[isScroll ? scroll : no-scroll]":style"{ color: fontColor }">{{ content }}</div></div> &…

Android Studio的笔记--SerialPort串口通讯学习和使用

SerialPort串口通讯学习和使用 SerialPortandroid-serialport-api源码下载 Android-SerialPort-API源码下载readme版本 Android-SerialPort-Tool源码下载 Android-Serialport源码下载使用方法readme android中使用串口通信使用android-serialport-api方式第1种 链接第2种 导入S…

ZZ308 物联网应用与服务赛题第A套

2023年全国职业院校技能大赛 中职组 物联网应用与服务 任 务 书 &#xff08;A卷&#xff09; 赛位号&#xff1a;______________ 竞赛须知 一、注意事项 1.检查硬件设备、电脑设备是否正常。检查竞赛所需的各项设备、软件和竞赛材料等&#xff1b; 2.竞赛任务中所使用的…

【npm run dev 报错:error:0308010C:digital envelope routines::unsupported】

问题原因&#xff1a; nodejs版本太高&#xff08;nodejs v17版本发布了openSSL3.0对短发和密钥大小增加了更为严格的限制&#xff0c;nodejs v17之前版本没有影响&#xff0c;但之后的版本会出现这个错误&#xff0c;物品的node版本是20.9.0&#xff09; 解决方式&#xff1…

6.Spark共享变量

概述 共享变量 共享变量的工作原理Broadcast VariableAccumulator 共享变量 共享变量的工作原理 通常&#xff0c;当给 Spark 操作的函数(如 mpa 或 reduce) 在 Spark 集群上执行时&#xff0c;函数中的变量单独的拷贝到各个节点上&#xff0c;函数执行时&#xff0c;使用…

毅速丨3D打印在压铸模上大有所为

压铸模是压铸件成型不可缺少的工具。它的作用是将液态的金属或合金浇入到预先准备好的型腔中&#xff0c;并在压力的作用下凝固、成形。3D打印技术在压铸模上的使用&#xff0c;尤其是随形水路的应用&#xff0c;将大幅度提升制造效率。 在传统的压铸模制造中&#xff0c;水路的…

初识AUTOSAR网络管理

文章目录 目的模式时间参数T_REPEAT_MESSAGET_NM_TIMEOUTT_WAIT_BUS_SLEEPT_START_Tx_AppFrameT_NM_ImmediateCycleTimeT_NM_MessageCycleN_ImmediateNM_TIMEST_START_NM_TXT_WakeUp跳转状态NM_1NM_2NM_3NM_4NM_5NM_6NM_7

uniapp 解决H5跨域的问题

uniapp 解决h5跨域问题 manifest.json manifest.json文件中&#xff0c;点击“源码视图”,在此对象的最后添加以下代码&#xff1a; "h5" : {"devServer" : {"port" : 8080, //端口号"disableHostCheck" : true,"proxy" :…

Conda创建软件安装环境

Conda 安装软件并创建环境 Python创建虚拟环境 conda create -n env_name python3.11 进入创建的虚拟环境 conda activate env_name 安装软件 conda install -c bioconda software_name

云安全—docker Deamon攻击面

0x00 前言 本篇文章主要是讲docker Deamon的原理以及docker Deamon攻击面相关的内容&#xff0c;属于抛砖引玉系列&#xff0c;如有不妥之处还请斧正。 0x01 docker Deamon 还是先来看一下docker Deamon的一些相关知识&#xff0c;依旧是采用问答的方式来进行。为了文章的整…

2023全新小程序广告流量主奖励发放系统源码 流量变现系统 带安装教程

2023全新小程序广告流量主奖励发放系统源码 流量变现系统 分享软件&#xff0c;吃瓜视频&#xff0c;或其他资源内容&#xff0c;通过用户付费买会员来变现&#xff0c;用户需要付费&#xff0c;有些人喜欢白嫖&#xff0c;所以会流失一部分用户&#xff0c;所以就写了这个系统…

C++二叉搜索树

本章主要是二叉树的进阶部分&#xff0c;学习搜索二叉树可以更好理解后面的map和set的特性。 1.二叉搜索树概念 二叉搜索树的递归定义为&#xff1a;非空左子树所有元素都小于根节点的值&#xff0c;非空右子树所有元素都大于根节点的值&#xff0c;而左右子树也是二叉搜索树…

GEE数据集——原住民土地(原住民土地地图)数据集

原住民土地&#xff08;原住民土地地图&#xff09; 土地承认是人们在日常生活中融入原住民存在和土地权利意识的一种方式。这通常在仪式、讲座或教育指南开始时进行。它可以是一种明确但有限的方式来认识殖民主义和第一民族的历史以及定居者殖民社会变革的需要。在这种情况下…

Electron[1] 缘起桌面应用

1 Electron是什么&#xff1f; 官方的解释&#xff1a; Build cross-platform desktop apps with JavaScript, HTML, and CSS 简单说&#xff0c;就是通过前端技术栈实现桌面应用的开发&#xff0c;桌面应用包括&#xff1a;linux、window、mac。 1.1 中文官网地址 Build c…

Excel中行列范围的转换

将 行&#xff1a;1,4-5,8,11 列&#xff1a;a,c-e,f 这种写法转换成单元格地址的方法。 public static Tuple<List<int>, List<string>> ConvertRowColumn(string rowRep, string colRep){List<int> rowIdxs new List<int>();rowRep rowRep.…

053基于web+springboot的宠物咖啡馆平台的设计与实现

欢迎大家关注&#xff0c;一起好好学习&#xff0c;天天向上 文章目录 一项目简介技术介绍 二、功能组成三、效果图四、 文章目录 一项目简介 本基于Spring Boot的宠物咖啡馆平台的设计与实现有管理员和用户以及看护师三个角色。用户功能有个人中心&#xff0c;咖啡菜品管理&a…

后端nginx报reset by peer while reading upstream

目录 1 解决 1 解决 加大nginx请求体或者nginx缓存 或者浏览器读取json大小设置成—1

微信小程序授权登录获取用户的openid

小程序可以通过微信官方提供的登录能力方便地获取微信提供的用户身份标识&#xff0c;快速建立小程序内的用户体系然而因为小程序中的openid不可以直接使用需要用code&#xff08;登录凭证&#xff09;去换取openid 获取openid的思路 获取openid首先需要调用小程序的login方法…

S5PV210(十):LCD

本文主要探讨210的LCD相关知识。 LCD LCD称液晶(透光背光呈色),可在电信号驱动下使液晶分子旋转,呈现不同的颜色(被动发光) lcd接口为TTL接口(5V为1&#xff0c;0V为0),不能传输太远,远距离传输方式:SoC(TTL) ->VGA-> LCD(TTL) 其他显设备:CRT(…

基于STM32设计的室内环境监测系统(华为云IOT)_2023

一、设计需求 基于STM32+华为云物联网平台设计一个室内环境监测系统,以STM32系列单片机为主控器件,采集室内温湿度、空气质量、光照强度等环境参数,将采集的数据结果在本地通过LCD屏幕显示,同时上传到华为云平台并将上传的数据在Android移动端能够实时显示、查看。 【1…