Wednesday, January 05, 2011

Oracle 11g : Problem Restarting Weblogic Servers


Problem Restarting Weblogic Admin and Domain Servers


You may see an error while restarting Weblogic Servers, after a forceful shutdown and sudden system reboot.

In order to restart the server you need to delete the following files

*.lok files
*.DAT files

look under all the directories where weblogic server installed remove these files and restart..

Friday, April 23, 2010

Oracle SOA Suite 10.1.3.4 with MLR #


Download Oracle SOA Suite 10.1.3.1 from otn Link


Download Oracle SOA Suite 10.1.3.4 from otn Link


Download Oracle JDeveloper 10.1.3.4 from otn Link


Download the latest MLR Patches from Metalink:
Login to http://metalink.oracle.comand search for the following patch numbers
8589928 CUMULATIVE MLR#9 04-Sep-2009
8372150 CUMULATIVE MLR#8 17-Jun-2009
8372141 CUMULATIVE MLR#7 20-JAN-2009
8279781 CUMULATIVE MLR#6 06-May-2009
7714967 CUMULATIVE MLR#5 21-Feb-2009
7586067 CUMULATIVE MLR#4 15-Jan-2009
7586063 CUMULATIVE MLR#3 10-Dec-2008
7408340 CUMULATIVE MLR#3 05-Nov-2008
7375086 CUMULATIVE MLR#1 04-Oct-2008


Documentation :
10.1.3.4 Documentation Main Page

Addendum
727068.1 Oracle Application Server Patch Set Notes Addendum 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0)

Wednesday, September 16, 2009

JDeveloper Connection to Weblogic Server


Problem

When Creating Application Sever Connection from JDeveloper to Weblogic you get an exception that "Cannot instantiate class: weblogic.jndi.WLInitialContextFactory" while testing connection.















Resolution

The problem is that JDeveloper is not able find the WLInitialContextFactory in the weblogic.jar you pointed at the time of setup.

Copy the weblogic.jar to \jdev\lib\ext and restart your JDeveloper and retest the connection