Search Result

Collapse
9 results in 0.0042 seconds.
Keywords
Members
Tags
service
  •  

  • Why do I keep getting a "service-specific error 0 (0x0)" when i try starting tomcat?

    I have installed a tomcat 6 server on Windows Server 2003 as a service; and every time I try to start it it keep terminating with a service-specific error 0 (0x0). Now I have gone through and starting and configured this server via the startup.bat just fine but when no matter how many times I install/remove the service it fails to start. Does anyone know why this happening and how I can fix it?...
    See more | Go to post

  • AndrewBuchan
    started a topic Windows Service to monitor HTTP requests
    in .NET

    Windows Service to monitor HTTP requests

    Hello.

    I developed a Console application which monitored HTTP requests using the third party component called Fiddler (fiddlerCore). This works as expected.

    I need to convert this functionality into a Windows Service. The code is the same as the console application except for that it is in a Windows Service.

    I can install the service and start it correctly but none of the events which monitor HTTP requests...
    See more | Go to post

  • rbpkirow
    started a topic Web Service client using C++
    in .NET

    Web Service client using C++

    Hello.
    I have a client-server app.
    The server is developed with apache and perl.
    The client is developed in Visual C++.
    When I try to access from C++ client to a web service, I receive the next error:
    "ATLSOAP: CSoapRootHandle r::GetElementEn try -- element not found: MyRequestRespon se."
    in the function of WebReference.h
    "__atlsoap_ hr = BeginParse(__at lsoap_spReadStr eam);"
    ...
    See more | Go to post

  • Is there a way to force web service request to use HTTPS.

    I have an asp.net web service which has SSL enabled via IIS. It works fine if the user uses https, however I have a user that insists on using http on the url.
    What I'd like to do is have the web service (asmx) do the equivalent of the response.redire ct to change http to https automatically.
    I don't believe that I can do this from a web service so does anyone know a of a similar solution for web services.
    See more | Go to post

  • aktor
    started a topic Thread not starting on some machines

    Thread not starting on some machines

    Hi guys,

    I have a weird issue here. I'm writing an automated backup program that, well, performs automated backups of set folders to a set location. It has a GUI and a Windows service. The service has a timer (system.timer) that checks every 10 seconds whether a backup needs to be performed. If it does, it fires a method in a public static class to start the backup.

    Now, this works fine on my PC, and on 2 other test...
    See more | Go to post

  • adrya1984
    started a topic Find network service address

    Find network service address

    Hi,

    I have a WCF service listening on a dynamic allocated port in windows Service Registry. How can i find the listening address of this service from another c# application? Or at least the port of this service?

    Thanks, Adriana
    See more | Go to post

  • C# generated proxy method different than original Java service method

    Hi,

    I have a Java service that has the following method signature:

    Code:
           @WebMethod(operationName = "getContactList")
            public MyListClass getContactList(@WebParam(name = "myList") MyListClass myList) throws IllegalArgumentException {
                    return myList;
            }
    
    public class MyListClass implements Serializable{
    List<ContactOD> innerList;
    ...
    See more | Go to post

  • "Underlying connection was closed" error on windows service but only occurs when a us

    0I have a windows service I created that checks for data to post to an off site webservice over SSL. The service checks every 10 seconds for data to send, if there is data it opens a connection to the remote webservice, and closes the connection after 120 seconds (still checking for data to send during this time). The service works fine if a user is RDP'd into the server, but as soon as no one is logged on and the service attempts to push data,...
    See more | Go to post
    Last edited by Frinavale; Oct 7 '09, 01:24 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • How can I force a service to re-read the configuration from disk without restarting

    I have a service that can be configured using a simple xml file. When the service starts it reads this xml.
    I'd need to change the xml config file while the service is running (no probs so far) and having the service use this new version of the config. This can be done restarting the service or stop/start it. The point is that I cannot face "pauses", I'd need the service always up and running.
    So I wonder if there's a way...
    See more | Go to post
Working...