I have created the example is-admin-merge-check plugin, and want to test it, so I issued 'atlas-run' in the plugin workspace. The application link was displayed in the end, which is http://c02g7417drjm.local:7990/bitbucket/, but the link gives 404 error when I put it in the browser.
HTTP Status 404 - /bitbucket/
type Status report
message /bitbucket/
description The requested resource is not available.
Apache Tomcat/8.0.9
The only errors in this run are the following:
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.imports.RefappImport] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.imports.JiraImport] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.imports.ConfluenceImport] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.export.ModuleType] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.RefappComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.JiraComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.ConfluenceComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
[ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.ClasspathComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
I don't understand how the error became. Is this the reason i'm getting 404 when tried to access the application url?
Also I found the following error in the log:
Caused by: org.hibernate.HibernateException: Missing table: sta_cmt_disc_comment_activity
My atlas-version is 6.2.4. The pom.xml required bitbucket version is 5.11.1, and bitbucket-maven-plugin version is 6.2.3. I don't know if they could introduce version conflict.