You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by ajitgirish <aj...@infosys.com> on 2009/10/30 02:38:08 UTC

Active MQ transport layer fail issue

Hi ,


I am getting the transport failure in the active Mq log. This is happening
frequently also leading to the crash of the server.


PFB the logs :-
2009-10-30 07:33:15,861 [eckpoint Worker] DEBUG AMQPersistenceAdapter         
- Checkpoint done.
2009-10-30 07:33:24,007 [iveMQ Scheduler] DEBUG AMQPersistenceAdapter         
- dataFilesInProgress.values: (0) []
2009-10-30 07:33:24,171 [iveMQ Scheduler] DEBUG AMQPersistenceAdapter         
- lastDataFile: 1
2009-10-30 07:33:24,171 [iveMQ Scheduler] DEBUG AsyncDataManager              
- lastFileId=0, purgeList: (0) []
2009-10-30 07:36:14,952 [erSimpleAppMain] DEBUG XBeanBrokerFactory            
- Now attempting to figure out the type of resource:
file:/home/dg/sorter/activemq/conf/sorter.xml
2009-10-30 07:36:18,483 [erSimpleAppMain] ERROR BrokerService                 
- Broker Name: %HOSTNAME% contained illegal characters - replaced with
_HOSTNAME_
2009-10-30 07:36:18,707 [erSimpleAppMain] INFO  BrokerService                 
- Using Persistence Adapter:
AMQPersistenceAdapter(/home/dg/sorter/activemq/data/_HOSTNAME_)
2009-10-30 07:36:20,059 [erSimpleAppMain] INFO  AMQPersistenceAdapter         
- AMQStore starting using directory:
/home/dg/sorter/activemq/data/_HOSTNAME_
2009-10-30 07:36:20,177 [erSimpleAppMain] INFO  KahaStore                     
- Kaha Store using data directory
/home/dg/sorter/activemq/data/_HOSTNAME_/kr-store/state
2009-10-30 07:36:20,345 [erSimpleAppMain] INFO  AMQPersistenceAdapter         
- Active data files: []
2009-10-30 07:36:20,373 [eckpoint Worker] DEBUG AMQPersistenceAdapter         
- Checkpoint started.
2009-10-30 07:36:20,377 [eckpoint Worker] DEBUG AMQPersistenceAdapter         
- Checkpoint done.
2009-10-30 07:36:20,832 [erSimpleAppMain] DEBUG ManagementContext             
- Probably not using JRE 1.4: mx4j.tools.naming.NamingService
2009-10-30 07:36:20,911 [erSimpleAppMain] DEBUG ManagementContext             
- Failed to create local registry
java.rmi.server.ExportException: internal error: ObjID already in use
        at sun.rmi.transport.ObjectTable.putTarget(ObjectTable.java:169)
        at sun.rmi.transport.Transport.exportObject(Transport.java:74)
        at
sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:229)
        at
sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
        at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
        at
sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
        at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
        at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:78)
        at
java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:186)
        at
org.apache.activemq.broker.jmx.ManagementContext.createConnector(ManagementContext.java:365)
        at
org.apache.activemq.broker.jmx.ManagementContext.findMBeanServer(ManagementContext.java:293)
        at
org.apache.activemq.broker.jmx.ManagementContext.getMBeanServer(ManagementContext.java:148)
        at
org.apache.activemq.broker.jmx.ManagementContext.start(ManagementContext.java:77)
        at
org.apache.activemq.broker.BrokerService.start(BrokerService.java:465)
        at
org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:52)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1368)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1334)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
        at
org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)
        at
org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)
        at
org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:96)
        at
org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:52)
        at
org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)
        at
org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)
        at
org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115)
        at
org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:91)
        at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
        at
org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:129)
        at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
        at
org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:79)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.activemq.console.Main.runTaskClass(Main.java:225)
        at org.apache.activemq.console.Main.main(Main.java:106)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
        at java.lang.Thread.run(Thread.java:619)
2009-10-30 07:36:20,937 [erSimpleAppMain] INFO  BrokerService                 
- ActiveMQ 5.2.0 JMS Message Broker (_HOSTNAME_) is starting
2009-10-30 07:36:20,938 [erSimpleAppMain] INFO  BrokerService                 
- For help or more information please see: http://activemq.apache.org/
.
.
.
.
2009-10-30 07:36:54,410 [erSimpleAppMain] DEBUG log                           
-
getResource(javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd)=jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd
2009-10-30 07:36:54,410 [erSimpleAppMain] DEBUG log                           
-
getResource(javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd)=jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,411 [erSimpleAppMain] DEBUG log                           
-
getResource(javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd)=jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd
2009-10-30 07:36:54,411 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/spring-webmvc-2.5.5.jar!/META-INF/spring.tld
2009-10-30 07:36:54,466 [127.0.0.1:60322] DEBUG TransportConnection           
- Setting up new connection: /127.0.0.1:60322
2009-10-30 07:36:54,565 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,566 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,566 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,575 [127.0.0.1:60322] DEBUG AbstractRegion                
- Adding consumer:
ID:dgex-ora-00.networks.in.telstra.com.au-60307-1256848581310-1:4:-1:1
2009-10-30 07:36:54,575 [127.0.0.1:60322] DEBUG AbstractRegion                
- Adding destination: topic://REQUEST
2009-10-30 07:36:54,578 [topic://REQUEST] DEBUG AMQMessageStore               
- Doing batch update... adding: 0 removing: 0
2009-10-30 07:36:54,578 [topic://REQUEST] DEBUG AMQMessageStore               
- Batch update done.
2009-10-30 07:36:54,579 [127.0.0.1:60322] DEBUG AMQMessageStore               
- flush starting ...
2009-10-30 07:36:54,580 [127.0.0.1:60322] DEBUG AbstractRegion                
- Adding destination: topic://REQUEST
2009-10-30 07:36:54,702 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/fmt-1_0.tld
2009-10-30 07:36:54,705 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,705 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,706 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,754 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/c-1_0-rt.tld
2009-10-30 07:36:54,756 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,756 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,757 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,790 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/scriptfree.tld
2009-10-30 07:36:54,793 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/fmt-1_0-rt.tld
2009-10-30 07:36:54,795 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,796 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,796 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,816 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/sitemesh-2.2.1.jar!/META-INF/sitemesh-decorator.tld
2009-10-30 07:36:54,818 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,819 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,819 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,827 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/sitemesh-2.2.1.jar!/META-INF/sitemesh-page.tld
2009-10-30 07:36:54,829 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,830 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,830 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,841 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/c.tld
2009-10-30 07:36:54,851 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/x-1_0.tld
2009-10-30 07:36:54,852 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,853 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,853 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,864 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/permittedTaglibs.tld
2009-10-30 07:36:54,866 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/sql-1_0-rt.tld
2009-10-30 07:36:54,868 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,869 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,869 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,883 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/fmt.tld
2009-10-30 07:36:54,904 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/fn.tld
2009-10-30 07:36:54,940 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/sql-1_0.tld
2009-10-30 07:36:54,942 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,942 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,942 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,960 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/x.tld
2009-10-30 07:36:54,967 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/x-1_0-rt.tld
2009-10-30 07:36:54,969 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,969 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,969 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,982 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/sql.tld
2009-10-30 07:36:54,992 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/jsp-2.1-6.1.9.jar!/META-INF/c-1_0.tld
2009-10-30 07:36:54,994 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:54,995 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:54,995 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:55,008 [erSimpleAppMain] DEBUG log                           
-
TLD=jar:file:/home/dg/sorter/activemq/lib/web/spring-webmvc-2.5.5.jar!/META-INF/spring-form.tld
2009-10-30 07:36:55,011 [erSimpleAppMain] DEBUG log                           
- resolveEntity(-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN,
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd)
2009-10-30 07:36:55,011 [erSimpleAppMain] DEBUG log                           
- Can't exact match entity in redirect map, trying web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:55,012 [erSimpleAppMain] DEBUG log                           
- Redirected entity http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd -->
jar:file:/home/dg/sorter/activemq/lib/web/jsp-api-2.1-6.1.9.jar!/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
2009-10-30 07:36:55,100 [erSimpleAppMain] DEBUG log                           
- Container JettyFactoryBean@55127b52 +
org.mortbay.jetty.servlet.HashSessionIdManager@41e8fa70 as sessionIdManager
2009-10-30 07:36:55,168 [erSimpleAppMain] DEBUG log                           
- started org.mortbay.jetty.servlet.HashSessionIdManager@41e8fa70
2009-10-30 07:36:55,172 [erSimpleAppMain] DEBUG log                           
- started org.mortbay.jetty.servlet.HashSessionManager@24c6e1ec
2009-10-30 07:36:55,175 [erSimpleAppMain] DEBUG log                           
- filterNameMap={session=session, spring-rq=spring-rq, sitemesh=sitemesh,
spring=spring}
2009-10-30 07:36:55,176 [erSimpleAppMain] DEBUG log                           
- pathFilters=[(F=sitemesh,[/*],[],0), (F=spring,[/*],[],0),
(F=session,[/*],[],0), (F=spring-rq,[/*],[],0)]
2009-10-30 07:36:55,176 [erSimpleAppMain] DEBUG log                           
- servletFilterMap=null
2009-10-30 07:36:55,176 [erSimpleAppMain] DEBUG log                           
- servletPathMap={*.XSP=jsp, *.jsp=jsp, *.jspx=jsp, *.JSPF=jsp,
/send/*=SendServlet, /ajax/*=AjaxServlet, /=default, *.xsp=jsp, *.jspf=jsp,
*.JSPX=jsp, *.action=dispatcher, /queueBrowse/*=QueueBrowseServlet,
*.JSP=jsp}
2009-10-30 07:36:55,176 [erSimpleAppMain] DEBUG log                           
- servletNameMap={SendServlet=SendServlet, jsp=jsp, default=default,
AjaxServlet=AjaxServlet, QueueBrowseServlet=QueueBrowseServlet,
dispatcher=dispatcher}
2009-10-30 07:36:55,176 [erSimpleAppMain] DEBUG log                           
- starting ServletHandler@2200c550
2009-10-30 07:36:55,176 [erSimpleAppMain] DEBUG log                           
- started ServletHandler@2200c550
2009-10-30 07:36:55,177 [erSimpleAppMain] DEBUG log                           
- starting SecurityHandler@798f1a31
________________________________________________________________________________________
This is happening repeatedly.

I am currently using version 5.2 of Active Mq.

Thanks, 
-- 
View this message in context: http://www.nabble.com/Active-MQ-transport-layer-fail-issue-tp26123756p26123756.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.