Deploy from CLI throws javax.management.MalformedObjectNameException
--------------------------------------------------------------------
Key: GERONIMO-1838
URL: http://issues.apache.org/jira/browse/GERONIMO-1838
Project: Geronimo
Type: Bug
Security: public (Regular issues)
Reporter: Dain Sundstrom
Assigned to: Aaron Mulder
$ java -jar
../../assemblies/j2ee-jetty-server/target/geronimo-1.1-SNAPSHOT/bin/deployer.jar
deploy target/geronimo-welcome-1.1-SNAPSHOT.war
javax.management.MalformedObjectNameException: Invalid value:
'geronimo.config:name="Unspecified/geronimo-welcome-1.1-SNAPSHOT/1/car"'
at javax.management.ObjectName.parsePropertyValue(ObjectName.java:571)
at
javax.management.ObjectName.convertStringToProperties(ObjectName.java:462)
at javax.management.ObjectName.parse(ObjectName.java:399)
at javax.management.ObjectName.<init>(ObjectName.java:76)
at
org.apache.geronimo.deployment.plugin.local.CommandSupport.loadChildren(CommandSupport.java:326)
at
org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:70)
at java.lang.Thread.run(Thread.java:552)
Error: Operation failed: Invalid value:
'geronimo.config:name="Unspecified/geronimo-welcome-1.1-SNAPSHOT/1/car"'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira