Need suggestion to upgrade WildFly Full 11.0.0.Final - wildfly

I need help to upgrade WildFly Full 11.0.0.Final.
Which version is best to upgrade wildfly.
I have done some research but not workout. can anyone help me out for this.?
Currently we are using JBoss Modules version 1.6.1.Final
WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final).
any suggestions please.

Related

JBossEAP to Wildfly Migration

Apologies, I am new to this. I am planning to migrate from JBossEAP to Wildfly. Before migrating to a specific version I want, I just want to know the following:
What are some considerations when migrating from JBossEAP to Wildfly?
Is there a complete list of JBossEAP and Wildfly version compatibility table?
I cannot seem to find any info regarding on question no.1. For no. 2, I saw a list from a blog (http://www.mastertheboss.com/jbossas/jboss-eap/what-is-the-difference-between-jboss-eap-wildfly-and-jboss-as/) but the info on the table is only up to JBossEAP 7.3.
Any help would be appreciated. Thank you!

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
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/en-us/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/Users/Username/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. 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

How to install fuse-eap-installer-6.3.0.redhat-262 patch in EAP 6.4 server

Could you please help me in installing fuse-eap-installer-6.3.0.redhat-262 patch in EAP 6.4 server. I have already installed fuse-eap-installer-6.3.0.redhat-187, now I need to install fuse-eap-installer-6.3.0.redhat-262.
Thanks in advance.
You run fuse-eap-installer-6.3.0.redhat-262.jar and it will apply the upgrade. For example:
java -jar fuse-eap-installer-6.3.0.redhat-262.jar /opt/jboss-eap-6.4
I updated the answer as it seems you hit a problem:
C:\Temp\Selva\Installations\EAP_Server_6.4>java -jar
M:\Selva\Software\fuse-eap-installer-6.3.0.redhat-262.jar Error: Unable to determine current fuse patch version
C:\Temp\Selva\Installations\EAP_Server_6.4>
If I remember correctly, there's a bug in the installer on Windows. There's a knowledge base article which explains how to resolve the problem here https://access.redhat.com/solutions/2960241.

Easier Approach - Jboss AS Upgrade 6.1 to 6.4 - RedHat Linux

We got farm of Red Hat servers which has Jboss 6.1 in our environments. Now we need to upgrade Jboss AS to 6.4. The easy way is to deploy the new version on the server and copy the config files and modules to the new jboss instance. It requires additional space in the filesystem.
Is there any other way to upgrade to 6.4 without having multiple instances. I am looking something like a patch upgrade on the existing Jboss 6.1 instance in CLI mode.
Please update your valuable thoughts.
Cheers,
Jose
You can use patch in CLI mode, See the guide[1]
[1]https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Installation_Guide/sect-Patching_JBoss_EAP_6.html

Configuring JmsToolBox for JBoss EAP 6.3 (HornetQ 2.3.x)

JMSToolBox is a tool for browsing queues in a jms provider.
But it's not possible to configure it for browsing in JBoss EAP 6.3 (HornetQ 2.3).
Anyone tried this and can provide the right configuration?
Thanks in advance,
Mario
Update 2017-02-28:
With the help of the JTB author everything works now.
There was a problem in the version of JTB i used. This was fixed with JTB 3.8. The problem was that the bundled hornetq clients (version 2.4.x) had a problem with connecting to older versioned hornetq servers (version 2.3.x). This seemd to be a known bug.
The user/role used for the connection has to have the permission "manage".
#titou10: Thank you very much for your help!
I'm the author of JMSToolbox.
JTB should work with HornetQ. At least it does on my test workstation.
Did you follow the instructions to setup JMSToolBox for HornetQ?
What exact problem do you encounter?