https://bugzilla.redhat.com/show_bug.cgi?id=1250223 --- Comment #3 from jiri vanek <jvanek@xxxxxxxxxx> --- Spec URL: https://jvanek.fedorapeople.org/lucene4-compact/v2/lucene4.spec SRPM URL: https://jvanek.fedorapeople.org/lucene4-compact/v2/lucene4-4.10.4-0.fc23.src.rpm please note, that direct spec fille is slightly different then the one in src.rpm (few more empty lines and full changelog, no logic change) ES builds and starts[1] with this lcene4 In that https://jvanek.fedorapeople.org/lucene4-compact/v2/ is few more interesting things: - patch for ES to live with lucene4: https://jvanek.fedorapeople.org/lucene4-compact/v2/usageOfLucene4.patch - patch btwenn original spec and new spec: https://jvanek.fedorapeople.org/lucene4-compact/v2/luceneToLucene4.patch - binaries of ES built with lucene4 (and above patch) [1] starts but it is not running. I got [2] exception However, I'm afraid it is not related to lucene4, but to https://admin.fedoraproject.org/updates/FEDORA-2015-12031/elasticsearch-1.6.1-0.fc22 security update of ES(see logs, the reading from this file seems to be mentioned) which I packed, but not tested (obviously) properly enough.... [2] <mock-ch/usr/libexec/elasticsearch Aug 05, 2015 5:47:18 PM org.elasticsearch.bootstrap.Natives <clinit> WARNING: JNA not found. native methods will be disabled. Aug 05, 2015 5:47:18 PM org.elasticsearch.bootstrap.Natives addConsoleCtrlHandler WARNING: cannot register console handler because JNA is not available Aug 05, 2015 5:47:18 PM org.elasticsearch.node.internal.InternalNode <init> INFO: [Red Raven] version[1.7.1], pid[4888], build[${build/NA] Aug 05, 2015 5:47:18 PM org.elasticsearch.node.internal.InternalNode <init> INFO: [Red Raven] initializing ... Aug 05, 2015 5:47:18 PM org.elasticsearch.plugins.PluginsService <init> INFO: [Red Raven] loaded [], sites [] Aug 05, 2015 5:47:18 PM org.elasticsearch.bootstrap.Bootstrap main SEVERE: Exception org.elasticsearch.ElasticsearchIllegalStateException: Failed to obtain node lock, is the following location writable?: [/builddir/.config/elasticsearch/data/elasticsearch] at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:165) at org.elasticsearch.node.internal.InternalNode.<init>(InternalNode.java:165) at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:159) at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:77) at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:245) at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:32) Caused by: java.io.IOException: failed to obtain lock on /builddir/.config/elasticsearch/data/elasticsearch/nodes/49 at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:151) ... 5 more Caused by: java.io.IOException: Mount point not found at sun.nio.fs.LinuxFileStore.findMountEntry(LinuxFileStore.java:91) at sun.nio.fs.UnixFileStore.<init>(UnixFileStore.java:65) at sun.nio.fs.LinuxFileStore.<init>(LinuxFileStore.java:44) at sun.nio.fs.LinuxFileSystemProvider.getFileStore(LinuxFileSystemProvider.java:51) at sun.nio.fs.LinuxFileSystemProvider.getFileStore(LinuxFileSystemProvider.java:39) at sun.nio.fs.UnixFileSystemProvider.getFileStore(UnixFileSystemProvider.java:368) at java.nio.file.Files.getFileStore(Files.java:1461) at org.elasticsearch.env.NodeEnvironment.getFileStore(NodeEnvironment.java:262) at org.elasticsearch.env.NodeEnvironment.access$000(NodeEnvironment.java:62) at org.elasticsearch.env.NodeEnvironment$NodePath.<init>(NodeEnvironment.java:75) at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:140) ... 5 more -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review