Dain,

I just rebuilt the server and the application (from scratch)and am now seeing the same behavior you describe on Jetty. Simple applications deploy either with or without a plan... Though an exception is thrown for both cases..

This behavior is consistent when a plan is specified for Tomcat.

However, I'm continuing to see the original failure " Error: Unable to distribute Hello2.war: Cannot deploy the requested application module" for *tomcat* when a plan is not specified.

Thanks
-Dave-


Dain Sundstrom wrote:
Are you up to date?  I get the following

$ java -jar bin/deployer.jar deploy ~/HelloWorld.war
javax.management.MalformedObjectNameException: Invalid value: 'geronimo.config:name="Unspecified/HelloWorld/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/HelloWorld/1/car"'

Which is the same error as before, but the deployment actually worked and I can access the app at:

  http://localhost:8080/HelloWorld/

-dain

On Apr 13, 2006, at 7:09 AM, Dave Colasurdo wrote:

I'm seeing a different result with a simple HelloWorld.war test. It deploys fine on G1.0 but doesn't on G1.1.. I've tried on both linux and windows... I've attached the war..

# java -jar deployer.jar --user system --password manager deploy /home/davecola/HelloWorld/HelloWorld.war
    Error: Unable to distribute HelloWorld.war: Cannot deploy the
    requested application module
(moduleFile=/home/davecola/geronimo-1.1-041006-2/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/var/temp/geronimo-deployer4021.tmpdir/HelloWorld.war)

Nothing is added to the geronimo.log file..

Thoughts?

Thanks
-Dave-



Reply via email to