Setting up HADB - asadmin create-session-store not found

Hi,

I have installed Sun Application Server EE 8.1_02(JES2005Q4).

I installed and configured HADB, ran the configure-ha-cluster command and finally when I execute the following command, i'm getting the error given below.

>> asadmin create-session-store

Error:

CLI001 Invalid Command, create-session-store.

It seems like this command is not available in asadmin. Should i apply any patch or this command is no longer supported?

Thanks

Nith

[503 byte] By [Nith] at [2007-11-14]
# 1
The command is 'asadmin create-ha-store'.Any particular reason why you are trying to run this command?. The schema is setup automatically when configure-ha-cluster is run.
sathyan_catari at 2007-7-7 > top of java,Application & Integration Servers,Application Servers...
# 2

I ran the 'asadmin create-ha-store' command and it did configure properly before. But when i test the HADB it was storing the session to the DB properly and not able to load them. I was getting a JDBC connection returned null error.

And even the remove call of the HADB creates the same error and not able to remove the session from DB.

Nith at 2007-7-7 > top of java,Application & Integration Servers,Application Servers...
# 3
Please double check your JDBC URL parameters used for this connection pool, doing a ping from administration console would also help.
sathyan_catari at 2007-7-7 > top of java,Application & Integration Servers,Application Servers...
# 4
did ping and it works fine.
Nith at 2007-7-7 > top of java,Application & Integration Servers,Application Servers...
# 5
Is the same URL listed in server.log also? Is there a URL mismatch?
sathyan_catari at 2007-7-7 > top of java,Application & Integration Servers,Application Servers...