You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2013/07/24 18:25:50 UTC

[jira] [Closed] (AMQ-4324) ActiveMQ instalaltion on As400 OS6.1

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

Timothy Bish closed AMQ-4324.
-----------------------------

    Resolution: Cannot Reproduce

This is possibly related to AMQ-4625 but without more information it'd hard to say for sure.  
                
> ActiveMQ instalaltion on As400 OS6.1
> ------------------------------------
>
>                 Key: AMQ-4324
>                 URL: https://issues.apache.org/jira/browse/AMQ-4324
>             Project: ActiveMQ
>          Issue Type: Test
>          Components: JMX
>    Affects Versions: 5.8.0
>         Environment: AS400 iseries OS 6.1
>            Reporter: Ashar Siddiqui
>              Labels: newbie
>
> I am trying to install MQ on AS400. completed the installation and able to run. MQ is running however  command ./bin/activemq status
> returns MQ is not running.
> here is start and status command
> > ./bin/activemq start &                                                       
>   [1]     7792                                                                 
>   $ INFO: Loading '/etc/default/activemq'                                      
>   INFO: Using java '/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/bin/java'       
>   INFO: Starting - inspect logfiles specified in logging.properties and log4j.p
>   roperties to get details                                                     
>   INFO: pidfile created : '/home/asiddiqui/apache-activemq-5.8.0/data/activemq-
>   PICASO.SADVANTAGE.IT.pid' (pid '7807')                                       
> > ./bin/activemq status                                                        
>   INFO: Loading '/etc/default/activemq'                                        
>   INFO: Using java '/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/bin/java'       
>   ActiveMQ not running                                                         
>   $                                                                            
> after starting MQ
> ./bin/activemq start &. I am able to load client from https://<ip>:8161/admin. also able to create a Queue when send message it says error click to see log here is log. please let me know is there special setup for AS400? any docs?
> 2013-02-15 22:07:24,871 | INFO  | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@270c270c: startup date [Fri Feb 15 22:07:24 EST 2013]; root of context hierarchy | org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
> 2013-02-15 22:07:30,485 | INFO  | PListStore:[/home/asiddiqui/apache-activemq-5.8.0/data/localhost/tmp_storage] started | org.apache.activemq.store.kahadb.plist.PListStoreImpl | main
> 2013-02-15 22:07:30,686 | INFO  | Using Persistence Adapter: KahaDBPersistenceAdapter[/home/asiddiqui/apache-activemq-5.8.0/data/kahadb] | org.apache.activemq.broker.BrokerService | main
> 2013-02-15 22:07:33,246 | INFO  | KahaDB is version 4 | org.apache.activemq.store.kahadb.MessageDatabase | main
> 2013-02-15 22:07:33,342 | INFO  | Recovering from the journal ... | org.apache.activemq.store.kahadb.MessageDatabase | main
> 2013-02-15 22:07:33,352 | INFO  | Recovery replayed 13 operations from the journal in 0.076 seconds. | org.apache.activemq.store.kahadb.MessageDatabase | main
> 2013-02-15 22:07:34,193 | INFO  | Apache ActiveMQ 5.8.0 (localhost, ID:PICASO.SADVANTAGE.IT-43439-1360984053939-0:1) is starting | org.apache.activemq.broker.BrokerService | main
> 2013-02-15 22:07:34,859 | INFO  | Listening for connections at: tcp://PICASO.SADVANTAGE.IT:61616?maximumConnections=1000&wireformat.maxFrameSize=104857600 | org.apache.activemq.transport.TransportServerThreadSupport | main
> 2013-02-15 22:07:34,861 | INFO  | Connector openwire Started | org.apache.activemq.broker.TransportConnector | main
> 2013-02-15 22:07:35,009 | INFO  | Listening for connections at: amqp://PICASO.SADVANTAGE.IT:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600 | org.apache.activemq.transport.TransportServerThreadSupport | main
> 2013-02-15 22:07:35,011 | INFO  | Connector amqp Started | org.apache.activemq.broker.TransportConnector | main
> 2013-02-15 22:07:35,019 | INFO  | Apache ActiveMQ 5.8.0 (localhost, ID:PICASO.SADVANTAGE.IT-43439-1360984053939-0:1) started | org.apache.activemq.broker.BrokerService | main
> 2013-02-15 22:07:35,019 | INFO  | For help or more information please see: http://activemq.apache.org | org.apache.activemq.broker.BrokerService | main
> 2013-02-15 22:07:37,731 | INFO  | Web console type: embedded | org.apache.activemq.web.WebConsoleStarter | main
> 2013-02-15 22:07:38,356 | INFO  | ActiveMQ WebConsole initialized. | org.apache.activemq.web.WebConsoleStarter | main
> 2013-02-15 22:07:38,651 | INFO  | Initializing Spring FrameworkServlet 'dispatcher' | /admin | main
> 2013-02-15 22:07:39,628 | INFO  | jolokia-agent: No access restrictor found at classpath:/jolokia-access.xml, access to all MBeans is allowed | /api | main
> 2013-02-15 22:08:22,801 | WARN  | /admin/sendMessage.action | org.eclipse.jetty.servlet.ServletHandler | qtp1839361442-28
> java.lang.NullPointerException
> 	at javax.xml.bind.DatatypeConverter.parseBase64Binary(DatatypeConverter.java:296)
> 	at org.apache.activemq.web.WebClient.createWebClient(WebClient.java:400)
> 	at org.apache.activemq.web.WebClient.getWebClient(WebClient.java:112)
> 	at org.apache.activemq.web.controller.SendMessage.handleRequest(SendMessage.java:53)
> 	at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
> 	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
> 	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
> 	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
> 	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:652)
> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1329)
> 	at org.apache.activemq.web.AuditFilter.doFilter(AuditFilter.java:59)
> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
> 	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
> 	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
> 	at org.apache.activemq.web.filter.ApplicationContextFilter.doFilter(ApplicationContextFilter.java:102)
> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
> 	at com.opensymphony.sitemesh.webapp.SiteMeshFilter.obtainContent(SiteMeshFilter.java:129)
> 	at com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:77)
> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1300)
> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:445)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
> 	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:521)
> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1038)
> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:374)
> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:189)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:972)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
> 	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
> 	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:521)
> 	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
> 	at org.eclipse.jetty.server.Server.handle(Server.java:363)
> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483)
> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:931)
> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:992)
> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856)
> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
> 	at java.lang.Thread.run(Thread.java:735)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira