[JBoss JIRA] Created: (JOPR-69) AS restart ops marked as void, but returns results
by Heiko W. Rupp (JIRA)
AS restart ops marked as void, but returns results
--------------------------------------------------
Key: JOPR-69
URL: https://jira.jboss.org/jira/browse/JOPR-69
Project: Jopr
Issue Type: Bug
Components: Plugin - JBoss AS 4
Affects Versions: 2.2
Reporter: Heiko W. Rupp
Assignee: Heiko W. Rupp
2009-02-09 21:24:02,150 ERROR [OperationManager.invoker-1] (rhq.core.pc.operation.OperationInvocation)- Plugin erro
r: Operation [restart] is defined as returning no results, but it returned non-null results: Configuration[id=0, op
erationResult=Startup may have failed: java.lang.RuntimeException: Server failed to start: ++ dirname /devel/jboss-
eap-4.3/jboss-as/bin/run.sh
+ DIRNAME=/devel/jboss-eap-4.3/jboss-as/bin
++ basename /devel/jboss-eap-4.3/jboss-as/bin/run.sh
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JOPR-63) java.lang.ClassCastException running 1.1.0.GA in 4.2.2.GA or 4.2.3.GA
by Tom Cunningham (JIRA)
java.lang.ClassCastException running 1.1.0.GA in 4.2.2.GA or 4.2.3.GA
---------------------------------------------------------------------
Key: JOPR-63
URL: https://jira.jboss.org/jira/browse/JOPR-63
Project: Jopr
Issue Type: Bug
Components: Plugin - RHQ Server
Reporter: Tom Cunningham
Seeing the following ClassCastException when running emb jopr 1.1.0.GA in either 4.2.2.GA or 4.2.3.GA. I see it on startup and also when logging in to admin-console.
12:44:26,343 WARN [RuntimeDiscoveryExecutor] Failed to execute runtime discovery for Resources of type ResourceType[id=0, category=Service, name=JBossMQ, plugin=JBossAS]
java.lang.ClassCastException: org.jboss.mq.server.JMSDestinationManager
at org.rhq.plugins.jbossas.AbstractMessagingDiscoveryComponent.getVersionFromSource(AbstractMessagingDiscoveryComponent.java:107)
at org.rhq.plugins.jbossas.AbstractMessagingDiscoveryComponent.discoverResources(AbstractMessagingDiscoveryComponent.java:72)
at org.rhq.plugins.jbossas.JBossMQDiscoveryComponent.discoverResources(JBossMQDiscoveryComponent.java:44)
at org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor.executeComponentDiscovery(RuntimeDiscoveryExecutor.java:246)
at org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor.discoverForResource(RuntimeDiscoveryExecutor.java:218)
at org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor.runtimeDiscover(RuntimeDiscoveryExecutor.java:136)
at org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor.call(RuntimeDiscoveryExecutor.java:97)
at org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor.call(RuntimeDiscoveryExecutor.java:54)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:65)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:168)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:613)
12:44:26,394 INFO [ContentManager] Discovered 1 new packages for Resource with id [-33].
12:44:26,412 INFO [ContentManager] Discovered 1 new packages for Resource with id [-34].
12:44:26,421 INFO [ContentManager] Discovered 1 new packages for Resource with id [-35].
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JOPR-64) No support for multiple content sources providing the same content
by Charles Crouch (JIRA)
No support for multiple content sources providing the same content
------------------------------------------------------------------
Key: JOPR-64
URL: https://jira.jboss.org/jira/browse/JOPR-64
Project: Jopr
Issue Type: Bug
Affects Versions: 2.1
Reporter: Charles Crouch
Example of what I mean:
1) Create a content source pointing at a QA CSP feed.
2) Sync the content source and review the packages. Select a package and see the downloadUrl is pointing at the QA CSP infrastructure
3) Create a content source pointing at the Prod CSP feed.
4) Sync the content source and review the packages. Select a package and see the downloadUrl is still pointing at the QA CSP infrastructure. This means that even if you create a channel associated with the Prod content source and then subscribe a resource to this channel you will still end up trying to download a QA package when you try to apply a patch.
I think the logical thing here is have each channel have its own unique packages, even though that means the rhq_package/rhq_package_version tables would need to change to take into account channel. This seems somewhat wasteful if you have a lot of identical packages across two content sources, but the current situation: What you have in your channel is determined by what old content sources you have deployed, doesn't seem tenable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months