Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SP9 problem "Only supports TRANSACTION_READ_UNCOMMITTED"

0 views
Skip to first unread message

Alex

unread,
Apr 25, 2001, 5:18:41 AM4/25/01
to

I have installed Weblogic 5.1 SP9, and the following error occurs when I was trying
to load the first page.
Does anyone know what's wrong?

Error is: setTransactionIsolation: Only supports TRANSACTION_READ_UNCOMMITTED
javax.ejb.CreateException: setTransactionIsolation: Only supports TRANSACTION_READ_UNCOMMITTED
at theory.smart.ebusiness.session.EBusinessSessionImpl.ejbCreate(EBusinessSessionImpl.java:2
57)


Kumar Allamraju

unread,
Apr 27, 2001, 10:21:11 PM4/27/01
to
Hi:

could you show me the relevant piece of code and complete stack trace?

--
Kumar


"Alex" <apc...@hotmail.com> wrote in message
news:3ae68861$1...@newsgroups.bea.com...

Alex Wong

unread,
May 1, 2001, 10:01:02 PM5/1/01
to
Hi,

Here is the complete stack trace

Error is: setTransactionIsolation: Only supports
TRANSACTION_READ_UNCOMMITTED
javax.ejb.CreateException: setTransactionIsolation: Only supports
TRANSACTION_READ_UNCOMMITTED
at
theory.smart.ebusiness.session.EBusinessSessionImpl.ejbCreate(EBusinessSessi
onImpl.java:257)

at
theory.smart.ebusiness.session.EBusinessSessionImplEOImpl.create(EBusinessSe
ssionImplEOImpl.java:55)
at
theory.smart.ebusiness.session.EBusinessSessionImplHomeImpl.create(EBusiness
SessionImplHomeImpl.java:32)
at
theory.smart.ebusiness.session.EBusinessSessionImplHomeImpl_ServiceStub.crea
te(EBusinessSessionImplHomeImpl_ServiceStub.java:178)
at
theory.smart.ebusiness.session.EBusinessSessionManagerImpl.createGuestSessio
n(EBusinessSessionManagerImpl.java:430)
at
theory.smart.ebusiness.session.EBusinessSessionManagerImplEOImpl.createGuest
Session(EBusinessSessionManagerImplEOImpl.java:413)
at
theory.smart.ebusiness.session.EBusinessSessionManagerImplEOImpl_WLSkel.invo
ke(EBusinessSessionManagerImplEOImpl_WLSkel.java:163)
at
weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
pter.java:347)
at
weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
r.java:86)
at
weblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestDispatch
er.java:82)
at weblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77)
at
theory.smart.ebusiness.session.EBusinessSessionManagerImplEOImpl_WLStub.crea
teGuestSession(EBusinessSessionManagerImplEOImpl_WLStub.java:490)
at
saggio.client.SaggioSessionTracker.createEBusinessSession(SaggioSessionTrack
er.java:348)
at saggio.client.SaggioSessionTracker.init(SaggioSessionTracker.java:139)
at jsp._portals._saggio._saggioportal._jspService(_saggioportal.java:2415)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:120)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:138)
at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
l.java:158)
at
com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
va:1033)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:120)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:915)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:879)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:269)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)

Here is the code, and the exception occurs when calling the
createGuestSession()

private void createEBusinessSession() throws ApplicationException
{
Context ctx = null;
try {
ctx = Helper.getJndiContext();
EBusinessSessionManagerHome ebsmHome =
(EBusinessSessionManagerHome)
ctx.lookup("theory.smart.ebusiness.session.EBusinessSessionManager");
EBusinessSessionManager sessionManager = ebsmHome.create();
eBusinessSession = sessionManager.createGuestSession();
}
catch (CreateException ce) {
System.out.println("Error is: " + ce.getMessage());
ce.printStackTrace();
..........................................
}
}

"Kumar Allamraju" <Ku...@newsgroups.com> wrote in message
news:3aea2946$1...@newsgroups.bea.com...

0 new messages