I don't see that. Ignoring some jms destination duplicate issues, it
deploys but fails with some remoting issue.
21:27:25,545 INFO [MainDeployer] deploy,
21:27:25,628 INFO [Topic] Topic[/topic/securedTopic] started,
fullSize=75000, pageSize=2000, downCacheSize=2000
21:27:25,652 INFO [Topic] Topic[/topic/testDurableTopic] started,
fullSize=75000, pageSize=2000, downCacheSize=2000
21:27:25,691 INFO [Queue] Queue[/queue/A] started, fullSize=75000,
pageSize=2000, downCacheSize=2000
21:27:25,700 INFO [Queue] Queue[/queue/B] started, fullSize=75000,
pageSize=2000, downCacheSize=2000
21:27:25,709 INFO [Queue] Queue[/queue/C] started, fullSize=75000,
pageSize=2000, downCacheSize=2000
21:27:25,718 INFO [Queue] Queue[/queue/D] started, fullSize=75000,
pageSize=2000, downCacheSize=2000
21:27:25,727 INFO [Queue] Queue[/queue/ex] started, fullSize=75000,
pageSize=2000, downCacheSize=2000
21:27:25,733 INFO [MainDeployer] deploy,
url=file:/home/svn/JBossHead/jboss-head/testsuite/output/lib/integration-mdb20-durable.jar
21:27:26,138 INFO [EjbModule] Deploying TopicAdapter1
21:27:26,323 INFO [EjbModule] Deploying TopicAdapter2
21:27:29,085 ERROR [JMSWireFormat] in is a class java.net.SocketInputStream
21:27:29,085 ERROR [ServerThread] Worker thread initialization failure
java.lang.IllegalStateException: InputStream must be an ObjectInputStream
at
org.jboss.jms.server.remoting.JMSWireFormat.read(JMSWireFormat.java:397)
at
org.jboss.remoting.transport.socket.ServerThread.versionedRead(ServerThread.java:640)
at
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:522)
at
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:363)
at
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:159)
Clebert Suconic wrote:
I'm adding tests to the JMS integration testsuite... and I need
to deploy this JAR:
http://repository.jboss.com/jboss/jms-integration-tests/1.0.0.GA/resource...
When I'm doing this using JBossTestCase, I'm getting an error attached to the end
of this message...
And when I copy it to /deploy nothing happens.. I don't know what was changed since I
haven't played with head for a while... can anyone give me a quick help?
This is the error...
java.lang.IllegalStateException: File cannot contain children:
FileHandler@28025608[path=
context=file:/home/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/output/lib/integration-mdb20.jar
real=file:/home/clebert/workspaces/svn-trunk-jboss/trunk/testsuite/output/lib/integration-mdb20.jar]
at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:351)
at
org.jboss.deployers.plugins.structure.vfs.AbstractStructureDeployer.addChildren(AbstractStructureDeployer.java:198)
at
org.jboss.deployers.plugins.structure.vfs.AbstractStructureDeployer.addAllChildren(AbstractStructureDeployer.java:179)
at
org.jboss.deployers.plugins.structure.vfs.jar.JARStructure.determineStructure(JARStructure.java:129)
at
org.jboss.deployers.plugins.structure.BasicStructuredDeployers.determineStructure(BasicStructuredDeployers.java:76)
at
org.jboss.deployers.plugins.deployment.MainDeployerImpl.determineStructure(MainDeployerImpl.java:680)
at