Install Camunda

How can we install camunda on Windows. We got error while installing. Got error like “Oops! you’ve found a dead link.” What should we do? Please suggest

thanks

Hi @RMP_Dev,

Could you please give us more details, what are you trying to install (version, OS), and which link you are trying to access.

Best regards,
Yana

Hello Yana,

We are trying to install version 7.8 on Windown 7 Enterprise. We just integrating Camunda with our cloud platform using REST api. We download “camunda-bpm-ee-tomcat-7.8.0-ee” and extract it. While running start-camunda.bat file got error like “Oops! you’ve found a dead link”. Please help us to do installation.

Thanks in advance.

Hello @RMP_Dev,

I tried it by myself and it worked.

Could you please attach the catalina log file so we can check the logs. (You can find it under camunda_home/server/apache-tomcat-8.0.47/logs)
Also after running the start-camunda.bat you can try to access the webapps directly in the browser:
http://{host}:{port}/camunda-welcome/index.html in case you changed the host/port configuration.

Best regards,
Yana

Hello Yana,

You can find attached logs.

Thanks…catalina.2017-12-19.log (27.2 KB)

Hello @RMP_Dev,

So the problem is that the port is already bind.
You need to stop each process which is already started within this tomcat instance. Then please verify that 8080 port is not in use and start again the server.

Best regards,
Yana

1 Like