Bug 1390748

Summary: ERROR: Failed to process message
Product: Red Hat CloudForms Management Engine Reporter: Matt Mahoney <mmahoney>
Component: ProvidersAssignee: Jirka Kremser <jkremser>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: cpelland, hrupp, jfrey, jhardy, jkremser, jmartine, obarenbo, simaishi
Target Milestone: GAKeywords: TestOnly, Triaged, ZStream
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1396225 (view as bug list) Environment:
Last Closed: 2017-06-12 16:04:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Middleware Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1396225    
Attachments:
Description Flags
HS Log none

Description Matt Mahoney 2016-11-01 19:53:56 UTC
Created attachment 1216225 [details]
HS Log

Description of problem:
This error occurred when Deploying a war to an EAP Domain sever running in a container:

^[[0m^[[31m15:45:05,855 ERROR [org.hawkular.cmdgw.command.ws.server.AbstractGatewayWebSocket] (default task-9) HAWKFEEDCOMM000006: Failed to process message [org.hawkular.cmdgw.api.GenericErrorResponse] from WebSocket session [sNuymuazbfisDbLCpXvp4csP9Ht2-mGiFJtHObC4] of [/feed/{feedId}]: org.hawkular.cmdgw.NoCommandForMessageException: No command found for requestClass [org.hawkular.cmdgw.api.GenericErrorResponse]
        at org.hawkular.cmdgw.command.ws.WsCommands.getCommands(WsCommands.java:79)


Version-Release number of selected component (if applicable):
DR7

How reproducible:
Have seen this twice, when with same test steps.

Steps to Reproduce:
1. Start EAP Domain server in container
 docker run -d -e HAWKULAR_SERVER="<HS IP>" brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/jboss/jboss-eap-7-hawkular-agent:latest
2. Via CFME: Navigate to EAP Domain server, and Deploy a war to that server.
3. Check HS log file for error

Actual results:


Expected results:
No error expected

Additional info:

Comment 2 Jirka Kremser 2016-11-07 12:24:57 UTC
The deployment should be now disabled for the servers that are managed in a domain (https://github.com/ManageIQ/manageiq/pull/12407). However, in the future, it should be possible to deploy an app for server group, but it's not there yet.

Comment 3 Heiko W. Rupp 2016-11-10 08:47:49 UTC
Setting on POST, as the PR was merged into MiQ master.