When i tried to publish portal project to MWS from designer , i am getting the error "(404)Not found ".
Please find attached the error screen shot.
It was working fine earlier. All of sudden this error is coming now.
I am using webMethods 8.2 version
Please find below the log message from the designer
MESSAGE (404)Not Found
!STACK 0
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (404)Not Found
faultActor:
faultNode:
faultDetail:
{}:return code: 404
Error 404 NOT_FOUND
HTTP ERROR 404
Problem accessing /services/command/ping. Reason:
NOT_FOUND
Powered by Jetty://
{http://xml.apache.org/axis/}HttpErrorCode:404
(404)Not Found
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.webmethods.portal.portletapp.ping.PingSoapBindingStub.ping(PingSoapBindingStub.java:102)
at com.webmethods.caf.server.wmportal.publisher.WmPortalPublisher.invokeWebService(WmPortalPublisher.java:508)
at com.webmethods.caf.server.wmportal.publisher.WmPortalPublisher.invokeWebServiceUsingAuth(WmPortalPublisher.java:408)
at com.webmethods.caf.server.wmportal.publisher.WmPortalPublisher.deployComponent(WmPortalPublisher.java:382)
at com.webmethods.caf.server.wmportal.publisher.WmPortalPublisher.publish(WmPortalPublisher.java:168)
at org.eclipse.jst.server.generic.core.internal.GenericServerBehaviour.publishModule(GenericServerBehaviour.java:82)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1025)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1115)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:948)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2889)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
It seems like something is fundamentally wrong with this environment. That URL endpoint and implementation is part of core MWS. It is defined in the /deploy/portal.war/WEB-INF/web.xml and doesn’t rely on external components.
At this point, i wonder what else in that MWS install is working.
Hi,
All things in MWS are working fine. Im able to login to MWS as administrator/sysadmin but whenever i try to publish project to MWS its throwing 404 error.