[jira] Commented: (COUCHDB-720) Pull replication fails due to 401 Authentication required while push replication works fine

2010-05-12 Thread Jochen Kempf (JIRA)

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

Jochen Kempf commented on COUCHDB-720:
--

Daniel,
this is the error I get on the client when using a free test ssl cert (only 
appears when doing the pull replication):

[Wed, 12 May 2010 11:51:32 GMT] [error] [0.20.0] {error_report,0.8.0,
  {0.20.0,std_error,
   File operation error: eacces. Target: ./ssl_alert.beam. 
Function: get_file. Process: code_server.}}

[Wed, 12 May 2010 11:51:33 GMT] [error] [0.30930.100] SSL: 
certify_certificate: ./ssl_handshake.erl:486:Fatal error: handshake_failure


 Pull replication fails due to 401 Authentication required while push 
 replication works fine
 -

 Key: COUCHDB-720
 URL: https://issues.apache.org/jira/browse/COUCHDB-720
 Project: CouchDB
  Issue Type: Bug
  Components: Futon, HTTP Interface, Replication
Affects Versions: 0.10.1, 0.11
 Environment: Remote server having Nginx reverse proxy and basic 
 authentication enabled
Reporter: Jochen Kempf
Priority: Blocker

 Pull replication fails using both Futon Replicator and http request throwing 
 an 401 Authentication required error. This just happens when design 
 documents are existent.
 Push replication on the other hand works fine.
 See used code here: http://gist.github.com/364072

-- 
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.