Deployment 找不到geronimo部署cli文件

Deployment 找不到geronimo部署cli文件,deployment,ear,filenotfoundexception,geronimo,Deployment,Ear,Filenotfoundexception,Geronimo,您好,我想使用geronimo的deploy.sh远程部署.ear。但上传后我得到: http://localhost:8080/remote-deploy/upload 07:50:22,889 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException: Unable to deploy myproj.service.external.ear: java.io.FileNotFoundExc

您好,我想使用geronimo的deploy.sh远程部署.ear。但上传后我得到:

  http://localhost:8080/remote-deploy/upload
  07:50:22,889 ERROR [DeployTool] Error:
  org.apache.geronimo.common.DeploymentException: Unable to deploy   myproj.service.external.ear: java.io.FileNotFoundException: /home/myproj/geronimo-tomcat6-javaee5-2.2/bin/myproj.service.external.ear (No such file or directory)
    /home/myproj/geronimo-tomcat6-javaee5-2.2/bin/myproj.service.external.ear (No such file or directory)

    at org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
    at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
    at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:125)
    at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:168)
    at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
    at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
    at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
我正在使用geronimo

   Version  2.2
   Build    2009.12.07-18:20:06.045-0800
我的部署cmd看起来像:

./deploy.sh  -host hostname --user "usr" --password "pw" deploy myproj.service.external.ear

我以前犯过这个错误怎么样。。。因为我在防火墙规则中允许RMI命名服务1099的端口,但不允许JMX端口9999的端口。