Camunda Source Code

Hi ,

How can i get Camunda BPM platform 7.6.0-SNAPSHOT source code…Currently it is 7.7.0-SNAPSHOT.

Please provide information .

Regards
AJR

Hi Ajr,

You should clone the repository and checkout the 7.6 branch.

Not able to find 7.6 branch

Sorry, not branch. Tag.

ok thanks @vale:slight_smile:

Hi,

I want to get Webapps source code to use in my 7.8.0 Wildfly10 distribution.
Which code to download?
Is it this one https://github.com/camunda/camunda-bpm-webapp/tree/7.8
or this one
https://github.com/camunda/camunda-bpm-webapp/releases/tag/7.8.0
?

thx

Hi,

The 7.8 branch is 7.8.x-SNAPSHOT and it contains the latest patch release of 7.8
https://github.com/camunda/camunda-bpm-webapp/tree/7.8.

If you are interested in 7.8.0 the 7.8.0 tag is what you need:
https://github.com/camunda/camunda-bpm-webapp/releases/tag/7.8.0.

Best regards,
Yana

2 Likes

In the above link with webapps source code, in which path do I change the icons and styles to use my icons instead of camunda?
For example for admin app, is it under ~\camunda-bpm-webapp-7.8.0*ui\admin\client*?
And then I just build the code and drop the generated “camunda-webapp.war” into the deployments folder of my camunda distribution?
I did that but I get an error:

ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool – 63) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./camunda-webapp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./camunda-webapp: java.lang.NoClassDefFoundError: org/camunda/bpm/engine/ProcessEngineException
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.NoClassDefFoundError: org/camunda/bpm/engine/ProcessEngineException
at org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap$CockpitEnvironment.setup(CockpitContainerBootstrap.java:56)
at org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap.contextInitialized(CockpitContainerBootstrap.java:36)
at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200)
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
… 6 more
Caused by: java.lang.ClassNotFoundException: org.camunda.bpm.engine.ProcessEngineException from [Module “deployment.camunda-webapp.war:main” from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)
… 21 more

2018-10-20 00:25:12,087 INFO [org.camunda.bpm.engine] (ServerService Thread Pool – 60) ENGINE-00001 Process Engine default created.
2018-10-20 00:25:12,088 INFO [org.camunda.bpm.engine.jobexecutor] (ServerService Thread Pool – 60) ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor].
2018-10-20 00:25:12,091 INFO [org.camunda.bpm.engine.jobexecutor] (pool-8-thread-1) ENGINE-14018 JobExecutor[org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor] starting to acquire jobs
2018-10-20 00:25:12,112 INFO [org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine] (ServerService Thread Pool – 60) jndi binding for process engine default is java:global/camunda-bpm-platform/process-engine/default
2018-10-20 00:25:12,117 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (“deploy”) failed - address: ([(“deployment” => “camunda-webapp.war”)]) - failure description: {
“WFLYCTL0080: Failed services” => {“jboss.undertow.deployment.default-server.default-host./camunda-webapp” => “org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./camunda-webapp: java.lang.NoClassDefFoundError: org/camunda/bpm/engine/ProcessEngineException
Caused by: java.lang.NoClassDefFoundError: org/camunda/bpm/engine/ProcessEngineException
Caused by: java.lang.ClassNotFoundException: org.camunda.bpm.engine.ProcessEngineException from [Module "deployment.camunda-webapp.war:main" from Service Module Loader]”},
“WFLYCTL0412: Required services that are not installed:” => [“jboss.undertow.deployment.default-server.default-host./camunda-webapp”],
“WFLYCTL0180: Services with missing/unavailable dependencies” => undefined
}
2018-10-20 00:25:12,304 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0186: Services which failed to start: service jboss.undertow.deployment.default-server.default-host./camunda-webapp: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./camunda-webapp: java.lang.NoClassDefFoundError: org/camunda/bpm/engine/ProcessEngineException

2018-10-20 00:25:12,687 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2018-10-20 00:25:12,687 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
2018-10-20 00:25:12,688 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started (with errors) in 21831ms - Started 744 of 1021 services (2 services failed or missing dependencies, 451 services are lazy, passive or on-demand)
2018-10-20 00:25:13,297 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment camunda-webapp.war (runtime-name: camunda-webapp.war) in 568ms
2018-10-20 00:25:13,396 WARN [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address
2018-10-20 00:25:13,402 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0002: Content removed from location C:\camunda-bpm-wildfly10-7.8.0\server\wildfly-10.1.0.Final\standalone\data\content\c5\673c769bf42dbeebddc0d879ca508d12dde03f\content
2018-10-20 00:25:13,402 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed “camunda-webapp.war” (runtime-name: “camunda-webapp.war”)
2018-10-20 00:25:13,403 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.deployment.unit.“camunda-webapp.war”.component.“com.sun.faces.config.ConfigureListener”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“javax.faces.webapp.FacetTag”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“javax.servlet.jsp.jstl.tlv.ScriptFreeTLV”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.camunda.bpm.engine.rest.filter.CacheControlFilter”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.camunda.bpm.webapp.impl.security.filter.SecurityFilter”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.camunda.bpm.welcome.impl.web.bootstrap.WelcomeContainerBootstrap”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.deployment.unit.“camunda-webapp.war”.component.“org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher”.START (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
service jboss.undertow.deployment.default-server.default-host./camunda-webapp (missing) dependents: [service jboss.deployment.unit.“camunda-webapp.war”.deploymentCompleteService]
WFLYCTL0186: Services which failed to start: service jboss.undertow.deployment.default-server.default-host./camunda-webapp

Anyone any idea about my error above?
Thanks!