[jbosstools-issues] [JBoss JIRA] (JBIDE-17118) Errors when deploying to local servers using management api

Rob Stryker (JIRA) issues at jboss.org
Tue Apr 22 10:02:33 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963033#comment-12963033 ] 

Rob Stryker commented on JBIDE-17118:
-------------------------------------

The JBoss7ModuleStateVerifier  is checking for specific paths in the list of deployed paths.  This obviously does not work for management deployment. A new implementation should be added for the mgmt profiles that does not check for paths, but rather by module names. 
                
> Errors when deploying to local servers using management api
> -----------------------------------------------------------
>
>                 Key: JBIDE-17118
>                 URL: https://issues.jboss.org/browse/JBIDE-17118
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.2.0.Beta1
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>            Priority: Critical
>             Fix For: 4.2.0.Beta2
>
>
> When you try to deploy an app to as7/wf8/eap6 using a server with management enabled, the app deploys, but you get some errors in the error log:
> {code}
> !ENTRY org.jboss.ide.eclipse.as.wtp.core 4 0 2014-04-15 17:35:59.050
> !MESSAGE Unable to choose a subsystem. Multiple subsystems found for servertype org.jboss.ide.eclipse.as.71 and system type deploymentOptions
> !ENTRY org.jboss.ide.eclipse.as.wtp.core 4 0 2014-04-15 17:35:59.050
> !MESSAGE Unable to choose a subsystem. Multiple subsystems found for servertype org.jboss.ide.eclipse.as.71 and system type deploymentOptions
> {code}
> When you then remove the deployment from the server view, it stays deployed. So you cannot get rid of it from Eclipse anymore - you have to either use web console, or jboss cli.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list