Example Output - OndraZizka/jboss-migration GitHub Wiki

Here's an example output of migration of EAP 5.2.0 to EAP 6.1. Logging level = DEBUG.

==== ArqTest.test_EAP_520_production() =======================================================
  Migrating 
    testdata/as5configs/02_EAP-520-prod | production
  to 
    /home/ondra/work/AS/Migration/git-repo/target/as-dist | standalone/configuration/standalone.xml
==============================================================================================

08:11:44,854  INFO MigratorEngine:207 - Commencing migration.
08:11:44,864 DEBUG MigratorEngine:492 - ======== loadAS5Data() ========
08:11:44,864 DEBUG MigratorEngine:495 -     Scanning with SecurityMigrator
08:11:44,877 DEBUG MigratorEngine:495 -     Scanning with ServerMigrator
08:11:44,894 DEBUG MigratorEngine:495 -     Scanning with DatasourceMigrator
08:11:44,898 DEBUG DatasourceMigrator:82 -   Found -ds.xml files #: 2
08:11:44,927 DEBUG MigratorEngine:495 -     Scanning with ResAdapterMigrator
08:11:44,930 DEBUG ResAdapterMigrator:80 -   Found -ds.xml files #: 2
08:11:44,947 DEBUG MigratorEngine:495 -     Scanning with LoggingMigrator
08:11:44,968 DEBUG MigratorEngine:495 -     Scanning with DeploymentScannerMigrator
08:11:45,032 DEBUG MigratorEngine:495 -     Scanning with ClassloadingMigrator
08:11:45,035 DEBUG MigratorEngine:495 -     Scanning with MailMigrator
08:11:45,069 DEBUG MigratorEngine:495 -     Scanning with JaxrMigrator
08:11:45,076 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "logbridge-jboss-beans.xml" (runtime-name: "logbridge-jboss-beans.xml")
08:11:45,085 DEBUG MigratorEngine:495 -     Scanning with RemotingMigrator
08:11:45,119 INFO  [org.jboss.as.pojo] (MSC service thread 1-1) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).
08:11:45,146 DEBUG MigratorEngine:296 - ====== prepareActions() ========
08:11:45,147 DEBUG MigratorEngine:301 -     Preparing actions with SecurityMigrator
08:11:45,150 DEBUG MigratorEngine:301 -     Preparing actions with ServerMigrator
08:11:45,159 DEBUG MigratorEngine:301 -     Preparing actions with DatasourceMigrator
08:11:45,160 DEBUG Utils:131 -     Looking in testdata/as5configs/02_EAP-520-prod/server/production/lib for a .jar with: org.hsqldb.jdbcDriver
08:11:45,160 DEBUG Utils:131 -     Looking in testdata/as5configs/02_EAP-520-prod/common/lib for a .jar with: org.hsqldb.jdbcDriver
08:11:45,161 DEBUG MigratorEngine:301 -     Preparing actions with ResAdapterMigrator
08:11:45,165 DEBUG MigratorEngine:301 -     Preparing actions with LoggingMigrator
08:11:45,169 DEBUG MigratorEngine:301 -     Preparing actions with DeploymentScannerMigrator
08:11:45,175 DEBUG MigratorEngine:301 -     Preparing actions with ClassloadingMigrator
08:11:45,175 DEBUG MigratorEngine:301 -     Preparing actions with MailMigrator
08:11:45,176 DEBUG MigratorEngine:301 -     Preparing actions with JaxrMigrator
08:11:45,176 DEBUG MigratorEngine:301 -     Preparing actions with RemotingMigrator
08:11:45,177 DEBUG MigratorEngine:316 - ======== reviewActions() ========
08:11:45,184 DEBUG MigratorEngine:335 - ======== preValidateActions() ========
08:11:45,201 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC00001: Failed to start service jboss.pojo.LogBridgeNotifier.DESCRIBED: org.jboss.msc.service.StartException in service jboss.pojo.LogBridgeNotifier.DESCRIBED: java.lang.ClassNotFoundException: org.jboss.logbridge.LogNotificationListener from [Module "deployment.logbridge-jboss-beans.xml:main" from Service Module Loader]
    at org.jboss.as.pojo.service.DescribedPojoPhase.startInternal(DescribedPojoPhase.java:73)
    at org.jboss.as.pojo.service.AbstractPojoPhase.start(AbstractPojoPhase.java:82)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
    at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
