[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-07-03 Thread Wez Furlong (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12884986#action_12884986
 ] 

Wez Furlong commented on COUCHDB-716:
-

I had the same issue on Solaris 10 amd64; it is resolved by applying
https://issues.apache.org/jira/secure/attachment/12445179/COUCH-666.patch
from COUCH-666

This issue can be closed as a duplicate of COUCH-666.


 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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



[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-06-30 Thread sam wen (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12884148#action_12884148
 ] 

sam wen commented on COUCHDB-716:
-

Hey guys,

The empty block of modules are really the issue!! so I prefer to use 0.10.2 
rather than 0.11 now.

But for the missing problem, you just should add ]}. at the end of it. 
Notice: there should be a period at the end to finish the grammar.

 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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



[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-05-12 Thread Bryan Allen (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866757#action_12866757
 ] 

Bryan Allen commented on COUCHDB-716:
-

Also running into this issue on OpenSolaris (b134).

I've fixed my couch.app:

{application, couch, [
{description, Apache CouchDB},
{vsn, 0.11.0},
{modules, [
  couch_stats_collector, couch_view_compactor, couch_rep_att,
couch_db_update_notifier_sup, couch_server_sup, 
couch_changes,
couch_httpd_stats_handlers, couch_btree, couch_rep,
couch_rep_changes_feed, couch_httpd, 
couch_db_update_notifier,
couch_config_writer, couch_external_manager, 
couch_rep_reader,
couch_file, couch_os_process, couch_db_updater, 
couch_rep_writer,
couch_httpd_rewrite, couch_rep_sup, couch_view_updater, 
couch_view_group,
couch_config, couch_httpd_auth, couch_query_servers, 
couch_work_queue,
couch_db, couch_httpd_show, couch_view, 
couch_native_process,
couch_httpd_db, couch_uuids, couch_stream, couch_log, 
couch_task_status,
couch_event_sup, couch, couch_httpd_oauth, 
couch_httpd_misc_handlers,
couch_doc, couch_httpd_view, couch_stats_aggregator, 
couch_ref_counter,
couch_server, couch_rep_missing_revs, couch_app, 
couch_rep_httpc,
couch_external_server, couch_httpd_external, 
couch_key_tree, couch_util
]},

{registered, [
  couch_config, couch_db_update, couch_db_update_notifier_sup,
couch_external_manager, couch_httpd, couch_log, 
couch_primary_services,
couch_query_servers, couch_rep_sup, 
couch_secondary_services, couch_server,
couch_server_sup, couch_stats_aggregator, 
couch_stats_collector,
couch_task_status, couch_view
]},

{mod, {
  couch_app, [
/opt/couchdb/etc/couchdb/default.ini,
/opt/couchdb/etc/couchdb/local.ini
  ]
}},

{applications, [
  kernel, stdlib
]},

{included_applications, [crypto, sasl, inets, oauth, ibrowse, mochiweb]}
]}

It appears that each block is closed properly (added ]} at the end; it was 
missing).

couchdb.stderr says:

heart_beat_kill_pid = 6021
heart_beat_timeout = 11
Error opening /dev/vme32d32: No such file or directory
Error starting wd_keeper. HW watchdog timer will NOT be used.

[20100512-17:54:44]::[couc...@chef]:[~]$ couchdb -i
Erlang (BEAM) emulator version 5.6.5 [source] [async-threads:0] [hipe] 
[kernel-poll:true]

Eshell V5.6.5  (abort with ^G)
1 application:start(couch).
{error,{[99,58,32,[syntax error before: ,[]]],
couch.app}}
2 


 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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



Re: [jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-03-30 Thread Benoit Chesneau
On Tue, Mar 30, 2010 at 12:45 PM, Robert Dionne
dio...@dionne-associates.com wrote:
 I'm curious if it's starting the dependent apps. It might be a bad build. Can 
 you try:

 couch_app:start(_,[]).

 That's an underscore and a period at the end


you should change your font if you need to explain ;)


Re: [jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-03-30 Thread Robert Dionne
thanks for thinking of me, I'm getting new glasses next week anyway so I should 
be ok.




On Mar 30, 2010, at 7:18 AM, Benoit Chesneau wrote:

 On Tue, Mar 30, 2010 at 12:45 PM, Robert Dionne
 dio...@dionne-associates.com wrote:
 I'm curious if it's starting the dependent apps. It might be a bad build. 
 Can you try:
 
 couch_app:start(_,[]).
 
 That's an underscore and a period at the end
 
 
 you should change your font if you need to explain ;)



[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-03-30 Thread Victor Igumnov (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851458#action_12851458
 ] 

Victor Igumnov commented on COUCHDB-716:


I am fairly sure solaris is a well supported target. If this was the case then 
couchdb 0.10.1 would not work.

 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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



[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-03-30 Thread Randall Leeds (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851587#action_12851587
 ] 

Randall Leeds commented on COUCHDB-716:
---

It looks like there should be another trailing } in there to close the 
application record.
Is this a copy/paste mistake? If not, can you try adding } to the end of 
couch.app?

 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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



[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-03-30 Thread Paul Joseph Davis (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851588#action_12851588
 ] 

Paul Joseph Davis commented on COUCHDB-716:
---

Also the modules section is empty which is probably the real issue. Trying to 
track it down on IRC.

 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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



[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-03-29 Thread Paul Joseph Davis (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851073#action_12851073
 ] 

Paul Joseph Davis commented on COUCHDB-716:
---

Victor,

Can you make sure that there are no other couchdb processes and then as the 
user that runs couchdb, run:

$ couchdb -i

and report what gets spit out on the console?

 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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



[jira] Commented: (COUCHDB-716) CouchDB fails to start, just hangs.

2010-03-29 Thread Victor Igumnov (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851218#action_12851218
 ] 

Victor Igumnov commented on COUCHDB-716:


exact same output with log level of debug.

# ./utils/run -i
Erlang R13B04 (erts-5.7.5) [source] [smp:4:4] [rq:4] [async-threads:0] 
[kernel-poll:true]

Eshell V5.7.5  (abort with ^G)
1 


 CouchDB fails to start, just hangs.
 ---

 Key: COUCHDB-716
 URL: https://issues.apache.org/jira/browse/COUCHDB-716
 Project: CouchDB
  Issue Type: Bug
  Components: Database Core
Affects Versions: 0.11
 Environment: opensolaris/snv98 
Reporter: Victor Igumnov

 CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs 
 with no debug information. I have used truss to trace the execution to the 
 hang point.
 Truss debug info
 http://temp.fabulously40.com/~victori/couch.txt
 Pstack info on the hanged process
 http://temp.fabulously40.com/~victori/couchdb-pstack.txt

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