Microsoft
Software
Hardware
Network
Question : [Servlet Error]-[LocalTransaction rolled-back due to setRollbackOnly]: com.ibm.ws.LocalTransactio<wbr />n.Rolledba<wbr />ckExceptio<wbr />n
Hi,
I have configured oracle datasource in WSAD5.1, i am trying to write to database using hibernate framework from a web application. i have copied all the required jar files into WEB-INF/lib folder, and created hibernate.cfg.xml, Person.hbm.xml ,and a TestServlet.java, following is the code listing for each file
hibernate.cfg.xml:
http://hibernate.sourcefo
rge.net/hi
bernate-co
nfiguratio
n-
3.0.dtd"
>
jdbc/OraDS
org.hibernate.dialect.Orac
le9Dialect
Person.hbm.xml
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"
http://hibernate.sourcefo
rge.net/hi
bernate-ma
pping-3.0.
dtd
">
>
TestServlet.java
package com.siva.seminar.web.contr
oller;
import java.io.IOException;
import java.io.PrintWriter;
import javax.naming.InitialContex
t;
import javax.servlet.ServletExcep
tion;
import javax.servlet.http.HttpSer
vlet;
import javax.servlet.http.HttpSer
vletReques
t;
import javax.servlet.http.HttpSer
vletRespon
se;
import javax.sql.DataSource;
import org.hibernate.Session;
import org.hibernate.SessionFacto
ry;
import org.hibernate.cfg.Configur
ation;
import com.siva.seminar.hibernate
.Person;
public class TestServlet extends HttpServlet {
public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException {
DataSource ds = null;
InitialContext ctx = null;
res.setContentType("text/h
tml");
PrintWriter out = res.getWriter();
try {
Configuration cfg = new Configuration();
SessionFactory factory = cfg.configure().buildSessi
onFactory(
);
Person person = new Person();
person.setAddress("2418 Independence");
person.setFirstName("Siva"
);
person.setLastName("Madala
");
Session session = factory.openSession();
session.save(person);
session.flush();
out.print("success");
}
catch(Exception ex){
ex.printStackTrace();
out.print("Failure");
}
}
}
after running the server, when i hit the servlet following exception is thrown:
[2/26/06 9:51:05:703 CST] 4288e104 WebGroup E SRVE0026E: [Servlet Error]-[LocalTransaction rolled-back due to setRollbackOnly]: com.ibm.ws.LocalTransactio
n.Rolledba
ckExceptio
n
at com.ibm.ws.LocalTransactio
n.LocalTra
nCoordImpl
.cleanup(L
ocalTranCo
ordImpl.ja
va:1073)
at com.ibm.ws.webcontainer.we
bapp.WebAp
pTransacti
onCollabor
ator.postI
nvoke(WebA
ppTransact
ionCollabo
rator.java
:249)
at com.ibm.ws.webcontainer.we
bapp.WebAp
pRequestDi
spatcher.d
ispatch(We
bAppReques
tDispatche
r.java:708
)
at com.ibm.ws.webcontainer.we
bapp.WebAp
pRequestDi
spatcher.f
orward(Web
AppRequest
Dispatcher
.java:200)
at com.ibm.ws.webcontainer.sr
t.WebAppIn
voker.doFo
rward(WebA
ppInvoker.
java:119)
at com.ibm.ws.webcontainer.sr
t.WebAppIn
voker.hand
leInvocati
onHook(Web
AppInvoker
.java:276)
at com.ibm.ws.webcontainer.ca
che.invoca
tion.Cache
dInvocatio
n.handleIn
vocation(C
achedInvoc
ation.java
:71)
at com.ibm.ws.webcontainer.ca
che.invoca
tion.Cache
ableInvoca
tionContex
t.invoke(C
acheableIn
vocationCo
ntext.java
:116)
at com.ibm.ws.webcontainer.sr
p.ServletR
equestProc
essor.disp
atchByURI(
ServletReq
uestProces
sor.java:1
86)
at com.ibm.ws.webcontainer.os
elistener.
OSEListene
rDispatche
r.service(
OSEListene
r.java:334
)
at com.ibm.ws.webcontainer.ht
tp.HttpCon
nection.ha
ndleReques
t(HttpConn
ection.jav
a:56)
at com.ibm.ws.http.HttpConnec
tion.readA
ndHandleRe
quest(Http
Connection
.java:618)
at com.ibm.ws.http.HttpConnec
tion.run(H
ttpConnect
ion.java:4
39)
at com.ibm.ws.util.ThreadPool
$Worker.ru
n(ThreadPo
ol.java:67
2)
=Thanks for your help!!
Answer : [Servlet Error]-[LocalTransaction rolled-back due to setRollbackOnly]: com.ibm.ws.LocalTransactio<wbr />n.Rolledba<wbr />ckExceptio<wbr />n
Hi,
Look in the web.xml editor, servlets tab, lower right (all the way down). Look for websphere extensions. You could change "unresolved action" to commit ... that would cleanup without rollback. I don't think this message is actually an error. I saw it in one of my applications but everything was working fine.
I faced this problem recently. As I understand, the issue is that the TransactionManager is either not XA compliant or XA aware.
When I change the TransactionManager to use JtaTransactionManager, the error vanished.
look here for more help..
http://saloon.javaranch.co
m/cgi-bin/
ubb/ultima
tebb.cgi?
u
bb=get_top
ic&f=46&t=
005300
Hope this helps.
R.K
Random Solutions
How to merge/copy feilds from one table into another
Word XP crashes when trying to insert a symbol
trojan was detected. now pc reboots automatically after booting up
Postscript printer driver in Adobe Readers causes blank pages to be skipped when printing
I can no longer access the SBS websites such as companyweb, owa, etc,
PIVOT Equiv in T-SQL??
Field information not showing up from Active Directory Data Source
Password Protect Table in SQL Server 2005 Express (Linked to Access)
Event 494 on Exchange 2003, server 2003, clustered.
Microsoft Sharepoint Services 2003 FR, Unable to use Modified field in formula ?