You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Wayne1285 <Wa...@hotmail.com> on 2006/04/04 07:55:56 UTC

IOException: Unknown data type: 0

I am running ActiveMQ-4.0-RC1, Java 1.5 MySQL 5.0.  I am using the Jencks
JCAContainer and when I test it on my development computer it works as
expected.  When I move it to the server, it fails with the logs below. I
sure seem to be having trouble getting this to run on a Windows 2003 R2
Server. This is my third night of attempts.

Here is the log file from the JMSBroker running on the server
=====================================================
INFO Tue 04 12:26:25AM ActiveMQ 4.0-RC1 JMS Message Broker (SegOneJmsBroker)
is starting
 INFO Tue 04 12:26:25AM For help or more information please see:
http://www.logicblaze.com
 INFO Tue 04 12:26:25AM Database driver recognized: [mysql-ab_jdbc_driver]
 INFO Tue 04 12:26:26AM JmsBrokerManager.start() Starting JMS connection to
tcp://localhost:9137
 INFO Tue 04 12:26:26AM Listening for connections at:
tcp://seg-web-server:9137
 INFO Tue 04 12:26:26AM Connector tcp://seg-web-server:9137 Started
 INFO Tue 04 12:26:26AM ActiveMQ JMS Message Broker (SegOneJmsBroker)
started
 INFO Tue 04 12:26:26AM JmsBrokerManager.start() Listening to
tcp://localhost:9137 and persisting to jdbc:mysql://:6033/jmsdb
 INFO Tue 04 12:26:26AM JMX consoles can connect to
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
 INFO Tue 04 12:31:56AM Sync error occurred: java.io.IOException: Unknown
data type: 0java.io.IOException: Unknown data type: 0
	at
org.apache.activemq.openwire.OpenWireFormat.looseUnmarshalNestedObject(OpenWireFormat.java:442)
	at
org.apache.activemq.openwire.v1.BaseDataStreamMarshaller.looseUnmarsalCachedObject(BaseDataStreamMarshaller.java:453)
	at
org.apache.activemq.openwire.v1.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:189)
	at
org.apache.activemq.openwire.v1.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:100)
	at
org.apache.activemq.openwire.v1.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:100)
	at
org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:348)
	at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:210)
	at
org.apache.activemq.store.jdbc.JDBCMessageStore$1.recoverMessage(JDBCMessageStore.java:154)
	at
org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter.doRecover(DefaultJDBCAdapter.java:337)
	at
org.apache.activemq.store.jdbc.JDBCMessageStore.recover(JDBCMessageStore.java:152)
	at
org.apache.activemq.store.ProxyMessageStore.recover(ProxyMessageStore.java:49)
	at org.apache.activemq.broker.region.Queue.<init>(Queue.java:92)
	at
org.apache.activemq.broker.region.QueueRegion.createDestination(QueueRegion.java:58)
	at
org.apache.activemq.broker.jmx.ManagedQueueRegion.createDestination(ManagedQueueRegion.java:56)
	at
org.apache.activemq.broker.region.AbstractRegion.addDestination(AbstractRegion.java:76)
	at
org.apache.activemq.broker.region.RegionBroker.addDestination(RegionBroker.java:191)
	at
org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
	at
org.apache.activemq.advisory.AdvisoryBroker.addDestination(AdvisoryBroker.java:139)
	at
org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
	at
org.apache.activemq.broker.MutableBrokerFilter.addDestination(MutableBrokerFilter.java:136)
	at
org.apache.activemq.broker.region.AbstractRegion.addConsumer(AbstractRegion.java:134)
	at
org.apache.activemq.broker.region.RegionBroker.addConsumer(RegionBroker.java:258)
	at
org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
	at
org.apache.activemq.advisory.AdvisoryBroker.addConsumer(AdvisoryBroker.java:75)
	at
org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
	at
org.apache.activemq.broker.MutableBrokerFilter.addConsumer(MutableBrokerFilter.java:80)
	at
org.apache.activemq.broker.AbstractConnection.processAddConsumer(AbstractConnection.java:422)
	at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:291)
	at
org.apache.activemq.broker.AbstractConnection.service(AbstractConnection.java:196)
	at
org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:62)
	at
org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:88)
	at
org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:70)
	at
org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:114)
	at
org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122)
	at
org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87)
	at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136)
	at java.lang.Thread.run(Unknown Source)
=============================================


Here is the log file from the Jencks JCAContainer running on the same server
as the broker.
=============================================
  INFO  Loading XML bean definitions from file
[C:\SegOne\config\spring-config.xml] -- Tue 2006.04.04 12:36:58.982AM CDT 
 DEBUG  Using JAXP implementation
