0
votes
2answers
162 views
An established connection was aborted by the software in your host machine
The application uses quickfixj library, which uses Apache Mina.
This application keeps a socket connection to a remote host.
Suddenly we get the following error:
[SocketConnector …
0
votes
2answers
133 views
quick fix for JSP with in Eclipse?
I'm running Eclipse 3.4 java enterprise adition and writing JSP pages with it. It does not appear to support quick fix, for example ArrayList ourList; comes up as an error but ther …
1
vote
2answers
60 views
VIM count / determine number of errors in quickfix
This may sound silly, but I did not find it in the help.
How to determine the number of errors in the QuickFix, after running :make ?
Or at least see if there are any errors, i …
2
votes
2answers
89 views
VIM search for pattern into quickfix
Basically I need to create a quickfix buffer listing all lines that match a regex. What is the best way?
The global command may not be the best, but I think it should be usable …
0
votes
3answers
248 views
DLL runtime error crashes my c# app - how to avoid it?
Hi,
Within my windows app, i'm using a c++ DLL wrapped with a .NET DLLs (specifically - the quickfix engine).
While running, once every day (not at any specific time), in one of t …
1
vote
2answers
267 views
Detecting loss of connection to fix gateway? (QuickFix)
I'm trying to find a good way to detect a loss of connection.
My adapter is implemented as a Fix::Application based on one of the examples. It uses a socket initiator to connect …
1
vote
1answer
166 views
Strange QuickFix engine response to execution report message
I am currently experiencing a strange problem with the open-source QuickFix engine. Our broker is sending some test trades with MsgType = 8 (Execution Report), and our QuickFix eng …
1
vote
1answer
32 views
quickfixengine: possible to restrict logging?
In quickfixengine is there a setting to specify the log level to restrict number of messages logged? It seems that we are login a lot of data so we would like to restrict it bit. …
1
vote
3answers
230 views
Preventing :make in VIM from going to a warning.
I have a warning I can not easily remove from my build, every time i run ":make" from inside vim the quickfix takes me to some header file I don't care about. How can I prevent VIM …
