This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

org. omg. CORBA. TRANSACTION_ROLLEDBACK ...seems greek latin...!!

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am working webbank example from "IBM Websphere V4.0 Advanced Ed. handbook". I could successfully deploy the application and also invoke the client(Atlast! with least amount of time... )when i try to click the button(which queries the database ...!!its DB2UDBV72!!), I am getting the following exception...could someone explain the cause of this?
The exception after clicking on the 'GetBranchBalance' button...
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
com.ibm.ejs.container.UncheckedException: ; nested exception is:
javax.ejb.EJBException: [Consultation: findBranchAccount]CORBA TRANSACTION_ROLLEDBACK 0 No;
nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 0 completed: No
com.ibm.ejs.container.UncheckedException: ; nested exception is:
javax.ejb.EJBException: [Consultation: findBranchAccount]CORBA TRANSACTION_ROLLEDBACK 0 No;
nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 0 completed: No
javax.ejb.EJBException: [Consultation: findBranchAccount]CORBA TRANSACTION_ROLLEDBACK 0 No; nested
xception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: minor code: 0 completed: No
thanks a ton!
vijay
 
I claim this furniture in the name of The Ottoman Empire! You can keep this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic