Bug 922032
| Summary: | jboss-as-kitchensink-rf quickstart fails while deploying | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Stefan Miklosovic <smikloso> | ||||
| Component: | RichFaces, Examples | Assignee: | Brian Leathem <bleathem> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavol Pitonak <ppitonak> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.2.0 | CC: | bsutter, kpiwko, mnovotny, oskutka, pmuir, rruss | ||||
| Target Milestone: | CR1 | ||||||
| Target Release: | 2.2.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | JBDS quickstarts | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-05-14 14:52:06 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: |
|
||||||
It is worth of saying that this problem is valid only while deploying as "Run as -> Run on server" from the menu after right click on the project as such. While deploying via management console, this problem is not present and application works well. Any hints? Moving to RichFaces component. The error: "Caused by: java.lang.NoClassDefFoundError: com/google/common/base/Function" is likely due to the quickstart relying on the JBoss AS google guava module [1], which is a bad idea for modules that are considered "internal" to AS. This change will require a project code change, so I'll create a jira to track that. [1]: https://github.com/richfaces/as-quickstarts/blob/master/kitchensink-rf/pom.xml#L284 Brian Leathem <bleathem> updated the status of jira RF-12851 to Resolved picked up fix as https://github.com/jboss-eap/quickstart/commit/d043c4165f7946ad2ab087ef3dfb8417c136609e Verified in JBDS 6.0.1 and WFK 2.2.0.CR1 Juraj Húska <jhuska> made a comment on jira RF-12851 Verified. Closing. Juraj Húska <jhuska> updated the status of jira RF-12851 to Closed Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables. Jan Papousek <jpapouse> updated the status of jira RF-12851 to Closed Jan Papousek <jpapouse> made a comment on jira RF-12851 verified in 5.0.0.Alpha1 |
Created attachment 710657 [details] error trace Description of problem: After successful building of demo in JBDS6, while trying to deploy the quickstart to EAP 6.0.1.GA, the failure, documented in the attachment, is produced. Version-Release number of selected component (if applicable): 2.2.0.ER2 quickstarts How reproducible: Always Steps to Reproduce: 1. build quickstart 2. deploy it 3. see the error Actual results: Deploying is errorneous Expected results: Opposite of the actual ones.