背景
我正在使用安装了 SOA 的 Oracle JDeveloper Studio 作为我的 IDE。在 JDeveloper 中,我想创建到远程 Weblogic 服务器的连接。
远程服务器在我的本地机器上运行,我将其称为远程服务器以区别于JDeveloper 附带的集成 Weblogic 服务器。
阅读此答案后,我尝试将以下行添加到 Windows 10 主机文件中:
#
127.0.0.10 localhost2
::1 localhost2
这两张图片显示了 JDeveloper 中的应用程序服务器设置:图 1、图 2
但是我仍然收到以下错误:
Server excetion is :
Connection refused from server
在 ssl 的 7013 和 7014 等随机端口上创建新服务器时,测试连接返回:
Testing HTTP Authentication ... failed
Connection refused: connect
Testing JSR-160 Runtime ... failed
Cannot establish connection.
Testing JSR-160 DomainRuntime ... skipped
Testing JSR-88 ... skipped
Testing JSR-88-LOCAL ... skipped
Testing Server MBeans Model ... skipped
Testing App Controller ... skipped
Testing JSR-88-DEP-MGR ... skipped
Testing JSR-88-DEP-MGR-LOCAL ... skipped
Testing JNDI ... skipped
Testing JSR-160 Edit ... skipped
Testing HTTP ... failed
Connection refused: connect
0 of 12 tests successful.
任何人都可以在这里提出一些故障排除步骤吗?