When the RE object is instantiated using the flag
RE.MATCH_INDEPENDENT the program works
properly.  Also, when the RE object is instantiated
using RE.MATCH_SINGLELINE the program works
properly.  However, when both flags are set
(RE.MATCH_INDEPENDENT | RE.MATCH_SINGLELINE)
the program will sometimes die.  Whether or not the 
program dies seems to depend on the size of the input 
file that is scanned.  If the file is relatively short, the
program runs successfully.  Unfortunately, if the scanned
text of the input file is long, the program dies.   I do
not find any untrapped errors in the logs.  I am at a loss
as to my next move.

I am a newbie at regexp, Apache, WebSphere, and java.
I am having a tough life right about now.
If anyone has any suggestions I would be forever grateful.

Thank you!


Nancy Farnsworth
USDA APHIS
2150 Centre Ave., Bldg. B, Mailstop #1E2
Fort Collins, CO 80526
Phone: 970.494.7094

Reply via email to