|
Problem |
The following appears in the SystemOut.log
[10/3/05 17:51:56:749 GMT] 5dc2c2 enterprise I
com.ibm.ws.webservices.engine.enterprise TRAS0014I: The following
exception was logged WebServicesFault
faultCode: {http://websphere.ibm.com/webservices/}HTTP
faultString: (404)Not Found
faultActor: null
faultDetail:
null: WSWS3192E: Error: return code: 404
<H1>Virtual Host or Web Application Not
Found</H1><BR><H3>The web group
/UsnsWebServiceRouter/services/MsgOfTheDay has not been
defined</H3><BR><I>IBM WebSphere
Application Server</I>.
(404)Not Found
at
com.ibm.ws.webservices.engine.transport.http.HTTPSender.readFromSocket(HTTPSender.java:815)
at
com.ibm.ws.webservices.engine.transport.http.HTTPSender.invoke(HTTPSender.java:165)
at
com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:212)
at
com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:253)
at
com.ibm.ws.webservices.engine.client.Connection.invokeEngine(Connection.java:686) |
|
Cause |
This may be caused if two Virtual Hosts have the same Host
Alias. For example, admin_host has "*:12345" and default_host has
"*:12345," this may cause any WAR files mapped to default_host that are
accessed through *:12345 to have the "Virtual Host or Web Application
Not Found" error. |
|
Solution |
Make sure each Virtual Host has unique entries for
hosts/port combinations. |
|