You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "alFReD NSH (Created) (JIRA)" <ji...@apache.org> on 2011/10/18 12:42:10 UTC

[jira] [Created] (COUCHDB-1311) {os_process_error,{exit_status,127}} repeats in the logs, the views are not working

{os_process_error,{exit_status,127}} repeats in the logs, the views are not working
-----------------------------------------------------------------------------------

                 Key: COUCHDB-1311
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1311
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
    Affects Versions: 1.1
         Environment: Ubuntu 10.04.3 LTS
            Reporter: alFReD NSH


I installed couchdb using apt-get, but the version was 0.10.0 so did a apt-get remove and then I built couchdb 1.10 from the source using this guide:
http://wiki.apache.org/couchdb/Installing_on_Ubuntu.

localhost:5984 returns {"couchdb":"Welcome","version":"1.1.0"} but The problem is that the views are not working. Here are some of the logs(it's all same and reapeating):

                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18840.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18843.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18846.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18849.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.18864.1>] OS Process died with status: 127
[Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.18864.1>] ** Generic server <0.18864.1> terminating 
** Last message in was {#Port<0.30492>,{exit_status,127}}
** When Server state == {os_proc,"/usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js",
                                 #Port<0.30492>,
                                 #Fun<couch_os_process.0.107304434>,
                                 #Fun<couch_os_process.1.53339349>,5000}
** Reason for termination == 
** {exit_status,127}

[Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.18864.1>] {error_report,<0.32.0>,
                       {<0.18864.1>,crash_report,
                        [[{initial_call,
                           {couch_os_process,init,['Argument__1']}},
                          {pid,<0.18864.1>},
                          {registered_name,[]},
                          {error_info,
                           {exit,
                            {exit_status,127},
                            [{gen_server,terminate,6},
                             {proc_lib,init_p_do_apply,3}]}},
                          {ancestors,
                           [couch_query_servers,couch_secondary_services,
                            couch_server_sup,<0.33.0>]},
                          {messages,
                           [{'EXIT',#Port<0.30492>,normal},
                            {'$gen_call',
                             {<0.745.0>,#Ref<0.0.0.138129>},
                             {prompt,
                              [<<"reset">>,
                               {[{<<"reduce_limit">>,true},
                                 {<<"timeout">>,5000}]}]}}]},
                          {links,[<0.94.0>]},
                          {dictionary,[]},
                          {trap_exit,true},
                          {status,running},
                          {heap_size,987},
                          {stack_size,24},
                          {reductions,773}],
                         []]}}
[Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18868.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18871.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18874.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18877.1> :: {os_process_error,
                                                     {exit_status,127}}
[Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18880.1> :: {os_process_error,



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (COUCHDB-1311) {os_process_error,{exit_status,127}} repeats in the logs, the views are not working

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

Randall Leeds closed COUCHDB-1311.
----------------------------------

    Resolution: Not A Problem

This error, especially on Ubuntu, is usually due to linking problems. Please follow carefully the installation instructions paying special attention to the parts about library paths. In other words, if you built with --with-js-lib and --with-js-include, you will need to either run CouchDB with LD_LIBRARY_PATH modified in your environment or change add the file as described to /etc/ld.so.conf.d. Please re-open the ticket if you think I have closed it in error. For interactive help, feel free to join #couchdb on chat.freenode.net.
                
> {os_process_error,{exit_status,127}} repeats in the logs, the views are not working
> -----------------------------------------------------------------------------------
>
>                 Key: COUCHDB-1311
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1311
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 1.1
>         Environment: Ubuntu 10.04.3 LTS
>            Reporter: alFReD NSH
>
> I installed couchdb using apt-get, but the version was 0.10.0 so did a apt-get remove and then I built couchdb 1.10 from the source using this guide:
> http://wiki.apache.org/couchdb/Installing_on_Ubuntu.
> localhost:5984 returns {"couchdb":"Welcome","version":"1.1.0"} but The problem is that the views are not working. Here are some of the logs(it's all same and reapeating):
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18840.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18843.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18846.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.745.0>] OS Process Error <0.18849.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.18864.1>] OS Process died with status: 127
> [Tue, 18 Oct 2011 10:27:40 GMT] [error] [<0.18864.1>] ** Generic server <0.18864.1> terminating 
> ** Last message in was {#Port<0.30492>,{exit_status,127}}
> ** When Server state == {os_proc,"/usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js",
>                                  #Port<0.30492>,
>                                  #Fun<couch_os_process.0.107304434>,
>                                  #Fun<couch_os_process.1.53339349>,5000}
> ** Reason for termination == 
> ** {exit_status,127}
> [Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.18864.1>] {error_report,<0.32.0>,
>                        {<0.18864.1>,crash_report,
>                         [[{initial_call,
>                            {couch_os_process,init,['Argument__1']}},
>                           {pid,<0.18864.1>},
>                           {registered_name,[]},
>                           {error_info,
>                            {exit,
>                             {exit_status,127},
>                             [{gen_server,terminate,6},
>                              {proc_lib,init_p_do_apply,3}]}},
>                           {ancestors,
>                            [couch_query_servers,couch_secondary_services,
>                             couch_server_sup,<0.33.0>]},
>                           {messages,
>                            [{'EXIT',#Port<0.30492>,normal},
>                             {'$gen_call',
>                              {<0.745.0>,#Ref<0.0.0.138129>},
>                              {prompt,
>                               [<<"reset">>,
>                                {[{<<"reduce_limit">>,true},
>                                  {<<"timeout">>,5000}]}]}}]},
>                           {links,[<0.94.0>]},
>                           {dictionary,[]},
>                           {trap_exit,true},
>                           {status,running},
>                           {heap_size,987},
>                           {stack_size,24},
>                           {reductions,773}],
>                          []]}}
> [Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18868.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18871.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18874.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18877.1> :: {os_process_error,
>                                                      {exit_status,127}}
> [Tue, 18 Oct 2011 10:27:41 GMT] [error] [<0.745.0>] OS Process Error <0.18880.1> :: {os_process_error,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira