[Hawkular-dev] oshi and MacOS

John Mazzitelli mazz at redhat.com
Thu Nov 26 09:43:31 EST 2015


The major issue with this is we currently have no way of changing this kind of thing via the agent installer today. It isn't impossible, but its something we would have to add to specifically allow the installer to tweak the .conf file such that it can add this option (making sure we don't screw up any customizations the user already put in that file, if there are any).

But yes, I do see:

   JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true"

in the out-of-box WildFly. So this is already in the default settings for WildFly. Which makes me even more hesitate to add something in the installer to go screwing around with the user's customized configuration to get this to work :) So maybe this is only a documentation issue - we have to tell people, "If you are running on Mac *and* you want to monitor file systems *and* you took out the java.awt.headless=true setting from the defaults settings in the .conf file, you need to put it back" :-) Or we can catch this exception and log that kind of message.

----- Original Message -----
> Hi,
> 
> I don't see how the fact that we don't officially support Mac OS is an
> impediment to adding such option, which won't break anything else and make
> the OOTB experience for a Mac user work. Even if we can't (and likely
> shouldn't) go the full way of changing monitored machines, this would help.
> 
> Actually, I've seen that by default WFLY starts with the
> java.awt.headless=true option (and also with java.net.preferIPv4Stack=true,
> which I requested at https://issues.jboss.org/browse/HAWKULAR-38) so this
> may be a minor issue, as I've only experienced it due to having my custom
> JAVA_OPTS.
> 
> Alexandre
> 
> 
> 
> On Tue, Nov 24, 2015 at 1:08 PM, John Mazzitelli <mazz at redhat.com> wrote:
> 
> > Heiko - I think I remember you reporting this (but I can't remember where
> > or when). See: https://issues.jboss.org/browse/HAWKULAR-838
> >
> > This is because on MacOS the OSHI library uses the Swing file chooser
> > dialog widget to obtain file system data.
> >
> > Since MacOS is not an officially supported platform, do we want to do what
> > this JIRA asks? That is, change kettle's startup options? This would also
> > mean we'd have to somehow get the agent installer to also change WF/EAP
> > startup options (not something I think we want to do - especially since
> > this only affects MacOS).
> >
> > We could add this to the agent install documentation for those on MacOS.
> >
> > The other alternative is to disable file system data collection in the
> > agent, assuming the user doesn't care about those metrics.
> > _______________________________________________
> > hawkular-dev mailing list
> > hawkular-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/hawkular-dev
> >
> 


More information about the hawkular-dev mailing list