Skip to content
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

ERROR ExtHandler Exception processing goal state, giving up: ['-----BEGIN PUBLIC KEY-----<key>-----END PUBLIC KEY-----\n'] #1514

Closed
bobsun0917 opened this issue Apr 29, 2019 · 3 comments

Comments

@bobsun0917
Copy link

ISSUE
Image: Ubuntu 16.04 LTS
Waagent version: 2.2.32 | 2.2.40

waagent.log is filled with following messages,

INFO ExtHandler WireServer is not responding. Reset endpoint
INFO ExtHandler Protocol endpoint not found: WireProtocol, [ProtocolError] Exceeded max retry updating goal state
INFO ExtHandler Protocol endpoint not found: MetadataProtocol, [ProtocolError] 404 - GET: http://169.254.169.254/Microsoft.Compute/identity?api-version=2015-05-01-preview
INFO ExtHandler Retry detect protocols: retry=45
INFO ExtHandler WireServer endpoint is not found. Rerun dhcp handler
INFO ExtHandler Test for route to 168.63.129.16
INFO ExtHandler Route to 168.63.129.16 exists
INFO ExtHandler Wire server endpoint:168.63.129.16
INFO ExtHandler Fabric preferred wire protocol version:2015-04-05
INFO ExtHandler Wire protocol version:2012-11-30
INFO ExtHandler Server preferred version:2015-04-05
ERROR ExtHandler Exception processing goal state, giving up: ['-----BEGIN PUBLIC KEY----------END PUBLIC KEY-----\n']

TROUBLESHOOTING

  1. The issue persists in version 2.2.32 and 2.2.40
  2. Removing walinuxagent and install again but error remains.
  3. paping port 80 on 168.63.129.16 and 169.254.169.254 can succeed
@johncrim
Copy link
Contributor

Initially I thought I was seeing the same issue, but after investigation it appears distinct, so I created a new issue: #1550

@pgombar
Copy link
Contributor

pgombar commented Jul 19, 2019

Hi @bobsun0917, please make sure only one openssl library is installed on the system. To confirm if this is causing the issue, try this command:
/usr/bin/openssl x509 -in /var/lib/waagent/{thumbprint}.crt -fingerprint -noout

If you see something like this in the output of the command, it means there is more than one reference to openssl and they are conflicting:

/usr/bin/openssl: /usr/local/openssl/lib/libssl.so.1.0.0: no version information available (required by /usr/bin/openssl)
/usr/bin/openssl: /usr/local/openssl/lib/libcrypto.so.1.0.0: no version information available (required by /usr/bin/openssl)

@pgombar pgombar closed this as completed Jul 19, 2019
@pgombar
Copy link
Contributor

pgombar commented Jul 19, 2019

Feel free to re-open if the issue persists after the proposed fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants