Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Tangerine build and deployment Issues. #597

Open
bilalawan101 opened this issue Sep 2, 2013 · 0 comments
Open

Tangerine build and deployment Issues. #597

bilalawan101 opened this issue Sep 2, 2013 · 0 comments

Comments

@bilalawan101
Copy link

Hi All,

I've followed all the steps given in the Tangerine-Community/Android-Couchbase-Callback section. Following are the issues faced during Build and deployment of various tangerine versions.

We are using Eclipse/Android 4.3/Couchapp 0.8.1/Android-Couch-base-callback App.

  1. Building from Tangerine-Community/Master

Every things goes almost fine till we run tangerine on our tablet (though we can't login to tangerine during build process in the Android-Couchbase-callback app).

Issues:-
After the deployment it doesn't show Import option, We can Join groups but nothing happens when we click them. Tangerine Wheel Button doesn't work

If we click the Tangerine Wheel button or a group and see the LogCat in Eclipse following error frequently comes.

09-02 22:25:55.453: I/CouchDB(7376): [info] [<0.138.0>] 127.0.0.1 - - POST /tangerine/_design/tangerine/_view/byCollection?cacheBuster=914 500
09-02 22:25:55.453: D/CouchDB(7376): [debug] [<0.138.0>] httpd 500 error response:
09-02 22:25:55.453: D/CouchDB(7376): {"error":"EXIT","reason":"{{badmatch,{error,{bad_return_value,{os_process_error,{exit_status,1}}}}},\n [{couch_query_servers,new_process,3},\n {couch_query_servers,lang_proc,3},\n {couch_query_servers,handle_call,3},\n {gen_server,handle_msg,5},\n {proc_lib,init_p_do_apply,3}]}"}

  1. Building from Tangerine-Community/Tangerine/tree/develop

Issues:-

Using the above development branch I can't push the couch db to Android. Following error comes.

2013-09-02 19:32:37 [CRITICAL] list assignment index out of range

Traceback (most recent call last):
File "couchapp\dispatch.pyc", line 48, in dispatch
File "couchapp\dispatch.pyc", line 92, in _dispatch
File "couchapp\commands.pyc", line 79, in push
File "couchapp\localdoc.pyc", line 122, in push
File "couchapp\localdoc.pyc", line 271, in doc
IndexError: list assignment index out of range

  1. Building from Tangerine-Community/Tangerine/tree/class-develop

Using the above development branch everything goes fine till we run it.

Issues:-

It shows us Account settings but we can't change the settings and save button doesn't work as well.
We can add groups but nothing shows when we click them. Similar errors like the ones we faced in the Master branch come.
...... {"error":"EXIT","reason":"{{badmatch.....


Kindly guide us in the right direction.Followong are the settings which I am doing before doing a push. I am in doubt that I might be doing some wrong settings.

.couchapprc contents.

{ "comment" : "COPY THIS FILE to .couchapprc and fill in the details below",
"env" : {
"default" : {
"db" : "0.0.0.0:5984/tangerine"
}
}}

.couchappignore contents.

[
// filenames matching these regexps will not be pushed to the database
// uncomment to activate; separate entries with ","
".~$",
".
.swp$",
// "..bak$"
"Vagrantfile",
"features
",
".*.coffee$",
"scripts",
"docs",
".DS_Store",
"Makefile"

]

_id content.
_design/tangerine

tangerine.json contents.

{
"name": "Tangerine",
"description": "Assessing For The Win"
}

Thanks,
Bilal Awan.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant