Hello,
I just unzipped the Glassfish 4.1 distribution in an OpenSUSE 13.2 environment and couldn't get the preconfigured domain running. In fact, I ended up having the stack trace below:
-------------------
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 208, in connect_autoscale
**kwargs)
File "/usr/lib/python2.7/site-packages/boto/ec2/autoscale/__init__.py", line 115, in __init__
profile_name=profile_name)
File "/usr/lib/python2.7/site-packages/boto/connection.py", line 1096, in __init__
profile_name=profile_name)
File "/usr/lib/python2.7/site-packages/boto/connection.py", line 569, in __init__
host, config, self.provider, self._required_auth_capability())
File "/usr/lib/python2.7/site-packages/boto/auth.py", line 975, 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
--------------------
I would be most grateful for any clues to resolve this.
Thanks.