Browsing All Posts filed under »Weblogic«

Installing Apache 2.2.11 with Weblogic 10.3 on Ubuntu 9.04 64 bit

October 10, 2009

7

This post takes you through the steps to install Apache 2.2.11 on Ubuntu 9.04 64 bit and make it work with Weblogic 10.3. The post walks through the steps that I followed, the problems that I faced and the solutions ( er..hacks) to get them resolved. Installing Apache Is simple do sudo apt-get install apache2 […]

QuickTip: Weblogic: JDBC: java.sql.SQLException: Transaction timed out after 33 seconds

August 11, 2007

7

java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Transaction timed out after 33 seconds I was working on an application using Weblogic 8.1 sp5, and Oracle 10g. A batch process involving 10K records, which were being picked up from a JMS Queue and post processing being populated into the database, was failing with […]