When using jboss-server-migration and there are deployments, the tool asks you if you want to migrate deployments and you press enter key, you get a error message, and continue like you've have entered a valid input.
08:30:34,783 INFO [ServerMigrationTask#84] Found deployment scanner 'default' watching directory '/home/akrajcik/workspaces/workspace-3/jboss-eap-6.4/standalone/deployments', searching for deployments in it... 08:30:34,784 INFO [ServerMigrationTask#84] Scanner's deployments found: [sample.war] This tool is not able to assert if the scanner's deployments found are compatible with the target server, skip scanner's deployments migration? yes/no? * Error * WFCMTOOL000002: Invalid response. (Valid responses are yes, y, no and n) 08:30:36,553 INFO [ServerMigrationTask#86] Migrating standalone configuration /home/akrajcik/workspaces/workspace-3/jboss-eap-6.4/standalone/configuration/standalone-full.xml 08:30:36,601 INFO [ServerMigrationTask#87] Removed the following unsupported extensions: [org.jboss.as.jaxr, org.jboss.as.threads, org.jboss.as.cmp] 08:30:36,602 INFO [ServerMigrationTask#87] Removed the following unsupported subsystems: [urn:jboss:domain:jaxr:1.1, urn:jboss:domain:cmp:1.1, urn:jboss:domain:threads:1.1] 08:30:36,645 WARN [openjdk] WFLYIIOP0111: SSL has not been configured but ssl-port property has been specified - the connection will use clear-text protocol
- clones
-
JBEAP-12867 The tool goes on despite invalid input
- Closed