[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Application Server Integration Tests

rachmatowicz@jboss.com do-not-reply at jboss.com
Fri Oct 13 16:38:33 EDT 2006


I'm having a problem with a Remoting exception when running a generic test case against the scoped meessaging deployment:

16:14:04,084 INFO  [ServerPeer] JBoss Messaging 1.0.1.GA server [server.0] started
16:14:04,126 INFO  [Queue] Queue[/queue/D] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,155 INFO  [Queue] Queue[/queue/ex] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,169 INFO  [Topic] Topic[/topic/testDurableTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,174 INFO  [Queue] Queue[/queue/testQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,178 INFO  [Topic] Topic[/topic/openTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,182 INFO  [Queue] Queue[/queue/C] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,186 INFO  [Topic] Topic[/topic/securedTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,191 INFO  [Queue] Queue[/queue/DLQ] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,195 INFO  [Queue] Queue[/queue/B] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,627 INFO  [ConnectionFactory] Connector socket://10.16.6.135:4457 has leasing enabled, lease period 20000 milliseco\nds
16:14:04,627 INFO  [ConnectionFactory] [/ConnectionFactory, /XAConnectionFactory, java:/ConnectionFactory, java:/XAConnectio\nFactory] deployed
16:14:04,631 INFO  [Topic] Topic[/topic/testTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,637 INFO  [Queue] Queue[/queue/A] started, fullSize=75000, pageSize=2000, downCacheSize=2000
16:14:04,653 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,nam\e=JmsXA' to JNDI name 'java:JmsXA'
16:14:04,673 INFO  [WebMetaData] WebMetaData:importJBossWebXml: maxActiveSessions = -1
16:14:04,691 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
16:14:05,106 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-10.16.6.135-8080
16:14:05,147 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-10.16.6.135-8009
16:14:05,169 INFO  [Server] JBoss (MX MicroKernel) [5.0.0.Beta (build: CVSTag=HEAD date=200610131450)] Started in 35s:956ms
16:14:07,479 ERROR [ServerThread] failed to process invocation.
java.io.IOException: Can not read data for version 6.  Supported versions: 1,2
        at org.jboss.remoting.transport.socket.ServerThread.versionedRead(ServerThread.java:394)
        at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:446)
        at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:527)
        at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:261)
16:14:08,373 INFO  [Server] Shutting down the server, blockingShutdown: false

I have seen this problem reported on the Messaging forums:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=89684

In my case, I am starting up AS with a scoped 1.0.1.GA messaging configuration and trying to execute the test case ConcurrentDeliveryTestCase. This test case happens to create temporary queues, but not with any provision for scoping, as far as I am aware. Would this be a possible cause of the problem?



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978284#3978284

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978284



More information about the jboss-dev-forums mailing list