Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mat-dev] Memory Analyzer 1.12 release
  • From: "Tsvetkov, Krum" <krum.tsvetkov@xxxxxxx>
  • Date: Tue, 22 Jun 2021 15:43:10 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=yFRJL12utChLtf2zUCqESfoekzWBVw/EgRuVSdxMCvg=; b=XbvQRgdixFHbYftz/pcUzgxsUWm0bDa0vgKV1PWKVGY5uADsDMggjk2K8kPNtOQnhAUSrO4pxHexUOco7CnWlRnuBRUO5HFxuI1EkCUOEs5M26EvwAJ71VDl8hYW8OLNuAbAHxTOWqPU4UvUYzsOharqN4mlU5xnIONi8NHQIAXQHIryS54Jr+HaRJrtGhFX11IvFhIkVdy3zPLiplLhGUeC9jsb/xdcWm4QP/c+vW/m07b4aGmMA0Yd/AciZl35mv8JvEx9/vfJKAwCbK3B769x2fLtu+A5+IQA/h1msDpeQ/3XUlKtXjRLYau/KaP2TCHoTIKgZdFN0noiZd6Rhg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Yp4jq1PigE3iQYi/JX9fl4NvVkqOTBL4e8PZNrNPhtQNXTnOQy8WWng/TgJZexgjYfCj4cuhhT9g57iTRa96MvqTIPDuCv7nQkndrGthyt4IJLrs0N0D3mWkZpP4fBiYmyFOeDfOdZzTSA8Xz9F1Od/c32jhKUvrmY46N3kqK0Rt93E/dIjnQ2mzpsd3YZDZYy/7jmmSukuXfQxmB1ZIxbcyETp/bsIqO4FEI90cXjspP5f0I+cEovK6OMy0Y8N5JgcxpFyXA/1zSsCKQ8CF+Zjey+A3CsvMkbPz3t81Wnej/CFazkag9aMW6uwvfGTT6IxcQBAfxbYd/Itw351ujA==
  • Delivered-to: mat-dev@xxxxxxxxxxx
  • Ironport-sdr: I5ruiZyT+P7M1tfbyPv3PYSnHKuIu4SwYtptblWz0GY9XfU1WGHf4aGp6+ARvkO0K6mwF0pWry xkWUwvgnl/9PYhfgo02ab4/rhd/UoB6LPelEtaRbuQZSRtK7CCo5MUA5CAu+fUK+i/Fl1ul0ta dem2L4ZM6dTYfhy7S6KN24yuc5+atVtWcx6KLEVPh6BNTRitKihx/t20QsTux2AfTiKcfVnr30 1QGQ5coAtdo+RVSXri7lsnALC1YMBQYxODTN2x3nECzRLqqDZmg+byvl9871D8WHBkUIj3OP2R 9hZUaEH+ldPEomsCL2rdEWJJ
  • List-archive: <https://www.eclipse.org/mailman/private/mat-dev/>
  • List-help: <mailto:mat-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mat-dev>, <mailto:mat-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mat-dev>, <mailto:mat-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXY4iik7LS++wOK0qjYYnSvc8O/6sYX0OigAESx4CAACNqAIABdycAgAVIcwA=
  • Thread-topic: [mat-dev] Memory Analyzer 1.12 release
  • User-agent: Microsoft-MacOutlook/16.50.21061301

I published the fixed standalone builds and updated the web site/download pages to point to them.

So, everyone … have fun with the new release :)

 

From: mat-dev <mat-dev-bounces@xxxxxxxxxxx> on behalf of Andrew Johnson <andrew_johnson@xxxxxxxxxx>
Reply to: Memory list <mat-dev@xxxxxxxxxxx>
Date: Saturday, 19. June 2021 at 11:02
To: Memory list <mat-dev@xxxxxxxxxxx>
Subject: Re: [mat-dev] Memory Analyzer 1.12 release

 

I've seen a minor, but annoying problem with the packaging. There isn't a good message when the wrong version of Java is available:

An error has occurred. See the log file

...mat\configuration\1624089588243.log

instead of
 
Incompatible JVM
Version 1.8.0_291 is not suitable for this product. Version 11 or greater is required.

In config.ini there should be
osgi.requiredJavaVersion=11
or less good, in MemoryAnalyzer.ini
-Dosgi.requiredJavaVersion=11

I though the mat-2021-06.product file would do that, but it seems it does not.

I think we should fix this as having the wrong Java is going to be a common problem.

Andrew Johnson

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


Back to the top