如何关闭 Oracle ORDS 的独立模式

发布于 2025-01-12 20:22:42 字数 909 浏览 0 评论 0原文

我有两台服务器。它们应该是相同的。我还在两台服务器上启用了 RESTful 服务。在其中一台服务器上,当我尝试使用示例 API 时,它给了我一个 503 状态错误代码,表示 apex_pu 的密码无效、已过期或帐户已锁定oracle.example.hr。

https://hostname/ords/Schema Alias/hr/

然而,相同的示例 API 在我的另一台服务器上运行良好。

我检查了产品文件夹下的 conf 文件夹中的 apex_pu.xml 文件,并比较了两台服务器上的两个 apex_pu.xml。我发现失败的 apex_pu.xml 文件缺少 standalone = "no"。之前我安装了独立模式来研究一些与Oracle RESTful服务相关的问题。然后我就这样离开了。我不确定这是否与我当前遇到的问题有关,但我试图通过将其恢复到 Apache 上的 ORDS 来消除这种差异。我认为这是解决我的问题的第一步。谁能告诉我如何恢复这个状态?

我用来启用独立模式的命令:

Java –jar ords.war configdir 

Java –jar ords.war (to start standalone oracle) 

Java –jar ords.war standalone (to start standalone oracle rest api) 

失败一:

<?xml version="1.0" encoding="UTF-8"?>

正常一:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

I have two servers. They are supposed to be identical. I also enabled the RESTful services on both servers. On one of the server, It gave me a 503 status error code saying the password for apex_pu is invalid, expired or account is locked when I tried to use the sample API in oracle.example.hr.

https://hostname/ords/Schema Alias/hr/

However, the same sample API works fine on my other server.

I checked the apex_pu.xml file in conf folder under product folder and compared the two apex_pu.xml on both server. I found that the apex_pu.xml file on the failed one is missing standalone = "no". I installed standalone mode before to look into some issues related to Oracle RESTful services. Then I left it like that ever since. I'm not sure if this is related to the issue that I'm currently encountering, but I'm trying to eliminate this difference by reverting it back to ORDS on Apache. I think this is the first step to troubleshoot my issue. Can anyone tell me how to revert this?

Commands that I used to enable standalone mode:

Java –jar ords.war configdir 

Java –jar ords.war (to start standalone oracle) 

Java –jar ords.war standalone (to start standalone oracle rest api) 

failed one:

<?xml version="1.0" encoding="UTF-8"?>

normal one:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文