You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "ZP Gu (JIRA)" <ji...@apache.org> on 2010/08/31 21:34:40 UTC

[jira] Created: (AMQ-2890) webconsole not working for some 'printable version' links

webconsole not working for some 'printable version' links
---------------------------------------------------------

                 Key: AMQ-2890
                 URL: https://issues.apache.org/activemq/browse/AMQ-2890
             Project: ActiveMQ
          Issue Type: Bug
         Environment: any
            Reporter: ZP Gu
            Priority: Minor
             Fix For: 5.4.0, 5.3.2


To reproduce: in webconsole, go to 'Queues', select a queue, then click on 'printable version':

javax.el.ELException: java.lang.IllegalArgumentException: No JMSDestination parameter specified
        at javax.el.BeanELResolver.getValue(BeanELResolver.java:298)
        at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
        at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
        at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
        at org.apache.jasper.runtime.PageContextImpl.evaluateExpression(PageContextImpl.java:1001)
        at org.apache.jsp.browse_jsp._jspx_meth_jms_forEachMessage_0(org.apache.jsp.browse_jsp:167)
        at org.apache.jsp.browse_jsp._jspService(org.apache.jsp.browse_jsp:100)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
...
Caused by: java.lang.IllegalArgumentException: No JMSDestination parameter specified
        at org.apache.activemq.web.DestinationFacade.getValidDestination(DestinationFacade.java:109)
        at org.apache.activemq.web.QueueBrowseQuery.getQueue(QueueBrowseQuery.java:65)
        at org.apache.activemq.web.QueueBrowseQuery.createBrowser(QueueBrowseQuery.java:91)
        at org.apache.activemq.web.QueueBrowseQuery.getBrowser(QueueBrowseQuery.java:54)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.