Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: HQ-348
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Saraswathi Krishnan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse HQ

Camel Routes, Endpoints, Components not detected when Camel Samples are deployed in FUSE ESB

Created: 11/Dec/09 10:10 AM   Updated: 21/Sep/10 01:06 PM
Component/s: UI Plugin
Affects Version/s: 4.1
Fix Version/s: 4.1

File Attachments: 1. Text File agent.log (601 kB)

Image Attachments:

1. screenshot-1.jpg
(40 kB)
Environment: Firefox3.5,Win32


 Description  « Hide
Taking a simple sample of camel which sends messages from a jms endpoint to a file endpoint and deploying it into FUSE ESB ( version apache-servicemix-4.1.0-psc-01-00M2), it is found that Jconsole displays the camel route details(like the Endpoints, Routes, Components). However HQ only detects the "Camel service" running, but is unable to display the details of the Routes, Endpoints, Components

Steps to Reproduce:

Start FUSE ESB server.
Deploy the camel-example-jms-file sample in karaf
In HQ, select the karaf server link in the Resources hub page, which takes you to the health screen.
Select the "camel service" (karaf-root Camel (default)) displayed under the "Resources" tab.
Select the "Views" tab and click on 'Advanced'
Observe that a Multi tabbed page with tabs "Routes", "Endpoints", "Components" appears.
Selecting any one of the tabs should display the camel route details.Observe that it is blank.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Swathy Nimbagiri added a comment - 11/Dec/09 12:56 PM
This is a Test Blocker as we can not test the screens with data

Swathy Nimbagiri added a comment - 11/Dec/09 01:08 PM
Following is found in the agent.log. Also, attached is the full agent.log

------------------------------------------------------------------------------------------

2009-12-11 18:34:37,257 INFO [Thread-0] [LiveDataCommandsService] Asked to invoke getData for Sonic Managed Camel
2009-12-11 18:34:37,257 WARN [Thread-0] [CommandListener] Error invoking method
org.hyperic.hq.agent.AgentRemoteException: Failed to invoke: connection=1099/karaf-root, objectName=org.fusesource:name=default,type=Camel, operation=getRoutes
at org.hyperic.hq.livedata.agent.server.LiveDataCommandsService.getData(LiveDataCommandsService.java:79)
at org.hyperic.hq.livedata.agent.server.LiveDataCommandsServer.dispatchCommand(LiveDataCommandsServer.java:72)
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandDispatcher.java:112)
at org.hyperic.hq.agent.server.CommandListener.listenLoop(CommandListener.java:191)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:844)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:926)
at java.lang.Thread.run(Unknown Source)
Caused by: org.hyperic.hq.product.PluginException: Failed to invoke: connection=1099/karaf-root, objectName=org.fusesource:name=default,type=Camel, operation=getRoutes
at org.fusesource.hq.core.plugin.LiveDataPlugin.invoke(LiveDataPlugin.java:311)