Ranjitha, I don't see anyting attached, you can send it to me directly.
Essentially the 503 error means that the server IS running, but that webservice is NOT working. Also, check your glassfish/autodeploy directory for the war files. This will tell you if there was a failure in the build. If the war files are present, then you'll have to track down the errors in you logs. -Ben ________________________________________ From: Ranjitha V [[email protected]] Sent: Sunday, August 09, 2009 11:46 PM To: [email protected] Subject: Re: Metro Contribution Hello all, Well, I did make sure that my glassfish server was running before I verified deployment. I was successful in deployment of config service. The only thing not working right now is OP. I noted the contents of my server.log file as Ming had mentioned but I found that no new error message corresponding to the failure of OP had been added. I have shortened the server.log file and added only important events and sent it as an attachment. Do let me know if there is something I am missing here. -Ranjitha On Mon, Aug 10, 2009 at 3:04 AM, Ben Dewey <[email protected]<mailto:[email protected]>> wrote: It should be noted that the wampserver for PHP uses 8080. Thats why in some places, and in my environment, the default glassfish port of 8080 is changed to use 8090 so it doesn't conflict with php. For consistency i think the doc should all use 8090 and provide instructions on changing the glassfish port number. Thoughts? -Ben Dewey -----Original Message----- Date: Sunday, August 09, 2009 9:26:05 am To: [email protected]<mailto:[email protected]> From: "Ming Jin" <[email protected]<mailto:[email protected]>> Subject: Re: Metro Contribution Hi, Vineet It's a bug in the manual.doc, the port should be 8080. We'll correct that. The addresses in manual.doc use the specific port GlassFish uses for the HTTP connection. By default, Glassfish uses 8080 as its HTTP port for domain1, so here you should use 8080 rather than 8090 for the verification. Furthermore, to any URL related to Glassfish Server, port 8080 should be the right one(if you didn't change the default configuration in Glassfish). On Sun, Aug 9, 2009 at 12:22 AM, Vineet ghatge <[email protected]<mailto:[email protected]>> wrote: > Hi Ben, > > In the manual documents/manual.doc,Under "deployment" > > The last step named "verify deployment" there are the following step > ? Verify Deployment > a. BS > Open browser with > http://localhost:8090/business_service/TradeServiceWsas?wsdl > b. OP > ? Secure > Open browser with > http://localhost:8090/order_processor/OrderProcessorSec?wsdl > ? Non-Secure > Open browser with > http://localhost:8090/order_processor/OrderProcessor?wsdl > c. Config Service >
