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 "Kay Kay (JIRA)" <ji...@apache.org> on 2009/01/26 18:03:59 UTC

[jira] Created: (SOLR-986) RunExecutableListener#exec - return invalid error codes in case of an error while waiting for external process / any other exception

RunExecutableListener#exec - return invalid error codes in case of an error while waiting for external process / any other exception 
-------------------------------------------------------------------------------------------------------------------------------------

                 Key: SOLR-986
                 URL: https://issues.apache.org/jira/browse/SOLR-986
             Project: Solr
          Issue Type: Bug
         Environment: Java 6, Tomcat 6 
            Reporter: Kay Kay
            Priority: Minor
             Fix For: 1.4


RunExecutableListener#exec seems to return 0 , even in case an error occurred while waiting for the external process or any other i/o error while launching the same. Replacing method to return a non-zero number to programmatically record the error though. 

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


[jira] Updated: (SOLR-986) RunExecutableListener#exec - return invalid error codes in case of an error while waiting for external process / any other exception

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

Kay Kay updated SOLR-986:
-------------------------

    Attachment: SOLR-986.patch

* exec return non-zero number to indicate something is wrong while waiting for the process. 

> RunExecutableListener#exec - return invalid error codes in case of an error while waiting for external process / any other exception 
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-986
>                 URL: https://issues.apache.org/jira/browse/SOLR-986
>             Project: Solr
>          Issue Type: Bug
>         Environment: Java 6, Tomcat 6 
>            Reporter: Kay Kay
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-986.patch
>
>
> RunExecutableListener#exec seems to return 0 , even in case an error occurred while waiting for the external process or any other i/o error while launching the same. Replacing method to return a non-zero number to programmatically record the error though. 

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


[jira] Resolved: (SOLR-986) RunExecutableListener#exec - return invalid error codes in case of an error while waiting for external process / any other exception

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

Shalin Shekhar Mangar resolved SOLR-986.
----------------------------------------

    Resolution: Fixed
      Assignee: Shalin Shekhar Mangar

Committed revision 741257.

Thanks Kay!

> RunExecutableListener#exec - return invalid error codes in case of an error while waiting for external process / any other exception 
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-986
>                 URL: https://issues.apache.org/jira/browse/SOLR-986
>             Project: Solr
>          Issue Type: Bug
>         Environment: Java 6, Tomcat 6 
>            Reporter: Kay Kay
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-986.patch
>
>
> RunExecutableListener#exec seems to return 0 , even in case an error occurred while waiting for the external process or any other i/o error while launching the same. Replacing method to return a non-zero number to programmatically record the error though. 

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