cancel
Showing results for 
Search instead for 
Did you mean: 

Error 503 when calling PCK.

Former Member
0 Kudos

Hi everyone.

I have installed a PCK.

When I try to send a message to the PCK address: http://<myhost and port>/MessagingSystem/receive/AFW/XI

I get a error 503 Service unavailable. However when I stick the above url into a browser it tests ok. Output below:

<scenario>

<scenname>MSG_SCEN</scenname>

<scentype>SERV</scentype>

<sceninst>MSG_001</sceninst>

<scenversion>001</scenversion>

<component>

<compname>SERVLET</compname>

<compdesc>Messaging System</compdesc>

<comphost>localhost</comphost>

<compinst>MSG_001</compinst>

<message>

<messalert>OKAY</messalert>

<messseverity>100</messseverity>

<messarea>QR</messarea>

<messnumber>801</messnumber>

<messparameter>na</messparameter>

<messtext>MessagingServlet is active.</messtext>

</message>

</component>

</scenario>

I have checked that all the neccessary apps are started on the VA and checked all the logs.

Everything seems to be ok!

Any ideas?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

A bounce of the box did the trick...

Former Member
0 Kudos

Hi,

Are you sure that all J2EE services are working...!!!

Check in VA--> Select teh server & goto Services --> deploy.

Select Runtime tab page...and verify if all the applications are working over there..

Thanks

Swarup

Former Member
0 Kudos

Yes all apps are running in Deploy.

Like I said, I can call the url in a browser and it works fine. If the app was not started it would have failed there also.

Cheers.