Caused by: java.lang.ClassNotFoundException: org.jboss.logbridge.LogNotificationListener from [Module "deployment.logbridge-jboss-beans.xml:main" from Service Module Loader]
    at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.2.0.CR1]
    at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.2.0.CR1]
    at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.2.0.CR1]
    at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.2.0.CR1]
    at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.2.0.CR1]
    at java.lang.Class.forName0(Native Method) [rt.jar:1.7.0_21]
    at java.lang.Class.forName(Class.java:266) [rt.jar:1.7.0_21]
    at org.jboss.as.pojo.service.DescribedPojoPhase.startInternal(DescribedPojoPhase.java:69)
    ... 6 more

08:11:45,247  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=other:add(cache-type=default)
08:11:45,248 ERROR [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "logbridge-jboss-beans.xml" was rolled back with the following failure message: 
{"JBAS014671: Failed services" => {"jboss.pojo.LogBridgeNotifier.DESCRIBED" => "org.jboss.msc.service.StartException in service jboss.pojo.LogBridgeNotifier.DESCRIBED: java.lang.ClassNotFoundException: org.jboss.logbridge.LogNotificationListener from [Module \"deployment.logbridge-jboss-beans.xml:main\" from Service Module Loader]
    Caused by: java.lang.ClassNotFoundException: org.jboss.logbridge.LogNotificationListener from [Module \"deployment.logbridge-jboss-beans.xml:main\" from Service Module Loader]"}}
08:11:45,254  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=other/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required"
08:11:45,256  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=client-login:add(cache-type=default)
08:11:45,259  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=client-login/authentication=classic:add(login-modules=[{"code"=>"Client", "flag"=>"required", "module-option"=>[("restore-login-identity"=>"true")]
08:11:45,261  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=JmsXARealm:add(cache-type=default)
08:11:45,263  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=JmsXARealm/authentication=classic:add(login-modules=[{"code"=>"ConfiguredIdentity", "flag"=>"required", "module-option"=>[("managedConnectionFactoryName"=>"jboss.jca:service=TxCM,name=JmsXA"), ("userName"=>"guest"), ("principal"=>"guest"), ("password"=>"guest")]
08:11:45,266  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=JBossWS:add(cache-type=default)
08:11:45,268  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=JBossWS/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-option"=>[("rolesProperties"=>"${jboss.server.config.dir}/jbossws-roles.properties"), ("usersProperties"=>"${jboss.server.config.dir}/jbossws-users.properties"), ("unauthenticatedIdentity"=>"anonymous")]
08:11:45,277  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=HsqlDbRealm:add(cache-type=default)
08:11:45,279  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=HsqlDbRealm/authentication=classic:add(login-modules=[{"code"=>"ConfiguredIdentity", "flag"=>"required", "module-option"=>[("managedConnectionFactoryName"=>"jboss.jca:service=LocalTxCM,name=DefaultDS"), ("password"=>""), ("principal"=>"sa"), ("userName"=>"sa")]
08:11:45,281  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=jmx-console:add(cache-type=default)
08:11:45,283  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=jmx-console/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-option"=>[("usersProperties"=>"${jboss.server.config.dir}/jmx-console-users.properties"), ("rolesProperties"=>"${jboss.server.config.dir}/jmx-console-roles.properties")]
08:11:45,285  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=web-console:add(cache-type=default)
08:11:45,287  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=security/security-domain=web-console/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-option"=>[("usersProperties"=>"${jboss.server.config.dir}/web-console-users.properties"), ("rolesProperties"=>"${jboss.server.config.dir}/web-console-roles.properties")]
08:11:45,289  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=web/virtual-server=jboss.web:add(enable-welcome-root=true, alias=["localhost"])
08:11:45,292  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=web/connector=http:add(socket-binding=http, protocol=HTTP/1.1, redirect-port=8443, scheme=http, enabled=true)
08:11:45,296  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=web/connector=ajp:add(socket-binding=ajp, protocol=AJP/1.3, redirect-port=8443, scheme=http, enabled=true)
08:11:45,299  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=datasources/jdbc-driver=jdbcdrivers.createdDriver1:add(driver-module-name=jdbcdrivers.createdDriver1, driver-class-name=org.hsqldb.jdbcDriver)
08:11:45,309  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: data-source add name=DefaultDS driver-name=jdbcdrivers.createdDriver1 jndi-name=java:jboss/datasources/DefaultDS jta=true connection-url=jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB min-pool-size=5 max-pool-size=20 user-name=sa security-domain=HsqlDbRealm idle-timeout-minutes=0
08:11:45,313  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=resource-adapters/resource-adapter=JmsXA:add(archive=jms-ra.rar, transaction-support=XATransaction)
08:11:45,320 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment logbridge-jboss-beans.xml (runtime-name: logbridge-jboss-beans.xml) in 72ms
08:11:45,321  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=resource-adapters/resource-adapter=JmsXA/connection-definitions=JmsXA:add(jndi-name=java:jboss/JmsXA, enabled=true, use-java-context=true, class-name=org.jboss.resource.adapter.jms.JmsConnectionFactory, max-pool-size=20, security-domain-and-application=JmsXARealm)
08:11:45,324  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=resource-adapters/resource-adapter=JmsXA/connection-definitions=JmsXA/config-properties=SessionDefaultType:add(value=javax.jms.Topic)
08:11:45,326  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=resource-adapters/resource-adapter=JmsXA/connection-definitions=JmsXA/config-properties=JmsProviderAdapterJNDI:add(value=java:/DefaultJMSProvider)
08:11:45,331  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=logging/size-rotating-file-handler=CLUSTER:add(file={"relative-to"=>"jboss.server.log.dir", "path"=>"cluster.log"},formatter=%d %-5p [%c] %m%n, append=false, rotate-size=500KB, max-backup-index=1)
08:11:45,335  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=logging/periodic-rotating-file-handler=FILE:add(file={"relative-to"=>"jboss.server.log.dir", "path"=>"server.log"}, suffix='.'yyyy-MM-dd, formatter=%d %-5p [%c] (%t) %m%n, append=true)
08:11:45,341  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=logging/async-handler=ASYNC:add(queue-length=50, subhandlers=["FILE"])
08:11:45,434  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=logging/root-logger=ROOT:write-attribute(name=level, value=INFO)
08:11:45,437  WARN CliCommandAction:83 - ModelNode already exists in AS 7 config: /subsystem=logging/root-logger=ROOT:write-attribute(name=handlers, value=["ASYNC",
08:11:45,437 DEBUG MigratorEngine:344 - ======== backupActions() ========
08:11:45,440 DEBUG MigratorEngine:357 - ======== performActions() ========
08:11:45,440  INFO MigratorEngine:376 - Performing actions:
08:11:45,440  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=other:add(cache-type=default) ; ifExists=WARN, todo=SKIP
08:11:45,441  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=other/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required" ; ifExists=WARN, todo=SKIP
08:11:45,441  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=client-login:add(cache-type=default) ; ifExists=WARN, todo=SKIP
08:11:45,441  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=client-login/authentication=classic:add(login-modules=[{"code"=>"Client", "flag"=>"required", "module-option"=>[("restore-login-identity"=>"true")] ; ifExists=WARN, todo=SKIP
08:11:45,442  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=JmsXARealm:add(cache-type=default) ; ifExists=WARN, todo=SKIP
08:11:45,443  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=JmsXARealm/authentication=classic:add(login-modules=[{"code"=>"ConfiguredIdentity", "flag"=>"required", "module-option"=>[("managedConnectionFactoryName"=>"jboss.jca:service=TxCM,name=JmsXA"), ("userName"=>"guest"), ("principal"=>"guest"), ("password"=>"guest")] ; ifExists=WARN, todo=SKIP
08:11:45,444  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=JBossWS:add(cache-type=default) ; ifExists=WARN, todo=SKIP
08:11:45,444  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=JBossWS/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-option"=>[("rolesProperties"=>"${jboss.server.config.dir}/jbossws-roles.properties"), ("usersProperties"=>"${jboss.server.config.dir}/jbossws-users.properties"), ("unauthenticatedIdentity"=>"anonymous")] ; ifExists=WARN, todo=SKIP
08:11:45,445  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=HsqlDbRealm:add(cache-type=default) ; ifExists=WARN, todo=SKIP
08:11:45,445  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=HsqlDbRealm/authentication=classic:add(login-modules=[{"code"=>"ConfiguredIdentity", "flag"=>"required", "module-option"=>[("managedConnectionFactoryName"=>"jboss.jca:service=LocalTxCM,name=DefaultDS"), ("password"=>""), ("principal"=>"sa"), ("userName"=>"sa")] ; ifExists=WARN, todo=SKIP
08:11:45,446  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=jmx-console:add(cache-type=default) ; ifExists=WARN, todo=SKIP
08:11:45,446  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=jmx-console/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-option"=>[("usersProperties"=>"${jboss.server.config.dir}/jmx-console-users.properties"), ("rolesProperties"=>"${jboss.server.config.dir}/jmx-console-roles.properties")] ; ifExists=WARN, todo=SKIP
08:11:45,447  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=web-console:add(cache-type=default) ; ifExists=WARN, todo=SKIP
08:11:45,447  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=security/security-domain=web-console/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-option"=>[("usersProperties"=>"${jboss.server.config.dir}/web-console-users.properties"), ("rolesProperties"=>"${jboss.server.config.dir}/web-console-roles.properties")] ; ifExists=WARN, todo=SKIP
08:11:45,448  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=web/virtual-server=jboss.web:add(enable-welcome-root=true, alias=["localhost"]) ; ifExists=WARN, todo=SKIP
08:11:45,448  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=web/connector=http:add(socket-binding=http, protocol=HTTP/1.1, redirect-port=8443, scheme=http, enabled=true) ; ifExists=WARN, todo=SKIP
08:11:45,448  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=web/connector=ajp:add(socket-binding=ajp, protocol=AJP/1.3, redirect-port=8443, scheme=http, enabled=true) ; ifExists=WARN, todo=SKIP
08:11:45,448  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=datasources/jdbc-driver=jdbcdrivers.createdDriver1:add(driver-module-name=jdbcdrivers.createdDriver1, driver-class-name=org.hsqldb.jdbcDriver) ; ifExists=WARN, todo=SKIP
08:11:45,449  INFO MigratorEngine:381 -     Create an AS 7 module 'jdbcdrivers.createdDriver1' from .jar testdata/as5configs/02_EAP-520-prod/common/lib/hsqldb.jar, deps: javax.api javax.transaction.api  javax.servlet.api
08:11:45,454  INFO MigratorEngine:381 -     Perform CLI command: data-source add name=DefaultDS driver-name=jdbcdrivers.createdDriver1 jndi-name=java:jboss/datasources/DefaultDS jta=true connection-url=jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB min-pool-size=5 max-pool-size=20 user-name=sa security-domain=HsqlDbRealm idle-timeout-minutes=0 ; ifExists=WARN, todo=SKIP
08:11:45,455  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=resource-adapters/resource-adapter=JmsXA:add(archive=jms-ra.rar, transaction-support=XATransaction) ; ifExists=WARN, todo=SKIP
08:11:45,455  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=resource-adapters/resource-adapter=JmsXA/connection-definitions=JmsXA:add(jndi-name=java:jboss/JmsXA, enabled=true, use-java-context=true, class-name=org.jboss.resource.adapter.jms.JmsConnectionFactory, max-pool-size=20, security-domain-and-application=JmsXARealm) ; ifExists=WARN, todo=SKIP
08:11:45,455  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=resource-adapters/resource-adapter=JmsXA/connection-definitions=JmsXA/config-properties=SessionDefaultType:add(value=javax.jms.Topic) ; ifExists=WARN, todo=SKIP
08:11:45,456  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=resource-adapters/resource-adapter=JmsXA/connection-definitions=JmsXA/config-properties=JmsProviderAdapterJNDI:add(value=java:/DefaultJMSProvider) ; ifExists=WARN, todo=SKIP
08:11:45,456  INFO MigratorEngine:381 -     Copy file, if exists - skip, fail if exists,
    from testdata/as5configs/02_EAP-520-prod/server/production/deployers/logbridge-jboss-beans.xml
      to /home/ondra/work/AS/Migration/git-repo/target/as-dist/standalone/deployments/logbridge-jboss-beans.xml
08:11:45,457  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/size-rotating-file-handler=CLUSTER:add(file={"relative-to"=>"jboss.server.log.dir", "path"=>"cluster.log"},formatter=%d %-5p [%c] %m%n, append=false, rotate-size=500KB, max-backup-index=1) ; ifExists=WARN, todo=SKIP
08:11:45,457  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/periodic-rotating-file-handler=FILE:add(file={"relative-to"=>"jboss.server.log.dir", "path"=>"server.log"}, suffix='.'yyyy-MM-dd, formatter=%d %-5p [%c] (%t) %m%n, append=true) ; ifExists=WARN, todo=SKIP
08:11:45,457  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/async-handler=ASYNC:add(queue-length=50, subhandlers=["FILE"]) ; ifExists=WARN, todo=SKIP
08:11:45,458  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.jboss.web:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,458  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.jboss.ha:add(level=INFO, handlers=["CLUSTER"]) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,458  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.jgroups:add(level=WARN, handlers=["CLUSTER"]) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,459  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.ajax4jsf.cache:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,459  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.quartz:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,459  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.apache:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,459  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.jboss.serial:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,460  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=jacorb:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,460  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=javax.enterprise.resource.webcontainer.jsf:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,460  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=facelets.compiler:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,460  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.hibernate:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,461  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.mc4j.ems:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,461  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.springframework:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,461  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=sun:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,461  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.jboss.management:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,462  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=javax.xml.bind:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,462  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.jboss.seam:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,462  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=com.sun:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,462  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=org.rhq:add(level=WARN) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,462  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/logger=com.arjuna:add(level=INFO) ; ifExists=OVERWRITE, todo=OVERWRITE
08:11:45,463  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/root-logger=ROOT:write-attribute(name=level, value=INFO) ; ifExists=WARN, todo=SKIP
08:11:45,463  INFO MigratorEngine:381 -     Perform CLI command: /subsystem=logging/root-logger=ROOT:write-attribute(name=handlers, value=["ASYNC", ; ifExists=WARN, todo=SKIP
08:11:45,463  INFO MigratorEngine:381 -     Manual action:
  MailService beans migration is not yet supported.
    MailService is just an example, will be skipped: java:/Mail
08:11:45,463  INFO MigratorEngine:381 -     Manual action:
  JAXR (jUDDI) config migration is not yet supported.
08:11:45,464  INFO MigratorEngine:381 -     Manual action:
  Remoting config migration is not yet supported.
    Skipping remoting config jboss.messaging:service=Connector,transport=bisocket from testdata/as5configs/02_EAP-520-prod/server/production/deploy/messaging/remoting-bisocket-service.xml
    Skipping remoting config UnifiedInvokerConfiguration from testdata/as5configs/02_EAP-520-prod/server/production/deploy/remoting-jboss-beans.xml
    Skipping remoting config ServerConfiguration from testdata/as5configs/02_EAP-520-prod/server/production/deploy/ejb3-connectors-jboss-beans.xml
08:11:45,464 DEBUG MigratorEngine:390 - Management operations in batch:
08:11:45,464 DEBUG MigratorEngine:393 -     1: /subsystem=logging/logger=org.jboss.web:remove
08:11:45,464 DEBUG MigratorEngine:393 -     2: /subsystem=logging/logger=org.jboss.web:add(level=INFO)
08:11:45,464 DEBUG MigratorEngine:393 -     3: /subsystem=logging/logger=org.jboss.ha:remove
08:11:45,465 DEBUG MigratorEngine:393 -     4: /subsystem=logging/logger=org.jboss.ha:add(level=INFO, handlers=["CLUSTER"])
08:11:45,465 DEBUG MigratorEngine:393 -     5: /subsystem=logging/logger=org.jgroups:remove
08:11:45,465 DEBUG MigratorEngine:393 -     6: /subsystem=logging/logger=org.jgroups:add(level=WARN, handlers=["CLUSTER"])
08:11:45,465 DEBUG MigratorEngine:393 -     7: /subsystem=logging/logger=org.ajax4jsf.cache:remove
08:11:45,465 DEBUG MigratorEngine:393 -     8: /subsystem=logging/logger=org.ajax4jsf.cache:add(level=WARN)
08:11:45,466 DEBUG MigratorEngine:393 -     9: /subsystem=logging/logger=org.quartz:remove
08:11:45,466 DEBUG MigratorEngine:393 -     10: /subsystem=logging/logger=org.quartz:add(level=INFO)
08:11:45,466 DEBUG MigratorEngine:393 -     11: /subsystem=logging/logger=org.apache:remove
08:11:45,466 DEBUG MigratorEngine:393 -     12: /subsystem=logging/logger=org.apache:add(level=INFO)
08:11:45,466 DEBUG MigratorEngine:393 -     13: /subsystem=logging/logger=org.jboss.serial:remove
08:11:45,467 DEBUG MigratorEngine:393 -     14: /subsystem=logging/logger=org.jboss.serial:add(level=WARN)
08:11:45,467 DEBUG MigratorEngine:393 -     15: /subsystem=logging/logger=jacorb:remove
08:11:45,467 DEBUG MigratorEngine:393 -     16: /subsystem=logging/logger=jacorb:add(level=WARN)
08:11:45,467 DEBUG MigratorEngine:393 -     17: /subsystem=logging/logger=javax.enterprise.resource.webcontainer.jsf:remove
08:11:45,467 DEBUG MigratorEngine:393 -     18: /subsystem=logging/logger=javax.enterprise.resource.webcontainer.jsf:add(level=INFO)
08:11:45,468 DEBUG MigratorEngine:393 -     19: /subsystem=logging/logger=facelets.compiler:remove
08:11:45,468 DEBUG MigratorEngine:393 -     20: /subsystem=logging/logger=facelets.compiler:add(level=WARN)
08:11:45,468 DEBUG MigratorEngine:393 -     21: /subsystem=logging/logger=org.hibernate:remove
08:11:45,468 DEBUG MigratorEngine:393 -     22: /subsystem=logging/logger=org.hibernate:add(level=INFO)
08:11:45,468 DEBUG MigratorEngine:393 -     23: /subsystem=logging/logger=org.mc4j.ems:remove
08:11:45,469 DEBUG MigratorEngine:393 -     24: /subsystem=logging/logger=org.mc4j.ems:add(level=WARN)
08:11:45,469 DEBUG MigratorEngine:393 -     25: /subsystem=logging/logger=org.springframework:remove
08:11:45,469 DEBUG MigratorEngine:393 -     26: /subsystem=logging/logger=org.springframework:add(level=WARN)
08:11:45,469 DEBUG MigratorEngine:393 -     27: /subsystem=logging/logger=sun:remove
08:11:45,469 DEBUG MigratorEngine:393 -     28: /subsystem=logging/logger=sun:add(level=INFO)
08:11:45,470 DEBUG MigratorEngine:393 -     29: /subsystem=logging/logger=org.jboss.management:remove
08:11:45,470 DEBUG MigratorEngine:393 -     30: /subsystem=logging/logger=org.jboss.management:add(level=INFO)
08:11:45,470 DEBUG MigratorEngine:393 -     31: /subsystem=logging/logger=javax.xml.bind:remove
08:11:45,470 DEBUG MigratorEngine:393 -     32: /subsystem=logging/logger=javax.xml.bind:add(level=INFO)
08:11:45,470 DEBUG MigratorEngine:393 -     33: /subsystem=logging/logger=org.jboss.seam:remove
08:11:45,471 DEBUG MigratorEngine:393 -     34: /subsystem=logging/logger=org.jboss.seam:add(level=WARN)
08:11:45,471 DEBUG MigratorEngine:393 -     35: /subsystem=logging/logger=com.sun:remove
08:11:45,471 DEBUG MigratorEngine:393 -     36: /subsystem=logging/logger=com.sun:add(level=INFO)
08:11:45,471 DEBUG MigratorEngine:393 -     37: /subsystem=logging/logger=org.rhq:remove
08:11:45,471 DEBUG MigratorEngine:393 -     38: /subsystem=logging/logger=org.rhq:add(level=WARN)
08:11:45,472 DEBUG MigratorEngine:393 -     39: /subsystem=logging/logger=com.arjuna:remove
08:11:45,472 DEBUG MigratorEngine:393 -     40: /subsystem=logging/logger=com.arjuna:add(level=INFO)
08:11:45,472 DEBUG MigratorEngine:397 - Executing CLI batch:
08:11:45,565 DEBUG MigratorEngine:430 - ======== postValidateActions() ========
08:11:45,568 DEBUG MigratorEngine:438 - ======== cleanBackupsIfAny() ========
08:11:45,571 DEBUG MigratorEngine:456 - ======== announceManualActions() ========
08:11:45,572  WARN MigratorEngine:477 - 

====================================================================
  Some parts of the source server configuration are not supported   
  and need to be done manually. See the messages bellow.
====================================================================

08:11:45,573  WARN MigratorEngine:465 - MailService beans migration is not yet supported.
08:11:45,573  WARN MigratorEngine:465 -   MailService is just an example, will be skipped: java:/Mail
08:11:45,573  WARN MigratorEngine:465 - JAXR (jUDDI) config migration is not yet supported.
08:11:45,574  WARN MigratorEngine:465 - Remoting config migration is not yet supported.
08:11:45,574  WARN MigratorEngine:465 -   Skipping remoting config jboss.messaging:service=Connector,transport=bisocket from testdata/as5configs/02_EAP-520-prod/server/production/deploy/messaging/remoting-bisocket-service.xml
08:11:45,574  WARN MigratorEngine:465 -   Skipping remoting config UnifiedInvokerConfiguration from testdata/as5configs/02_EAP-520-prod/server/production/deploy/remoting-jboss-beans.xml
08:11:45,574  WARN MigratorEngine:465 -   Skipping remoting config ServerConfiguration from testdata/as5configs/02_EAP-520-prod/server/production/deploy/ejb3-connectors-jboss-beans.xml
08:11:45,574  WARN MigratorEngine:469 - 

====================================================================
  End of manual actions.
====================================================================