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

Plugin doesn't like running under Java 9 #191

Closed
dnault opened this issue Aug 31, 2018 · 1 comment
Closed

Plugin doesn't like running under Java 9 #191

dnault opened this issue Aug 31, 2018 · 1 comment
Assignees
Milestone

Comments

@dnault
Copy link
Contributor

dnault commented Aug 31, 2018

because javax.xml.bind.DatatypeConverter is no longer on the class path by default.

java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
  at org.elasticsearch.transport.couchbase.capi.ElasticSearchCAPIBehavior.bulkDocs(ElasticSearchCAPIBehavior.java:360) ~[elasticsearch-transport-couchbase-3.0.1-cypress-es5.6.7-all.jar:?]
  at com.couchbase.capi.servlet.CAPIServlet.handleBulkDocs(CAPIServlet.java:532) ~[couchbase-capi-server-1.6.3.jar:?]
  at com.couchbase.capi.servlet.CAPIServlet.service(CAPIServlet.java:89) ~[couchbase-capi-server-1.6.3.jar:?]

This class is only used for Base64 decoding. The plugin should depend on some other Base64 implementation that's guaranteed to be present.

@dnault dnault self-assigned this Sep 14, 2018
@dnault
Copy link
Contributor Author

dnault commented Sep 14, 2018

@dnault dnault modified the milestones: 4.0.0-dp.1, 3.0.2 Sep 15, 2018
@dnault dnault closed this as completed Sep 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant