Server build failure #393
madamedefarge
started this conversation in
General
Replies: 1 comment
-
|
Yes - you are right. The build scripts and the docu was a little bit outdated. There is only one script providing all build and start modes called To build all run
and to start the server and frontend run
Next you should be able to run the modeller from your browser Let me know if this is working for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been following the instructions to build and run here;-
https://github.com/imixs/open-bpmn
but get a build failure for the server as it cannot find the metamodel jar: org.imixs.bpmn:open-bpmn.metamodel:jar:1.2.7-SNAPSHOT
It seems as if the pom build should include the metamodel project too?
This is the error output;-
grep: invalid option -- P
usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
... current snapshot version:
building Backend & Frontend
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]
[INFO] ------------------< org.imixs.bpmn:open-bpmn.server >-------------------
[INFO] Building Open BPMN - Server 1.2.7-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml (1.2 kB at 2.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/websocket/jetty-ee10-websocket-jakarta-server/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/websocket/jetty-ee10-websocket-jakarta-server/maven-metadata.xml (1.6 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/maven-metadata.xml (938 B at 25 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.586 s
[INFO] Finished at: 2025-05-29T16:53:49+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project open-bpmn.server: Could not resolve dependencies for project org.imixs.bpmn:open-bpmn.server:jar:1.2.7-SNAPSHOT: Failed to collect dependencies at org.imixs.bpmn:open-bpmn.metamodel:jar:1.2.7-SNAPSHOT: Failed to read artifact descriptor for org.imixs.bpmn:open-bpmn.metamodel:jar:1.2.7-SNAPSHOT: The following artifacts could not be resolved: org.imixs.bpmn:open-bpmn:pom:1.2.7-SNAPSHOT (absent): Could not find artifact org.imixs.bpmn:open-bpmn:pom:1.2.7-SNAPSHOT -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
yarn install v1.22.21
Beta Was this translation helpful? Give feedback.
All reactions