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

Kotlin module fails to deploy to staging cluster #463

Closed
alecthomas opened this issue Oct 6, 2023 · 1 comment
Closed

Kotlin module fails to deploy to staging cluster #463

alecthomas opened this issue Oct 6, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@alecthomas
Copy link
Collaborator

alecthomas commented Oct 6, 2023

w | Oct 06 11:15:48.703 | echo-470b09aea6 | Plugin failed to start, terminating pid 12349
i | Oct 06 11:15:48.686 | echo-470b09aea6 | at xyz.block.ftl.main.MainKt.main(main.kt)
i | Oct 06 11:15:48.686 | echo-470b09aea6 | at xyz.block.ftl.main.MainKt.main(main.kt:29)
i | Oct 06 11:15:48.685 | echo-470b09aea6 | at xyz.block.ftl.client.GrpcKt.makeGrpcClient(grpc.kt:16)
i | Oct 06 11:15:48.685 | echo-470b09aea6 | at java.base/java.net.InetSocketAddress.<init>(Unknown Source)
i | Oct 06 11:15:48.685 | echo-470b09aea6 | at java.base/java.net.InetSocketAddress.checkPort(Unknown Source)
i | Oct 06 11:15:48.685 | echo-470b09aea6 | Exception in thread "main" java.lang.IllegalArgumentException: port out of range:-1

I think this is because the endpoint is http://ftl-controller in staging, which indeed does not contain a port.

@alecthomas alecthomas added the bug Something isn't working label Oct 6, 2023
@github-project-automation github-project-automation bot moved this to Todo in FTL Oct 6, 2023
@alecthomas alecthomas self-assigned this Oct 6, 2023
@alecthomas alecthomas moved this from Todo to In Progress in FTL Oct 6, 2023
@alecthomas
Copy link
Collaborator Author

Fixed in #464

@github-project-automation github-project-automation bot moved this from In Progress to Done in FTL Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant