Could not save Weblogic JTA settings via admin console

别说谁变了你拦得住时间么 提交于 2019-12-13 06:14:27

问题


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.

EDIT 1:

Tried to use WLST, result is exactly the same

EDIT 2:

Tried to recreate new admin, result is exactly the same


回答1:


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

Bring down your domain

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>

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?



来源:https://stackoverflow.com/questions/17572844/could-not-save-weblogic-jta-settings-via-admin-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!