From solr-user-return-142560-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Tue Jul 17 23:17:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BEDCD18067A for ; Tue, 17 Jul 2018 23:17:03 +0200 (CEST) Received: (qmail 79763 invoked by uid 500); 17 Jul 2018 21:16:56 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 79747 invoked by uid 99); 17 Jul 2018 21:16:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2018 21:16:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id CE6BDC0FA6 for ; Tue, 17 Jul 2018 21:16:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.448 X-Spam-Level: *** X-Spam-Status: No, score=3.448 tagged_above=-999 required=6.31 tests=[DOS_OUTLOOK_TO_MX=1.449, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id gAIfr_1wy6Pn for ; Tue, 17 Jul 2018 21:16:54 +0000 (UTC) Received: from mail.netspeed.com.au (mailout.netspeed.com.au [203.31.48.25]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 1D5075F181 for ; Tue, 17 Jul 2018 21:16:52 +0000 (UTC) X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=203.59.51.146; From: "Michael Glasson" To: Subject: File not found error starting Solr 7.4.0 on Windows Date: Wed, 18 Jul 2018 07:16:40 +1000 Message-ID: <000a01d41e13$749c9de0$5dd5d9a0$@netspeed.com.au> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01D41E67.464AF7D0" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdQeEvOnc/SuRRpwSqGXsMQ9R7Nh9A== Content-Language: en-au X-Authenticated-User: mg@netspeed.com.au ------=_NextPart_000_000B_01D41E67.464AF7D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Has anyone seen this one? F:\Users\user\Downloads\solr-7.4.0>bin\solr.cmd start ERROR StatusLogger Unable to access file:/F:/Users/user/Downloads/solr-7.4.0/server/file:F:/Users/user/Downloads /solr-7.4.0/server/resources/log4j2.xml java.io.FileNotFoundException: F:\Users\user \Downloads\solr-7.4.0\server\file:F:\Users\user\Downloads\solr-7.4.0\server\ resources\log4j2.xml (The filename, directory name, or volume label syntax is incorrect) I have reproduced it on two computers and with Solr in a couple of different paths. The error does not occur with Solr 6.6.5. My guess is that there is a doubling up of a file path construction parameter - maybe in Jetty? ------=_NextPart_000_000B_01D41E67.464AF7D0--