|
From: Mike P. <MP...@np...> - 2014-10-20 13:15:26
|
Thanks for sharing this. I implemented the suggested solution from ElasticSearch and it is working for me. This is the second time I’ve had issues with JSW not recognizing OS X version numbers. I think last time was an issue with the regular expression used with the sw_vers command. Note that if you use this solution the vercomp function (line 270) needs to be included and the logic changes slightly (line 306) so make sure you edit the right bits. -mike NPR | Mike Pilone | Software Architect, Distribution | 1111 North Capital St., NE | Washington, DC 20002 <https://twitter.com/PRSS_NOC> <https://twitter.com/PRSS_NOC> On Oct 19, 2014, at 4:36 PM, Dannes Wessels <di...@ex...<mailto:di...@ex...>> wrote: answering myself…. On 19 Oct 2014, at 22:22 , Dannes Wessels <di...@ex...<mailto:di...@ex...>> wrote: I found out today that our application does not start anymore on the latest MacOSX 10.10 Yosemite; After some debugging (with the console option) I found: + DIST_ARCH=universal + [[ 10.10 < 10.5.0 ]] + DIST_BITS=32 the newest OS is detected as an older version :-) Do you know an way to work around this elegantly? http://www.snip2code.com/Snippet/200005/OSX-Yosemite-10-10-elasticsearch-service/ might be a nice route (line 270) regards Dannes ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho_______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |