程序加载异常:没有终结点在侦听可以接受消息的 http://localhost:8083/ApplyAuditService。这通常是由于不正确的地址或者 S

问题描述

出异常:程序加载异常:没有终结点在侦听可以接受消息的http://localhost:8083/ApplyAuditService。这通常是由于不正确的地址或者SOAP操作导致的。如果存在此情况,请参见InnerException以了解详细信息。求问大神这是怎么回事啊!求解

解决方案

解决方案二:
<?xmlversion="1.0"?><!--有关如何配置ASP.NET应用程序的详细信息,请访问http://go.microsoft.com/fwlink/?LinkId=169433--><configuration><system.webServer><handlers><removename="ChartImageHandler"/><addname="ChartImageHandler"preCondition="integratedMode"verb="GET,HEAD,POST"path="ChartImg.axd"type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler,System.Web.DataVisualization,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/></handlers></system.webServer><appSettings><addkey="dbtype"value="oracle"/><addkey="IPadress"value="192.168.0.104"/><addkey="Port"value="1521"/><addkey="upfiles"value="D:/TOP/Upfiles/"/><addkey="connstr"value="DataSource=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.104)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)));UserId=user;Password=password;"/><addkey="helpdoc"value="D:/TOP/helpdoc/helpdoc.doc"/><addkey="ChartImageHandler"value="storage=file;timeout=20;dir=TempImageFiles;"/></appSettings><connectionStrings><addname="ApplicationServices"connectionString="datasource=.SQLEXPRESS;IntegratedSecurity=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;UserInstance=true"providerName="System.Data.SqlClient"/></connectionStrings><system.web><httpHandlers><addpath="ChartImg.axd"verb="GET,HEAD,POST"type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler,System.Web.DataVisualization,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"validate="false"/></httpHandlers><pages><controls><addtagPrefix="asp"namespace="System.Web.UI.DataVisualization.Charting"assembly="System.Web.DataVisualization,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/></controls></pages><compilationdebug="true"targetFramework="4.0"/><sessionStatemode="InProc"cookieless="false"timeout="120"/><membership><providers><clear/><addname="AspNetSqlMembershipProvider"type="System.Web.Security.SqlMembershipProvider"connectionStringName="ApplicationServices"enablePasswordRetrieval="false"enablePasswordReset="true"requiresQuestionAndAnswer="false"requiresUniqueEmail="false"maxInvalidPasswordAttempts="5"minRequiredPasswordLength="6"minRequiredNonalphanumericCharacters="0"passwordAttemptWindow="10"applicationName="/"/></providers></membership><profile><providers><clear/><addname="AspNetSqlProfileProvider"type="System.Web.Profile.SqlProfileProvider"connectionStringName="ApplicationServices"applicationName="/"/></providers></profile><roleManagerenabled="false"><providers><clear/><addname="AspNetSqlRoleProvider"type="System.Web.Security.SqlRoleProvider"connectionStringName="ApplicationServices"applicationName="/"/><addname="AspNetWindowsTokenRoleProvider"type="System.Web.Security.WindowsTokenRoleProvider"applicationName="/"/></providers></roleManager><authenticationmode="Forms"><formsname=".EDBFORMSAUTH"loginUrl="Login.aspx"defaultUrl="MainPage.aspx"timeout="1440"/><!--<formsname=".EDBFORMSAUTH"loginUrl="index.aspx"defaultUrl="HomePage.aspx"timeout="30"slidingExpiration="true"/>--></authentication><customErrorsmode="Off"defaultRedirect="Login.aspx"><errorstatusCode="403"redirect="NoAccess.htm"/><errorstatusCode="404"redirect="FileNotFound.htm"/></customErrors><globalizationrequestEncoding="gb2312"responseEncoding="gb2312"fileEncoding="gb2312"responseHeaderEncoding="gb2312"/></system.web><system.serviceModel><bindings><basicHttpBinding><bindingname="UploadFileService"closeTimeout="00:01:00"openTimeout="00:01:00"receiveTimeout="00:10:00"sendTimeout="00:01:00"allowCookies="false"bypassProxyOnLocal="false"hostNameComparisonMode="StrongWildcard"maxBufferSize="2147483647"maxBufferPoolSize="2147483647"maxReceivedMessageSize="9223372036854775807"messageEncoding="Mtom"textEncoding="utf-8"transferMode="Buffered"useDefaultWebProxy="true"><readerQuotasmaxDepth="32"maxStringContentLength="8192"maxArrayLength="16384"maxBytesPerRead="4096"maxNameTableCharCount="16384"/><securitymode="None"><transportclientCredentialType="None"proxyCredentialType="None"realm=""/><messageclientCredentialType="UserName"algorithmSuite="Default"/></security></binding><bindingcloseTimeout="00:10:00"receiveTimeout="00:20:00"sendTimeout="00:20:00"maxBufferSize="2147483647"maxReceivedMessageSize="2147483647"></binding></basicHttpBinding><wsHttpBinding><bindingcloseTimeout="00:10:00"receiveTimeout="00:20:00"sendTimeout="00:20:00"maxReceivedMessageSize="2147483647"></binding><bindingname="ApplyAuditService"closeTimeout="00:01:00"openTimeout="00:10:00"receiveTimeout="00:10:00"sendTimeout="00:10:00"bypassProxyOnLocal="false"transactionFlow="false"hostNameComparisonMode="StrongWildcard"maxBufferPoolSize="2147483647"maxReceivedMessageSize="9223372036854775807"messageEncoding="Text"textEncoding="utf-8"useDefaultWebProxy="true"allowCookies="false"><readerQuotasmaxDepth="2000000"maxStringContentLength="2147483647"maxArrayLength="2147483647"maxBytesPerRead="2147483647"maxNameTableCharCount="2147483647"/><reliableSessionordered="true"inactivityTimeout="00:10:00"enabled="false"/><securitymode="None"><transportclientCredentialType="Windows"proxyCredentialType="None"realm=""/><messageclientCredentialType="Windows"negotiateServiceCredential="true"/></security></binding><bindingname="AuthorizationComponent"closeTimeout="00:01:00"openTimeout="00:01:00"receiveTimeout="00:10:00"sendTimeout="00:01:00"bypassProxyOnLocal="false"transactionFlow="false"hostNameComparisonMode="StrongWildcard"maxBufferPoolSize="2147483647"maxReceivedMessageSize="9223372036854775807"messageEncoding="Text"textEncoding="utf-8"useDefaultWebProxy="true"allowCookies="false"><readerQuotasmaxDepth="32"maxStringContentLength="8192"maxArrayLength="16384"maxBytesPerRead="4096"maxNameTableCharCount="16384"/><reliableSessionordered="true"inactivityTimeout="00:10:00"enabled="false"/><securitymode="None"><transportclientCredentialType="Windows"proxyCredentialType="None"realm=""/><messageclientCredentialType="Windows"negotiateServiceCredential="true"/></security></binding><bindingname="BloodData"closeTimeout="00:01:00"openTimeout="00:01:00"receiveTimeout="00:10:00"sendTimeout="00:01:00"bypassProxyOnLocal="false"transactionFlow="false"hostNameComparisonMode="StrongWildcard"maxBufferPoolSize="2147483647"maxReceivedMessageSize="9223372036854775807"messageEncoding="Text"textEncoding="utf-8"useDefaultWebProxy="true"allowCookies="false"><readerQuotasmaxDepth="32"maxStringContentLength="8192"maxArrayLength="16384"maxBytesPerRead="4096"maxNameTableCharCount="16384"/><reliableSessionordered="true"inactivityTimeout="00:10:00"enabled="false"/><securitymode="None"><transportclientCredentialType="Windows"proxyCredentialType="None"realm=""/><messageclientCredentialType="Windows"negotiateServiceCredential="true"/></security></binding></wsHttpBinding></bindings><client><endpointaddress="http://192.168.0.104:8083/ApplyAuditService"binding="wsHttpBinding"bindingConfiguration="ApplyAuditService"contract="ApplyAuditService.IApplyAuditService"name="ApplyAuditService"/><endpointaddress="http://192.168.0.104:8084/UploadFileService"binding="basicHttpBinding"bindingConfiguration="UploadFileService"contract="UploadFileService.IUploadFile"name="UploadFileService"/><endpointaddress="http://192.168.0.104:8081/AuthorizationComponent"binding="wsHttpBinding"bindingConfiguration="AuthorizationComponent"contract="AuthorizationService.IAuthorizationService"name="AuthorizationComponent"/><endpointaddress="http://192.168.0.104:8082/BloodData"binding="wsHttpBinding"bindingConfiguration="BloodData"contract="BloodDataServie.IBloodData"name="BloodData"/></client><behaviors><serviceBehaviors><behavior><!--httpGetEnabled-bool类型的值,表示是否允许通过HTTP的get方法获取sevice的WSDL元数据--><serviceMetadatahttpGetEnabled="False"/></behavior></serviceBehaviors></behaviors></system.serviceModel></configuration>
解决方案三:
用了啥?webservice还是wcf?反正就是远端服务无法访问,从两方面检查1.地址是否写对2服务是否开启
解决方案四:
引用2楼BITxingxing的回复:

用了啥?webservice还是wcf?反正就是远端服务无法访问,从两方面检查1.地址是否写对2服务是否开启

服务开启了的。
解决方案五:
你连TryConnected()方法里边哪条语句抛出的异常都不知道、都不能调试,谁知道你连接远程服务的具体语句是怎样写的呢?
解决方案六:
你在catch当中写了几行代码,那么为什么还要保留try部分的代码?为什么要写try...catch呢?为什么又给注释掉了呢?注释掉的语句后边的代码难道是你有重新copy那个隐藏的什么TryConnected方法的里边的代码?难道让人瞎猜你的TryConnected里边的代码是怎样写的?
解决方案七:
谢谢。这些我不清楚,这是上一个工程师写的,已经离职了。

时间: 2024-09-18 06:16:20

程序加载异常:没有终结点在侦听可以接受消息的 http://localhost:8083/ApplyAuditService。这通常是由于不正确的地址或者 S的相关文章

C# winform 没有终结点在侦听可以接受消息的。

问题描述 C# winform 没有终结点在侦听可以接受消息的. 没有终结点在侦听可以接受消息的.这通常是由于不正确的地址或者 SOAP 操作导致的.如果存在此情况,请参见 Inner,这个怎么解决? 解决方案 http://www.cnblogs.com/Fooo/archive/2013/07/31/3228115.html

