web services/iis issue

  • Thread starter Thread starter Param R.
  • Start date Start date
P

Param R.

Hi all, we recently upgraded our servers to 2003 and have begun seeing
several problems. We have a web services that runs locally and is called by
..aspx pages of other websites. Ever since the upgrade we have been getting a
ton of the following errors:-

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Web.Services.Protocols.SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanApplicationDetails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack
trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)

Basically it is on the line that calls the web service client. Please help!
What could be causing this?

thanks!
 
when you updraded did you wipe out the web service "site"? If you go to .NET
studio and add a web reference to a asp.net application can you see or
connect to the web service that way?
 
Its a new machine with 2003 web edition installed from scratch. Then I
loaded my apps and web services. I dont have VStudio. Any other ideas? This
problem is intermittent though. Happens several times a day but on other
times it is ok.

thanks!

Mike said:
when you updraded did you wipe out the web service "site"? If you go to
.NET
studio and add a web reference to a asp.net application can you see or
connect to the web service that way?


Param R. said:
Hi all, we recently upgraded our servers to 2003 and have begun seeing
several problems. We have a web services that runs locally and is called
by
..aspx pages of other websites. Ever since the upgrade we have been
getting a
ton of the following errors:-

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Web.Services.Protocols.SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanApplicationDetails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack
trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)

Basically it is on the line that calls the web service client. Please
help!
What could be causing this?

thanks!
 
What version of the .NET framework? I just read on this list today of an
identical problem, known in .NET 1.0

Jeff
Param R. said:
Its a new machine with 2003 web edition installed from scratch. Then I
loaded my apps and web services. I dont have VStudio. Any other ideas? This
problem is intermittent though. Happens several times a day but on other
times it is ok.

thanks!

Mike said:
when you updraded did you wipe out the web service "site"? If you go to
.NET
studio and add a web reference to a asp.net application can you see or
connect to the web service that way?
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanApplicationDetails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack
trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute()
 
1.1 sp1 on 2003. thanks!

Jeff Dillon said:
What version of the .NET framework? I just read on this list today of an
identical problem, known in .NET 1.0

Jeff
Param R. said:
Its a new machine with 2003 web edition installed from scratch. Then I
loaded my apps and web services. I dont have VStudio. Any other ideas? This
problem is intermittent though. Happens several times a day but on other
times it is ok.

thanks!

Mike said:
when you updraded did you wipe out the web service "site"? If you go to
.NET
studio and add a web reference to a asp.net application can you see or
connect to the web service that way?


:

Hi all, we recently upgraded our servers to 2003 and have begun seeing
several problems. We have a web services that runs locally and is called
by
..aspx pages of other websites. Ever since the upgrade we have been
getting a
ton of the following errors:-

System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.Web.Services.Protocols.SoapException: Server was unable to process
request. --> The underlying connection was closed: An unexpected error
occurred on a send. at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
sterling.services.client.SterlingService.GetLoanApplicationDetails(String
privateKey, Int32 applicationid, Int32 locationid, Boolean admin, Int32&
errornumber, String& errormessage) at ASP.app_1_aspx.getloanapp() in
D:\website files\moses\indirect\app_1.aspx:line 60 at
ASP.app_1_aspx.page_load(Object sender, EventArgs e) in D:\website
files\moses\indirect\app_1.aspx:line 33 at
System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack
trace --- at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean&
completedSynchronously)

Basically it is on the line that calls the web service client. Please
help!
What could be causing this?

thanks!
 
Back
Top