Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] How to disable use of org.glassfish.flashlight.MonitoringRuntimeDataRegistry for GlassFish 6.0?
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Tue, 13 Oct 2020 08:57:53 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; 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=zPpVPD2JFEJ84ZOeUP8XiVES5QPVanxvL4ZB7omW6MY=; b=LFnNRZ4ZanM8oJMIOKCSZeqjQiNPYja5TApXoBjoPuNFQ2EsBDSWZ4A33SxESm9Oo6J1abMbpHC5S7NHRvG7rIDmxWzLDf8w470iObVraBkYuSKERIn9MjxosxWB8YEAWT0DaBBLCqqy8rgqXKhXaCBGl9N4zn6ZjyGlTPCj/rp5bpr6YkTgNErTuCNQ4PrwY4VZspGjO05MayWHnvx/kKNzuYgMleH8/xP5WQJa+M3WUdw7rXQ180Pu9VZjFjHgrpDKGlHu7AVgTnECyFEX2Vfnb7oE9teYtzmnB1mHC/sBAtzWBXvA25g6HUjNOW0hg8SS69+HTqz85YR3nR14Kg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hmdKY4CzxqlgPqhkLe1wqn8QTRLrIUI4a7gBcmCjjuh855BnjZHDj7KXXI5IoYq5ZhAUFGRAf/hk8lmxPJz6hW4XM74BeMBSp10DXAjsi5FwPoBVRThK1Ml3JRk5I05N6TjA1xTsZKV18NOGQqN4GNtwRLhOsMLkW9m2S6VDy6kNlE19n7T6jQEl6XU7eEYwVCnuln9UNpa+Tep67b/6ljQF9I2710+dXH59PAZySX/pr6znQB2/AngI0sH7r3iTpVgm6b9kiUstdUUnfzOca4248UYEnOfdytRPc55ReUF/HBC/7Hjkq3Okj3vbtyAng+ILsF4GjN9Zq24/36IL5Q==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWoKyWwnVj26Ly0UybCDs0fFTSB6mVPErQ
  • Thread-topic: [glassfish-dev] How to disable use of org.glassfish.flashlight.MonitoringRuntimeDataRegistry for GlassFish 6.0?

Personally I've never seen the error during development. I'll take a look at the issue but it is not reproducible for me. Perhaps Jonathan can take a look. 

-----Original Message-----
From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Marlow
Sent: 12 October 2020 16:30
To: glassfish-dev@xxxxxxxxxxx
Subject: [glassfish-dev] How to disable use of org.glassfish.flashlight.MonitoringRuntimeDataRegistry for GlassFish 6.0?

i,

I tried locally to make some changes for working around the (blocking for me personally on my local machine) [1] with the loading of the org.glassfish.flashlight.MonitoringRuntimeDataRegistry (I think from org.glassfish.admin.monitor.MonitoringBootstrap).  We also seem to hit [1] in our Eclipse CI Platform TCK testing.

Is there a way to workaround [1] by setting an option to not load org.glassfish.admin.monitor.MonitoringBootstrap?  Should there be an option of that?  Could GlassFish 6.0 run with that disabled and still fully implement Jakarta EE 9?

I tried making the org.glassfish.admin.monitor.MonitoringBootstrap
injection of MonitoringRuntimeDataRegistry @Optional but that didn't seem to help (still get the java.lang.ClassNotFoundException: 
org.glassfish.flashlight.MonitoringRuntimeDataRegistry).

Scott

[1] https://github.com/eclipse-ee4j/glassfish/issues/23191

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev


Back to the top