Posts Tagged ‘ Weblogic ’

SAS 9.2 and Weblogic (10.3 or not to 10.3 that is the question)

May
24

I have been doing an install of SAS 9.2 eBI using Weblogic.

In all the SAS 9.2 install documentation from SAS it mentions Weblogic 9.2, but if you check out:

Oracle WebLogic Server Support for SAS 9.2

You will see Oracle Weblogic 10.3 is supported.  And when you download the install depot from SAS it will actually downloads Weblogic 10.3 in the thirdparty directory for you.

But when you follow the instructions and try and do the install you will probably get an error when the Install Wizard is configuring the web packages.

If you check the install/configure logs you will see this error:

Problem invoking WLST – ava.lang.UnsupportedClassVersionError:
Bad version number in .class file

It seems although the install screen asks you for a location to the 1.5 version of the JDK, you actually need the 1.6 version of the JDK for it to work with Weblogic 10.3, according to this tech support note:

Usage Note 36538: The SAS® Deployment Wizard fails when you use Java Development Kit 1.5 with Oracle WebLogic Server 10.3

So when going through the wizard, point to the JDK 1.6 and you are away.

Share
Posted by  
0 Comments