]
Martin Malina closed JBIDE-17118.
---------------------------------
Verified in JBDS 8.0.0.Beta2 B104
Errors when deploying to local servers using management api using Run
on Server on project
------------------------------------------------------------------------------------------
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.