[JBoss JIRA] Created: (JBAS-9421) Unable to manually create JMS queues in the Admin Console.
by Jarod Rose (JIRA)
Unable to manually create JMS queues in the Admin Console.
----------------------------------------------------------
Key: JBAS-9421
URL: https://issues.jboss.org/browse/JBAS-9421
Project: Legacy JBoss Application Server 6
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS (HornetQ), Web Console
Affects Versions: 6.1.0
Environment: Windows XP SP 3
Reporter: Jarod Rose
Assignee: Clebert Suconic
When attempting to create a queue via the JMS Manager in the Admin Console of JBoss 6.1.0-SNAPSHOT (Revision 111808) an error occurs and the queue is not created.
Steps to reproduce:
1) Start creating a JMS queue off of the default template.
2) Fill in the minimum values to create a queue (Name and JNDI Name) In my case it was TestQueue and queue/TestQueue
3) Click Save
At the Top of the page this error appears...
Failed to add Resource (see app server log for additional details): Failed to invoke method 'createQueue' on component 'JMSQueueManageMO' with parameters [SimpleMetaType:java.lang.String:TestQueue, SimpleMetaType:java.lang.String:queue/TestQueue, SimpleMetaType:java.lang.String:null, SimpleMetaType:java.lang.String:null, SimpleMetaType:int:-1, SimpleMetaType:int:10485760, SimpleMetaType:int:10, SimpleMetaType:long:0, SimpleMetaType:boolean:false, SimpleMetaType:long:-1, SimpleMetaType:boolean:false, SimpleMetaType:java.lang.String:PAGE, SimpleMetaType:java.lang.String:, SimpleMetaType:java.lang.String:].
And this stack trace appears in the server.log...
2011-07-21 09:38:55,270 INFO [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Running runtime discovery scan rooted at [platform]
2011-07-21 09:38:55,489 INFO [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Scanned [0] servers and found [0] total descendant Resources.
2011-07-21 09:40:03,179 INFO [org.rhq.core.pc.inventory.CreateResourceRunner] (ResourceFactory.executor-1) Creating resource through report: CreateResourceReport: ResourceType=[ResourceType[id=0, category=Service, name=JMS Queue, plugin=HornetQ]], ResourceKey=[null]
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'createQueue' on component 'JMSQueueManageMO' with parameters [SimpleMetaType:java.lang.String:TestQueue, SimpleMetaType:java.lang.String:queue/TestQueue, SimpleMetaType:java.lang.String:null, SimpleMetaType:java.lang.String:null, SimpleMetaType:int:-1, SimpleMetaType:int:10485760, SimpleMetaType:int:10, SimpleMetaType:long:0, SimpleMetaType:boolean:false, SimpleMetaType:long:-1, SimpleMetaType:boolean:false, SimpleMetaType:java.lang.String:PAGE, SimpleMetaType:java.lang.String:, SimpleMetaType:java.lang.String:].
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:148)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.GeneratedMethodAccessor446.invoke(Unknown Source)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.lang.reflect.Method.invoke(Method.java:597)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.Client.invoke(Client.java:2070)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.Client.invoke(Client.java:879)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.generatedproxies.AOPProxy$0.invoke(AOPProxy$0.java)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.as.integration.hornetq.jopr.JMSManagerComponent.createQueue(JMSManagerComponent.java:267)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.as.integration.hornetq.jopr.JMSManagerComponent.createResource(JMSManagerComponent.java:149)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.lang.reflect.Method.invoke(Method.java:597)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.FutureTask.run(FutureTask.java:138)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.lang.Thread.run(Thread.java:619)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) Caused by: org.jboss.joinpoint.spi.JoinpointException: Method not found createQueue[java.lang.String, java.lang.String, java.lang.String, java.lang.String, long, int, int, int, long, boolean, long, boolean, java.lang.String, java.lang.String] for class org.jboss.as.integration.hornetq.management.jms.QueueManageMO
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.joinpoint.plugins.Config.findMethodInfo(Config.java:400)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.joinpoint.plugins.Config.findMethodInfo(Config.java:366)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.joinpoint.plugins.Config.findMethodInfo(Config.java:335)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.joinpoint.plugins.Config.getMethodJoinpoint(Config.java:223)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:299)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57)
2011-07-21 09:40:03,179 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.GeneratedMethodAccessor446.invoke(Unknown Source)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.lang.reflect.Method.invoke(Method.java:597)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.Client.invoke(Client.java:2070)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.remoting.Client.invoke(Client.java:879)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aop.generatedproxies.AOPProxy$0.invoke(AOPProxy$0.java)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.as.integration.hornetq.jopr.JMSManagerComponent.createQueue(JMSManagerComponent.java:267)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.as.integration.hornetq.jopr.JMSManagerComponent.createResource(JMSManagerComponent.java:149)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.lang.reflect.Method.invoke(Method.java:597)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.FutureTask.run(FutureTask.java:138)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at java.lang.Thread.run(Thread.java:619)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72)
2011-07-21 09:40:03,194 ERROR [STDERR] (ResourceContainer.invoker.nonDaemon-2) ... 19 more
2011-07-21 09:40:03,194 INFO [org.rhq.core.pc.inventory.CreateResourceRunner] (ResourceFactory.executor-1) Sending create response to server: CreateResourceResponse[RequestId=1, Status=Failure]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (AS7-754) Rename php licence files to html
by Radoslav Husar (JIRA)
Rename php licence files to html
--------------------------------
Key: AS7-754
URL: https://issues.jboss.org/browse/AS7-754
Project: Application Server 7
Issue Type: Enhancement
Components: Build System
Affects Versions: 7.0.0.Beta3
Reporter: Radoslav Husar
Assignee: Jason Greene
Priority: Trivial
These 3 should be renamed to to .html.
{code}
[rhusar@rhusar licenses]$ ll *.php
-rw-r--r-- 1 rhusar jbossaci 33728 Apr 19 23:59 GNU Lesser General Public License 2.1 - lgpl-2.1.php
-rw-r--r-- 1 rhusar jbossaci 20417 Apr 19 23:58 MIT License - mit-license.php
-rw-r--r-- 1 rhusar jbossaci 14340 Apr 19 23:59 The BSD License - bsd-license.php
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] (AS7-669) Missing error message for composite operations
by Brian Stansberry (Updated) (JIRA)
[ https://issues.jboss.org/browse/AS7-669?page=com.atlassian.jira.plugin.sy... ]
Brian Stansberry updated AS7-669:
---------------------------------
Fix Version/s: 7.1.0.CR1
(was: 7.1.0.Beta1)
I don't think so, no.
> Missing error message for composite operations
> ----------------------------------------------
>
> Key: AS7-669
> URL: https://issues.jboss.org/browse/AS7-669
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.0.0.Beta3
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 7.1.0.CR1
>
>
> Heiko Braun reports:
> I don't see any error details when composite op's fail.
> Is it just me or a general problem?
> Request
> {
> "operation" => "composite",
> "address" => [],
> "steps" => [
> {
> "operation" => "write-attribute",
> "address" => [
> ("host" => "local"),
> ("server-config" => "server-one")
> ],
> "name" => "socket-binding-group",
> "value" => "standard-sockets"
> },
> {
> "operation" => "write-attribute",
> "address" => [
> ("host" => "local"),
> ("server-config" => "server-one")
> ],
> "name" => "socket-binding-port-offset",
> "value" => 0
> }
> ],
> "child-type" => undefined
> }
>
> Response
>
> Internal Server Error
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months