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

相关文章

解决SpringBoot启动报错:Failed to load property source from location 'classpath:/application.yml'

《解决SpringBoot启动报错:Failedtoloadpropertysourcefromlocationclasspath:/application.yml问题》这篇文章主要介绍... 目录在启动SpringBoot项目时报如下错误原因可能是1.yml中语法错误2.yml文件格式是GBK总结在启动S

idea maven编译报错Java heap space的解决方法

《ideamaven编译报错Javaheapspace的解决方法》这篇文章主要为大家详细介绍了ideamaven编译报错Javaheapspace的相关解决方法,文中的示例代码讲解详细,感兴趣的... 目录1.增加 Maven 编译的堆内存2. 增加 IntelliJ IDEA 的堆内存3. 优化 Mave

如何解决mmcv无法安装或安装之后报错问题

《如何解决mmcv无法安装或安装之后报错问题》:本文主要介绍如何解决mmcv无法安装或安装之后报错问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录mmcv无法安装或安装之后报错问题1.当我们运行YOwww.chinasem.cnLO时遇到2.找到下图所示这里3.

浅谈配置MMCV环境,解决报错,版本不匹配问题

《浅谈配置MMCV环境,解决报错,版本不匹配问题》:本文主要介绍浅谈配置MMCV环境,解决报错,版本不匹配问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录配置MMCV环境,解决报错,版本不匹配错误示例正确示例总结配置MMCV环境,解决报错,版本不匹配在col

Python 安装和配置flask, flask_cors的图文教程

《Python安装和配置flask,flask_cors的图文教程》:本文主要介绍Python安装和配置flask,flask_cors的图文教程,本文通过图文并茂的形式给大家介绍的非常详细,... 目录一.python安装:二,配置环境变量,三:检查Python安装和环境变量,四:安装flask和flas

Oracle数据库常见字段类型大全以及超详细解析

《Oracle数据库常见字段类型大全以及超详细解析》在Oracle数据库中查询特定表的字段个数通常需要使用SQL语句来完成,:本文主要介绍Oracle数据库常见字段类型大全以及超详细解析,文中通过... 目录前言一、字符类型(Character)1、CHAR:定长字符数据类型2、VARCHAR2:变长字符数

Win11安装PostgreSQL数据库的两种方式详细步骤

《Win11安装PostgreSQL数据库的两种方式详细步骤》PostgreSQL是备受业界青睐的关系型数据库,尤其是在地理空间和移动领域,:本文主要介绍Win11安装PostgreSQL数据库的... 目录一、exe文件安装 (推荐)下载安装包1. 选择操作系统2. 跳转到EDB(PostgreSQL 的

Linux系统中卸载与安装JDK的详细教程

《Linux系统中卸载与安装JDK的详细教程》本文详细介绍了如何在Linux系统中通过Xshell和Xftp工具连接与传输文件,然后进行JDK的安装与卸载,安装步骤包括连接Linux、传输JDK安装包... 目录1、卸载1.1 linux删除自带的JDK1.2 Linux上卸载自己安装的JDK2、安装2.1

Linux卸载自带jdk并安装新jdk版本的图文教程

《Linux卸载自带jdk并安装新jdk版本的图文教程》在Linux系统中,有时需要卸载预装的OpenJDK并安装特定版本的JDK,例如JDK1.8,所以本文给大家详细介绍了Linux卸载自带jdk并... 目录Ⅰ、卸载自带jdkⅡ、安装新版jdkⅠ、卸载自带jdk1、输入命令查看旧jdkrpm -qa

MySQL Workbench 安装教程(保姆级)

《MySQLWorkbench安装教程(保姆级)》MySQLWorkbench是一款强大的数据库设计和管理工具,本文主要介绍了MySQLWorkbench安装教程,文中通过图文介绍的非常详细,对大... 目录前言:详细步骤:一、检查安装的数据库版本二、在官网下载对应的mysql Workbench版本,要是