You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Yves Sandfort (JIRA)" <ji...@apache.org> on 2008/06/03 10:36:00 UTC

[jira] Closed: (AMQ-1630) Web Admin "ava.lang.IllegalArgumentException: No JMSDestination parameter specified"

     [ https://issues.apache.org/activemq/browse/AMQ-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yves Sandfort closed AMQ-1630.
------------------------------

    Fix Version/s: 5.1.0
       Resolution: Fixed

This is issue is no longer in 5.1.0 Final release, so it must have been fixed.

> Web Admin "ava.lang.IllegalArgumentException: No JMSDestination parameter specified"
> ------------------------------------------------------------------------------------
>
>                 Key: AMQ-1630
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1630
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.1.0
>         Environment: CentOS 5.0 - 2.6.18-53.1.14.el5 #1 SMP
> JDK 1.5.0_15-b04
> Database for persistent store is EnterpriseDB / PostgreSQL
> Running on a VMWare ESX Server
>            Reporter: Yves Sandfort
>             Fix For: 5.1.0
>
>
> Go into Web Admin, queue's and either try to create, delete or purge a queue.
> Works fine on 5.0.0
> Error replicated with latest snapshot: apache-activemq-5.1-20080318.170347-61.tar
> HTTP ERROR: 500
> No JMSDestination parameter specified
> RequestURI=/admin/purgeDestination.action
> Caused by:
> java.lang.IllegalArgumentException: No JMSDestination parameter specified
> 	at org.apache.activemq.web.DestinationFacade.getValidDestination(DestinationFacade.java:101)
> 	at org.apache.activemq.web.DestinationFacade.createDestination(DestinationFacade.java:96)
> 	at org.apache.activemq.web.controller.PurgeDestination.purgeDestination(PurgeDestination.java:43)
> 	at org.apache.activemq.web.controller.PurgeDestination.handleRequest(PurgeDestination.java:37)
> 	at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
> 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
> 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
> 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)
> 	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:431)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1098)
> 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:63)
> 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089)
> 	at org.apache.activemq.web.SessionFilter.doFilter(SessionFilter.java:46)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089)
> 	at org.apache.activemq.web.filter.ApplicationContextFilter.doFilter(ApplicationContextFilter.java:81)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089)
> 	at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
> 	at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365)
> 	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
> 	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
> 	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
> 	at org.mortbay.jetty.Server.handle(Server.java:295)
> 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:503)
> 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:827)
> 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:511)
> 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:210)
> 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:379)
> 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:361)
> 	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)

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