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

java.rmi.server.ExportException: Port already in use: 7203 #49

Open
bondarYehor opened this issue Aug 25, 2017 · 1 comment
Open

java.rmi.server.ExportException: Port already in use: 7203 #49

bondarYehor opened this issue Aug 25, 2017 · 1 comment
Labels

Comments

@bondarYehor
Copy link

Hello,

I'm looking for good dockerized kafka environment for local development and found you repo suitable.

When I run "complex build" or make a docker-compose.yml everything started successfully but Kafka topic creation is failed with

kafka@ac447f2a0628:~$ kafka-topics.sh --create --topic test --replication-factor 1 --partitions 1 --zookeeper zookeeper:2181 Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 7203; nested exception is: java.net.BindException: Address already in use

Could you please help me with this?

@ches
Copy link
Owner

ches commented Aug 30, 2017

Hi, it looks like you must be using docker exec to get that shell—please don't do that! Use docker run instead. Here's a longer rant about it: #11 (comment)

@ches ches added the question label Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants