
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Flex Connector error "File Processing ended : Failure", not able to parse logs.
I am a beginner to ArcSight. I have written a flexconnector for variable format logs. I am getting logs FTPed in a directory. Now when I deployed my connector it seems everything has gone fine at my point. But when I created a channel for my connector in ArcSight Manager console I am getting only following alerts:
Connector Raw Event Statistics
File processing started
File processing ended: Failure
Connector Raw Event Statistics
File processing started
File processing ended: Failure
Connector Raw Event Statistics
File processing started
File processing ended: Failure
Connector Raw Event Statistics
File processing started
File processing ended: Failure....
It seems my flex connector is trying to parse the log file but due to some error failing.
Can anyone please help me out in this issue how to troubleshoot the issue. How can I get to know what is the error?
Is there any way to troubleshoot or debug my parser. Is this something related to my parser or log file or some configuration.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The problem is probably in your agent.properties parameters. There is a parameter in that file that will tell ArcSight to start parsing at the beginning or end of the file. In your case this should probably be set to false, so that once the file is received the Connector will process the entire file.
agents[0].foldertable[0].startatend=false
The agent.log file is the place where most of the information is located telling what the connector is doing.