Isn't .net remoting deprecated in favor of WCF though in .net framework 4.0 and above?
From: [email protected] [mailto:[email protected]] On Behalf Of Ruben Willems Sent: Monday, September 26, 2011 2:12 PM To: [email protected] Subject: Re: [ccnet-user] Re: "An unexpected error has occurred while trying to force build. The method or operation is not implemented" Hi for CCNet it's best that you use .Net remoting. as the error says, the HTTP communication is not implemented. you can set the communication when you add the build server with kind regards Ruben Willems On 26 September 2011 16:07, HowitZer <[email protected]<mailto:[email protected]>> wrote: It was the firewall on the server. I enabled port 21234 and now I can force builds from my dev machine. I have a bunch of Java cc projects that I'm connected to via cctray using the http method. For example http://server:8080/dashboard/cctray.xml I get the not implemented error message when forcing one of these from cctray. Any thoughts on how to make those work too? On Sep 25, 12:25 am, Ruben Willems <[email protected]<mailto:[email protected]>> wrote: > Hi > > things to check : > ° double check that CCNet is running on that server > stop and start the service to see that there is not coming an error > message > ° try to telnet to that pc with port 21234 > ping and rdp use different ports, and a firewall can block the port of > ccnet > > with kind regards > Ruben Willems > > On 25 September 2011 00:56, HowitZer > <[email protected]<mailto:[email protected]>> wrote: > > > > > > > > > I tried the remoting method and supplied the hostname. > > > CCtray says "validating..." and comes back with > > > "Failed to connect to server: A connection attempt failed because the > > connected party did not properly respond after a period of time, or > > established connection failed because connected host has failed to > > respond xxx.xx.xx.xx:21234" > > > I tried giving it the ip instead of the hostname and received the same > > message. > > > The computer I'm trying to connect to is on the local network. I can > > remote desktop into it and view it on the network.The dashboard there > > works fine. > > > Any ideas? > > > On Sep 23, 1:02 am, Ruben Willems > > <[email protected]<mailto:[email protected]>> wrote: > > > Hi > > > > set the communication to remoting, not via the dashboard. > > > that does not seem to work :-( > > > > with kind regards > > > Ruben Willems > > > > On 23 September 2011 03:31, HowitZer > > > <[email protected]<mailto:[email protected]>> wrote: > > > > > I get a message box saying "An unexpected error has occurred while > > > > trying to force build. The method or operation is not implemented" > > > > when forcing a build through cctray. > > > > > I'm using cctray 1.6 with ccnet 1.6. I downloaded cctray from the > > > > download link on the web dashboard. > > > > > The transport method used for the server in question is http. The > > > > server link looks like this "http://servername/ccnet". > > > > > Everything else works pretty well with cctray. > > > > > What has to be done to get force builds to work in cctray?
