Centos 7.1 Glassfish Server 4.1 Java 8 Hi, i installed glassfish server 4.1 in centos 7.1 . The installation was ready but “Secure Admin must be enabled to access the DAS remotely”. I can´t apply command asadmin change-password-admin, the console shows:
Traceback (most recent call last): File “/usr/bin/asadmin”, line 260, in <module> autoscale = boto.connect_autoscale() File “/usr/lib/python2.7/site-packages/boto/init.py”, line 202, in connect_autoscale **kwargs) File “/usr/lib/python2.7/site-packages/boto/ec2/autoscale/init.py”, line 110, in init profile_name=profile_name) File “/usr/lib/python2.7/site-packages/boto/connection.py”, line 1057, in init profile_name=profile_name) File “/usr/lib/python2.7/site-packages/boto/connection.py”, line 568, in init host, config, self.provider, self._required_auth_capability()) File “/usr/lib/python2.7/site-packages/boto/auth.py”, line 882, in get_auth_handler ‘Check your credentials’ % (len(names), str(names))) boto.exception.NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. [‘HmacAuthV4Handler’] Check your credentials
any Help?
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
You’ll need to run
asadmin --host [host] --port [port] enable-secure-admin
[host] = Droplet’s Public IP - or - Server Hostname (i.e. name.domain.ext).
[port] = The Port you wish to use when accessing.
Once executed, you’ll need to restart Glassfish Server for the changes to take effect.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.