dosubot[bot] commented on issue #694: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/694#issuecomment-3510898276
<!-- Answer --> To build and validate the new Hubble frontend and backend modules after PR #632, follow the updated onboarding documentation for prerequisites and build steps: use Java 11, Maven, Node.js 18.20.8, and Python 3 for the environment, then build dependencies (hugegraph-client, hugegraph-loader) before compiling Hubble itself. The backend service runs on `localhost:36320` by default, and uses Spring Boot, MyBatis, H2, and other updated dependencies—check your environment for any version conflicts or missing packages. Testing is integrated via Maven and frontend tests use `yarn test` [source](https://github.com/apache/incubator-hugegraph-toolchain/pull/692). Recent backend refactoring (PR #632 and #685) introduced breaking changes, new API endpoints, and internationalization support, so review configuration files and ensure frontend-backend connectivity matches the new patterns. Error messages and validation logic for graph connections, schema, and jobs have been updated—refer to the i18n messages for troubleshooting backend accessibility issues [source](https://github.com/apache/incubator-hugegraph-toolchain/blob/9696d78e4d0b6e10d4e3382248fd8bda61295a91/hugegraph-hubble/hubble-be/src/main/resources/i18n/messages.properties#L33-L200). If you encounter blockers, check for environment mismatches, outdated configuration, or missing dependencies. The onboarding docs and `.serena/memories/` directory provide detailed troubleshooting and workflow guidance [source](https://github.com/apache/incubator-hugegraph-toolchain/pull/692). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/7bec471c-7b65-4a4c-a7fe-ad06cb021223?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/7bec471c-7b65-4a4c-a7fe-ad06cb021223?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/7bec471c-7b65-4a4c-a7fe-ad06cb021223?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/7bec471c-7b65-4a4c-a7fe-ad06cb021223?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7bec471c-7b65-4a4c-a7fe-ad06cb021223?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/7bec471c-7b65-4a4c-a7fe-ad06cb021223?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7bec471c-7b65-4a4c-a7fe-ad06cb021223?feedback_type=other)</sup> [](https://app.dosu.dev/e5e246fa-a522-4d8a-ab3c-e2588b5b501b/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-hugegraph-toolchain/issues/694) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
