Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java-listener build errors in Android Studio #74

Open
jamesnocentini opened this issue Jul 1, 2016 · 1 comment
Open

java-listener build errors in Android Studio #74

jamesnocentini opened this issue Jul 1, 2016 · 1 comment

Comments

@jamesnocentini
Copy link

jamesnocentini commented Jul 1, 2016

build.gradle:

compile 'com.couchbase.lite:couchbase-lite-android:1.3.0-6'
compile 'com.couchbase.lite:couchbase-lite-java-listener:1.3.0-6'
compile 'com.couchbase.lite:couchbase-lite-java-javascript:1.3.0-6'

http://cl.ly/0i1v2K1j0M1m/Pasted_Image_01_07_2016__10_34.png

Error message: https://gist.github.com/jamiltz/594a5bd72835765e844a2bd3b14726fd

The project compiles and the app runs fine so it's not a blocker. It looks like the errors are coming from Acme.Serve which is the TJWS library (the server used in LiteServ).

Those errors are also visible in 1.2.1 and 1.1.0.

@hideki
Copy link

hideki commented Aug 22, 2016

We are using old TJWS version, and it is compiled with JDK 1.6. It causes problem. We needs to upgrade TJWS or replace TJWS with other micro Java web server.

@hideki hideki added this to the Future milestone Aug 22, 2016
@hideki hideki added the backlog label Aug 26, 2016
@hideki hideki added icebox and removed backlog labels Oct 8, 2016
@hideki hideki removed this from the Future milestone Oct 8, 2016
@djpongh djpongh added this to the 1.4.2 milestone Nov 28, 2017
@djpongh djpongh modified the milestones: 1.4.2, 1.4.x Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants