Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / March 2008



Tip: Looking for answers? Try searching our database.

web service and looking @ stub file args

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jl - 27 Mar 2008 18:20 GMT
Hello,
We are using CFMX7 on a Windows server. I am trying to create a web
service by calling a CFC I
created. This cfc function accepts 3 mandatory args and 7 optional
args. The web service had been working but then at around 1:30 EST on
Monday we were getting errors and had to restart the CF app
server. I have since disabled the web service and went back to calling
it as a cfc. I am trying to figure out
why we started getting the errors when apparently the load increased.
Here is one of the errors I was
seeing

Could not perform web service invocation "getBRecommendation". Here is
the fault returned when invoking the web service operation:
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (503)Server Error
faultActor:
faultNode:
faultDetail:
    {}:return code:  503
<H2>Server Error</H2>The server encountered an internal error and was
unable to complete your request.<P><B>JRun closed connection.</B>
    {http://xml.apache.org/axis/}HttpErrorCode:503

The application and exception logs do not provide any more information
regarding the errors.Any ideas
as to what may be causing the errors? I would like to look at the stub
file's code to see if
all of the parameters are accounted for in the function. What is the
syntax for wsdl2java to only look at
the java code and not generate the class files as I don't want to
overwrite anything that currently
exists.

Appreciate any information or ideas you can provide.

Joe
jl - 27 Mar 2008 21:48 GMT
It appears this error is being caused by load on the server. I
downloaded MicroShaft's load tester and when I fired it up I got the
same error, and had to restart ColdFusion. I guess this question has
now turned into a ColdFusion web service tuning question. Any ideas on
how to tune the CFMX7 server to not barf under heavy load?
Joe
GArlington - 28 Mar 2008 10:27 GMT
> It appears this error is being caused by load on the server. I
> downloaded MicroShaft's load tester and when I fired it up I got the
> same error, and had to restart ColdFusion. I guess this question has
> now turned into a ColdFusion web service tuning question. Any ideas on
> how to tune the CFMX7 server to not barf under heavy load?
> Joe

Clustering, load balancing, caching...
Web service should ALWAYS process and return as little data as
possible, do not forget that it will have to serialise that data every
time it is called...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.