apache / eventmesh

EventMesh is a new generation serverless event middleware for building distributed event-driven applications.
https://eventmesh.apache.org/
Apache License 2.0
1.57k stars 621 forks source link

[Question] project launch failed #4875

Open okareyou opened 1 month ago

okareyou commented 1 month ago

Search before asking

Question

When I start it on Windows, it keeps failing. I have configured it according to the official documentation. What might be the issue? d6c9141185229c56e569d706a163bfc

github-actions[bot] commented 1 month ago

Welcome to the Apache EventMesh community!! We are glad that you are contributing by opening this issue. :D

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our project, please let us know! You can check out our contributing guide on contributing to EventMesh.

Want to get closer to the community?

WeChat Assistant WeChat Public Account Slack
Join Slack Chat
Mailing Lists: Name Description Subscribe Unsubscribe Archive
Users User support and questions mailing list Subscribe Unsubscribe Mail Archives
Development Development related discussions Subscribe Unsubscribe Mail Archives
Commits All commits to repositories Subscribe Unsubscribe Mail Archives
Issues Issues or PRs comments and reviews Subscribe Unsubscribe Mail Archives
Pil0tXia commented 1 month ago

@okareyou

I didn't see any exception stack trace or server state:STOPPED logging in your screenshot.

Please check out Intellij IDEA Gradle settings. IDEA uses Gradle to build project and run tasks by default, and StartUp.main() was considered part of the Gradle task. If you prefer not to run application in Gradle console, you can switch the build tool to Intellij IDEA.

image