You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2009/12/09 21:08:18 UTC

[jira] Created: (SOLR-1639) Missleading error message when dataimport.properties is not writable

Missleading error message when dataimport.properties is not writable
--------------------------------------------------------------------

                 Key: SOLR-1639
                 URL: https://issues.apache.org/jira/browse/SOLR-1639
             Project: Solr
          Issue Type: Bug
          Components: contrib - DataImportHandler
            Reporter: Hoss Man


if dataimport.properties does not exist and/or is not writable, the resulting behavior fro DIH is (evidiently) very confusing...

http://old.nabble.com/Question-about-the-message-%22Indexing-failed.-Rolled-back-all--changes.%22-to26242714.html#a26459272

DIH should make a best effort to create this file if it doesn't already eixst, and generate a meaningful error message if it can't create/write to the file.

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


[jira] Resolved: (SOLR-1639) Misleading error message when dataimport.properties is not writable

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-1639.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

Committed revision 889127.

> Misleading error message when dataimport.properties is not writable
> -------------------------------------------------------------------
>
>                 Key: SOLR-1639
>                 URL: https://issues.apache.org/jira/browse/SOLR-1639
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4
>            Reporter: Hoss Man
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.5
>
>         Attachments: SOLR-1639.patch
>
>
> if dataimport.properties does not exist and/or is not writable, the resulting behavior fro DIH is (evidiently) very confusing...
> http://old.nabble.com/Question-about-the-message-%22Indexing-failed.-Rolled-back-all--changes.%22-to26242714.html#a26459272
> DIH should make a best effort to create this file if it doesn't already eixst, and generate a meaningful error message if it can't create/write to the file.

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


[jira] Updated: (SOLR-1639) Misleading error message when dataimport.properties is not writable

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1639:
----------------------------------------

    Attachment: SOLR-1639.patch

If file could not be written, add a severe message to the logs as well as to the returned XML response.

> Misleading error message when dataimport.properties is not writable
> -------------------------------------------------------------------
>
>                 Key: SOLR-1639
>                 URL: https://issues.apache.org/jira/browse/SOLR-1639
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>            Reporter: Hoss Man
>            Assignee: Shalin Shekhar Mangar
>         Attachments: SOLR-1639.patch
>
>
> if dataimport.properties does not exist and/or is not writable, the resulting behavior fro DIH is (evidiently) very confusing...
> http://old.nabble.com/Question-about-the-message-%22Indexing-failed.-Rolled-back-all--changes.%22-to26242714.html#a26459272
> DIH should make a best effort to create this file if it doesn't already eixst, and generate a meaningful error message if it can't create/write to the file.

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


[jira] Updated: (SOLR-1639) Misleading error message when dataimport.properties is not writable

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher updated SOLR-1639:
-------------------------------

    Summary: Misleading error message when dataimport.properties is not writable  (was: Missleading error message when dataimport.properties is not writable)

> Misleading error message when dataimport.properties is not writable
> -------------------------------------------------------------------
>
>                 Key: SOLR-1639
>                 URL: https://issues.apache.org/jira/browse/SOLR-1639
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>            Reporter: Hoss Man
>
> if dataimport.properties does not exist and/or is not writable, the resulting behavior fro DIH is (evidiently) very confusing...
> http://old.nabble.com/Question-about-the-message-%22Indexing-failed.-Rolled-back-all--changes.%22-to26242714.html#a26459272
> DIH should make a best effort to create this file if it doesn't already eixst, and generate a meaningful error message if it can't create/write to the file.

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


[jira] Updated: (SOLR-1639) Misleading error message when dataimport.properties is not writable

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1639:
----------------------------------------

    Affects Version/s: 1.4

> Misleading error message when dataimport.properties is not writable
> -------------------------------------------------------------------
>
>                 Key: SOLR-1639
>                 URL: https://issues.apache.org/jira/browse/SOLR-1639
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4
>            Reporter: Hoss Man
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.5
>
>         Attachments: SOLR-1639.patch
>
>
> if dataimport.properties does not exist and/or is not writable, the resulting behavior fro DIH is (evidiently) very confusing...
> http://old.nabble.com/Question-about-the-message-%22Indexing-failed.-Rolled-back-all--changes.%22-to26242714.html#a26459272
> DIH should make a best effort to create this file if it doesn't already eixst, and generate a meaningful error message if it can't create/write to the file.

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


[jira] Assigned: (SOLR-1639) Misleading error message when dataimport.properties is not writable

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar reassigned SOLR-1639:
-------------------------------------------

    Assignee: Shalin Shekhar Mangar

> Misleading error message when dataimport.properties is not writable
> -------------------------------------------------------------------
>
>                 Key: SOLR-1639
>                 URL: https://issues.apache.org/jira/browse/SOLR-1639
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>            Reporter: Hoss Man
>            Assignee: Shalin Shekhar Mangar
>
> if dataimport.properties does not exist and/or is not writable, the resulting behavior fro DIH is (evidiently) very confusing...
> http://old.nabble.com/Question-about-the-message-%22Indexing-failed.-Rolled-back-all--changes.%22-to26242714.html#a26459272
> DIH should make a best effort to create this file if it doesn't already eixst, and generate a meaningful error message if it can't create/write to the file.

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