eConnect GP 2010 Integration Service not starting

This question is answered

Hello All,

My eConnect GP 2010 Integration Service is not starting.  Its a windows XP based machine.  Am getting the following message while looking into Event Viewer.  Any information will be highly appreciated......

Service cannot be started. The handle is invalid.

Action:

Service Shutdown and Closing of ServiceHost

Current User Name:

Input parameters:

Exception type:

System.ServiceModel.CommunicationObjectFaultedException

Exception message:

The communication object, System.ServiceModel.ServiceHost, cannot be used for communication because it is in the Faulted state.

Stack Trace:

   at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)

   at System.ServiceModel.Channels.CommunicationObject.Close()

   at Microsoft.Dynamics.GP.eConnect.WindowsService.OnStop()

Action:
Service Startup and Construction of Service Host
Current User Name:
Input parameters:
Exception type:
System.ServiceModel.AddressAlreadyInUseException
Exception message:
HTTP could not register URL http://+:80/Microsoft/Dynamics/GP/eConnect/mex/ because TCP port 80 is being used by another application.
Stack Trace:
   at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
   at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
   at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
   at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open()
   at Microsoft.Dynamics.GP.eConnect.WindowsService.CreateServiceHost()
Exception type:
System.Net.HttpListenerException
Exception message:
The process cannot access the file because it is being used by another process
Stack Trace:
   at System.Net.HttpListener.AddAll()
   at System.Net.HttpListener.Start()
   at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
Thanks,
Arun.

 

Verified Answer
  • Arun,

    change a parameter in the eConnect service config file.  To do this, locate the eConnect web services configuration file, which is usually installed at:

    C:\Program Files\Microsoft Dynamics\eConnect 11.0\Service\ Microsoft.Dynamics.GP.eConnect.Service.exe.config

    Open this file using a text or XML file editor and change the httpGetEnabled parameter to false.

    Here is complete information about above error - dynamicsgpland.blogspot.com/.../econnect-2010-integration-service-wont.html

    Thanks

    Sandip

    Thanks Sandip Jadhav Cell : +1.210.440.9855 Dynamics GP Blog : http://sandipdjadhav.blogspot.com/
All Replies
  • Arun,

    change a parameter in the eConnect service config file.  To do this, locate the eConnect web services configuration file, which is usually installed at:

    C:\Program Files\Microsoft Dynamics\eConnect 11.0\Service\ Microsoft.Dynamics.GP.eConnect.Service.exe.config

    Open this file using a text or XML file editor and change the httpGetEnabled parameter to false.

    Here is complete information about above error - dynamicsgpland.blogspot.com/.../econnect-2010-integration-service-wont.html

    Thanks

    Sandip

    Thanks Sandip Jadhav Cell : +1.210.440.9855 Dynamics GP Blog : http://sandipdjadhav.blogspot.com/
  • Thank you Sandip. It worked fine...