similar to: Rails Bug when loading required files for API?

Displaying 20 results from an estimated 120 matches similar to: "Rails Bug when loading required files for API?"

2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following: * manage single files * manage directories * manage symlinks * manage recursive file copies The intersection of all these bits of functionality makes it difficult to understand exactly what is going on when you''re new to Puppet, and even experienced users often don''t know how combining symlinks/content management is going to work.
2006 May 30
11
Display XML file, with some formatting.
Hi. Im quite new to this Rails thing, but it seems like a good product so why not try it out whit a little prototype i need to build. What i want is to load any given XML file, and display it with some formatting. I have some XSD shemes to validate the XML files against, but its not vital rigth now. But how should i approach this task? At first it would proberly be a good idea to load the
2006 Aug 02
0
Need help with SOAP and .NET
I am trying to consume a .NET webservice from http://ws.melissadata.com/dqws/address.asmx Whenever I call soap.doSingleRecord I receive an error saying that I have an "Empty XML Request Structure". Looking at the sample SOAP request it appears that all the settings I am sending need to be wrapped in <Request> tags. So it lookes like I need to build a seperate Request object and
2008 Oct 06
1
application doesnt start at startup when run via WINE !
[Evil or Very Mad] Hi all, I am using Fedora 8 Linux. I have a situation where i need to start a service at startup. the service is started using wine say... ` wine MyService.exe` I made a small daemon script for it which has start and stop functions where start function just runs above statement. Then I have configured this script to start at runlevel 5. Now the situation is that at startup
2013 Nov 16
4
frustrating dependency problem
I''m having a difficult time with a dependency issue. Basically, I want to be able to call a defined type, but it''s not working out so far. I have my manifests setup like this: init.pp: class foo { .... } bar.pp: class foo::bar { include foo package{ "test": ensure => running, notify =>
2006 May 15
0
FW: [Mongrel] Broken win32 service support for lastest mongrels.
Hi all, I''ve forwarded this from the Mongrel mailing list to see if anyone has any thoughts. In summary, Luis is hitting broken pipe errors on occasion when he tries to stop a service. In a later email Luis mentions that simply ignoring them might not always be the best idea, since sometimes the service seems to no longer respond, even though it still appears to be running fine. Dan
2011 May 23
3
Passing a period as part of an id in show action
I am trying to do the following in a RESTful manner: I have a web service that accepts an id to deliver a particular record. Unfortunately, the id that the client will have is not the usual database sequence number. This mostly works, though, and the url looks something like: http://myservice.com/controller/the_id.xml That is handled by the "show" action. Unfortunately, some of
2020 Mar 24
2
[Feature Request] Add (and check against) IP to known_hosts even when domain is used to connect
Hello Bob and thank you for your reply, first of all I hope that I'm answering in the right way since I had enabled the daily digest and I'm not sure if it's the right way to use Thunderbirds "Reply List" feature on this digest. If it's wrong this way I apologize. I turned of the daily digest so my next messages should be correct. > Are you aware of HostKeyAlias?
2004 Apr 09
2
Issues with win32-service Daemon
Hi all, I wrote a little echo client to run as a service. I have a couple of problems with this. First, any time I try to define anything in "initialize", the service fails to start. Any idea why? Also, this service runs for a while, then just quits for no reason that I can see. The Event Log merely says, "The Abba service terminated unexpectedly". Any ideas on
2004 Nov 29
1
NOTICE[507921]: app_dial.c:742 dial_exec: Unable to create channel of type 'Zap'
Hi Asterisk-ians! Need all of your help. I am stuck with this issue for last few days. I have one X100P installed in my system. My Asterisk is registered with another Asterisk Server/SIP provider as client and the call is successfully received by my Asterisk server (named as starwars). Now, the extentions.conf file states, the incoming INTO * should go out to fxo as below: exten =>
2006 Nov 24
3
Mongrel Service 0.3.0, native services for you!
Hi folks, For the past weeks I have been working in solve the problems with mongrel_service and its *crazy* behavior related to standard mongrel_rails. Job made this more slow than usual, but here we are: a beta release. * What''s New? - This version of mongrel_service replaces mongrel_service ruby script with a binary, pre-built executable coded using ServiceFB framework [1] in
2014 Sep 25
3
/etc/init.d CentOS 7
There is a README file on CentOS 7 in /etc/init.d that says Note that traditional init scripts continue to function on a systemd system. An init script /etc/rc.d/init.d/foobar is implicitly mapped into a service unit foobar.service during system initilization So I dropped my file in the above directory, rebooted and my item did not start. doing "systemctl list-unit-files | grep
2007 Feb 20
2
service::start borken
Hello Mongrel Users! This is my first post! Is there an expected release date for the fixed version of mongrel_service that will resolve the missing service::start command? I would love to use the much improved features of the new mongrel_service, but I haven''t been able to yet. I haven''t figured out how to follow Zed''s advice on a previous thread to just use the
2006 Jan 02
0
Service.open
Hi all, At the suggestion of a user, I''ve added a Service.open method in CVS. Looks like this: service = Service.open("ClipSrv") puts service.display_name puts service.service_description # or Service.open("myservice") do |s| s.service_description = "test" s.display_name = "new display" s.configure_service end What do you think? Dan
1998 Jun 02
0
Make windows connect to a port other than 139
On Tue, 2 Jun 1998, Luke Kenneth Casson Leighton wrote: > On Tue, 2 Jun 1998, Robert Vasvari wrote to samba-ntdom: > > > > > Hi All, > > > > I'm planning to run my own SMB server on some box, > > binding to a user level port (>1024). Problem is, > > WINDOWS (both Nt and 95) only connects to an SMB > > server on ports 137-139. So, the
2008 Nov 13
0
Samba hangs after WAN link to trusted domain is cut
Hello, Wondering if this is a known behaviour in samba. I have 2 domains (say DOM_A and DOM_B) with DOM_B trusting DOM_A (one way relation). DOM_A and DOM_B are located in two different nets (and locations) and are connected through a VPN. What happens is that if the VPN goes down, samba PDC at DOM_B seems to be hung (can't provide auth to clients anymore), and this remains even after the
2007 Feb 23
11
Problems getting mongrel service working
Hello list! I have mongrel service 0.1.0 working on my current production machine. Upgrading to a new server and also moving to mongrel service 0.3.1 has not worked yet. I am hoping someone will have an idea as to why. I have mongrel installed properly (I think): C:\rails\igacc>gem list --local *** LOCAL GEMS *** ... mongrel (1.0.1) A small fast HTTP library and server that runs
2014 Dec 12
0
Intermittent Event Script Timeouts on CTDB Cluster Nodes
Hi All, I've got a CTDB cluster, managing NFSv3 and Samba, sitting in front of a GPFS storage cluster. The NFSv3 piece is carrying some pretty heavy traffic at peak load. About once every three to four days, CTDB has been exhibiting behaviors that result in IP-failover between two nodes for reasons that are currently unknown. The exact chain of events has been a little different each time
2000 May 03
2
2.0.7: unsolicited oplock break reply
I've used oplocks = no for a long time now, because of the famous "oplock_break" error, but I decided to give 2.0.7 a try. I still get "oplock break" errors as before, but this time I got a new error too: [2000/05/02 10:04:52, 0] smbd/oplock.c:oplock_break(976) oplock_break: receive_smb timed out after 30 seconds. oplock_break failed for file XXXXX/xxxxxx/mailbox.pst
2008 Apr 30
10
Run service on Wine?
Is it possible to run Windows service on Wine? If it is, how do I start a service? I am running Wine on Fedora machine. Thanks. Michael