Hello Arches community,

I'm attempting to install the latest version of Arches to experiment, and 
have run into an issue when attempting to run the Elasticsearch. It's been 
a few years since I have worked with an installation. Here are some details 
for my setup and the steps followed to date.

-I'm using VirtualBox with an installation of Ubuntu. I have 5gb of Ram 
dedicated to it.
-I'm 99% certain that I was able to install all dependencies on Linux, using 
the "Ubuntu_setup.sh" lines provided on Github via the Arches instructions 
for version 4.3.
-Following the Installing Arches instructions, I made it up to step 5, and 
successfully installed Arches into my virtual environment.
-Prior to step 7, I then attempted to install and run Elasticsearch, and it 
seems to run, but I might have some errors**(see text at the end of this 
post). To check if it's running properly, I typed "curl localhost:9200" but 
receive the following message "curl: (7) Failed to connect to localhost 
port 9200: Connection refused"

I think I'm almost there, and just need to solve my issue with running 
Elasticsearch. For step 6, I did no changes to the "settings_local.py". I 
just mention this in case this may be the issue.

Thank you, and any feedback would be appreciated.

Christian



**here is the text shown after running Elasticsearch:
[2019-01-19T20:02:07,078][INFO ][o.e.n.Node               ] [] initializing 
...
[2019-01-19T20:02:07,148][INFO ][o.e.e.NodeEnvironment    ] [TbjpXQ0] using 
[1] data paths, mounts [[/ (/dev/sda1)]], net usable_space [2gb], net 
total_space [9.7gb], spins? [possibly], types [ext4]
[2019-01-19T20:02:07,148][INFO ][o.e.e.NodeEnvironment    ] [TbjpXQ0] heap 
size [1.9gb], compressed ordinary object pointers [true]
[2019-01-19T20:02:07,149][INFO ][o.e.n.Node               ] node name [
TbjpXQ0] derived from node ID [TbjpXQ0qQS2ebIvLexmNXw]; set [node.name] to 
override
[2019-01-19T20:02:07,152][INFO ][o.e.n.Node               ] version[5.2.1], 
pid[2409], build[db0d481/2017-02-09T22:05:32.386Z], OS[Linux/4.15.0-43-
generic/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_191/
25.191-b12]
[2019-01-19T20:02:07,779][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [aggs-matrix-stats]
[2019-01-19T20:02:07,780][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [ingest-common]
[2019-01-19T20:02:07,780][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [lang-expression]
[2019-01-19T20:02:07,780][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [lang-groovy]
[2019-01-19T20:02:07,780][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [lang-mustache]
[2019-01-19T20:02:07,781][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [lang-painless]
[2019-01-19T20:02:07,781][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [percolator]
[2019-01-19T20:02:07,781][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [reindex]
[2019-01-19T20:02:07,781][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [transport-netty3]
[2019-01-19T20:02:07,782][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] 
loaded module [transport-netty4]
[2019-01-19T20:02:07,782][INFO ][o.e.p.PluginsService     ] [TbjpXQ0] no 
plugins loaded
[2019-01-19T20:02:08,340][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler
] [] uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: java.lang.
IllegalStateException: No match found
    at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:125
) ~[elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:
112) ~[elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.cli.SettingCommand.execute(SettingCommand.java:54) 
~[elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:
122) ~[elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.cli.Command.main(Command.java:88) ~[elasticsearch-
5.2.1.jar:5.2.1]
    at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:89) 
~[elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:82) 
~[elasticsearch-5.2.1.jar:5.2.1]
Caused by: java.lang.IllegalStateException: No match found
    at java.util.regex.Matcher.group(Matcher.java:536) ~[?:1.8.0_191]
    at org.elasticsearch.monitor.os.OsProbe.getControlGroups(OsProbe.java:
216) ~[elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.monitor.os.OsProbe.getCgroup(OsProbe.java:414) ~[
elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.monitor.os.OsProbe.osStats(OsProbe.java:466) ~[
elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.monitor.os.OsService.<init>(OsService.java:45) ~[
elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.monitor.MonitorService.<init>(MonitorService.java:
45) ~[elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.node.Node.<init>(Node.java:345) ~[elasticsearch-5.2
.1.jar:5.2.1]
    at org.elasticsearch.node.Node.<init>(Node.java:232) ~[elasticsearch-5.2
.1.jar:5.2.1]
    at org.elasticsearch.bootstrap.Bootstrap$6.<init>(Bootstrap.java:241) ~[
elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:241) ~[
elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) ~[
elasticsearch-5.2.1.jar:5.2.1]
    at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:121
) ~[elasticsearch-5.2.1.jar:5.2.1]
    ... 6 more


-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to