You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "George Aroush (JIRA)" <ji...@apache.org> on 2008/06/27 13:49:44 UTC

[jira] Closed: (LUCENENET-105) IndexExists(String directory) throws "Could not find any recognizable digits" exception.

     [ https://issues.apache.org/jira/browse/LUCENENET-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Aroush closed LUCENENET-105.
-----------------------------------

    Resolution: Incomplete

I'm closing this issue as "Incomplete".

Please re-open once you provide additional info.  At least a use-case and a stand-alone application to reproduce the issue.

-- George

> IndexExists(String directory) throws "Could not find any recognizable digits" exception.
> ----------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-105
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-105
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: Windows Server 2003 SP2, .NET Framework v1.1.4322, v2.0.50727, v3.0
>            Reporter: Dan
>
> Application which used Lucene.NET 2.1.0.2 was terminated with critical error. After restart the following exception was caught:
> System.FormatException: Could not find any recognizable digits.
>    at System.ParseNumbers.StringToLong(String s, Int32 radix, Int32 flags, Int32* currPos)
>    at System.Convert.ToInt64(String value, Int32 fromBase)
>    at Lucene.Net.Index.SegmentInfos.GetCurrentSegmentGeneration(String[] files)
>    at Lucene.Net.Index.IndexReader.IndexExists(FileInfo directory)
>    at Lucene.Net.Index.IndexReader.IndexExists(String directory)
> ...
> In index folder was next files: 
> segments.gen
> segments_kpl
> ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.