]
Radim Hopp updated JBIDE-20067:
-------------------------------
Steps to Reproduce:
1) Have two instances of Wildfly 9 distribution
2) Add one of them via runtime detection - success
3) Add second one of them via runtime detection - error
was:
1) Have two instances of Wildfly 9 Servlet only distribution
2) Add one of them via runtime detection - success
3) Add second one of them via runtime detection - error
Unable to add second server of the same type via runtime detection.
-------------------------------------------------------------------
Key: JBIDE-20067
URL:
https://issues.jboss.org/browse/JBIDE-20067
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime-detection
Affects Versions: 4.3.0.Beta1
Reporter: Radim Hopp
When adding second Wildfly 9 (servlet only distribution) via runtime detection, error
pops up: "Unable to initialize some runtime paths.", "All runtime detectors
failed to initialize Wildfly-Web 9.0". The runtime gets added, but the server
doesn't.
I saw no error, when I tried to add them at once. It must be done one after another to
see the error.