0
GlassFish 4.1.1のzipファイルを解凍した後、asadmin start-domainコマンドを使用してTerminalを使用してサーバーを起動します。それは私に、このエラーを与える:Terminal経由でGlassFishサーバーを起動できません - ハンドラが認証準備ができていません
Traceback (most recent call last):
File "/usr/local/bin/asadmin", line 260, in <module> autoscale = boto.connect_autoscale()
File "/Library/Python/2.7/site-packages/boto/__init__.py", line 208, in connect_autoscale**kwargs)
File "/Library/Python/2.7/site-packages/boto/ec2/autoscale/__init__.py", line 115, in __init__profile_name=profile_name)
File "/Library/Python/2.7/site-packages/boto/connection.py", line 1100, in __init__provider=provider)
File "/Library/Python/2.7/site-packages/boto/connection.py", line 569, in __init__host, config, self.provider, self._required_auth_capability())
File "/Library/Python/2.7/site-packages/boto/auth.py", line 997, 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
私は、誰もがそのエラーを修正する方法を知って、MacOSのシエラ10.12.2を使用していますか?
:
あなたはGlassFishのを抽出した後、あなたはGlassFishのが付属しています
asadmin
ファイルを参照するので、次のようにドメインを起動する必要があります。 –