无法通过管理控制台保存 Weblogic JTA 设置 [英] Could not save Weblogic JTA settings via admin console

查看:44
本文介绍了无法通过管理控制台保存 Weblogic JTA 设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试通过管理控制台增加 JTA 事务超时,但出现下一个错误:

I'm trying ti increase JTA transaction timeout via admin console, but getting next error:

为什么会这样?有任何想法吗?

Why does it happen? Any ideas?

另外,如果您知道如何在不使用管理控制台的情况下更改超时,请提出建议.

Also, if you know how could I change timeout without using admin console, please suggest.

编辑 1:

尝试使用WLST,结果完全一样

Tried to use WLST, result is exactly the same

编辑 2:

尝试重新创建新管理员,结果完全相同

Tried to recreate new admin, result is exactly the same

推荐答案

这听起来就像是一个 weblogic 错误.作为答案发布,因为我打赌它会起作用:

It almost sounds like a weblogic bug. Posting as an answer because I bet it will work:

关闭您的域

转到您的 domain_home/config 文件夹并编辑 config.xml 文件

Go to your domain_home/config folder and edit the config.xml file

搜索以下内容并将其更改为所需的超时时间:

Search for and change the following to your desired timeout:

<jta>
<timeout-seconds>30</timeout-seconds>
<completion-timeout-seconds>120</completion-timeout-seconds>
</jta>

看看您是否可以恢复您的域.如果没有,您可以发布更大的图片或复制/粘贴堆栈跟踪吗?阅读起来相当困难.还有,哪个版本的weblogic?

See if you can bring your domain back up. If not, can you post a larger picture or copy/paste the stack trace? It is fairly hard to read. Also, which version of weblogic?

这篇关于无法通过管理控制台保存 Weblogic JTA 设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