[ 
https://issues.apache.org/jira/browse/GERONIMO-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579826#action_12579826
 ] 

Shiva Kumar H R commented on GERONIMO-3843:
-------------------------------------------

Plan Creator is calling following piece of code:
        DeploymentFactory factory = new 
DeploymentFactoryWithKernel(PortletManager.getKernel());
        DeploymentManager deploymentManager = 
factory.getDeploymentManager("deployer:geronimo:jmx", null, null);
        DeploymentConfiguration deploymentConfiguration = 
deploymentManager.createConfiguration(webDeployable);

The last one - call to JMXDeploymentManager.createConfiguration() is resulting 
in following error:

ERROR [DisplayPlanHandler] No configurer for module type: war registered
javax.enterprise.deploy.spi.exceptions.InvalidModuleException: No configurer 
for module type: war registered
        at 
org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.createConfiguration(JMXDeploymentManager.java:311)
        at 
org.apache.geronimo.console.configcreator.JSR88_Util.createDeploymentPlan(JSR88_Util.java:300)

This error happens only with Jetty and works correctly with Tomcat.

> Plan creator fails to create plan and to deploy
> -----------------------------------------------
>
>                 Key: GERONIMO-3843
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3843
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.1
>         Environment: Geronimo 2.1 - Jetty distribution.
>            Reporter: Hernan Cunico
>            Assignee: Shiva Kumar H R
>             Fix For: 2.1.1
>
>
> The plan creator fails to create the deployment plan and consequently to 
> deploy the app in the Jetty distribution. This feature works OK in Tomcat.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to