SJSAS - Standard Edition - HADB class not found

Hi all

I am trying to test the Standard Edition of the server but we it come after an application deployment I am getting this error.

[#|2006-07-21T18:10:09.613+0800|SEVERE|sun-appserver-ee8.1_02|javax.enterprise. system.container.ejb|_ThreadID=10;|Could not initialize container using HaStrategyBuilder

java.lang.NoClassDefFoundError: com/sun/hadb/jdbc/LOBDescr

my understanding is HADB should be not installed for standard editions and the installation I downloaded (java_es_05Q4_appserver-ga-solaris-sparc.zip) did not include these packages anyway. How can stop the server from looking for HADB?

thanks

[643 byte] By [zerocooler] at [2007-11-26 8:56:31]
# 1

Hmm.

SE does not require the HADB classes, but looks like something is funky going on.

This class is part of HADB's JDBC driver. So, under normal circumstances, the hadbjdbc jar seems to be required even if you're not doing any HA.

I am assuming that you don't have availability-enabled on this application that's being deployed. Do you mind sending domain.xml?

Thanks,

Kedar

kedarmhaswade at 2007-7-6 22:55:37 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Hi Kedarthe answer to my problem was obvious! I accidentally enabled the ha option. thanks for looking into this for me dickson
zerocooler at 2007-7-6 22:55:37 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
Hi Dickson, I am having the same problem. How do I disable the option and redeploy the app. Do I need to redeploy the app since I get the msg that the amserver failed to deploy and has been disabled. Thanks, Kiran
krh at 2007-7-6 22:55:37 > top of Java-index,Application & Integration Servers,Application Servers...