简体   繁体   English

JBoss EAP 6.3到7.1的迁移

[英]JBoss EAP migration 6.3 to 7.1

I'm trying to migrate my JBoss eap 6.3 to JBoss eap 7.1, using a jboss migration tool, but the jboss-server-migration.sh is giving me illegalargumentexception: failed to retrieve server SOURCE 我正在尝试使用jboss迁移工具将JBoss eap 6.3迁移到JBoss eap 7.1,但是jboss-server-migration.sh给我非法参数:无法检索服务器SOURCE

https://gist.github.com/jj110178/80616755c0335c2090d4256d8c322bb2 https://gist.github.com/jj110178/80616755c0335c2090d4256d8c322bb2

I'm tryin to follow this guide 我正在尝试按照本指南进行操作

https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/migration_guide/ https://access.redhat.com/documentation/zh-CN/red_hat_jboss_enterprise_application_platform/7.1/html/migration_guide/

https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html-single/using_the_jboss_server_migration_tool https://access.redhat.com/documentation/zh-CN/red_hat_jboss_enterprise_application_platform/7.1/html-single/using_the_jboss_server_migration_tool

But unfortunately can't even get to run the migration tool 但不幸的是,甚至无法运行迁移工具

here is my directory structure 这是我的目录结构

/c/Users/Username/dev/migration/jboss-eap-7.1 / c /用户/用户名/dev/migration/jboss-eap-7.1

/c/Users/Username/dev/migration/jboss-eap-6.3 / c /用户/用户名/dev/migration/jboss-eap-6.3

Hopefully someone can guide me on this 希望有人可以指导我

THanks in advance 提前致谢

I don't see -s or -t in the instructions. 我在说明中看不到-s或-t。 Try one of the versions in the guide. 尝试使用指南中的一种版本。 This one is when using a properties file. 这是在使用属性文件时。

EAP_HOME/bin/jboss-server-migration.sh --source EAP_PREVIOUS_HOME --environment path/to/my-server-migration.properties

https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/using_the_jboss_server_migration_tool/configuring_the_migration_tool https://access.redhat.com/documentation/zh-CN/red_hat_jboss_enterprise_application_platform/7.1/html/using_the_jboss_server_migration_tool/configuring_the_migration_tool

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM