How to check the server version

Hi

I typed the command below to check the installed server version but I get the warning

Unable to communicate with admin server, getting version locally.

What does it mean? Besides, I would like to find out if my version is later than AS8.1 SP10. How can I find it out ?

Many thanks

Simon

asadmin> version

Unable to communicate with admin server, getting version locally.

Version = Sun Java System Application Server Platform Edition 8.1_02

Command version executed successfully.

[544 byte] By [ConnectorRuntimeException] at [2007-11-26 10:03:14]
# 1
"asadmin version -v" will display more information.BTW do you mean "Patch 10" when you say SP10?
sathyan_catari at 2007-7-7 1:36:46 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

Possible reasons could be :

1) Appserver is not running

2) Port number is different than default (for PE, default port number is 4848)

If Appserver is configured for some other port,

try

asadmin>version --port <PORTNO> --verbose

Thanks,

-Jagadish

JagadishPrasath at 2007-7-7 1:36:46 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
It works. Thanks a lot
ConnectorRuntimeException at 2007-7-7 1:36:46 > top of Java-index,Application & Integration Servers,Application Servers...
# 4
> "asadmin version -v" will display more information.> BTW do you mean "Patch 10" when you say SP10?Yes. How does it represent the patch number?Simon
ConnectorRuntimeException at 2007-7-7 1:36:46 > top of Java-index,Application & Integration Servers,Application Servers...