Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring boot ee - index.html not found #281

Closed
cpiepel opened this issue Aug 24, 2017 · 1 comment
Closed

spring boot ee - index.html not found #281

cpiepel opened this issue Aug 24, 2017 · 1 comment

Comments

@cpiepel
Copy link

cpiepel commented Aug 24, 2017

camunda spring boot starter 2.2.0
camunda 7.7.2-ee

If I use camunda with enterprise setup

	<dependency>
		<groupId>org.camunda.bpm.extension.springboot</groupId>
		<artifactId>camunda-bpm-spring-boot-starter-webapp-core</artifactId>
	</dependency>
	<dependency>
		<groupId>org.camunda.bpm.webapp</groupId>
		<artifactId>camunda-webapp-ee-plugins</artifactId>
		<version>${camunda.ee.version}</version>
		<type>jar</type>
		<classifier>classes</classifier>
	</dependency>

i get the following error.

2017-08-24 12:55:36.090 ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception
java.lang.RuntimeException: java.io.FileNotFoundException: class path resource [app/welcome/index.html] cannot be opened because it does not exist
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:61)
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:56)
at org.camunda.bpm.webapp.impl.security.SecurityActions.runWithAuthentications(SecurityActions.java:38)

@cpiepel
Copy link
Author

cpiepel commented Aug 24, 2017

i did not include the maven plugins. sorry.
actual i had to set
<configuration> <camundaVersion>${camunda.ee.version}</camundaVersion> </configuration>
for the webjar-maven-plugin

@cpiepel cpiepel closed this as completed Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant