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

2023-11-05 09:45

本文主要是介绍windows 安装oracle 21c启动监听报错,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

这篇关于windows 安装oracle 21c启动监听报错的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/349012

相关文章

解决IDEA使用springBoot创建项目,lombok标注实体类后编译无报错,但是运行时报错问题

《解决IDEA使用springBoot创建项目,lombok标注实体类后编译无报错,但是运行时报错问题》文章详细描述了在使用lombok的@Data注解标注实体类时遇到编译无误但运行时报错的问题,分析... 目录问题分析问题解决方案步骤一步骤二步骤三总结问题使用lombok注解@Data标注实体类,编译时

linux报错INFO:task xxxxxx:634 blocked for more than 120 seconds.三种解决方式

《linux报错INFO:taskxxxxxx:634blockedformorethan120seconds.三种解决方式》文章描述了一个Linux最小系统运行时出现的“hung_ta... 目录1.问题描述2.解决办法2.1 缩小文件系统缓存大小2.2 修改系统IO调度策略2.3 取消120秒时间限制3

Oracle查询优化之高效实现仅查询前10条记录的方法与实践

《Oracle查询优化之高效实现仅查询前10条记录的方法与实践》:本文主要介绍Oracle查询优化之高效实现仅查询前10条记录的相关资料,包括使用ROWNUM、ROW_NUMBER()函数、FET... 目录1. 使用 ROWNUM 查询2. 使用 ROW_NUMBER() 函数3. 使用 FETCH FI

数据库oracle用户密码过期查询及解决方案

《数据库oracle用户密码过期查询及解决方案》:本文主要介绍如何处理ORACLE数据库用户密码过期和修改密码期限的问题,包括创建用户、赋予权限、修改密码、解锁用户和设置密码期限,文中通过代码介绍... 目录前言一、创建用户、赋予权限、修改密码、解锁用户和设置期限二、查询用户密码期限和过期后的修改1.查询用

python管理工具之conda安装部署及使用详解

《python管理工具之conda安装部署及使用详解》这篇文章详细介绍了如何安装和使用conda来管理Python环境,它涵盖了从安装部署、镜像源配置到具体的conda使用方法,包括创建、激活、安装包... 目录pytpshheraerUhon管理工具:conda部署+使用一、安装部署1、 下载2、 安装3

解决systemctl reload nginx重启Nginx服务报错:Job for nginx.service invalid问题

《解决systemctlreloadnginx重启Nginx服务报错:Jobfornginx.serviceinvalid问题》文章描述了通过`systemctlstatusnginx.se... 目录systemctl reload nginx重启Nginx服务报错:Job for nginx.javas

Oracle数据库使用 listagg去重删除重复数据的方法汇总

《Oracle数据库使用listagg去重删除重复数据的方法汇总》文章介绍了在Oracle数据库中使用LISTAGG和XMLAGG函数进行字符串聚合并去重的方法,包括去重聚合、使用XML解析和CLO... 目录案例表第一种:使用wm_concat() + distinct去重聚合第二种:使用listagg,

龙蜥操作系统Anolis OS-23.x安装配置图解教程(保姆级)

《龙蜥操作系统AnolisOS-23.x安装配置图解教程(保姆级)》:本文主要介绍了安装和配置AnolisOS23.2系统,包括分区、软件选择、设置root密码、网络配置、主机名设置和禁用SELinux的步骤,详细内容请阅读本文,希望能对你有所帮助... ‌AnolisOS‌是由阿里云推出的开源操作系统,旨

Ubuntu系统怎么安装Warp? 新一代AI 终端神器安装使用方法

《Ubuntu系统怎么安装Warp?新一代AI终端神器安装使用方法》Warp是一款使用Rust开发的现代化AI终端工具,该怎么再Ubuntu系统中安装使用呢?下面我们就来看看详细教程... Warp Terminal 是一款使用 Rust 开发的现代化「AI 终端」工具。最初它只支持 MACOS,但在 20

windows系统下shutdown重启关机命令超详细教程

《windows系统下shutdown重启关机命令超详细教程》shutdown命令是一个强大的工具,允许你通过命令行快速完成关机、重启或注销操作,本文将为你详细解析shutdown命令的使用方法,并提... 目录一、shutdown 命令简介二、shutdown 命令的基本用法三、远程关机与重启四、实际应用