Help run the project locally

I am having issues with running camunda-bpm-platform project locally.

I am getting the following error below, looks like this link is missing the org.camunda:camunda-bpm-release-parent:pom:2.3.0 : https://repository.jboss.org/nexus/content/groups/public/org/camunda/camunda-bpm-release-parent/2.3.0/camunda-bpm-release-parent-2.3.0.pom

More detail error:

[ERROR] Non-resolvable parent POM for org.camunda.bpm:camunda-root:7.21.0-SNAPSHOT: The following artifacts could not be resolved: org.camunda:camunda-bpm-release-parent:pom:2.3.0 (absent): Could not transfer artifact org.camunda:camunda-bpm-release-parent:pom:2.3.0 from/to JBoss public (Index of /groups/public): Network is unreachable and ‘parent.relativePath’ points at no local POM @ org.camunda.bpm:camunda-root:7.21.0-SNAPSHOT,/Projects/camunda-bpm-platform/pom.xml, line 4, column 11 → [Help 2]

Can anyone help?

Hello my friend!
Welcome to fórum! :smiley:

Have you tried accessing this Jboss repository url? It’s giving a 404 not found when trying to access… probably that’s why.

[https://repository.jboss.org/nexus/content/groups/public/org/camunda/camunda-bpm-release-parent/2.3.0/camunda-bpm-release-parent-2.3.0.pom]

Do you know Camunda Initializr?

It has an interface very similar to Spring Initializr and with the same purpose, starting a new project with the basic settings very quickly.

Why don’t you try creating a project through it?
I’m sure it will make things much easier and you’ll get your Camunda running locally without any major problems. (link below)

I hope this helps!

William Robert Alves

Thank you for your reply. I have seen that initializr before but I want to run it locally with the code not just with the binaries.

Hello!

But Camunda Initializr creates a JAVA / Spring project, in which you can choose whether to use Gradle or Maven as a dependency manager… and when you generate the project, it creates a Java / spring project for you to open in your preferred IDE…

It’s not just a binary file hehehehe.

William Robert Alves

I think I got it work on my end. Thank you William.

You’re welcome bro :smiley:

What was your problem and what was the solution? Post here to help other members who have the same problem find the solution, please!

William Robert Alves

It was the proxy problem on my end.

Ohhhh! That’s nice!
I’m glad you found the solution.

Please mark the answer that solved your problem as “solution” even if it is your own answer, so that users who have similar problems to yours can quickly find the possible answer that will solve their problem.

William Robert Alves