我正在尝试将 WebLogic 中包含的 Derby 添加为数据源。我正在运行 WebLogic 10.3.5。我在 setDomainEnv.cmd 中没有看到 Derby 标志,所以我将客户端驱动程序添加到 CLASSPATH:
set CLASSPATH=%PRE_CLASSPATH%;%WEBLOGIC_CLASSPATH%;%POST_CLASSPATH%;%WLP_POST_CLASSPATH%;%WL_HOME%\common\derby\lib\derbyclient.jar
在 setDomainEnv.cmd 中。现在,当我尝试在 WebLogic 中激活我的数据源时,我得到:
An error occurred during activation of changes, please see the log for
details. Message icon - Error weblogic.application.ModuleException:
Message icon - Error java.net.ConnectException : Error connecting to
server localhost on port 1527 with message Connection refused:
connect.
我还需要做什么才能使其正常工作?