-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer: asadmin start-domain
fails with Glassfish 4.1 on OS X Yosemite 10.10.3
#1983
Comments
I wonder if this is related: https://truesecdev.wordpress.com/2015/04/09/hidden-backdoor-api-to-root-privileges-in-apple-os-x/ A number of CVE's are listed at https://support.apple.com/en-us/HT204659 |
Also, stop using asadmin to start glassfish #1983
It looks like a fix might be coming at payara/Payara@8ac9e7089855f2f79d54f14 Via http://javabot.evanchooly.com/logs/%23glassfish/2015-04-30 |
Any updates or workarounds ? |
@admix in practice, for now, I'm letting Netbeans start Glassfish for me on my Mac. https://java.net/jira/browse/GLASSFISH-21343 suggests it will be fixed in Glassfish 4.2. If you can't wait, maybe try a recent Payara. This bug is on their minds: |
@abidart Glassfish 4.1.1 is out per #2628 if you'd like to try it out and report back on this issue if helps. :) https://java.net/jira/browse/GLASSFISH-21343 now says 4.1.1 as the fix version at least. |
@bmckinney is looking into using |
I've found that adding --verbose=true is a decent workaround. Here is a plist I've used for launchctl on yosemite: ` Label glassfish ProgramArguments /usr/local/glassfish4/bin/asadmin start-domain --verbose=true domain1 ServiceDescription Glassfish 4 Server WorkingDirectory /usr/local/glassfish4/bin OnDemand AbandonProcessGroup ` |
This problem will go away when we get off Glassfish 4.1, which is what #2628 is about. Closing. |
I just wanted to note for the record that getting off Glassfish 4.1 is not necessary for |
This morning I updated my laptop to OS X Yosemite 10.10.3 and was surprised to discover that Glassfish 4.1 wouldn't start:
I'm found two bugs filed about this and a Stackoverflow post:
Other projects are reporting problems as well:
It sounds like
bsexec
may now require root privileges. I'm seeing it called on line 448 of https://java.net/projects/glassfish/sources/svn/content/tags/4.1-b12/nucleus/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/GFLauncher.javaA workaround for me at the moment is to use
asadmin start-domain --verbose=true
We may need to adjust our installer that gets new developers set up:
The text was updated successfully, but these errors were encountered: