Java System Application Server create-agent-problem
When i tryasaadmin> create-node-agentit saysCLI147 Invalid command, create-node-agentI don't know why, that command commonly used on all the documentation I've found.Anybody knows why could it be?
# 1
http://forum.java.sun.com/thread.jspa?threadID=5095690
... I think you are trying to use a feature that is available only in the Standard Edition/Enterprise Edition (SE/EE) of the application server and hence these errors.
You will not get these errors on SE/EE.
...
Can you check if this is the case?
# 2
Yeah, thank you very much.It was not a real problem, my version is the Platform Edition and it doesn't have support for node agents. Fortunately my application can be deployed with or without node agents support.