Bug 1018209
Summary: | NPE while creating a deployment unit for an uploaded kjar | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ivo Bek <ibek> | ||||||
Component: | Business Central | Assignee: | Toni Rikkola <trikkola> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 6.0.0 | CC: | etirelli, trikkola | ||||||
Target Milestone: | ER5 | ||||||||
Target Release: | 6.0.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-08-06 20:17:51 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 811093 [details]
server log containing the NPE
Verified in BPMS 6.0.0.ER5 |
Created attachment 811092 [details] Evaluation project in kjar Description of problem: The NPE is thrown when I create deployment unit for an uploaded kjar in business central, The business central only says "Deployment of unit org.jbpm:Evaluation:1.0 failed: null" but the server log is much more interesting; I will attach it. How reproducible: configuration: install bpms-6.0.ER3 with eap 6.1.0. Steps to Reproduce: 1. upload the attached kjar 2. notice following output in server log: 14:42:29,854 INFO [stdout] (http-localhost/127.0.0.1:8080-2) GROUP_ID: 14:42:29,854 INFO [stdout] (http-localhost/127.0.0.1:8080-2) ARTIFACT_ID: 14:42:29,854 INFO [stdout] (http-localhost/127.0.0.1:8080-2) VERSION_ID: 3. create the deployment unit because it's probably not created during the upload of kjar: groupId = org.jbpm artifactId = Evaluation version = 1.0 4. see exceptions in server log