[com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@1d9fd51]
-- Tue 2006.04.04 12:36:58.982AM CDT 
 DEBUG  Trying to resolve XML entity with public ID [-//SPRING//DTD
BEAN//EN] and system ID
[http://www.springframework.org/dtd/spring-beans.dtd] -- Tue 2006.04.04
12:36:59.044AM CDT 
 DEBUG  Trying to locate [spring-beans.dtd] in Spring jar -- Tue 2006.04.04
12:36:59.044AM CDT 
 DEBUG  Found beans DTD
[http://www.springframework.org/dtd/spring-beans.dtd] in classpath -- Tue
2006.04.04 12:36:59.044AM CDT 
 DEBUG  Loading bean definitions -- Tue 2006.04.04 12:36:59.091AM CDT 
 DEBUG  Default lazy init 'false' -- Tue 2006.04.04 12:36:59.107AM CDT 
 DEBUG  Default autowire 'no' -- Tue 2006.04.04 12:36:59.107AM CDT 
 DEBUG  Default dependency check 'none' -- Tue 2006.04.04 12:36:59.107AM CDT 
 DEBUG  Neither XML 'id' nor 'name' specified - using generated bean name
[org.jencks.factory.BootstrapContextFactoryBean#1394894] -- Tue 2006.04.04
12:36:59.123AM CDT 
 DEBUG  Neither XML 'id' nor 'name' specified - using generated bean name
[org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6] -- Tue 2006.04.04
12:36:59.154AM CDT 
 DEBUG  Neither XML 'id' nor 'name' specified - using generated bean name
[com.segone.UploadProcessorFileImpl#1362012] -- Tue 2006.04.04
12:36:59.185AM CDT 
 DEBUG  Found 3 <bean> elements in file [C:\SegOne\config\spring-config.xml]
-- Tue 2006.04.04 12:36:59.201AM CDT 
 DEBUG  Loaded 3 bean definitions from location pattern
[/C:/SegOne/config/spring-config.xml] -- Tue 2006.04.04 12:36:59.201AM CDT 
  INFO  Bean factory for application context
[org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051]:
org.springframework.beans.factory.support.DefaultListableBeanFactory
defining beans [JCAContainer,SegOnePlayerActivity,PlayerActivityHandler];
root of BeanFactory hierarchy -- Tue 2006.04.04 12:36:59.201AM CDT 
  INFO  3 beans defined in application context
[org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051]
-- Tue 2006.04.04 12:36:59.216AM CDT 
  INFO  JDK 1.4+ collections available -- Tue 2006.04.04 12:36:59.232AM CDT 
 DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.232AM
CDT 
  INFO  Unable to locate MessageSource with name 'messageSource': using
default [org.springframework.context.support.DelegatingMessageSource@80d1ff]
-- Tue 2006.04.04 12:36:59.232AM CDT 
 DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.248AM
CDT 
  INFO  Unable to locate ApplicationEventMulticaster with name
'applicationEventMulticaster': using default
[org.springframework.context.event.SimpleApplicationEventMulticaster@ec4a87]
-- Tue 2006.04.04 12:36:59.248AM CDT 
 DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.248AM
CDT 
  INFO  Pre-instantiating singletons in factory
[org.springframework.beans.factory.support.DefaultListableBeanFactory
defining beans [JCAContainer,SegOnePlayerActivity,PlayerActivityHandler];
root of BeanFactory hierarchy] -- Tue 2006.04.04 12:36:59.248AM CDT 
 DEBUG  Creating shared instance of singleton bean 'JCAContainer' -- Tue
2006.04.04 12:36:59.248AM CDT 
 DEBUG  Creating instance of bean 'JCAContainer' with merged definition
[Root bean: class [org.jencks.JCAContainer]; abstract=false; singleton=true;
lazyInit=false; autowire=0; dependencyCheck=0; initMethodName=null;
destroyMethodName=null; factoryMethodName=null; factoryBeanName=null;
defined in file [C:\SegOne\config\spring-config.xml]] -- Tue 2006.04.04
12:36:59.248AM CDT 
 DEBUG  Invoking BeanPostProcessors before instantiation of bean
'JCAContainer' -- Tue 2006.04.04 12:36:59.263AM CDT 
 DEBUG  Getting BeanInfo for class [org.jencks.JCAContainer] -- Tue
2006.04.04 12:36:59.294AM CDT 
 DEBUG  Caching PropertyDescriptors for class [org.jencks.JCAContainer] --
Tue 2006.04.04 12:36:59.294AM CDT 
 DEBUG  Found property 'applicationContext' of type
[org.springframework.context.ApplicationContext] -- Tue 2006.04.04
12:36:59.294AM CDT 
 DEBUG  Found property 'bootstrapContext' of type
[javax.resource.spi.BootstrapContext] -- Tue 2006.04.04 12:36:59.294AM CDT 
 DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
12:36:59.310AM CDT 
 DEBUG  Found property 'lazyLoad' of type [boolean] -- Tue 2006.04.04
12:36:59.310AM CDT 
 DEBUG  Found property 'resourceAdapter' of type
[javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04 12:36:59.310AM CDT 
 DEBUG  Class [org.jencks.JCAContainer] is cache-safe -- Tue 2006.04.04
12:36:59.310AM CDT 
 DEBUG  Resolving inner bean definition
'org.jencks.factory.BootstrapContextFactoryBean#1394894' of bean
'JCAContainer' -- Tue 2006.04.04 12:36:59.310AM CDT 
 DEBUG  Creating instance of bean
'org.jencks.factory.BootstrapContextFactoryBean#1394894' with merged
definition [Root bean: class
[org.jencks.factory.BootstrapContextFactoryBean]; abstract=false;
singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
initMethodName=null; destroyMethodName=null; factoryMethodName=null;
factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
-- Tue 2006.04.04 12:36:59.310AM CDT 
 DEBUG  Invoking BeanPostProcessors before instantiation of bean
'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
12:36:59.326AM CDT 
 DEBUG  Getting BeanInfo for class
[org.jencks.factory.BootstrapContextFactoryBean] -- Tue 2006.04.04
12:36:59.326AM CDT 
 DEBUG  Caching PropertyDescriptors for class
[org.jencks.factory.BootstrapContextFactoryBean] -- Tue 2006.04.04
12:36:59.341AM CDT 
 DEBUG  Found property 'applicationContext' of type
[org.springframework.context.ApplicationContext] -- Tue 2006.04.04
12:36:59.341AM CDT 
 DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
12:36:59.341AM CDT 
 DEBUG  Found property 'defaultTransactionTimeoutSeconds' of type [int] --
Tue 2006.04.04 12:36:59.341AM CDT 
 DEBUG  Found property 'object' of type [java.lang.Object] -- Tue 2006.04.04
12:36:59.341AM CDT 
 DEBUG  Found property 'objectType' of type [java.lang.Class] -- Tue
2006.04.04 12:36:59.357AM CDT 
 DEBUG  Found property 'resourceManagers' of type [java.util.Collection] --
Tue 2006.04.04 12:36:59.357AM CDT 
 DEBUG  Found property 'singleton' of type [boolean] -- Tue 2006.04.04
12:36:59.357AM CDT 
 DEBUG  Found property 'threadPoolSize' of type [int] -- Tue 2006.04.04
12:36:59.357AM CDT 
 DEBUG  Found property 'transactionContextManager' of type
[org.apache.geronimo.transaction.context.TransactionContextManager] -- Tue
2006.04.04 12:36:59.357AM CDT 
 DEBUG  Found property 'transactionLog' of type
[org.apache.geronimo.transaction.manager.TransactionLog] -- Tue 2006.04.04
12:36:59.357AM CDT 
 DEBUG  Found property 'transactionManager' of type
[org.apache.geronimo.transaction.ExtendedTransactionManager] -- Tue
2006.04.04 12:36:59.357AM CDT 
 DEBUG  Found property 'workManager' of type
[org.apache.geronimo.connector.work.GeronimoWorkManager] -- Tue 2006.04.04
12:36:59.373AM CDT 
 DEBUG  Found property 'xidImporter' of type
[org.apache.geronimo.transaction.manager.XidImporter] -- Tue 2006.04.04
12:36:59.373AM CDT 
 DEBUG  Class [org.jencks.factory.BootstrapContextFactoryBean] is cache-safe
-- Tue 2006.04.04 12:36:59.373AM CDT 
 DEBUG  Converting String to [int] using property editor
[org.springframework.beans.propertyeditors.CustomNumberEditor@3b1d04] -- Tue
2006.04.04 12:36:59.388AM CDT 
 DEBUG  About to invoke write method [public void
org.jencks.factory.BootstrapContextFactoryBean.setThreadPoolSize(int)] on
object of class [org.jencks.factory.BootstrapContextFactoryBean] -- Tue
2006.04.04 12:36:59.388AM CDT 
 DEBUG  Invoked write method [public void
org.jencks.factory.BootstrapContextFactoryBean.setThreadPoolSize(int)] with
value of type [int] -- Tue 2006.04.04 12:36:59.388AM CDT 
 DEBUG  Invoking BeanPostProcessors before initialization of bean
'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
12:36:59.388AM CDT 
 DEBUG  Invoking setApplicationContext on ApplicationContextAware bean
'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
12:36:59.388AM CDT 
 DEBUG  Invoking afterPropertiesSet() on bean with name
'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
12:36:59.404AM CDT 
 DEBUG  Invoking BeanPostProcessors after initialization of bean
'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
12:36:59.404AM CDT 
 DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.404AM
CDT 
 DEBUG  Bean with name
'org.jencks.factory.BootstrapContextFactoryBean#1394894' is a factory bean
-- Tue 2006.04.04 12:36:59.404AM CDT 
 DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.419AM
CDT 
 DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.419AM
CDT 
 DEBUG  Resolving inner bean definition 'activeMqResourceAdapter' of bean
'JCAContainer' -- Tue 2006.04.04 12:36:59.451AM CDT 
 DEBUG  Creating instance of bean 'activeMqResourceAdapter' with merged
definition [Root bean: class
[org.apache.activemq.ra.ActiveMQResourceAdapter]; abstract=false;
singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
initMethodName=null; destroyMethodName=null; factoryMethodName=null;
factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
-- Tue 2006.04.04 12:36:59.451AM CDT 
 DEBUG  Invoking BeanPostProcessors before instantiation of bean
'activeMqResourceAdapter' -- Tue 2006.04.04 12:36:59.466AM CDT 
 DEBUG  Getting BeanInfo for class
[org.apache.activemq.ra.ActiveMQResourceAdapter] -- Tue 2006.04.04
12:36:59.466AM CDT 
 DEBUG  Caching PropertyDescriptors for class
[org.apache.activemq.ra.ActiveMQResourceAdapter] -- Tue 2006.04.04
12:36:59.482AM CDT 
 DEBUG  Found property 'allPrefetchValues' of type [java.lang.Integer] --
Tue 2006.04.04 12:36:59.482AM CDT 
 DEBUG  Found property 'bootstrapContext' of type
[javax.resource.spi.BootstrapContext] -- Tue 2006.04.04 12:36:59.482AM CDT 
 DEBUG  Found property 'brokerXmlConfig' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.482AM CDT 
 DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
12:36:59.482AM CDT 
 DEBUG  Found property 'clientid' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.498AM CDT 
 DEBUG  Found property 'connectionFactory' of type
[org.apache.activemq.ActiveMQConnectionFactory] -- Tue 2006.04.04
12:36:59.498AM CDT 
 DEBUG  Found property 'durableTopicPrefetch' of type [java.lang.Integer] --
Tue 2006.04.04 12:36:59.498AM CDT 
 DEBUG  Found property 'info' of type
[org.apache.activemq.ra.ActiveMQConnectionRequestInfo] -- Tue 2006.04.04
12:36:59.498AM CDT 
 DEBUG  Found property 'initialRedeliveryDelay' of type [java.lang.Long] --
Tue 2006.04.04 12:36:59.498AM CDT 
 DEBUG  Found property 'inputStreamPrefetch' of type [java.lang.Integer] --
Tue 2006.04.04 12:36:59.513AM CDT 
 DEBUG  Found property 'maximumRedeliveries' of type [java.lang.Integer] --
Tue 2006.04.04 12:36:59.513AM CDT 
 DEBUG  Found property 'password' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.513AM CDT 
 DEBUG  Found property 'queueBrowserPrefetch' of type [java.lang.Integer] --
Tue 2006.04.04 12:36:59.513AM CDT 
 DEBUG  Found property 'queuePrefetch' of type [java.lang.Integer] -- Tue
2006.04.04 12:36:59.513AM CDT 
 DEBUG  Found property 'redeliveryBackOffMultiplier' of type
[java.lang.Short] -- Tue 2006.04.04 12:36:59.513AM CDT 
 DEBUG  Found property 'redeliveryUseExponentialBackOff' of type
[java.lang.Boolean] -- Tue 2006.04.04 12:36:59.513AM CDT 
 DEBUG  Found property 'serverUrl' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.529AM CDT 
 DEBUG  Found property 'topicPrefetch' of type [java.lang.Integer] -- Tue
2006.04.04 12:36:59.529AM CDT 
 DEBUG  Found property 'useInboundSession' of type [java.lang.Boolean] --
Tue 2006.04.04 12:36:59.529AM CDT 
 DEBUG  Found property 'useInboundSessionEnabled' of type [boolean] -- Tue
2006.04.04 12:36:59.529AM CDT 
 DEBUG  Found property 'userName' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.529AM CDT 
 DEBUG  Class [org.apache.activemq.ra.ActiveMQResourceAdapter] is cache-safe
-- Tue 2006.04.04 12:36:59.529AM CDT 
 DEBUG  About to invoke write method [public void
org.apache.activemq.ra.ActiveMQResourceAdapter.setServerUrl(java.lang.String)]
on object of class [org.apache.activemq.ra.ActiveMQResourceAdapter] -- Tue
2006.04.04 12:36:59.529AM CDT 
 DEBUG  Invoked write method [public void
org.apache.activemq.ra.ActiveMQResourceAdapter.setServerUrl(java.lang.String)]
with value of type [java.lang.String] -- Tue 2006.04.04 12:36:59.544AM CDT 
 DEBUG  Invoking BeanPostProcessors before initialization of bean
'activeMqResourceAdapter' -- Tue 2006.04.04 12:36:59.544AM CDT 
 DEBUG  Invoking BeanPostProcessors after initialization of bean
'activeMqResourceAdapter' -- Tue 2006.04.04 12:36:59.544AM CDT 
 DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.544AM
CDT 
 DEBUG  About to invoke write method [public void
org.jencks.JCAContainer.setBootstrapContext(javax.resource.spi.BootstrapContext)]
on object of class [org.jencks.JCAContainer] -- Tue 2006.04.04
12:36:59.544AM CDT 
 DEBUG  Invoked write method [public void
org.jencks.JCAContainer.setBootstrapContext(javax.resource.spi.BootstrapContext)]
with value of type [javax.resource.spi.BootstrapContext] -- Tue 2006.04.04
12:36:59.544AM CDT 
 DEBUG  About to invoke write method [public void
org.jencks.JCAContainer.setResourceAdapter(javax.resource.spi.ResourceAdapter)]
on object of class [org.jencks.JCAContainer] -- Tue 2006.04.04
12:36:59.544AM CDT 
 DEBUG  Invoked write method [public void
org.jencks.JCAContainer.setResourceAdapter(javax.resource.spi.ResourceAdapter)]
with value of type [javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04
12:36:59.576AM CDT 
 DEBUG  Invoking BeanPostProcessors before initialization of bean
'JCAContainer' -- Tue 2006.04.04 12:36:59.576AM CDT 
 DEBUG  Invoking setApplicationContext on ApplicationContextAware bean
'JCAContainer' -- Tue 2006.04.04 12:36:59.576AM CDT 
 DEBUG  Invoking afterPropertiesSet() on bean with name 'JCAContainer' --
Tue 2006.04.04 12:36:59.576AM CDT 
 DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.576AM
CDT 
 DEBUG  Creating shared instance of singleton bean 'SegOnePlayerActivity' --
Tue 2006.04.04 12:36:59.576AM CDT 
 DEBUG  Creating instance of bean 'SegOnePlayerActivity' with merged
definition [Root bean: class [org.jencks.JCAConnector]; abstract=false;
singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
initMethodName=null; destroyMethodName=null; factoryMethodName=null;
factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
-- Tue 2006.04.04 12:36:59.591AM CDT 
 DEBUG  Invoking BeanPostProcessors before instantiation of bean
'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.591AM CDT 
 DEBUG  Getting BeanInfo for class [org.jencks.JCAConnector] -- Tue
2006.04.04 12:36:59.591AM CDT 
 DEBUG  Caching PropertyDescriptors for class [org.jencks.JCAConnector] --
Tue 2006.04.04 12:36:59.591AM CDT 
 DEBUG  Found property 'activationSpec' of type
[javax.resource.spi.ActivationSpec] -- Tue 2006.04.04 12:36:59.607AM CDT 
 DEBUG  Found property 'beanFactory' of type
[org.springframework.beans.factory.BeanFactory] -- Tue 2006.04.04
12:36:59.607AM CDT 
 DEBUG  Found property 'beanName' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.607AM CDT 
 DEBUG  Found property 'bootstrapContext' of type
[javax.resource.spi.BootstrapContext] -- Tue 2006.04.04 12:36:59.607AM CDT 
 DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
12:36:59.607AM CDT 
 DEBUG  Found property 'endpointFactory' of type
[javax.resource.spi.endpoint.MessageEndpointFactory] -- Tue 2006.04.04
12:36:59.607AM CDT 
 DEBUG  Found property 'jcaContainer' of type [org.jencks.JCAContainer] --
Tue 2006.04.04 12:36:59.607AM CDT 
 DEBUG  Found property 'name' of type [java.lang.String] -- Tue 2006.04.04
12:36:59.607AM CDT 
 DEBUG  Found property 'ref' of type [java.lang.String] -- Tue 2006.04.04
12:36:59.623AM CDT 
 DEBUG  Found property 'resourceAdapter' of type
[javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04 12:36:59.623AM CDT 
 DEBUG  Found property 'transactionManager' of type
[javax.transaction.TransactionManager] -- Tue 2006.04.04 12:36:59.623AM CDT 
 DEBUG  Class [org.jencks.JCAConnector] is cache-safe -- Tue 2006.04.04
12:36:59.623AM CDT 
 DEBUG  Resolving reference from property 'jcaContainer' in bean
'SegOnePlayerActivity' to bean 'JCAContainer' -- Tue 2006.04.04
12:36:59.623AM CDT 
 DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.623AM
CDT 
 DEBUG  Returning cached instance of singleton bean 'JCAContainer' -- Tue
2006.04.04 12:36:59.623AM CDT 
 DEBUG  Resolving inner bean definition
'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' of bean
'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.623AM CDT 
 DEBUG  Creating instance of bean
'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' with merged
definition [Root bean: class
[org.apache.activemq.ra.ActiveMQActivationSpec]; abstract=false;
singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
initMethodName=null; destroyMethodName=null; factoryMethodName=null;
factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
-- Tue 2006.04.04 12:36:59.638AM CDT 
 DEBUG  Invoking BeanPostProcessors before instantiation of bean
'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' -- Tue 2006.04.04
12:36:59.638AM CDT 
 DEBUG  Getting BeanInfo for class
[org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue 2006.04.04
12:36:59.638AM CDT 
 DEBUG  Caching PropertyDescriptors for class
[org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue 2006.04.04
12:36:59.654AM CDT 
 DEBUG  Found property 'acknowledgeMode' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.654AM CDT 
 DEBUG  Found property 'acknowledgeModeForSession' of type [int] -- Tue
2006.04.04 12:36:59.654AM CDT 
 DEBUG  Found property 'activeMQDestination' of type
[org.apache.activemq.command.ActiveMQDestination] -- Tue 2006.04.04
12:36:59.654AM CDT 
 DEBUG  Found property 'backOffMultiplier' of type [short] -- Tue 2006.04.04
12:36:59.654AM CDT 
 DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
12:36:59.654AM CDT 
 DEBUG  Found property 'clientId' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.654AM CDT 
 DEBUG  Found property 'destination' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'destinationType' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'durableSubscription' of type [boolean] -- Tue
2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'enableBatch' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'enableBatchBooleanValue' of type [boolean] -- Tue
2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'initialRedeliveryDelay' of type [long] -- Tue
2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'maxMessagesPerBatch' of type [java.lang.String] --
Tue 2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'maxMessagesPerBatchIntValue' of type [int] -- Tue
2006.04.04 12:36:59.669AM CDT 
 DEBUG  Found property 'maxMessagesPerSessions' of type [java.lang.String]
-- Tue 2006.04.04 12:36:59.685AM CDT 
 DEBUG  Found property 'maxMessagesPerSessionsIntValue' of type [int] -- Tue
2006.04.04 12:36:59.685AM CDT 
 DEBUG  Found property 'maxSessions' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.685AM CDT 
 DEBUG  Found property 'maxSessionsIntValue' of type [int] -- Tue 2006.04.04
12:36:59.685AM CDT 
 DEBUG  Found property 'maximumRedeliveries' of type [int] -- Tue 2006.04.04
12:36:59.685AM CDT 
 DEBUG  Found property 'messageSelector' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.685AM CDT 
 DEBUG  Found property 'noLocal' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.685AM CDT 
 DEBUG  Found property 'noLocalBooleanValue' of type [boolean] -- Tue
2006.04.04 12:36:59.685AM CDT 
 DEBUG  Found property 'password' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.701AM CDT 
 DEBUG  Found property 'resourceAdapter' of type
[javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04 12:36:59.701AM CDT 
 DEBUG  Found property 'subscriptionDurability' of type [java.lang.String]
-- Tue 2006.04.04 12:36:59.701AM CDT 
 DEBUG  Found property 'subscriptionName' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.701AM CDT 
 DEBUG  Found property 'useExponentialBackOff' of type [boolean] -- Tue
2006.04.04 12:36:59.701AM CDT 
 DEBUG  Found property 'useRAManagedTransaction' of type [java.lang.String]
-- Tue 2006.04.04 12:36:59.701AM CDT 
 DEBUG  Found property 'useRAManagedTransactionEnabled' of type [boolean] --
Tue 2006.04.04 12:36:59.701AM CDT 
 DEBUG  Found property 'userName' of type [java.lang.String] -- Tue
2006.04.04 12:36:59.701AM CDT 
 DEBUG  Class [org.apache.activemq.ra.ActiveMQActivationSpec] is cache-safe
-- Tue 2006.04.04 12:36:59.716AM CDT 
 DEBUG  About to invoke write method [public void
org.apache.activemq.ra.ActiveMQActivationSpec.setDestination(java.lang.String)]
on object of class [org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue
2006.04.04 12:36:59.716AM CDT 
 DEBUG  Invoked write method [public void
org.apache.activemq.ra.ActiveMQActivationSpec.setDestination(java.lang.String)]
with value of type [java.lang.String] -- Tue 2006.04.04 12:36:59.716AM CDT 
 DEBUG  About to invoke write method [public void
org.apache.activemq.ra.ActiveMQActivationSpec.setDestinationType(java.lang.String)]
on object of class [org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue
2006.04.04 12:36:59.716AM CDT 
 DEBUG  Invoked write method [public void
org.apache.activemq.ra.ActiveMQActivationSpec.setDestinationType(java.lang.String)]
with value of type [java.lang.String] -- Tue 2006.04.04 12:36:59.716AM CDT 
 DEBUG  Invoking BeanPostProcessors before initialization of bean
'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' -- Tue 2006.04.04
12:36:59.716AM CDT 
 DEBUG  Invoking BeanPostProcessors after initialization of bean
'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' -- Tue 2006.04.04
12:36:59.732AM CDT 
 DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.732AM
CDT 
 DEBUG  About to invoke write method [public void
org.jencks.JCAConnector.setJcaContainer(org.jencks.JCAContainer)] on object
of class [org.jencks.JCAConnector] -- Tue 2006.04.04 12:36:59.732AM CDT 
 DEBUG  Invoked write method [public void
org.jencks.JCAConnector.setJcaContainer(org.jencks.JCAContainer)] with value
of type [org.jencks.JCAContainer] -- Tue 2006.04.04 12:36:59.732AM CDT 
 DEBUG  About to invoke write method [public void
org.jencks.JCAConnector.setActivationSpec(javax.resource.spi.ActivationSpec)]
on object of class [org.jencks.JCAConnector] -- Tue 2006.04.04
12:36:59.732AM CDT 
 DEBUG  Invoked write method [public void
org.jencks.JCAConnector.setActivationSpec(javax.resource.spi.ActivationSpec)]
with value of type [javax.resource.spi.ActivationSpec] -- Tue 2006.04.04
12:36:59.732AM CDT 
 DEBUG  About to invoke write method [public void
org.jencks.JCAConnector.setRef(java.lang.String)] on object of class
[org.jencks.JCAConnector] -- Tue 2006.04.04 12:36:59.748AM CDT 
 DEBUG  Invoked write method [public void
org.jencks.JCAConnector.setRef(java.lang.String)] with value of type
[java.lang.String] -- Tue 2006.04.04 12:36:59.748AM CDT 
 DEBUG  Invoking setBeanName on BeanNameAware bean 'SegOnePlayerActivity' --
Tue 2006.04.04 12:36:59.748AM CDT 
 DEBUG  Invoking setBeanFactory on BeanFactoryAware bean
'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.748AM CDT 
 DEBUG  Invoking BeanPostProcessors before initialization of bean
'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.748AM CDT 
 DEBUG  Invoking afterPropertiesSet() on bean with name
'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.748AM CDT 
  INFO  Activating endpoint for activationSpec:
ActiveMQActivationSpec{acknowledgeMode='Auto-acknowledge',
destinationType='javax.jms.Queue', messageSelector='null',
destination='playerActivity', clientId='null', subscriptionName='null',
subscriptionDurability='NonDurable'} using endpointFactory:
org.jencks.DefaultEndpointFactory@1b60280[transactionManager=null] -- Tue
2006.04.04 12:36:59.763AM CDT 
 DEBUG  Starting -- Tue 2006.04.04 12:36:59.779AM CDT 
 DEBUG  Started -- Tue 2006.04.04 12:36:59.794AM CDT 
 DEBUG  Invoking BeanPostProcessors after initialization of bean
'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.794AM CDT 
  INFO  Jencks JCA Container (http://jencks.org/) has started running
version: null -- Tue 2006.04.04 12:36:59.794AM CDT 
 DEBUG  Invoking BeanPostProcessors after initialization of bean
'JCAContainer' -- Tue 2006.04.04 12:36:59.935AM CDT 
 DEBUG  Returning cached instance of singleton bean 'SegOnePlayerActivity'
-- Tue 2006.04.04 12:36:59.935AM CDT 
 DEBUG  Creating shared instance of singleton bean 'PlayerActivityHandler'
-- Tue 2006.04.04 12:36:59.951AM CDT 
 DEBUG  Creating instance of bean 'PlayerActivityHandler' with merged
definition [Root bean: class
[com.segone.communications.jms.PlayerActivityHandler]; abstract=false;
singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
initMethodName=null; destroyMethodName=null; factoryMethodName=null;
factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
-- Tue 2006.04.04 12:36:59.951AM CDT 
 DEBUG  Invoking BeanPostProcessors before instantiation of bean
'PlayerActivityHandler' -- Tue 2006.04.04 12:36:59.951AM CDT 
 DEBUG  PlayerActivityHandler.  Just created instance. -- Tue 2006.04.04
12:36:59.951AM CDT 
 DEBUG  Getting BeanInfo for class
[com.segone.communications.jms.PlayerActivityHandler] -- Tue 2006.04.04
12:36:59.982AM CDT 
 DEBUG  Caching PropertyDescriptors for class
[com.segone.communications.jms.PlayerActivityHandler] -- Tue 2006.04.04
12:36:59.982AM CDT 
 DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
12:36:59.982AM CDT 
 DEBUG  Found property 'uploadProcessor' of type
[com.segone.UploadProcessor] -- Tue 2006.04.04 12:36:59.982AM CDT 
 DEBUG  Class [com.segone.communications.jms.PlayerActivityHandler] is
cache-safe -- Tue 2006.04.04 12:36:59.998AM CDT 
 DEBUG  Resolving inner bean definition
'com.segone.UploadProcessorFileImpl#1362012' of bean 'PlayerActivityHandler'
-- Tue 2006.04.04 12:36:59.998AM CDT 
 DEBUG  Creating instance of bean
'com.segone.UploadProcessorFileImpl#1362012' with merged definition [Root
bean: class [com.segone.UploadProcessorFileImpl]; abstract=false;
singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
initMethodName=null; destroyMethodName=null; factoryMethodName=null;
factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
-- Tue 2006.04.04 12:36:59.998AM CDT 
 DEBUG  Invoking BeanPostProcessors before instantiation of bean
'com.segone.UploadProcessorFileImpl#1362012' -- Tue 2006.04.04
12:36:59.998AM CDT 
 DEBUG  Getting BeanInfo for class [com.segone.UploadProcessorFileImpl] --
Tue 2006.04.04 12:36:59.998AM CDT 
 DEBUG  Caching PropertyDescriptors for class
[com.segone.UploadProcessorFileImpl] -- Tue 2006.04.04 12:37:00.013AM CDT 
 DEBUG  Found property 'OSOutputFile' of type [java.io.File] -- Tue
2006.04.04 12:37:00.013AM CDT 
 DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
12:37:00.013AM CDT 
 DEBUG  Found property 'configOutputFile' of type [java.io.File] -- Tue
2006.04.04 12:37:00.013AM CDT 
 DEBUG  Found property 'jarsOutputFile' of type [java.io.File] -- Tue
2006.04.04 12:37:00.013AM CDT 
 DEBUG  Found property 'javaOuputFile' of type [java.io.File] -- Tue
2006.04.04 12:37:00.029AM CDT 
 DEBUG  Found property 'logOutputFile' of type [java.io.File] -- Tue
2006.04.04 12:37:00.029AM CDT 
 DEBUG  Found property 'missedOutputFile' of type [java.io.File] -- Tue
2006.04.04 12:37:00.029AM CDT 
 DEBUG  Found property 'playedOutputFile' of type [java.io.File] -- Tue
2006.04.04 12:37:00.029AM CDT 
 DEBUG  Class [com.segone.UploadProcessorFileImpl] is cache-safe -- Tue
2006.04.04 12:37:00.029AM CDT 
 DEBUG  Invoking BeanPostProcessors before initialization of bean
'com.segone.UploadProcessorFileImpl#1362012' -- Tue 2006.04.04
12:37:00.029AM CDT 
 DEBUG  Invoking BeanPostProcessors after initialization of bean
'com.segone.UploadProcessorFileImpl#1362012' -- Tue 2006.04.04
12:37:00.029AM CDT 
 DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:37:00.029AM
CDT 
 DEBUG  About to invoke write method [public void
com.segone.communications.jms.PlayerActivityHandler.setUploadProcessor(com.segone.UploadProcessor)]
on object of class [com.segone.communications.jms.PlayerActivityHandler] --
Tue 2006.04.04 12:37:00.029AM CDT 
 DEBUG  Invoked write method [public void
com.segone.communications.jms.PlayerActivityHandler.setUploadProcessor(com.segone.UploadProcessor)]
with value of type [com.segone.UploadProcessor] -- Tue 2006.04.04
12:37:00.044AM CDT 
 DEBUG  Invoking BeanPostProcessors before initialization of bean
'PlayerActivityHandler' -- Tue 2006.04.04 12:37:00.044AM CDT 
 DEBUG  Invoking BeanPostProcessors after initialization of bean
'PlayerActivityHandler' -- Tue 2006.04.04 12:37:00.044AM CDT 
 DEBUG  Publishing event in context
[org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051]:
org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.context.support.FileSystemXmlApplicationContext:
display name
[org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051];
startup date [Tue Apr 04 00:36:58 CDT 2006]; root of context hierarchy] --
Tue 2006.04.04 12:37:00.044AM CDT 
 DEBUG  Sending: WireFormatInfo { version=1,
properties={TightEncodingEnabled=true, TcpNoDelayEnabled=true,
SizePrefixDisabled=false, StackTraceEnabled=true,
MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} --
Tue 2006.04.04 12:37:00.326AM CDT 
 DEBUG  TCP consumer thread starting -- Tue 2006.04.04 12:37:00.357AM CDT 
 DEBUG  Received WireFormat: WireFormatInfo { version=1,
properties={StackTraceEnabled=true, TightEncodingEnabled=true,
TcpNoDelayEnabled=true, SizePrefixDisabled=false,
MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} --
Tue 2006.04.04 12:37:00.357AM CDT 
 DEBUG  tcp://localhost/127.0.0.1:9137 before negotiation:
OpenWireFormat{version=1, cacheEnabled=false, stackTraceEnabled=false,
tightEncodingEnabled=false, sizePrefixDisabled=false} -- Tue 2006.04.04
12:37:00.357AM CDT 
 DEBUG  tcp://localhost/127.0.0.1:9137 after negotiation:
OpenWireFormat{version=1, cacheEnabled=true, stackTraceEnabled=true,
tightEncodingEnabled=true, sizePrefixDisabled=false} -- Tue 2006.04.04
12:37:00.373AM CDT 
 DEBUG  Fail to to connect: javax.jms.JMSException: Unknown data type: 0 --
Tue 2006.04.04 12:37:01.279AM CDT javax.jms.JMSException: Unknown data type:
0
	at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:45)
	at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1114)
	at
org.apache.activemq.ActiveMQConnectionConsumer.<init>(ActiveMQConnectionConsumer.java:85)
	at
org.apache.activemq.ActiveMQConnection.createConnectionConsumer(ActiveMQConnection.java:1018)
	at
org.apache.activemq.ra.ActiveMQEndpointWorker$1.run(ActiveMQEndpointWorker.java:163)
	at
org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
	at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Unknown data type: 0
	at
org.apache.activemq.openwire.OpenWireFormat.looseUnmarshalNestedObject(OpenWireFormat.java:442)
	at
org.apache.activemq.openwire.v1.BaseDataStreamMarshaller.looseUnmarsalCachedObject(BaseDataStreamMarshaller.java:453)
	at
org.apache.activemq.openwire.v1.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:189)
	at
org.apache.activemq.openwire.v1.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:100)
	at
org.apache.activemq.openwire.v1.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:100)
	at
org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:348)
	at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:210)
	at
org.apache.activemq.store.jdbc.JDBCMessageStore$1.recoverMessage(JDBCMessageStore.java:154)
	at
org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter.doRecover(DefaultJDBCAdapter.java:337)
	at
org.apache.activemq.store.jdbc.JDBCMessageStore.recover(JDBCMessageStore.java:152)
	at
org.apache.activemq.store.ProxyMessageStore.recover(ProxyMessageStore.java:49)
	at org.apache.activemq.broker.region.Queue.<init>(Queue.java:92)
	at
org.apache.activemq.broker.region.QueueRegion.createDestination(QueueRegion.java:58)
	at
org.apache.activemq.broker.jmx.ManagedQueueRegion.createDestination(ManagedQueueRegion.java:56)
	at
org.apache.activemq.broker.region.AbstractRegion.addDestination(AbstractRegion.java:76)
	at
org.apache.activemq.broker.region.RegionBroker.addDestination(RegionBroker.java:191)
	at
org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
	at
org.apache.activemq.advisory.AdvisoryBroker.addDestination(AdvisoryBroker.java:139)
	at
org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
	at
org.apache.activemq.broker.MutableBrokerFilter.addDestination(MutableBrokerFilter.java:136)
	at
org.apache.activemq.broker.region.AbstractRegion.addConsumer(AbstractRegion.java:134)
	at
org.apache.activemq.broker.region.RegionBroker.addConsumer(RegionBroker.java:258)
	at
org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
	at
org.apache.activemq.advisory.AdvisoryBroker.addConsumer(AdvisoryBroker.java:75)
	at
org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
	at
org.apache.activemq.broker.MutableBrokerFilter.addConsumer(MutableBrokerFilter.java:80)
	at
org.apache.activemq.broker.AbstractConnection.processAddConsumer(AbstractConnection.java:422)
	at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:291)
	at
org.apache.activemq.broker.AbstractConnection.service(AbstractConnection.java:196)
	at
org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:62)
	at
org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:88)
	at
org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:70)
	at
org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:114)
	at
org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122)
	at
org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87)
	at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136)
	... 1 more

 DEBUG  Reconnect cause:  -- Tue 2006.04.04 12:37:01.388AM CDT
javax.jms.JMSException: Unknown data type: 0
	at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:45)
	at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1114)
	at
org.apache.activemq.ActiveMQConnectionConsumer.<init>(ActiveMQConnectionConsumer.java:85)
	at
org.apache.activemq.ActiveMQConnection.createConnectionConsumer(ActiveMQConnection.java:1018)
	at
org.apache.activemq.ra.ActiveMQEndpointWorker$1.run(ActiveMQEndpointWorker.java:163)
	at
org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
	at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
Source)
===============================================

--
View this message in context: http://www.nabble.com/IOException%3A-Unknown-data-type%3A-0-t1391248.html#a3739057
Sent from the ActiveMQ - User forum at Nabble.com.


Re: IOException: Unknown data type: 0

Posted by James Strachan <ja...@gmail.com>.
We should add a warning to all new releases that its advisable to
clear out your journals & databases when upgrading, unless a release
is marked as backwards compatible.

James

On 4/4/06, Wayne1285 <Wa...@hotmail.com> wrote:
>
> YES!!!
>
> That did it.  Once I cleared out records waiting to be processed it started
> to work.  Thanks!!!
> --
> View this message in context: http://www.nabble.com/IOException%3A-Unknown-data-type%3A-0-t1391248.html#a3746801
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


--

James
-------
http://radio.weblogs.com/0112098/

Re: IOException: Unknown data type: 0

Posted by Wayne1285 <Wa...@hotmail.com>.
YES!!!

That did it.  Once I cleared out records waiting to be processed it started
to work.  Thanks!!!
--
View this message in context: http://www.nabble.com/IOException%3A-Unknown-data-type%3A-0-t1391248.html#a3746801
Sent from the ActiveMQ - User forum at Nabble.com.


Re: IOException: Unknown data type: 0

Posted by James Strachan <ja...@gmail.com>.
Is this to do with recovering of old messages which were in the
database as you upgraded versions of ActiveMQ?

e.g. have you tried starting with an empty database?

James

On 4/4/06, Wayne1285 <Wa...@hotmail.com> wrote:
>
> I am running ActiveMQ-4.0-RC1, Java 1.5 MySQL 5.0.  I am using the Jencks
> JCAContainer and when I test it on my development computer it works as
> expected.  When I move it to the server, it fails with the logs below. I
> sure seem to be having trouble getting this to run on a Windows 2003 R2
> Server. This is my third night of attempts.
>
> Here is the log file from the JMSBroker running on the server
> =====================================================
> INFO Tue 04 12:26:25AM ActiveMQ 4.0-RC1 JMS Message Broker (SegOneJmsBroker)
> is starting
>  INFO Tue 04 12:26:25AM For help or more information please see:
> http://www.logicblaze.com
>  INFO Tue 04 12:26:25AM Database driver recognized: [mysql-ab_jdbc_driver]
>  INFO Tue 04 12:26:26AM JmsBrokerManager.start() Starting JMS connection to
> tcp://localhost:9137
>  INFO Tue 04 12:26:26AM Listening for connections at:
> tcp://seg-web-server:9137
>  INFO Tue 04 12:26:26AM Connector tcp://seg-web-server:9137 Started
>  INFO Tue 04 12:26:26AM ActiveMQ JMS Message Broker (SegOneJmsBroker)
> started
>  INFO Tue 04 12:26:26AM JmsBrokerManager.start() Listening to
> tcp://localhost:9137 and persisting to jdbc:mysql://:6033/jmsdb
>  INFO Tue 04 12:26:26AM JMX consoles can connect to
> service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
>  INFO Tue 04 12:31:56AM Sync error occurred: java.io.IOException: Unknown
> data type: 0java.io.IOException: Unknown data type: 0
>         at
> org.apache.activemq.openwire.OpenWireFormat.looseUnmarshalNestedObject(OpenWireFormat.java:442)
>         at
> org.apache.activemq.openwire.v1.BaseDataStreamMarshaller.looseUnmarsalCachedObject(BaseDataStreamMarshaller.java:453)
>         at
> org.apache.activemq.openwire.v1.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:189)
>         at
> org.apache.activemq.openwire.v1.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:100)
>         at
> org.apache.activemq.openwire.v1.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:100)
>         at
> org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:348)
>         at
> org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:210)
>         at
> org.apache.activemq.store.jdbc.JDBCMessageStore$1.recoverMessage(JDBCMessageStore.java:154)
>         at
> org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter.doRecover(DefaultJDBCAdapter.java:337)
>         at
> org.apache.activemq.store.jdbc.JDBCMessageStore.recover(JDBCMessageStore.java:152)
>         at
> org.apache.activemq.store.ProxyMessageStore.recover(ProxyMessageStore.java:49)
>         at org.apache.activemq.broker.region.Queue.<init>(Queue.java:92)
>         at
> org.apache.activemq.broker.region.QueueRegion.createDestination(QueueRegion.java:58)
>         at
> org.apache.activemq.broker.jmx.ManagedQueueRegion.createDestination(ManagedQueueRegion.java:56)
>         at
> org.apache.activemq.broker.region.AbstractRegion.addDestination(AbstractRegion.java:76)
>         at
> org.apache.activemq.broker.region.RegionBroker.addDestination(RegionBroker.java:191)
>         at
> org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
>         at
> org.apache.activemq.advisory.AdvisoryBroker.addDestination(AdvisoryBroker.java:139)
>         at
> org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
>         at
> org.apache.activemq.broker.MutableBrokerFilter.addDestination(MutableBrokerFilter.java:136)
>         at
> org.apache.activemq.broker.region.AbstractRegion.addConsumer(AbstractRegion.java:134)
>         at
> org.apache.activemq.broker.region.RegionBroker.addConsumer(RegionBroker.java:258)
>         at
> org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
>         at
> org.apache.activemq.advisory.AdvisoryBroker.addConsumer(AdvisoryBroker.java:75)
>         at
> org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
>         at
> org.apache.activemq.broker.MutableBrokerFilter.addConsumer(MutableBrokerFilter.java:80)
>         at
> org.apache.activemq.broker.AbstractConnection.processAddConsumer(AbstractConnection.java:422)
>         at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:291)
>         at
> org.apache.activemq.broker.AbstractConnection.service(AbstractConnection.java:196)
>         at
> org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:62)
>         at
> org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:88)
>         at
> org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:70)
>         at
> org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:114)
>         at
> org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122)
>         at
> org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87)
>         at
> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136)
>         at java.lang.Thread.run(Unknown Source)
> =============================================
>
>
> Here is the log file from the Jencks JCAContainer running on the same server
> as the broker.
> =============================================
>   INFO  Loading XML bean definitions from file
> [C:\SegOne\config\spring-config.xml] -- Tue 2006.04.04 12:36:58.982AM CDT
>  DEBUG  Using JAXP implementation
> [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@1d9fd51]
> -- Tue 2006.04.04 12:36:58.982AM CDT
>  DEBUG  Trying to resolve XML entity with public ID [-//SPRING//DTD
> BEAN//EN] and system ID
> [http://www.springframework.org/dtd/spring-beans.dtd] -- Tue 2006.04.04
> 12:36:59.044AM CDT
>  DEBUG  Trying to locate [spring-beans.dtd] in Spring jar -- Tue 2006.04.04
> 12:36:59.044AM CDT
>  DEBUG  Found beans DTD
> [http://www.springframework.org/dtd/spring-beans.dtd] in classpath -- Tue
> 2006.04.04 12:36:59.044AM CDT
>  DEBUG  Loading bean definitions -- Tue 2006.04.04 12:36:59.091AM CDT
>  DEBUG  Default lazy init 'false' -- Tue 2006.04.04 12:36:59.107AM CDT
>  DEBUG  Default autowire 'no' -- Tue 2006.04.04 12:36:59.107AM CDT
>  DEBUG  Default dependency check 'none' -- Tue 2006.04.04 12:36:59.107AM CDT
>  DEBUG  Neither XML 'id' nor 'name' specified - using generated bean name
> [org.jencks.factory.BootstrapContextFactoryBean#1394894] -- Tue 2006.04.04
> 12:36:59.123AM CDT
>  DEBUG  Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6] -- Tue 2006.04.04
> 12:36:59.154AM CDT
>  DEBUG  Neither XML 'id' nor 'name' specified - using generated bean name
> [com.segone.UploadProcessorFileImpl#1362012] -- Tue 2006.04.04
> 12:36:59.185AM CDT
>  DEBUG  Found 3 <bean> elements in file [C:\SegOne\config\spring-config.xml]
> -- Tue 2006.04.04 12:36:59.201AM CDT
>  DEBUG  Loaded 3 bean definitions from location pattern
> [/C:/SegOne/config/spring-config.xml] -- Tue 2006.04.04 12:36:59.201AM CDT
>   INFO  Bean factory for application context
> [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> defining beans [JCAContainer,SegOnePlayerActivity,PlayerActivityHandler];
> root of BeanFactory hierarchy -- Tue 2006.04.04 12:36:59.201AM CDT
>   INFO  3 beans defined in application context
> [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051]
> -- Tue 2006.04.04 12:36:59.216AM CDT
>   INFO  JDK 1.4+ collections available -- Tue 2006.04.04 12:36:59.232AM CDT
>  DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.232AM
> CDT
>   INFO  Unable to locate MessageSource with name 'messageSource': using
> default [org.springframework.context.support.DelegatingMessageSource@80d1ff]
> -- Tue 2006.04.04 12:36:59.232AM CDT
>  DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.248AM
> CDT
>   INFO  Unable to locate ApplicationEventMulticaster with name
> 'applicationEventMulticaster': using default
> [org.springframework.context.event.SimpleApplicationEventMulticaster@ec4a87]
> -- Tue 2006.04.04 12:36:59.248AM CDT
>  DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.248AM
> CDT
>   INFO  Pre-instantiating singletons in factory
> [org.springframework.beans.factory.support.DefaultListableBeanFactory
> defining beans [JCAContainer,SegOnePlayerActivity,PlayerActivityHandler];
> root of BeanFactory hierarchy] -- Tue 2006.04.04 12:36:59.248AM CDT
>  DEBUG  Creating shared instance of singleton bean 'JCAContainer' -- Tue
> 2006.04.04 12:36:59.248AM CDT
>  DEBUG  Creating instance of bean 'JCAContainer' with merged definition
> [Root bean: class [org.jencks.JCAContainer]; abstract=false; singleton=true;
> lazyInit=false; autowire=0; dependencyCheck=0; initMethodName=null;
> destroyMethodName=null; factoryMethodName=null; factoryBeanName=null;
> defined in file [C:\SegOne\config\spring-config.xml]] -- Tue 2006.04.04
> 12:36:59.248AM CDT
>  DEBUG  Invoking BeanPostProcessors before instantiation of bean
> 'JCAContainer' -- Tue 2006.04.04 12:36:59.263AM CDT
>  DEBUG  Getting BeanInfo for class [org.jencks.JCAContainer] -- Tue
> 2006.04.04 12:36:59.294AM CDT
>  DEBUG  Caching PropertyDescriptors for class [org.jencks.JCAContainer] --
> Tue 2006.04.04 12:36:59.294AM CDT
>  DEBUG  Found property 'applicationContext' of type
> [org.springframework.context.ApplicationContext] -- Tue 2006.04.04
> 12:36:59.294AM CDT
>  DEBUG  Found property 'bootstrapContext' of type
> [javax.resource.spi.BootstrapContext] -- Tue 2006.04.04 12:36:59.294AM CDT
>  DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
> 12:36:59.310AM CDT
>  DEBUG  Found property 'lazyLoad' of type [boolean] -- Tue 2006.04.04
> 12:36:59.310AM CDT
>  DEBUG  Found property 'resourceAdapter' of type
> [javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04 12:36:59.310AM CDT
>  DEBUG  Class [org.jencks.JCAContainer] is cache-safe -- Tue 2006.04.04
> 12:36:59.310AM CDT
>  DEBUG  Resolving inner bean definition
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' of bean
> 'JCAContainer' -- Tue 2006.04.04 12:36:59.310AM CDT
>  DEBUG  Creating instance of bean
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' with merged
> definition [Root bean: class
> [org.jencks.factory.BootstrapContextFactoryBean]; abstract=false;
> singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
> initMethodName=null; destroyMethodName=null; factoryMethodName=null;
> factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
> -- Tue 2006.04.04 12:36:59.310AM CDT
>  DEBUG  Invoking BeanPostProcessors before instantiation of bean
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
> 12:36:59.326AM CDT
>  DEBUG  Getting BeanInfo for class
> [org.jencks.factory.BootstrapContextFactoryBean] -- Tue 2006.04.04
> 12:36:59.326AM CDT
>  DEBUG  Caching PropertyDescriptors for class
> [org.jencks.factory.BootstrapContextFactoryBean] -- Tue 2006.04.04
> 12:36:59.341AM CDT
>  DEBUG  Found property 'applicationContext' of type
> [org.springframework.context.ApplicationContext] -- Tue 2006.04.04
> 12:36:59.341AM CDT
>  DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
> 12:36:59.341AM CDT
>  DEBUG  Found property 'defaultTransactionTimeoutSeconds' of type [int] --
> Tue 2006.04.04 12:36:59.341AM CDT
>  DEBUG  Found property 'object' of type [java.lang.Object] -- Tue 2006.04.04
> 12:36:59.341AM CDT
>  DEBUG  Found property 'objectType' of type [java.lang.Class] -- Tue
> 2006.04.04 12:36:59.357AM CDT
>  DEBUG  Found property 'resourceManagers' of type [java.util.Collection] --
> Tue 2006.04.04 12:36:59.357AM CDT
>  DEBUG  Found property 'singleton' of type [boolean] -- Tue 2006.04.04
> 12:36:59.357AM CDT
>  DEBUG  Found property 'threadPoolSize' of type [int] -- Tue 2006.04.04
> 12:36:59.357AM CDT
>  DEBUG  Found property 'transactionContextManager' of type
> [org.apache.geronimo.transaction.context.TransactionContextManager] -- Tue
> 2006.04.04 12:36:59.357AM CDT
>  DEBUG  Found property 'transactionLog' of type
> [org.apache.geronimo.transaction.manager.TransactionLog] -- Tue 2006.04.04
> 12:36:59.357AM CDT
>  DEBUG  Found property 'transactionManager' of type
> [org.apache.geronimo.transaction.ExtendedTransactionManager] -- Tue
> 2006.04.04 12:36:59.357AM CDT
>  DEBUG  Found property 'workManager' of type
> [org.apache.geronimo.connector.work.GeronimoWorkManager] -- Tue 2006.04.04
> 12:36:59.373AM CDT
>  DEBUG  Found property 'xidImporter' of type
> [org.apache.geronimo.transaction.manager.XidImporter] -- Tue 2006.04.04
> 12:36:59.373AM CDT
>  DEBUG  Class [org.jencks.factory.BootstrapContextFactoryBean] is cache-safe
> -- Tue 2006.04.04 12:36:59.373AM CDT
>  DEBUG  Converting String to [int] using property editor
> [org.springframework.beans.propertyeditors.CustomNumberEditor@3b1d04] -- Tue
> 2006.04.04 12:36:59.388AM CDT
>  DEBUG  About to invoke write method [public void
> org.jencks.factory.BootstrapContextFactoryBean.setThreadPoolSize(int)] on
> object of class [org.jencks.factory.BootstrapContextFactoryBean] -- Tue
> 2006.04.04 12:36:59.388AM CDT
>  DEBUG  Invoked write method [public void
> org.jencks.factory.BootstrapContextFactoryBean.setThreadPoolSize(int)] with
> value of type [int] -- Tue 2006.04.04 12:36:59.388AM CDT
>  DEBUG  Invoking BeanPostProcessors before initialization of bean
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
> 12:36:59.388AM CDT
>  DEBUG  Invoking setApplicationContext on ApplicationContextAware bean
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
> 12:36:59.388AM CDT
>  DEBUG  Invoking afterPropertiesSet() on bean with name
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
> 12:36:59.404AM CDT
>  DEBUG  Invoking BeanPostProcessors after initialization of bean
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' -- Tue 2006.04.04
> 12:36:59.404AM CDT
>  DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.404AM
> CDT
>  DEBUG  Bean with name
> 'org.jencks.factory.BootstrapContextFactoryBean#1394894' is a factory bean
> -- Tue 2006.04.04 12:36:59.404AM CDT
>  DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.419AM
> CDT
>  DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.419AM
> CDT
>  DEBUG  Resolving inner bean definition 'activeMqResourceAdapter' of bean
> 'JCAContainer' -- Tue 2006.04.04 12:36:59.451AM CDT
>  DEBUG  Creating instance of bean 'activeMqResourceAdapter' with merged
> definition [Root bean: class
> [org.apache.activemq.ra.ActiveMQResourceAdapter]; abstract=false;
> singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
> initMethodName=null; destroyMethodName=null; factoryMethodName=null;
> factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
> -- Tue 2006.04.04 12:36:59.451AM CDT
>  DEBUG  Invoking BeanPostProcessors before instantiation of bean
> 'activeMqResourceAdapter' -- Tue 2006.04.04 12:36:59.466AM CDT
>  DEBUG  Getting BeanInfo for class
> [org.apache.activemq.ra.ActiveMQResourceAdapter] -- Tue 2006.04.04
> 12:36:59.466AM CDT
>  DEBUG  Caching PropertyDescriptors for class
> [org.apache.activemq.ra.ActiveMQResourceAdapter] -- Tue 2006.04.04
> 12:36:59.482AM CDT
>  DEBUG  Found property 'allPrefetchValues' of type [java.lang.Integer] --
> Tue 2006.04.04 12:36:59.482AM CDT
>  DEBUG  Found property 'bootstrapContext' of type
> [javax.resource.spi.BootstrapContext] -- Tue 2006.04.04 12:36:59.482AM CDT
>  DEBUG  Found property 'brokerXmlConfig' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.482AM CDT
>  DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
> 12:36:59.482AM CDT
>  DEBUG  Found property 'clientid' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.498AM CDT
>  DEBUG  Found property 'connectionFactory' of type
> [org.apache.activemq.ActiveMQConnectionFactory] -- Tue 2006.04.04
> 12:36:59.498AM CDT
>  DEBUG  Found property 'durableTopicPrefetch' of type [java.lang.Integer] --
> Tue 2006.04.04 12:36:59.498AM CDT
>  DEBUG  Found property 'info' of type
> [org.apache.activemq.ra.ActiveMQConnectionRequestInfo] -- Tue 2006.04.04
> 12:36:59.498AM CDT
>  DEBUG  Found property 'initialRedeliveryDelay' of type [java.lang.Long] --
> Tue 2006.04.04 12:36:59.498AM CDT
>  DEBUG  Found property 'inputStreamPrefetch' of type [java.lang.Integer] --
> Tue 2006.04.04 12:36:59.513AM CDT
>  DEBUG  Found property 'maximumRedeliveries' of type [java.lang.Integer] --
> Tue 2006.04.04 12:36:59.513AM CDT
>  DEBUG  Found property 'password' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.513AM CDT
>  DEBUG  Found property 'queueBrowserPrefetch' of type [java.lang.Integer] --
> Tue 2006.04.04 12:36:59.513AM CDT
>  DEBUG  Found property 'queuePrefetch' of type [java.lang.Integer] -- Tue
> 2006.04.04 12:36:59.513AM CDT
>  DEBUG  Found property 'redeliveryBackOffMultiplier' of type
> [java.lang.Short] -- Tue 2006.04.04 12:36:59.513AM CDT
>  DEBUG  Found property 'redeliveryUseExponentialBackOff' of type
> [java.lang.Boolean] -- Tue 2006.04.04 12:36:59.513AM CDT
>  DEBUG  Found property 'serverUrl' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.529AM CDT
>  DEBUG  Found property 'topicPrefetch' of type [java.lang.Integer] -- Tue
> 2006.04.04 12:36:59.529AM CDT
>  DEBUG  Found property 'useInboundSession' of type [java.lang.Boolean] --
> Tue 2006.04.04 12:36:59.529AM CDT
>  DEBUG  Found property 'useInboundSessionEnabled' of type [boolean] -- Tue
> 2006.04.04 12:36:59.529AM CDT
>  DEBUG  Found property 'userName' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.529AM CDT
>  DEBUG  Class [org.apache.activemq.ra.ActiveMQResourceAdapter] is cache-safe
> -- Tue 2006.04.04 12:36:59.529AM CDT
>  DEBUG  About to invoke write method [public void
> org.apache.activemq.ra.ActiveMQResourceAdapter.setServerUrl(java.lang.String)]
> on object of class [org.apache.activemq.ra.ActiveMQResourceAdapter] -- Tue
> 2006.04.04 12:36:59.529AM CDT
>  DEBUG  Invoked write method [public void
> org.apache.activemq.ra.ActiveMQResourceAdapter.setServerUrl(java.lang.String)]
> with value of type [java.lang.String] -- Tue 2006.04.04 12:36:59.544AM CDT
>  DEBUG  Invoking BeanPostProcessors before initialization of bean
> 'activeMqResourceAdapter' -- Tue 2006.04.04 12:36:59.544AM CDT
>  DEBUG  Invoking BeanPostProcessors after initialization of bean
> 'activeMqResourceAdapter' -- Tue 2006.04.04 12:36:59.544AM CDT
>  DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.544AM
> CDT
>  DEBUG  About to invoke write method [public void
> org.jencks.JCAContainer.setBootstrapContext(javax.resource.spi.BootstrapContext)]
> on object of class [org.jencks.JCAContainer] -- Tue 2006.04.04
> 12:36:59.544AM CDT
>  DEBUG  Invoked write method [public void
> org.jencks.JCAContainer.setBootstrapContext(javax.resource.spi.BootstrapContext)]
> with value of type [javax.resource.spi.BootstrapContext] -- Tue 2006.04.04
> 12:36:59.544AM CDT
>  DEBUG  About to invoke write method [public void
> org.jencks.JCAContainer.setResourceAdapter(javax.resource.spi.ResourceAdapter)]
> on object of class [org.jencks.JCAContainer] -- Tue 2006.04.04
> 12:36:59.544AM CDT
>  DEBUG  Invoked write method [public void
> org.jencks.JCAContainer.setResourceAdapter(javax.resource.spi.ResourceAdapter)]
> with value of type [javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04
> 12:36:59.576AM CDT
>  DEBUG  Invoking BeanPostProcessors before initialization of bean
> 'JCAContainer' -- Tue 2006.04.04 12:36:59.576AM CDT
>  DEBUG  Invoking setApplicationContext on ApplicationContextAware bean
> 'JCAContainer' -- Tue 2006.04.04 12:36:59.576AM CDT
>  DEBUG  Invoking afterPropertiesSet() on bean with name 'JCAContainer' --
> Tue 2006.04.04 12:36:59.576AM CDT
>  DEBUG  Creating [java.util.LinkedHashMap] -- Tue 2006.04.04 12:36:59.576AM
> CDT
>  DEBUG  Creating shared instance of singleton bean 'SegOnePlayerActivity' --
> Tue 2006.04.04 12:36:59.576AM CDT
>  DEBUG  Creating instance of bean 'SegOnePlayerActivity' with merged
> definition [Root bean: class [org.jencks.JCAConnector]; abstract=false;
> singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
> initMethodName=null; destroyMethodName=null; factoryMethodName=null;
> factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
> -- Tue 2006.04.04 12:36:59.591AM CDT
>  DEBUG  Invoking BeanPostProcessors before instantiation of bean
> 'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.591AM CDT
>  DEBUG  Getting BeanInfo for class [org.jencks.JCAConnector] -- Tue
> 2006.04.04 12:36:59.591AM CDT
>  DEBUG  Caching PropertyDescriptors for class [org.jencks.JCAConnector] --
> Tue 2006.04.04 12:36:59.591AM CDT
>  DEBUG  Found property 'activationSpec' of type
> [javax.resource.spi.ActivationSpec] -- Tue 2006.04.04 12:36:59.607AM CDT
>  DEBUG  Found property 'beanFactory' of type
> [org.springframework.beans.factory.BeanFactory] -- Tue 2006.04.04
> 12:36:59.607AM CDT
>  DEBUG  Found property 'beanName' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.607AM CDT
>  DEBUG  Found property 'bootstrapContext' of type
> [javax.resource.spi.BootstrapContext] -- Tue 2006.04.04 12:36:59.607AM CDT
>  DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
> 12:36:59.607AM CDT
>  DEBUG  Found property 'endpointFactory' of type
> [javax.resource.spi.endpoint.MessageEndpointFactory] -- Tue 2006.04.04
> 12:36:59.607AM CDT
>  DEBUG  Found property 'jcaContainer' of type [org.jencks.JCAContainer] --
> Tue 2006.04.04 12:36:59.607AM CDT
>  DEBUG  Found property 'name' of type [java.lang.String] -- Tue 2006.04.04
> 12:36:59.607AM CDT
>  DEBUG  Found property 'ref' of type [java.lang.String] -- Tue 2006.04.04
> 12:36:59.623AM CDT
>  DEBUG  Found property 'resourceAdapter' of type
> [javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04 12:36:59.623AM CDT
>  DEBUG  Found property 'transactionManager' of type
> [javax.transaction.TransactionManager] -- Tue 2006.04.04 12:36:59.623AM CDT
>  DEBUG  Class [org.jencks.JCAConnector] is cache-safe -- Tue 2006.04.04
> 12:36:59.623AM CDT
>  DEBUG  Resolving reference from property 'jcaContainer' in bean
> 'SegOnePlayerActivity' to bean 'JCAContainer' -- Tue 2006.04.04
> 12:36:59.623AM CDT
>  DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.623AM
> CDT
>  DEBUG  Returning cached instance of singleton bean 'JCAContainer' -- Tue
> 2006.04.04 12:36:59.623AM CDT
>  DEBUG  Resolving inner bean definition
> 'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' of bean
> 'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.623AM CDT
>  DEBUG  Creating instance of bean
> 'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' with merged
> definition [Root bean: class
> [org.apache.activemq.ra.ActiveMQActivationSpec]; abstract=false;
> singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
> initMethodName=null; destroyMethodName=null; factoryMethodName=null;
> factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
> -- Tue 2006.04.04 12:36:59.638AM CDT
>  DEBUG  Invoking BeanPostProcessors before instantiation of bean
> 'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' -- Tue 2006.04.04
> 12:36:59.638AM CDT
>  DEBUG  Getting BeanInfo for class
> [org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue 2006.04.04
> 12:36:59.638AM CDT
>  DEBUG  Caching PropertyDescriptors for class
> [org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue 2006.04.04
> 12:36:59.654AM CDT
>  DEBUG  Found property 'acknowledgeMode' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.654AM CDT
>  DEBUG  Found property 'acknowledgeModeForSession' of type [int] -- Tue
> 2006.04.04 12:36:59.654AM CDT
>  DEBUG  Found property 'activeMQDestination' of type
> [org.apache.activemq.command.ActiveMQDestination] -- Tue 2006.04.04
> 12:36:59.654AM CDT
>  DEBUG  Found property 'backOffMultiplier' of type [short] -- Tue 2006.04.04
> 12:36:59.654AM CDT
>  DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
> 12:36:59.654AM CDT
>  DEBUG  Found property 'clientId' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.654AM CDT
>  DEBUG  Found property 'destination' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'destinationType' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'durableSubscription' of type [boolean] -- Tue
> 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'enableBatch' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'enableBatchBooleanValue' of type [boolean] -- Tue
> 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'initialRedeliveryDelay' of type [long] -- Tue
> 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'maxMessagesPerBatch' of type [java.lang.String] --
> Tue 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'maxMessagesPerBatchIntValue' of type [int] -- Tue
> 2006.04.04 12:36:59.669AM CDT
>  DEBUG  Found property 'maxMessagesPerSessions' of type [java.lang.String]
> -- Tue 2006.04.04 12:36:59.685AM CDT
>  DEBUG  Found property 'maxMessagesPerSessionsIntValue' of type [int] -- Tue
> 2006.04.04 12:36:59.685AM CDT
>  DEBUG  Found property 'maxSessions' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.685AM CDT
>  DEBUG  Found property 'maxSessionsIntValue' of type [int] -- Tue 2006.04.04
> 12:36:59.685AM CDT
>  DEBUG  Found property 'maximumRedeliveries' of type [int] -- Tue 2006.04.04
> 12:36:59.685AM CDT
>  DEBUG  Found property 'messageSelector' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.685AM CDT
>  DEBUG  Found property 'noLocal' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.685AM CDT
>  DEBUG  Found property 'noLocalBooleanValue' of type [boolean] -- Tue
> 2006.04.04 12:36:59.685AM CDT
>  DEBUG  Found property 'password' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Found property 'resourceAdapter' of type
> [javax.resource.spi.ResourceAdapter] -- Tue 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Found property 'subscriptionDurability' of type [java.lang.String]
> -- Tue 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Found property 'subscriptionName' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Found property 'useExponentialBackOff' of type [boolean] -- Tue
> 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Found property 'useRAManagedTransaction' of type [java.lang.String]
> -- Tue 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Found property 'useRAManagedTransactionEnabled' of type [boolean] --
> Tue 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Found property 'userName' of type [java.lang.String] -- Tue
> 2006.04.04 12:36:59.701AM CDT
>  DEBUG  Class [org.apache.activemq.ra.ActiveMQActivationSpec] is cache-safe
> -- Tue 2006.04.04 12:36:59.716AM CDT
>  DEBUG  About to invoke write method [public void
> org.apache.activemq.ra.ActiveMQActivationSpec.setDestination(java.lang.String)]
> on object of class [org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue
> 2006.04.04 12:36:59.716AM CDT
>  DEBUG  Invoked write method [public void
> org.apache.activemq.ra.ActiveMQActivationSpec.setDestination(java.lang.String)]
> with value of type [java.lang.String] -- Tue 2006.04.04 12:36:59.716AM CDT
>  DEBUG  About to invoke write method [public void
> org.apache.activemq.ra.ActiveMQActivationSpec.setDestinationType(java.lang.String)]
> on object of class [org.apache.activemq.ra.ActiveMQActivationSpec] -- Tue
> 2006.04.04 12:36:59.716AM CDT
>  DEBUG  Invoked write method [public void
> org.apache.activemq.ra.ActiveMQActivationSpec.setDestinationType(java.lang.String)]
> with value of type [java.lang.String] -- Tue 2006.04.04 12:36:59.716AM CDT
>  DEBUG  Invoking BeanPostProcessors before initialization of bean
> 'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' -- Tue 2006.04.04
> 12:36:59.716AM CDT
>  DEBUG  Invoking BeanPostProcessors after initialization of bean
> 'org.apache.activemq.ra.ActiveMQActivationSpec#1c695a6' -- Tue 2006.04.04
> 12:36:59.732AM CDT
>  DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:36:59.732AM
> CDT
>  DEBUG  About to invoke write method [public void
> org.jencks.JCAConnector.setJcaContainer(org.jencks.JCAContainer)] on object
> of class [org.jencks.JCAConnector] -- Tue 2006.04.04 12:36:59.732AM CDT
>  DEBUG  Invoked write method [public void
> org.jencks.JCAConnector.setJcaContainer(org.jencks.JCAContainer)] with value
> of type [org.jencks.JCAContainer] -- Tue 2006.04.04 12:36:59.732AM CDT
>  DEBUG  About to invoke write method [public void
> org.jencks.JCAConnector.setActivationSpec(javax.resource.spi.ActivationSpec)]
> on object of class [org.jencks.JCAConnector] -- Tue 2006.04.04
> 12:36:59.732AM CDT
>  DEBUG  Invoked write method [public void
> org.jencks.JCAConnector.setActivationSpec(javax.resource.spi.ActivationSpec)]
> with value of type [javax.resource.spi.ActivationSpec] -- Tue 2006.04.04
> 12:36:59.732AM CDT
>  DEBUG  About to invoke write method [public void
> org.jencks.JCAConnector.setRef(java.lang.String)] on object of class
> [org.jencks.JCAConnector] -- Tue 2006.04.04 12:36:59.748AM CDT
>  DEBUG  Invoked write method [public void
> org.jencks.JCAConnector.setRef(java.lang.String)] with value of type
> [java.lang.String] -- Tue 2006.04.04 12:36:59.748AM CDT
>  DEBUG  Invoking setBeanName on BeanNameAware bean 'SegOnePlayerActivity' --
> Tue 2006.04.04 12:36:59.748AM CDT
>  DEBUG  Invoking setBeanFactory on BeanFactoryAware bean
> 'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.748AM CDT
>  DEBUG  Invoking BeanPostProcessors before initialization of bean
> 'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.748AM CDT
>  DEBUG  Invoking afterPropertiesSet() on bean with name
> 'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.748AM CDT
>   INFO  Activating endpoint for activationSpec:
> ActiveMQActivationSpec{acknowledgeMode='Auto-acknowledge',
> destinationType='javax.jms.Queue', messageSelector='null',
> destination='playerActivity', clientId='null', subscriptionName='null',
> subscriptionDurability='NonDurable'} using endpointFactory:
> org.jencks.DefaultEndpointFactory@1b60280[transactionManager=null] -- Tue
> 2006.04.04 12:36:59.763AM CDT
>  DEBUG  Starting -- Tue 2006.04.04 12:36:59.779AM CDT
>  DEBUG  Started -- Tue 2006.04.04 12:36:59.794AM CDT
>  DEBUG  Invoking BeanPostProcessors after initialization of bean
> 'SegOnePlayerActivity' -- Tue 2006.04.04 12:36:59.794AM CDT
>   INFO  Jencks JCA Container (http://jencks.org/) has started running
> version: null -- Tue 2006.04.04 12:36:59.794AM CDT
>  DEBUG  Invoking BeanPostProcessors after initialization of bean
> 'JCAContainer' -- Tue 2006.04.04 12:36:59.935AM CDT
>  DEBUG  Returning cached instance of singleton bean 'SegOnePlayerActivity'
> -- Tue 2006.04.04 12:36:59.935AM CDT
>  DEBUG  Creating shared instance of singleton bean 'PlayerActivityHandler'
> -- Tue 2006.04.04 12:36:59.951AM CDT
>  DEBUG  Creating instance of bean 'PlayerActivityHandler' with merged
> definition [Root bean: class
> [com.segone.communications.jms.PlayerActivityHandler]; abstract=false;
> singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
> initMethodName=null; destroyMethodName=null; factoryMethodName=null;
> factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
> -- Tue 2006.04.04 12:36:59.951AM CDT
>  DEBUG  Invoking BeanPostProcessors before instantiation of bean
> 'PlayerActivityHandler' -- Tue 2006.04.04 12:36:59.951AM CDT
>  DEBUG  PlayerActivityHandler.  Just created instance. -- Tue 2006.04.04
> 12:36:59.951AM CDT
>  DEBUG  Getting BeanInfo for class
> [com.segone.communications.jms.PlayerActivityHandler] -- Tue 2006.04.04
> 12:36:59.982AM CDT
>  DEBUG  Caching PropertyDescriptors for class
> [com.segone.communications.jms.PlayerActivityHandler] -- Tue 2006.04.04
> 12:36:59.982AM CDT
>  DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
> 12:36:59.982AM CDT
>  DEBUG  Found property 'uploadProcessor' of type
> [com.segone.UploadProcessor] -- Tue 2006.04.04 12:36:59.982AM CDT
>  DEBUG  Class [com.segone.communications.jms.PlayerActivityHandler] is
> cache-safe -- Tue 2006.04.04 12:36:59.998AM CDT
>  DEBUG  Resolving inner bean definition
> 'com.segone.UploadProcessorFileImpl#1362012' of bean 'PlayerActivityHandler'
> -- Tue 2006.04.04 12:36:59.998AM CDT
>  DEBUG  Creating instance of bean
> 'com.segone.UploadProcessorFileImpl#1362012' with merged definition [Root
> bean: class [com.segone.UploadProcessorFileImpl]; abstract=false;
> singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
> initMethodName=null; destroyMethodName=null; factoryMethodName=null;
> factoryBeanName=null; defined in file [C:\SegOne\config\spring-config.xml]]
> -- Tue 2006.04.04 12:36:59.998AM CDT
>  DEBUG  Invoking BeanPostProcessors before instantiation of bean
> 'com.segone.UploadProcessorFileImpl#1362012' -- Tue 2006.04.04
> 12:36:59.998AM CDT
>  DEBUG  Getting BeanInfo for class [com.segone.UploadProcessorFileImpl] --
> Tue 2006.04.04 12:36:59.998AM CDT
>  DEBUG  Caching PropertyDescriptors for class
> [com.segone.UploadProcessorFileImpl] -- Tue 2006.04.04 12:37:00.013AM CDT
>  DEBUG  Found property 'OSOutputFile' of type [java.io.File] -- Tue
> 2006.04.04 12:37:00.013AM CDT
>  DEBUG  Found property 'class' of type [java.lang.Class] -- Tue 2006.04.04
> 12:37:00.013AM CDT
>  DEBUG  Found property 'configOutputFile' of type [java.io.File] -- Tue
> 2006.04.04 12:37:00.013AM CDT
>  DEBUG  Found property 'jarsOutputFile' of type [java.io.File] -- Tue
> 2006.04.04 12:37:00.013AM CDT
>  DEBUG  Found property 'javaOuputFile' of type [java.io.File] -- Tue
> 2006.04.04 12:37:00.029AM CDT
>  DEBUG  Found property 'logOutputFile' of type [java.io.File] -- Tue
> 2006.04.04 12:37:00.029AM CDT
>  DEBUG  Found property 'missedOutputFile' of type [java.io.File] -- Tue
> 2006.04.04 12:37:00.029AM CDT
>  DEBUG  Found property 'playedOutputFile' of type [java.io.File] -- Tue
> 2006.04.04 12:37:00.029AM CDT
>  DEBUG  Class [com.segone.UploadProcessorFileImpl] is cache-safe -- Tue
> 2006.04.04 12:37:00.029AM CDT
>  DEBUG  Invoking BeanPostProcessors before initialization of bean
> 'com.segone.UploadProcessorFileImpl#1362012' -- Tue 2006.04.04
> 12:37:00.029AM CDT
>  DEBUG  Invoking BeanPostProcessors after initialization of bean
> 'com.segone.UploadProcessorFileImpl#1362012' -- Tue 2006.04.04
> 12:37:00.029AM CDT
>  DEBUG  Creating [java.util.LinkedHashSet] -- Tue 2006.04.04 12:37:00.029AM
> CDT
>  DEBUG  About to invoke write method [public void
> com.segone.communications.jms.PlayerActivityHandler.setUploadProcessor(com.segone.UploadProcessor)]
> on object of class [com.segone.communications.jms.PlayerActivityHandler] --
> Tue 2006.04.04 12:37:00.029AM CDT
>  DEBUG  Invoked write method [public void
> com.segone.communications.jms.PlayerActivityHandler.setUploadProcessor(com.segone.UploadProcessor)]
> with value of type [com.segone.UploadProcessor] -- Tue 2006.04.04
> 12:37:00.044AM CDT
>  DEBUG  Invoking BeanPostProcessors before initialization of bean
> 'PlayerActivityHandler' -- Tue 2006.04.04 12:37:00.044AM CDT
>  DEBUG  Invoking BeanPostProcessors after initialization of bean
> 'PlayerActivityHandler' -- Tue 2006.04.04 12:37:00.044AM CDT
>  DEBUG  Publishing event in context
> [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051]:
> org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.context.support.FileSystemXmlApplicationContext:
> display name
> [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=9392051];
> startup date [Tue Apr 04 00:36:58 CDT 2006]; root of context hierarchy] --
> Tue 2006.04.04 12:37:00.044AM CDT
>  DEBUG  Sending: WireFormatInfo { version=1,
> properties={TightEncodingEnabled=true, TcpNoDelayEnabled=true,
> SizePrefixDisabled=false, StackTraceEnabled=true,
> MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} --
> Tue 2006.04.04 12:37:00.326AM CDT
>  DEBUG  TCP consumer thread starting -- Tue 2006.04.04 12:37:00.357AM CDT
>  DEBUG  Received WireFormat: WireFormatInfo { version=1,
> properties={StackTraceEnabled=true, TightEncodingEnabled=true,
> TcpNoDelayEnabled=true, SizePrefixDisabled=false,
> MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]} --
> Tue 2006.04.04 12:37:00.357AM CDT
>  DEBUG  tcp://localhost/127.0.0.1:9137 before negotiation:
> OpenWireFormat{version=1, cacheEnabled=false, stackTraceEnabled=false,
> tightEncodingEnabled=false, sizePrefixDisabled=false} -- Tue 2006.04.04
> 12:37:00.357AM CDT
>  DEBUG  tcp://localhost/127.0.0.1:9137 after negotiation:
> OpenWireFormat{version=1, cacheEnabled=true, stackTraceEnabled=true,
> tightEncodingEnabled=true, sizePrefixDisabled=false} -- Tue 2006.04.04
> 12:37:00.373AM CDT
>  DEBUG  Fail to to connect: javax.jms.JMSException: Unknown data type: 0 --
> Tue 2006.04.04 12:37:01.279AM CDT javax.jms.JMSException: Unknown data type:
> 0
>         at
> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:45)
>         at
> org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1114)
>         at
> org.apache.activemq.ActiveMQConnectionConsumer.<init>(ActiveMQConnectionConsumer.java:85)
>         at
> org.apache.activemq.ActiveMQConnection.createConnectionConsumer(ActiveMQConnection.java:1018)
>         at
> org.apache.activemq.ra.ActiveMQEndpointWorker$1.run(ActiveMQEndpointWorker.java:163)
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
>         at java.lang.Thread.run(Unknown Source)
> Caused by: java.io.IOException: Unknown data type: 0
>         at
> org.apache.activemq.openwire.OpenWireFormat.looseUnmarshalNestedObject(OpenWireFormat.java:442)
>         at
> org.apache.activemq.openwire.v1.BaseDataStreamMarshaller.looseUnmarsalCachedObject(BaseDataStreamMarshaller.java:453)
>         at
> org.apache.activemq.openwire.v1.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:189)
>         at
> org.apache.activemq.openwire.v1.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:100)
>         at
> org.apache.activemq.openwire.v1.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:100)
>         at
> org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:348)
>         at
> org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:210)
>         at
> org.apache.activemq.store.jdbc.JDBCMessageStore$1.recoverMessage(JDBCMessageStore.java:154)
>         at
> org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter.doRecover(DefaultJDBCAdapter.java:337)
>         at
> org.apache.activemq.store.jdbc.JDBCMessageStore.recover(JDBCMessageStore.java:152)
>         at
> org.apache.activemq.store.ProxyMessageStore.recover(ProxyMessageStore.java:49)
>         at org.apache.activemq.broker.region.Queue.<init>(Queue.java:92)
>         at
> org.apache.activemq.broker.region.QueueRegion.createDestination(QueueRegion.java:58)
>         at
> org.apache.activemq.broker.jmx.ManagedQueueRegion.createDestination(ManagedQueueRegion.java:56)
>         at
> org.apache.activemq.broker.region.AbstractRegion.addDestination(AbstractRegion.java:76)
>         at
> org.apache.activemq.broker.region.RegionBroker.addDestination(RegionBroker.java:191)
>         at
> org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
>         at
> org.apache.activemq.advisory.AdvisoryBroker.addDestination(AdvisoryBroker.java:139)
>         at
> org.apache.activemq.broker.BrokerFilter.addDestination(BrokerFilter.java:124)
>         at
> org.apache.activemq.broker.MutableBrokerFilter.addDestination(MutableBrokerFilter.java:136)
>         at
> org.apache.activemq.broker.region.AbstractRegion.addConsumer(AbstractRegion.java:134)
>         at
> org.apache.activemq.broker.region.RegionBroker.addConsumer(RegionBroker.java:258)
>         at
> org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
>         at
> org.apache.activemq.advisory.AdvisoryBroker.addConsumer(AdvisoryBroker.java:75)
>         at
> org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68)
>         at
> org.apache.activemq.broker.MutableBrokerFilter.addConsumer(MutableBrokerFilter.java:80)
>         at
> org.apache.activemq.broker.AbstractConnection.processAddConsumer(AbstractConnection.java:422)
>         at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:291)
>         at
> org.apache.activemq.broker.AbstractConnection.service(AbstractConnection.java:196)
>         at
> org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:62)
>         at
> org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:88)
>         at
> org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:70)
>         at
> org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:114)
>         at
> org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122)
>         at
> org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87)
>         at
> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136)
>         ... 1 more
>
>  DEBUG  Reconnect cause:  -- Tue 2006.04.04 12:37:01.388AM CDT
> javax.jms.JMSException: Unknown data type: 0
>         at
> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:45)
>         at
> org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1114)
>         at
> org.apache.activemq.ActiveMQConnectionConsumer.<init>(ActiveMQConnectionConsumer.java:85)
>         at
> org.apache.activemq.ActiveMQConnection.createConnectionConsumer(ActiveMQConnection.java:1018)
>         at
> org.apache.activemq.ra.ActiveMQEndpointWorker$1.run(ActiveMQEndpointWorker.java:163)
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
> ===============================================
>
> --
> View this message in context: http://www.nabble.com/IOException%3A-Unknown-data-type%3A-0-t1391248.html#a3739057
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


--

James
-------
http://radio.weblogs.com/0112098/