From owner-freebsd-eclipse@freebsd.org Sun Jun 7 20:38:10 2020 Return-Path: Delivered-To: freebsd-eclipse@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AAF81336B63 for ; Sun, 7 Jun 2020 20:38:10 +0000 (UTC) (envelope-from MartinKulas@sosend.de) Received: from www70.your-server.de (www70.your-server.de [213.133.104.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49g7W54YLhz4jkg for ; Sun, 7 Jun 2020 20:38:09 +0000 (UTC) (envelope-from MartinKulas@sosend.de) Received: from ip-176-199-208-162.hsi06.unitymediagroup.de ([176.199.208.162] helo=localhost) by www70.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1ji23S-0000dV-Rv; Sun, 07 Jun 2020 22:38:06 +0200 Date: Sun, 7 Jun 2020 22:38:31 +0200 From: Martin Kulas To: freebsd-eclipse@freebsd.org Subject: An internal error occurred during: "File Transport Reader". Message-ID: <20200607203831.GA2543@banias> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Sender: MartinKulas@sosend.de X-Authenticated-Sender: MartinKulas@sosend.de X-Virus-Scanned: Clear (ClamAV 0.102.3/25836/Sun Jun 7 14:50:02 2020) X-Rspamd-Queue-Id: 49g7W54YLhz4jkg X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of MartinKulas@sosend.de has no SPF policy when checking 213.133.104.70) smtp.mailfrom=MartinKulas@sosend.de X-Spamd-Result: default: False [3.99 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[176.199.208.162:received]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.62)[0.618]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[sosend.de]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.95)[0.950]; MID_RHS_NOT_FQDN(0.50)[]; NEURAL_SPAM_LONG(1.02)[1.020]; RCVD_IN_DNSWL_NONE(0.00)[213.133.104.70:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:213.133.96.0/19, country:DE]; RCVD_TLS_ALL(0.00)[]; HAS_X_AS(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2020 20:38:10 -0000 Hello, After an update, I am present with eclipse-4.15 from FreeBSD packages: $ pkg info | grep eclipse eclipse-4.15 Eclipse IDE 2020-03 eclipse-cdt-9.0.1 C/C++ plugin for Eclipse IDE The update went smoothly but now I fail to install basic software like for instance "Collaboration/Git Integration for Eclipse" or PyDev with an error like "File Transport Reader": An internal error occurred during: "File Transport Reader". java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; Installing other software like Vrapper succeeds. Before the update, the previous eclipse version was running fine. Does anyone of you have an idea how to fix it? Do I now have to be root in order to be allowed to install software within Eclipse? // Please CC: because I am not on the list. Kind regards Martin