Re: [Quickfix-users] Could not open incoming file, HELP
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2003-12-08 01:36:29
|
Well, it is using an ofstream which it tries to open with ios::app and = ios::out. Pretty standard. Is it possible there is another proces that = has a lock on the file? Can you open it with a text editor and modify = it? -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Dominique Junker <jun...@ho...> To: Miller, Oren <OM...@ri...>; = qui...@li... = <qui...@li...> Sent: Sun Dec 07 10:28:47 2003 Subject: Re: [Quickfix-users] Could not open incoming file, HELP I tested the following things : FileStorePath=3DD:/logs FileStorePath=3DD:/logs/ FileStorePath=3DD:/logs/* FileStorePath=3DD:\logs FileStorePath=3DD:\logs\ FileStorePath=3DD:\logs\* And none of these worked... My application is working under XP, is there = a=20 way to check that my application is able to have a full access to this=20 directory and its files? I know how to check that under Unix.. But not=20 really under XP. An if the application is able to create the files, what's then the = problem=20 to re-access to them? Thanks a lot. Junker Dominique >From: "Miller, Oren" <OM...@ri...> >To: = <jun...@ho...>,<qui...@li...> >Subject: Re: [Quickfix-users] Could not open incoming file, HELP >Date: Sun, 7 Dec 2003 10:15:33 -0600 > >I think your problem may be the trailing / on the directory. Qf = assumes no=20 >trailing backslashes on directories. Try using FileStorePath=3DD:/logs > >-------------------------- >Sent from my BlackBerry Wireless Handheld > > >-----Original Message----- >From: Dominique Junker <jun...@ho...> >To: Miller, Oren <OM...@ri...>;=20 >qui...@li... = <qui...@li...> >Sent: Sun Dec 07 10:08:19 2003 >Subject: Re: [Quickfix-users] Could not open incoming file, HELP > >Thanks for this quick answer. >This is what I thought in a first step. But here is what I have in my = cf >file : > >FileStorePath=3DD:/logs/ > >After starting my application and receiving the exception ("Could not = open >incoming file"), I have 4 files created in the "D:/logs/" directory (a >.body, .header, .session and a .seqnums). These files have their = creation >date set to the date-time when I started the applcation. Note that only = the >.seqnums and the .session are filled respectively by "1 : 1" and >"20031207-15:50:44"). The two others are empty. > >That' why I thought that this is coming from something else... How can = I >confirm that I have permission to create this files and directory = properly? > >Any idea? > >Thanks a lot... > > > >Junker Dominique > > > > > > >From: "Miller, Oren" <OM...@ri...> > >To: = <jun...@ho...>,<qui...@li...> > >Subject: Re: [Quickfix-users] Could not open incoming file, HELP > >Date: Sun, 7 Dec 2003 09:41:08 -0600 > > > >This means you are using the FileLogFactory and qf is unable to open = or > >create the file which logs incoming messages. The FileLog attempts = to > >create this file in the FileLogPath specified in you configuration = file. > >Verify you have permission to create this file and directory. > > > >-------------------------- > >Sent from my BlackBerry Wireless Handheld > > > > > >-----Original Message----- > >From: Dominique Junker <jun...@ho...> > >To: qui...@li... > ><qui...@li...> > >Sent: Sun Dec 07 07:02:27 2003 > >Subject: [Quickfix-users] Could not open incoming file, HELP > > > >All, > > > >I try to start for the first time a QuickFIX Acceptor (VB .NET, = 1-6-0). I > >changed a couple of times the configuration file (to fix different = pbs), > >but > >now I have the following execption : "Could not open incoming file", = and=20 >I > >have no idea about the way to fix that. > > > >All the others Exception Messages are clear, but this not really.. > > > >Could soemeone tell me what I have to change (in my configuration = file?)? > >Thanks for your help. > > > > > > > >Junker Dominique > > > >_________________________________________________________________ > >Trouvez l'=E2me soeur sur MSN Rencontres ! = http://g.msn.fr/FR1000/9551 > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: IBM Linux Tutorials. > >Become an expert in LINUX or just sharpen your skills. Sign up for = IBM's > >Free Linux Tutorials. Learn everything from the bash shell to sys = admin. > >Click now! = http://ads.osdn.com/?ad_id=3D1278&alloc_id=3D3371&op=3Dclick > >_______________________________________________ > >Quickfix-users mailing list > >Qui...@li... > >https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > >_________________________________________________________________ >Trouvez l'=E2me soeur sur MSN Rencontres ! http://g.msn.fr/FR1000/9551 > > > > >------------------------------------------------------- >This SF.net email is sponsored by: IBM Linux Tutorials. >Become an expert in LINUX or just sharpen your skills. Sign up for = IBM's >Free Linux Tutorials. Learn everything from the bash shell to sys = admin. >Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dclick >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users _________________________________________________________________ Trouvez l'=E2me soeur sur MSN Rencontres ! http://g.msn.fr/FR1000/9551 |