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

Add workaround for port conflicts #508

Merged
merged 4 commits into from
Feb 11, 2020

Conversation

helenmasters
Copy link
Contributor

Checklist

  • commit message follows commit guidelines.
  • website builds and runs in production - for information on how to test locally go here.

Description

Added a new FAQ to address the associated issue.

Related Issues

Fixes #505

@helenmasters
Copy link
Contributor Author

helenmasters commented Feb 6, 2020

I've added this to the FAQ as we ought to discuss whether we want a Troubleshooting section under Using Appsody, and if so whether FAQ would then be redundant...

SueChaplain
SueChaplain previously approved these changes Feb 10, 2020
Copy link
Contributor

@SueChaplain SueChaplain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a troubleshooting section would be a good idea. We'd have to see what other FAQ items could be moved here or elsewhere in order to eliminate it. I've not been a fan, so would be a positive move IMO. Approving anyway so this can go in ahead of any other work.

@@ -67,3 +67,18 @@ Here is a list of commands that are part of the standard Appsody flow of work, w
```
export APPSODY_PULL_POLICY=IFNOTPRESENT
```

### 7. Why does my Open Liberty Appsody project on macOS fail with the error “address already in use”?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is specific to a port 9443 on macOS and not specific to a stack? Should we just say Appsody project rather than calling our Open Liberty?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the current time we're only seeing this with the Open Liberty and Microprofile stacks, as they are both using port 9443, this could happen with other stacks if they also use 9443. However, I'll change it as requested.

Copy link
Contributor

@neeraj-laad neeraj-laad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@neeraj-laad neeraj-laad merged commit 3487193 into appsody:master Feb 11, 2020
@helenmasters helenmasters deleted the docPortConflictsIssue branch February 11, 2020 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port conflicts reported with Docker Desktop for macOS and Appsody stack
3 participants