I continued searching to resolve this issue, initially checking for WildFly updates in my eclipse, which I installed, but this did not resolve the issue as it now gave me the following error:
Software being installed: JBossAS Tools 3.0.3.Final-v20150325-0035-B129 (org.jboss.ide.eclipse.as.feature.feature.group 3.0.3.Final-v20150325-0035-B129) Missing requirement: JBossAS Tools Server / JMX Integration 3.0.3.Final-v20150325-0035-B129 (org.jboss.ide.eclipse.as.jmx.integration.feature.feature.group 3.0.3.Final-v20150325-0035-B129) requires 'org .eclipse.rse.core 3.1.200' but it could not be found Cannot satisfy dependency
As you can see now I needed org.eclipse.rse.core 3.1.200 which I had to install manually.
Below I share the solution that worked for me and which I think is easier to apply.
In Eclipse we go to the menu Help -> Eclipse Marketplace, in the new window in the "Search" tab we look for "TM Terminal". We uninstall it and accept the restart of Eclipse. Now we can install the WildFly server.
I continued searching to resolve this issue, initially checking for WildFly updates in my eclipse, which I installed, but this did not resolve the issue as it now gave me the following error:
As you can see now I needed org.eclipse.rse.core 3.1.200 which I had to install manually.
First download it from the following link: Index of /jbosstools/static/targetplatforms/jbosstoolstarget .
Then I did the manual installation. Eclipse: How to install a plugin manually?
I restarted my eclipse, I tried to generate the server again and I was able to generate it without problems.
I leave you the Stack Overflow link in English, it is where I got the information that solved my problem. How to configure jboss application server with eclipse IDE?
Below I share the solution that worked for me and which I think is easier to apply.
In Eclipse we go to the menu Help -> Eclipse Marketplace, in the new window in the "Search" tab we look for "TM Terminal". We uninstall it and accept the restart of Eclipse. Now we can install the WildFly server.