Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Glassfish 4.1start-up problems in OpenSUSE 13.2

user10710265Jun 3 2015 — edited Jun 3 2015

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2015
Added on Jun 3 2015
0 comments
1,085 views