It's all about the answers!

Ask a question

Error during RTC setup: SRVE0255E: A WebGroup/Virtual Host to handle /jts/admin has not been defined.


Steffen Kriese (381921) | asked Feb 18 '14, 8:09 a.m.
edited Feb 19 '14, 2:09 p.m. by Jennifer Cianchetta-Riordan (2512)
Hello,

I was trying to install RTC 4.0.4 on WAS 8.5.0. I followed the interactive installation guide on http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m4/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Froadmap_form.html
When logging on the https://wasrtc02:9043/jts/admin I get the error massage:

SRVE0255E: A WebGroup/Virtual Host to handle /jts/admin has not been defined.

according to Integrated Solutions Console jts is running:


  any idea what is wrong?

3 answers



permanent link
Donald Nong (14.5k414) | answered Feb 18 '14, 9:50 p.m.
You're using the wrong port. It should be 9443 if you took everything by default. So use https://wasrtc02:9443/jts/admin instead of https://wasrtc02:9043/jts/admin
To double check, log on to WAS admin console (or Integrated Solutions Console as you call it) and navigate to Environment > Virtual hosts. You should see two entries there - admin_hosts and default_host. Select either of them and examine "Host Aliases" for the associated ports.
Next navigate to Applications > WebSphere enterprise applications > jts and examine Virtual hosts under Web Module Properties. You want you web application to be mapped to "default_host" only unless you know a specific reason not to.
Finally, in the SystemOut.log file, you should be able to locate such a line as "WSVR0200I: Starting application: jts" (or jts_war depending the name you gave when deploying the web application). A few lines down, and just above "WSVR0221I: Application started: jts",  in the same log file, you should see a line like this:
com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module null has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
In the sample above, 9080 and 9443 are the ports that you can use to access the web application on the WAS profile directly, and 80 and 443 with IHS rerouting.

permanent link
N Z (3622127) | answered Feb 18 '14, 4:17 p.m.
Check which virtual host your application (jts) is using.
Go to the virtual host and check it's host alias list, and ensure the port that you are connecting to is in the list.
Make sure the server you are connecting to is listening on that port.
If you're using a plugin, then there is an extra step, but the principle is the same.


permanent link
Michael Afshar (7014) | answered Feb 18 '14, 12:38 p.m.
JAZZ DEVELOPER
 Hi Steffen,

Have you run the jts/setup to complete the installation before running jts/admin?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.