-
`(read-line)` will not wait for input when running with `java -jar standalone.jar`
Will need to fix the main function
ogrim updated
9 years ago
-
[22:26:12,603][WARN ][org.elasticsearch.client.transport][pool-3-thread-1] [importer] node {#transport#-1}{127.0.0.1}{127.0.0.1:9300} not part of the cluster Cluster [elasticsearch], ignoring...
[22:2…
-
lein-ring’s uberjar command seems to be incompatible with Leiningen’s profile-specific :target-path.
Generate a project with `lein new compojure foo`, build with `lein ring uberjar` and run with `jav…
-
My Current Installation of
Elasticsearch: _1.7.2_
JDBC River: _elasticsearch-jdbc-1.7.1.0-dist_
MySQL JDBC Driver: _mysql-connector-java-5.1.33.jar_
MySQL JDBC Connection from the ES host: _Success_…
-
Hello,
I have an issue with the JDBC importer version 1.7.0.1.
It seems that the wrong version of elasticsearch-jdbc-x.x.x.x-uber.jar (elasticsearch-jdbc-1.6.0.1-uber.jar) has been included in th…
nderb updated
8 years ago
-
Hi
I downloaded the zip file and then set the connection properties oracle-connection-properties.sh . My ojdbc14.jar is in elasticsearch-jdbc-2.1.1.2/lib folder. I am getting following error .…
-
Currently my sources are tagged but would like to add my uberjar in the release as well similar to `release-it`
-
Hi @jprante,
I've this problem too :(.
Do you know why?
Thanks a lot.
Massimo
---
at org.xbib.metrics.MeanMetric.(MeanMetric.java:9) ~[elasticsearch-jdbc-2.0.0.0-uberjar.jar:?]
at org.xbi…
-
- [ ] 查询如何配置 https://clojars.org/lein-deploy-uberjar 来部署 uberjar
- [ ] uberjar会把clojure.jar也一同打进去, 查询是否可以避免这个问题
-
The current `uberjar` alias runs the [juxt/pack.alpha capsule](https://github.com/juxt/pack.alpha#capsule) with the `-m` option.
According to the doc:
> If main is not specified, it will default…