错误操作: 没有终结点在侦听可以接受消息的 http://order.sheca.com/BLL_WCFService/BLLService.svc。这通常是由

问题描述 错误操作:没有终结点在侦听可以接受消息的http://order.sheca.com/BLL_WCFService/BLLService.svc.这通常是由于不正确的地址或者SOAP操作导致的.如果存在此情况,请参阅InnerException以了解详细信息.Controller:PayAction:Step3Message:没有终结点在侦听可以接受消息的http://order.sheca.com/BLL_WCFService/BLLService.svc.这通常是由于不正确的地址或

WCF没有终结点在侦听可以接收消息的

问题描述 抛出的异常如下所示:System.ServiceModel.EndpointNotFoundException:没有终结点在侦听可以接受消息的net.tcp://localhost:8000/Services/DADService/.这通常是由于不正确的地址或者SOAP操作导致的.如果存在此情况,请参见InnerException以了解详细信息.Serverstacktrace:在System.ServiceModel.Channels.ConnectionUpgradeHelper.

应用商店-(iOS)有个日志文件,希望能帮忙分析一下,说是在程序加载的时候,应用程序崩溃了。

问题描述 (iOS)有个日志文件,希望能帮忙分析一下,说是在程序加载的时候,应用程序崩溃了. 10C http://a103.phobos.apple.com/us/r30/Purple7/v4/38/1e/87/381e875f-bdf2-b8ed-33b6-b56cb1a6165b/temp..rgbcntpc.crash?downloadKey3=1449655120_daec0230692a58a1ba3f2a4c2d24b499 http://a1363.phobos.apple.co

Struts2在打包json格式的懒加载异常问题

版权声明:尊重博主原创文章,转载请注明出处哦~http://blog.csdn.net/eson_15/article/details/51394302         hibernate中如果出现了级联查询,就可能出现懒加载问题,比如我现在有个Account(管理员)类.Category(商品类别)和Product(商品)类,从左到右都是一对多的关系,而且从右到左都是设置了@ManyToOne(fetch=FetchType.LAZY).我现在要把商品信息查出来打包成json格式传到前台,我在

java接口程序加载到MyEclipse部署tomcat传输数据到JBOSS平台数据传不过去

问题描述 java接口程序加载到MyEclipse部署tomcat传输数据到JBOSS平台数据传不过去 下午 org.apache.cxf.phase.PhaseInterceptorChain doDefaultLoggingWARNING: Interceptor for {webService.OuterOrderMamService}OuterOrderMamServiceImplService#{webService.OuterOrderMamService}getMamInfo ha

程序加载速度提升 WP7首次升级新内容

http://www.aliyun.com/zixun/aggregation/13830.html">Paul Thurrott对Windows Phone 7的预测在CES上被证实,微软的确有升级Windows Phone 7的升级计划,在第一次升级中,主要解决困扰Windows Phone 7很久的复制粘贴问题.近日,微软再次透露了Windows Phone 7首次升级的内容,可能会新加一些内容,其中包括对软件加载速度的优化. 现在看来,解决复制粘贴问题和提升应用程序加载速度的升级内

spring mvc-Spring mvc结合Hibernate中实现ajxa出现懒加载异常

问题描述 Spring mvc结合Hibernate中实现ajxa出现懒加载异常 我要实现一个选择省份加载城市列表,然后选择城市加载区列表的操作,但是我在加载城市的时候一直报懒加载异常,session提前关闭,我觉得是因为我城市中设置的private Province province 对象的原因,请问大神这有什么好的解决办法吗 解决方案 懒加载的话,你直接用fetch属性设为eager就行了,session提前关闭,,可能是你的openSessionInView,,这个过滤器没用,,而且省市区

spring-关于懒加载异常,请问怎么解决?多谢各位 了

问题描述 关于懒加载异常,请问怎么解决?多谢各位 了 我的数据库语句是from Survey s where s.user.id = ? 出现User 懒加载,我想问除了在User的配置文件中关闭懒加载这个解决方法外 1,还能用什么方法 希望能就此题具体说说 2,为什么这样用不行啊 from Survey s LEFT OUTER JOIN FETCH s.user.id = ? 3,from Survey s where s.user.id = 这句话怎么用嵌套查询 (就是分开s.user.i