none
Heating Controller Service has a problem, can somebody help? The Service crash all the time.. RRS feed

  • Frage

  • Ereignistyp:    Warnung
    Ereignisquelle:    ASP.NET 4.0.30319.0
    Ereigniskategorie:    Web Event
    Ereigniskennung:    1309
    Datum:        05.03.2013
    Zeit:        10:19:52
    Benutzer:        Nicht zutreffend
    Computer:    VERWSRV
    Beschreibung:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 05.03.2013 10:19:52
    Event time (UTC): 05.03.2013 09:19:52
    Event ID: 65ecbae7d2444d17a2091f47129e61d1
    Event sequence: 4
    Event occurrence: 1
    Event detail code: 0
     
    Application information:
        Application domain: /LM/W3SVC/1102832952/Root-1-130069487832343750
        Trust level: Full
        Application Virtual Path: /
        Application Path: D:\Heizung\
        Machine name: VERWSRV
     
    Process information:
        Process ID: 4264
        Process name: w3wp.exe
        Account name: NT-AUTORITÄT\NETZWERKDIENST
     
    Exception information:
        Exception type: EndpointNotFoundException
        Exception message: There was no endpoint listening at http://verwsrv:8001/HogaHeizung/Service that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

    Server stack trace:
       at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
       at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
       at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
       at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
       at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at IHogaHeizung.HeizkreislisteAbrufen()
       at HeizungsKontrolle._Default.raeumeAbrufen() in C:\Users\mkrahl\Desktop\Heizung\HeizungsKontrolle\HeizungsKontrolle\Default.aspx.cs:line 44
       at HeizungsKontrolle._Default.OnInit(EventArgs e) in C:\Users\mkrahl\Desktop\Heizung\HeizungsKontrolle\HeizungsKontrolle\Default.aspx.cs:line 34
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    Unable to connect to the remote server
       at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
       at System.Net.HttpWebRequest.GetRequestStream()
       at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()

    Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 192.168.100.2:8001
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)

     
     
    Request information:
        Request URL: http://verwsrv:8080/Default.aspx
        Request path: /Default.aspx
        User host address: 192.168.100.157
        User:  
        Is authenticated: False
        Authentication Type:  
        Thread account name: NT-AUTORITÄT\NETZWERKDIENST
     
    Thread information:
        Thread ID: 1
        Thread account name: NT-AUTORITÄT\NETZWERKDIENST
        Is impersonating: False
        Stack trace:    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at IHogaHeizung.HeizkreislisteAbrufen()
       at HeizungsKontrolle._Default.raeumeAbrufen() in C:\Users\mkrahl\Desktop\Heizung\HeizungsKontrolle\HeizungsKontrolle\Default.aspx.cs:line 44
       at HeizungsKontrolle._Default.OnInit(EventArgs e) in C:\Users\mkrahl\Desktop\Heizung\HeizungsKontrolle\HeizungsKontrolle\Default.aspx.cs:line 34
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
     
     
    Custom event details:

    Weitere Informationen über die Hilfe- und Supportdienste erhalten Sie unter http://go.microsoft.com/fwlink/events.asp.
    Dienstag, 5. März 2013 10:06

Antworten

  • Hi,

    die Fehlermeldung besagt letztendlich folgendes:

      There was no endpoint listening at http://verwsrv:8001/HogaHeizung/Service

    bzw.

      Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 192.168.100.2:8001

    Ich tippe mal drauf, dass die Adresse falsch bzw. vom Client aus nicht erreichbar ist.


    Gruß, Stefan
    Microsoft MVP - Visual Developer ASP/ASP.NET
    http://www.asp-solutions.de/ - Consulting, Development
    http://www.aspnetzone.de/ - ASP.NET Zone, die ASP.NET Community

    Mittwoch, 6. März 2013 19:05
    Moderator

Alle Antworten

  • Hi,

    die Fehlermeldung besagt letztendlich folgendes:

      There was no endpoint listening at http://verwsrv:8001/HogaHeizung/Service

    bzw.

      Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 192.168.100.2:8001

    Ich tippe mal drauf, dass die Adresse falsch bzw. vom Client aus nicht erreichbar ist.


    Gruß, Stefan
    Microsoft MVP - Visual Developer ASP/ASP.NET
    http://www.asp-solutions.de/ - Consulting, Development
    http://www.aspnetzone.de/ - ASP.NET Zone, die ASP.NET Community

    Mittwoch, 6. März 2013 19:05
    Moderator
  • Hi,

    hat dir die Antwort geholfen oder hast Du noch Fragen?


    Gruß, Stefan
    Microsoft MVP - Visual Developer ASP/ASP.NET
    http://www.asp-solutions.de/ - Consulting, Development
    http://www.aspnetzone.de/ - ASP.NET Zone, die ASP.NET Community

    Donnerstag, 21. März 2013 15:50
    Moderator