Bug 829394
Summary: | war deployment via CLI throws NullPointerException in AS7-plugin | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Armine Hovsepyan <ahovsepy> | ||||||||
Component: | Plugins | Assignee: | Heiko W. Rupp <hrupp> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | unspecified | CC: | hrupp, lzoubek, mfoley | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | RHQ 4.5.0 | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 830809 (view as bug list) | Environment: | |||||||||
Last Closed: | 2013-08-31 10:13:39 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: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 707223, 830809 | ||||||||||
Attachments: |
|
Created attachment 589942 [details]
iBook.war for deployment
Hi all, It was posible to attache the war file to this bug. Please get it from attachment. Regards, Armine H Created attachment 589944 [details]
GUI exception
What version of the plugin are you using here? The call in the script ResourceFactoryManager.createResource(jBossId, appType.id, fileName, null,deployConfig, null); Does not work for package based resources (i.e. deployments) Just comment that command (createResource) and you'll get the java heap exception for 12MB war file from CLI. master e1f5fb046fb verified on rhq with small war Bulk close of old bugs in VERIFIED state. |
Created attachment 589935 [details] testDeployWar_2.js Description of problem: While trying to create a PackageBackedResource with a war for deploying it via CLI, it throws NullPointerException in GUI. Version-Release number of selected component (if applicable): JON - Version: 3.1.0.ER6 How reproducible: always Steps to Reproduce: 1. Run the testDeployWar_2 under CLI Remote Client (which creates createPackageBackedResource to deploy a war). 2. 3. Actual results: Null pointer exception is being thrown on UI Expected results: Child resource under EAP with deployed war should have been created. Additional info: Attached is the js file. Please come back to me concerning the war file.