SystemOut.log中报错WLTC0017E

在SystemOut.log中发现了以下报错:

[16-6-9 8:44:18:499 CST] 0000001b LocalTranCoor E WLTC0017E: 资源回滚,因为调用 setRollbackOnly()。

由于没有记录下完整的Context,只查到了以下资料:

https://www.ibm.com/support/knowledgecenter/SSEPH2_14.1.0/com.ibm.etools.ims.tmra.doc/topics/rimswltc0017e.htm

按照该链接中的说法,“Message WLTC0017E indicates that the resources that were enlisted with the LTC were rolled back instead of committed because the setRollbackOnly() method was called on the LTC. This message does not require any action by the user and is for your information only.

感觉这种说法严重不靠谱!

https://community.oracle.com/thread/2136313?tstart=0

"com.ibm.websphere.wim.common.EntityManager"vs"javax.persistence.EntityManager"

How to handle WLTC0017E: Resources rolled back error in WAS 6.1

http://www.coderanch.com/t/439789/Websphere/handle-WLTC-Resources-rolled-error

http://www.redbooks.ibm.com/abstracts/REDP4058.html?Open

项目在tomcat下运行没有问题,部署到webSphere下项目启动没有问题,访问项目就会报错

WLTC0017E:Resources rolled back due to setRollbackOnly() being called error

将原本在weblogic下正常运行的应用迁移到websphere下时出现以下错误

Why am i I getting illegalStateException: Response already committed in WAS output log after running jython script during install?

Can not load the report engine

Hibernate-Websphere - Every Second transaction fails. Clues?

Bug 296178 - NonJTA Datasource testing failed on WebSphere

网页访问报错WLTC0017E: Resources rolled back

在内网访问的时候页面正常,到外网访问页面的时说”页面无法显示”下面是websphere日志

RWI 00319 memory error

你可能感兴趣的:(WebSphere,Java)