Hi,
I trying to install two ORDS 19.4 server on MS WIN Server to connect one DB 19C server on Linux Server.
one standalone ORDS of inside network for inside employees did well installed and works fines.
and i'm try to install another standalone ORDS on Firewall for outside employees.
but, i faced some errors in install stage and Connect error is as follows.
-------------------
2021-08-21 20:40:00.360:INFO::main: Logging initialized @14871ms to org.eclipse.jetty.util.log.StdErrLog
2021-08-21T11:40:00.548Z INFO HTTP and HTTP/2 cleartext listening on host: localhost port: 8080
2021-08-21T11:40:00.610Z INFO Disabling document root because the specified folder does not exist: C:\Oracle\ORDS19_SIDB\ords\standalone\doc_root
2021-08-21 20:40:01.204:INFO:oejs.Server:main: jetty-9.4.24.v20191120; built: 2019-11-22T11:09:44.612Z; git: 8b8c80157294e38f81ef8ea2358a0c49bf5db918; jvm 16.0.2+7-67
2021-08-21 20:40:01.224:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
2021-08-21 20:40:01.224:INFO:oejs.session:main: No SessionScavenger set, using defaults
2021-08-21 20:40:01.239:INFO:oejs.session:main: node0 Scavenging every 600000ms
2021-08-21T11:40:21.504Z SEVERE IO Error: 연결된 구성원으로부터 응답이 없어 연결하지 못했거나, 호스트로부터 응답이 없어 연결이 끊어졌습니다, Authentication lapse 0 ms.,|apex||-2021-08-21T11:40:02.020981700Z,jdbc:oracle:thin:@//123.456.789.222:1521/SIDBD
2021-08-21T11:40:21.520Z SEVERE IO Error:: The pool named: |apex|| is invalid and will be ignored: The connection pool named: |apex|| is not correctly configured, due to the following error(s): IO Error: The Network Adapter could not establish the connection , Authentication lapse 0 ms.
2021-08-21T11:40:40.515Z SEVERE IO Error: The pool named: |apex|| is invalid and will be ignored: The connection pool named: |apex|| is not correctly configured, due to the following error(s): IO Error: The Network Adapter could not establish the connection , , Authentication lapse 0 ms.,|apex|al|-2021-08-21T11:40:21.520479100Z,jdbc:oracle:thin:@//123.456.789.222:1521/SIDBD
-------------------------------------
It's a Korean error message, but I think you can understand it.
TNSPING is ok, Connection by SQLPLUS is ok.
only JDBC Connection through ORDS install is failed.
Please let me know your guidance.
Thx.
SK.