Deployment tool barfs with ArrayIndexOutOfBoundsException
---------------------------------------------------------
Key: GERONIMO-475
URL: http://nagoya.apache.org/jira/browse/GERONIMO-475
Project: Apache Geronimo
Type: Bug
Components: deployment
Versions: 1.0-M3
Reporter: Hiram Chirino
Fix For: 1.0-M4
Ran:
java -jar bin\deployer.jar --user system --password list-modules
Got:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3
at org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:102)
at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:109)
at org.apache.geronimo.deployment.cli.DeployTool.main(DeployTool.java:252)
I know it's an invalid command, but the tool should report a better error.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|