Bug 1191984
| Summary: | Unable to run kitchensink-ml quickstart in JBDS | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Nikoleta Hlavickova <nziakova> |
| Component: | Quickstarts | Assignee: | jboss-set |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | bsutter, fbricon, jkudrnac, manderse |
| Target Milestone: | ER3 | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-19 12:41:50 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: | |||
|
Description
Nikoleta Hlavickova
2015-02-12 10:48:26 UTC
Adding Fred and Max. I assume it's a packaging issue? It's a problem with annotation processing not being enabled by default, see previous related issues (I don't have the #s handy). Try adding <m2e.apt.activation>jdt_apt</m2e.apt.activation> to the pom <properties> section The key here is : java.lang.IllegalArgumentException: Invalid bundle interface [...] (implementation not found). For future references. Thanks for the tip Fred! I just checked back with the other related bugs and it seems the common thread here is the "java.lang.IllegalArgumentException" and "implementation not found". Bug 1182606: java.lang.IllegalArgumentException: Invalid bundle interface org.jboss.as.quickstarts.kitchensink_ear.util.KitchensinkMessages (implementation not found) Bug 1183013: java.lang.IllegalArgumentException: Invalid logger interface org.jboss.as.quickstarts.loggingToolsQS.loggers.GreeterLogger (implementation not found in ModuleClassLoader for Module "deployment.jboss-logging-tools.war:main" from Service Module Loader) Bug 1178748: (no stacktrace included) Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/fc6a2f9016f0ebb6e60cff99729f7873dbd1c302 Verified with EAP 6.4.0.ER3. |