Bug 1098607
| Summary: | CNFE shows in server log during Business Central startup on WebSphere AS. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Radovan Synek <rsynek> | ||||||
| Component: | Business Central | Assignee: | Ryan Zhang <rzhang> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Radovan Synek <rsynek> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 6.0.2 | CC: | etirelli, kverlaen, manstis, rrajasek | ||||||
| Target Milestone: | ER3 | ||||||||
| Target Release: | 6.0.2 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-08-06 19:53:41 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 896465 [details]
warning stacktrace 2
Community "kie-drools-wb" (BRMS) and "kie-wb" (BPMS) WARs exclude "WEB-INF/lib/kie-wb-common-home-client-*.jar" from the WAR assemblies (including AS, EAP, Tomcat and WAS). I notice "jboss-brms-6.0.2.GA-redhat-2-deployable-eap6.x.zip" *includes* the "kie-wb-distribution-home-client-6.0.3-redhat-1.jar" JAR. This is incorrect and should be excluded. The class reported in the original problem statement "org.kie.workbench.common.screens.home.client.widgets.home.HomePresenter" is contained within this JAR. This looks like a BRMS/BPMS productization issue. As per last comment from Michael, reassigning the ticket to Ryan instead of setting to MODIFIED so that we don't lose track of it. Verified with BPMS-6.0.2.ER3 |
Created attachment 896464 [details] warning stacktrace 1 Following two warnings show during startup of Business Central on WebSphere AS: Resource annotations on the fields of the org.kie.workbench.common.screens.home.client.widgets.home.HomePresenter class will be ignored. The annotations could not be obtained because of the exception : java.lang.NoClassDefFoundError: org.uberfire.client.mvp.UberView com.ibm.ws.webcontainer.annotation.WASAnnotationHelper collectClasses SRVE8000W: Skipped class that failed to initialize for annotation scanning. java.lang.NoClassDefFoundError: org.uberfire.client.mvp.AbstractWorkbenchScreenActivity Both classes are in artefacts that are not (and shouldn't be) on business central classpath.